<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pandorawiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Relliker</id>
	<title>Pandora Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://pandorawiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Relliker"/>
	<link rel="alternate" type="text/html" href="https://pandorawiki.org/Special:Contributions/Relliker"/>
	<updated>2026-04-23T16:20:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0-alpha</generator>
	<entry>
		<id>https://pandorawiki.org/index.php?title=BandLuxe_C270_3G_USB_Modem&amp;diff=11370</id>
		<title>BandLuxe C270 3G USB Modem</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=BandLuxe_C270_3G_USB_Modem&amp;diff=11370"/>
		<updated>2012-07-23T08:33:17Z</updated>

		<summary type="html">&lt;p&gt;Relliker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Bandluxe C270 3G stick is now working on the Pandora. Here's how I got it working on mine:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following instructions were carried out on a fresh installation of Zaxxon (the Pandora Operating system) with [[Hotfix]] 6 alpha 4. I have not tested them on any other Hotfix version so I do not know if they will work with other versions but they should keep working with versions later that Hotfix 6 Alpha 4. ( EDIT : ) Note:  It is now working intermittently on &amp;quot;Super Zaxxon 1.5 Final Release&amp;quot; with kernel 3.xx. Remember to &amp;quot;Enable USB Host&amp;quot; before inserting the 3G stick. '''Warning''': Overclocked Pandoras may hang and will need a hard reset when this stick is inserted so try to avoid overclocking if using this device.&lt;br /&gt;
&lt;br /&gt;
I also do not know if there is an easier method to get this device to work on the Pandora. The (easier) usb_modeswitch trick did not work for me and that is why I used this method.&lt;br /&gt;
&lt;br /&gt;
''Most of these instructions need to be run as [[root]] as we will be modifying files and directories only accessible to the root user.''&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
'''Step 1'''&lt;br /&gt;
&lt;br /&gt;
*Change directory to /lib/udev/rules.d&lt;br /&gt;
&lt;br /&gt;
*Create a file called “10-bandluxe.rules” in /lib/udev/rules.d and put the following content in it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ACTION!=&amp;quot;add&amp;quot;, GOTO=&amp;quot;hso_end&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# send eject command via usb_storage driver for all BandLuxe Installation CDROM devices&lt;br /&gt;
SYSFS{idVendor}==&amp;quot;1a8d&amp;quot;, SYSFS{idProduct}==&amp;quot;1000&amp;quot;, RUN=&amp;quot;/usr/bin/eject /dev/%k&amp;quot;&lt;br /&gt;
&lt;br /&gt;
LABEL=&amp;quot;hso_end&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above file contents are courtesy of the instructions provided by BandLuxe themselves for the eee-pc.&lt;br /&gt;
&lt;br /&gt;
*Make sure that the file permissions of the file you have just created are the same as the other files in that directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
*Change directory to /etc/ppp/peers.&lt;br /&gt;
&lt;br /&gt;
*Create a new file in /etc/ppp/peers with any name you want (I used “GO” as the filename since my provider is called “GO mobile”).  Put the following contents in this newly created file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
hide-password&lt;br /&gt;
noauth&lt;br /&gt;
&lt;br /&gt;
### the filename GO in the next line is the same as this file's filename.&lt;br /&gt;
connect &amp;quot;/usr/sbin/chat -v -f /etc/chatscripts/GO&amp;quot; &lt;br /&gt;
&lt;br /&gt;
debug&lt;br /&gt;
/dev/ttyUSB0&lt;br /&gt;
460800&lt;br /&gt;
defaultroute&lt;br /&gt;
noipdefault&lt;br /&gt;
user &amp;quot;&amp;quot;&lt;br /&gt;
nobsdcomp&lt;br /&gt;
noccp&lt;br /&gt;
ipcp-accept-local&lt;br /&gt;
ipcp-accept-remote&lt;br /&gt;
noipdefault&lt;br /&gt;
novj&lt;br /&gt;
novjccomp&lt;br /&gt;
nomagic&lt;br /&gt;
usepeerdns&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that these entries are what worked for me. You might have to tweak/delete/add to them according to your requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3'''&lt;br /&gt;
&lt;br /&gt;
*Check if you have a directory called “chatscripts” in /etc, i.e..... /etc/chatscripts. If not, create one:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mkdir /etc/chatscripts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 4'''&lt;br /&gt;
&lt;br /&gt;
*Change directory to /etc/chatscripts&lt;br /&gt;
&lt;br /&gt;
*Create a file here with the same name you gave the one in “Step 2” and put the following contents in it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TIMEOUT 240&lt;br /&gt;
ABORT BUSY&lt;br /&gt;
ABORT 'NO CARRIER'&lt;br /&gt;
ABORT VOICE&lt;br /&gt;
ABORT 'NO DIALTONE'&lt;br /&gt;
ABORT 'NO DIAL TONE'&lt;br /&gt;
ABORT 'NO ANSWER'&lt;br /&gt;
ABORT DELAYED&lt;br /&gt;
ABORT ERROR&lt;br /&gt;
# modeminit&lt;br /&gt;
'' ATZ&lt;br /&gt;
OK &amp;quot;AT+CSQ&amp;quot;&lt;br /&gt;
OK &amp;quot;ATD*99#&amp;quot;&lt;br /&gt;
&amp;quot;CONNECT&amp;quot; &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once again, please note that these entries are what worked for me. You might have to tweak/delete/add to them according to your requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 5'''&lt;br /&gt;
&lt;br /&gt;
*Create a file in /etc/init.d called mkpppnode.sh&lt;br /&gt;
&lt;br /&gt;
*Put the following two lines in this file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
mknod /dev/ppp c 108 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will create the ppp device node required by the pppd daemon when dialing out.&lt;br /&gt;
&lt;br /&gt;
Now link this file in your startup sequence by executing the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ln -s /etc/init.d/mkpppnode.sh    /etc/rcS.d/S98mkpppnode.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This creates a symbolic link called “S98mkpppnode.sh in /etc/rcS.d so that the ppp device is automatically created every time you reboot the Pandora.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 6'''&lt;br /&gt;
&lt;br /&gt;
*Shutdown and restart the Pandora so the new udev rule we created in “Step 1” is read and the ppp device is created.&lt;br /&gt;
&lt;br /&gt;
NOTE:	 I tried running “/etc/init.d/udev restart” to avoid the reboot but it did not work and messed up the running system so a shutdown/restart is preferred as the udev init script does not recognise the “restart” argument.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 7'''&lt;br /&gt;
&lt;br /&gt;
After your Pandora has booted up again:&lt;br /&gt;
&lt;br /&gt;
*Log in and plug in your Bandluxe C270 USB modem.&lt;br /&gt;
&lt;br /&gt;
*Wait until the LED on your Bandluxe C270 starts blinking once every few seconds.&lt;br /&gt;
&lt;br /&gt;
*Check if there are 3 new devices in /dev called ttyUSB0, ttyUSB1 and ttyUSB2.&lt;br /&gt;
&lt;br /&gt;
If there are, then hopefully your device is now recognised and you can connect using your 3G modem by running:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;pon GO&amp;lt;/pre&amp;gt; in a root terminal (replace “GO” with the name you gave the file in Step 2)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the connection is successful, you should be able to see a new interface called “ppp0” when running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ifconfig -a&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with a newly-assigned IP address.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Happy 3G surfing with your Pandora!!'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 8'''&lt;br /&gt;
&lt;br /&gt;
When finished, to disconnect, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;poff GO&amp;lt;/pre&amp;gt; in a root terminal (again replacing “GO” with the name you gave the file in Step 2)&lt;br /&gt;
&lt;br /&gt;
That's all folks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In future I'll try to add some scripts to this procedure to make it a bit more user friendly and avoid having to go into command line every time to start/stop your connection but for now at least, the hard-headed Bandluxe C270 is working on the Pandora :)&lt;br /&gt;
&lt;br /&gt;
''relliker''&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Relliker</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=BandLuxe_C270_3G_USB_Modem&amp;diff=10281</id>
		<title>BandLuxe C270 3G USB Modem</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=BandLuxe_C270_3G_USB_Modem&amp;diff=10281"/>
		<updated>2012-05-04T10:41:53Z</updated>

		<summary type="html">&lt;p&gt;Relliker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Bandluxe C270 3G stick is now working on the Pandora. Here's how I got it working on mine:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following instructions were carried out on a fresh installation of Zaxxon (the Pandora Operating system) with [[Hotfix]] 6 alpha 4. I have not tested them on any other Hotfix version so I do not know if they will work with other versions but they should keep working with versions later that Hotfix 6 Alpha 4. ( EDIT : ) Note however that currently it's not yet working on kernel 3.2 of &amp;quot;Super Zaxxon 1.5 (Beta 4)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
I also do not know if there is an easier method to get this device to work on the Pandora. The (easier) usb_modeswitch trick did not work for me and that is why I used this method.&lt;br /&gt;
&lt;br /&gt;
''Most of these instructions need to be run as [[root]] as we will be modifying files and directories only accessible to the root user.''&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
'''Step 1'''&lt;br /&gt;
&lt;br /&gt;
*Change directory to /lib/udev/rules.d&lt;br /&gt;
&lt;br /&gt;
*Create a file called “10-bandluxe.rules” in /lib/udev/rules.d and put the following content in it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ACTION!=&amp;quot;add&amp;quot;, GOTO=&amp;quot;hso_end&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# send eject command via usb_storage driver for all BandLuxe Installation CDROM devices&lt;br /&gt;
SYSFS{idVendor}==&amp;quot;1a8d&amp;quot;, SYSFS{idProduct}==&amp;quot;1000&amp;quot;, RUN=&amp;quot;/usr/bin/eject /dev/%k&amp;quot;&lt;br /&gt;
&lt;br /&gt;
LABEL=&amp;quot;hso_end&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above file contents are courtesy of the instructions provided by BandLuxe themselves for the eee-pc.&lt;br /&gt;
&lt;br /&gt;
*Make sure that the file permissions of the file you have just created are the same as the other files in that directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
*Change directory to /etc/ppp/peers.&lt;br /&gt;
&lt;br /&gt;
*Create a new file in /etc/ppp/peers with any name you want (I used “GO” as the filename since my provider is called “GO mobile”).  Put the following contents in this newly created file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
hide-password&lt;br /&gt;
noauth&lt;br /&gt;
&lt;br /&gt;
### the filename GO in the next line is the same as this file's filename.&lt;br /&gt;
connect &amp;quot;/usr/sbin/chat -v -f /etc/chatscripts/GO&amp;quot; &lt;br /&gt;
&lt;br /&gt;
debug&lt;br /&gt;
/dev/ttyUSB0&lt;br /&gt;
460800&lt;br /&gt;
defaultroute&lt;br /&gt;
noipdefault&lt;br /&gt;
user &amp;quot;&amp;quot;&lt;br /&gt;
nobsdcomp&lt;br /&gt;
noccp&lt;br /&gt;
ipcp-accept-local&lt;br /&gt;
ipcp-accept-remote&lt;br /&gt;
noipdefault&lt;br /&gt;
novj&lt;br /&gt;
novjccomp&lt;br /&gt;
nomagic&lt;br /&gt;
usepeerdns&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that these entries are what worked for me. You might have to tweak/delete/add to them according to your requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3'''&lt;br /&gt;
&lt;br /&gt;
*Check if you have a directory called “chatscripts” in /etc, i.e..... /etc/chatscripts. If not, create one:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mkdir /etc/chatscripts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 4'''&lt;br /&gt;
&lt;br /&gt;
*Change directory to /etc/chatscripts&lt;br /&gt;
&lt;br /&gt;
*Create a file here with the same name you gave the one in “Step 2” and put the following contents in it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TIMEOUT 240&lt;br /&gt;
ABORT BUSY&lt;br /&gt;
ABORT 'NO CARRIER'&lt;br /&gt;
ABORT VOICE&lt;br /&gt;
ABORT 'NO DIALTONE'&lt;br /&gt;
ABORT 'NO DIAL TONE'&lt;br /&gt;
ABORT 'NO ANSWER'&lt;br /&gt;
ABORT DELAYED&lt;br /&gt;
ABORT ERROR&lt;br /&gt;
# modeminit&lt;br /&gt;
'' ATZ&lt;br /&gt;
OK &amp;quot;AT+CSQ&amp;quot;&lt;br /&gt;
OK &amp;quot;ATD*99#&amp;quot;&lt;br /&gt;
&amp;quot;CONNECT&amp;quot; &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once again, please note that these entries are what worked for me. You might have to tweak/delete/add to them according to your requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 5'''&lt;br /&gt;
&lt;br /&gt;
*Create a file in /etc/init.d called mkpppnode.sh&lt;br /&gt;
&lt;br /&gt;
*Put the following two lines in this file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
mknod /dev/ppp c 108 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will create the ppp device node required by the pppd daemon when dialing out.&lt;br /&gt;
&lt;br /&gt;
Now link this file in your startup sequence by executing the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ln -s /etc/init.d/mkpppnode.sh    /etc/rcS.d/S98mkpppnode.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This creates a symbolic link called “S98mkpppnode.sh in /etc/rcS.d so that the ppp device is automatically created every time you reboot the Pandora.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 6'''&lt;br /&gt;
&lt;br /&gt;
*Shutdown and restart the Pandora so the new udev rule we created in “Step 1” is read and the ppp device is created.&lt;br /&gt;
&lt;br /&gt;
NOTE:	 I tried running “/etc/init.d/udev restart” to avoid the reboot but it did not work and messed up the running system so a shutdown/restart is preferred as the udev init script does not recognise the “restart” argument.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 7'''&lt;br /&gt;
&lt;br /&gt;
After your Pandora has booted up again:&lt;br /&gt;
&lt;br /&gt;
*Log in and plug in your Bandluxe C270 USB modem.&lt;br /&gt;
&lt;br /&gt;
*Wait until the LED on your Bandluxe C270 starts blinking once every few seconds.&lt;br /&gt;
&lt;br /&gt;
*Check if there are 3 new devices in /dev called ttyUSB0, ttyUSB1 and ttyUSB2.&lt;br /&gt;
&lt;br /&gt;
If there are, then hopefully your device is now recognised and you can connect using your 3G modem by running:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;pon GO&amp;lt;/pre&amp;gt; in a root terminal (replace “GO” with the name you gave the file in Step 2)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the connection is successful, you should be able to see a new interface called “ppp0” when running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ifconfig -a&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with a newly-assigned IP address.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Happy 3G surfing with your Pandora!!'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 8'''&lt;br /&gt;
&lt;br /&gt;
When finished, to disconnect, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;poff GO&amp;lt;/pre&amp;gt; in a root terminal (again replacing “GO” with the name you gave the file in Step 2)&lt;br /&gt;
&lt;br /&gt;
That's all folks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In future I'll try to add some scripts to this procedure to make it a bit more user friendly and avoid having to go into command line every time to start/stop your connection but for now at least, the hard-headed Bandluxe C270 is working on the Pandora :)&lt;br /&gt;
&lt;br /&gt;
''relliker''&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Relliker</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=BandLuxe_C270_3G_USB_Modem&amp;diff=9171</id>
		<title>BandLuxe C270 3G USB Modem</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=BandLuxe_C270_3G_USB_Modem&amp;diff=9171"/>
		<updated>2011-08-25T23:06:35Z</updated>

		<summary type="html">&lt;p&gt;Relliker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Bandluxe C270 3G stick is now working on the Pandora. Here's how I got it working on mine:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following instructions were carried out on a fresh installation of Zaxxon (the Pandora Operating system) with Hotfix 6 alpha 4. I have not tested them on any other Hotfix version so I do not know if they will work with other versions but they should keep working with versions later that Hotfix 6 Alpha 4.&lt;br /&gt;
&lt;br /&gt;
I also do not know if there is an easier method to get this device to work on the Pandora. The (easier) usb_modeswitch trick did not work for me and that is why I used this method.&lt;br /&gt;
&lt;br /&gt;
''Most of these instructions need to be run as [[root]] as we will be modifying files and directories only accessible to the root user.''&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
'''Step 1'''&lt;br /&gt;
&lt;br /&gt;
*Change directory to /lib/udev/rules.d&lt;br /&gt;
&lt;br /&gt;
*Create a file called “10-bandluxe.rules” in /lib/udev/rules.d and put the following content in it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ACTION!=&amp;quot;add&amp;quot;, GOTO=&amp;quot;hso_end&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# send eject command via usb_storage driver for all BandLuxe Installation CDROM devices&lt;br /&gt;
SYSFS{idVendor}==&amp;quot;1a8d&amp;quot;, SYSFS{idProduct}==&amp;quot;1000&amp;quot;, RUN=&amp;quot;/usr/bin/eject /dev/%k&amp;quot;&lt;br /&gt;
&lt;br /&gt;
LABEL=&amp;quot;hso_end&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above file contents are courtesy of the instructions provided by BandLuxe themselves for the eee-pc.&lt;br /&gt;
&lt;br /&gt;
*Make sure that the file permissions of the file you have just created are the same as the other files in that directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
*Change directory to /etc/ppp/peers.&lt;br /&gt;
&lt;br /&gt;
*Create a new file in /etc/ppp/peers with any name you want (I used “GO” as the filename since my provider is called “GO mobile”).  Put the following contents in this newly created file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
hide-password&lt;br /&gt;
noauth&lt;br /&gt;
&lt;br /&gt;
### the filename GO in the next line is the same as this file's filename.&lt;br /&gt;
connect &amp;quot;/usr/sbin/chat -v -f /etc/chatscripts/GO&amp;quot; &lt;br /&gt;
&lt;br /&gt;
debug&lt;br /&gt;
/dev/ttyUSB0&lt;br /&gt;
460800&lt;br /&gt;
defaultroute&lt;br /&gt;
noipdefault&lt;br /&gt;
user &amp;quot;&amp;quot;&lt;br /&gt;
nobsdcomp&lt;br /&gt;
noccp&lt;br /&gt;
ipcp-accept-local&lt;br /&gt;
ipcp-accept-remote&lt;br /&gt;
noipdefault&lt;br /&gt;
novj&lt;br /&gt;
novjccomp&lt;br /&gt;
nomagic&lt;br /&gt;
usepeerdns&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that these entries are what worked for me. You might have to tweak/delete/add to them according to your requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3'''&lt;br /&gt;
&lt;br /&gt;
*Check if you have a directory called “chatscripts” in /etc, i.e..... /etc/chatscripts. If not, create one:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mkdir /etc/chatscripts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 4'''&lt;br /&gt;
&lt;br /&gt;
*Change directory to /etc/chatscripts&lt;br /&gt;
&lt;br /&gt;
*Create a file here with the same name you gave the one in “Step 2” and put the following contents in it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TIMEOUT 240&lt;br /&gt;
ABORT BUSY&lt;br /&gt;
ABORT 'NO CARRIER'&lt;br /&gt;
ABORT VOICE&lt;br /&gt;
ABORT 'NO DIALTONE'&lt;br /&gt;
ABORT 'NO DIAL TONE'&lt;br /&gt;
ABORT 'NO ANSWER'&lt;br /&gt;
ABORT DELAYED&lt;br /&gt;
ABORT ERROR&lt;br /&gt;
# modeminit&lt;br /&gt;
'' ATZ&lt;br /&gt;
OK &amp;quot;AT+CSQ&amp;quot;&lt;br /&gt;
OK &amp;quot;ATD*99#&amp;quot;&lt;br /&gt;
&amp;quot;CONNECT&amp;quot; &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once again, please note that these entries are what worked for me. You might have to tweak/delete/add to them according to your requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 5'''&lt;br /&gt;
&lt;br /&gt;
*Create a file in /etc/init.d called mkpppnode.sh&lt;br /&gt;
&lt;br /&gt;
*Put the following two lines in this file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
mknod /dev/ppp c 108 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will create the ppp device node required by the pppd daemon when dialing out.&lt;br /&gt;
&lt;br /&gt;
Now link this file in your startup sequence by executing the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ln -s /etc/init.d/mkpppnode.sh    /etc/rcS.d/S98mkpppnode.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This creates a symbolic link called “S98mkpppnode.sh in /etc/rcS.d so that the ppp device is automatically created every time you reboot the Pandora.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 6'''&lt;br /&gt;
&lt;br /&gt;
*Shutdown and restart the Pandora so the new udev rule we created in “Step 1” is read and the ppp device is created.&lt;br /&gt;
&lt;br /&gt;
NOTE:	 I tried running “/etc/init.d/udev restart” to avoid the reboot but it did not work and messed up the running system so a shutdown/restart is preferred as the udev init script does not recognise the “restart” argument.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 7'''&lt;br /&gt;
&lt;br /&gt;
After your Pandora has booted up again:&lt;br /&gt;
&lt;br /&gt;
*Log in and plug in your Bandluxe C270 USB modem.&lt;br /&gt;
&lt;br /&gt;
*Wait until the LED on your Bandluxe C270 starts blinking once every few seconds.&lt;br /&gt;
&lt;br /&gt;
*Check if there are 3 new devices in /dev called ttyUSB0, ttyUSB1 and ttyUSB2.&lt;br /&gt;
&lt;br /&gt;
If there are, then hopefully your device is now recognised and you can connect using your 3G modem by running:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;pon GO&amp;lt;/pre&amp;gt; in a root terminal (replace “GO” with the name you gave the file in Step 2)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the connection is successful, you should be able to see a new interface called “ppp0” when running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ifconfig -a&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with a newly-assigned IP address.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Happy 3G surfing with your Pandora!!'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 8'''&lt;br /&gt;
&lt;br /&gt;
When finished, to disconnect, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;poff GO&amp;lt;/pre&amp;gt; in a root terminal (again replacing “GO” with the name you gave the file in Step 2)&lt;br /&gt;
&lt;br /&gt;
That's all folks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In future I'll try to add some scripts to this procedure to make it a bit more user friendly and avoid having to go into command line every time to start/stop your connection but for now at least, the hard-headed Bandluxe C270 is working on the Pandora :)&lt;br /&gt;
&lt;br /&gt;
''relliker''&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Relliker</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=BandLuxe_C270_3G_USB_Modem&amp;diff=9170</id>
		<title>BandLuxe C270 3G USB Modem</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=BandLuxe_C270_3G_USB_Modem&amp;diff=9170"/>
		<updated>2011-08-25T22:59:18Z</updated>

		<summary type="html">&lt;p&gt;Relliker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This is a W.I.P. Please excuse the formatting for now, it was imported from a .odt document.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bandluxe C270 3G stick is now working on the Pandora. Here's how I got it working on mine:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following instructions were carried out on a fresh installation of Zaxxon (the Pandora Operating system) with Hotfix 6 alpha 4. I have not tested them on any other Hotfix version so I do not know if they will work with other versions but they should keep working with versions later that Hotfix 6 Alpha 4.&lt;br /&gt;
&lt;br /&gt;
I also do not know if there is an easier method to get this device to work on the Pandora. The (easier)  usb_modeswitch trick did not work for me and that is why I used this method.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1'''&lt;br /&gt;
&lt;br /&gt;
*Change directory to /lib/udev/rules.d&lt;br /&gt;
&lt;br /&gt;
*Create a file called “10-bandluxe.rules” in /lib/udev/rules.d and put the following content in it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ACTION!=&amp;quot;add&amp;quot;, GOTO=&amp;quot;hso_end&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# send eject command via usb_storage driver for all BandLuxe Installation CDROM devices&lt;br /&gt;
SYSFS{idVendor}==&amp;quot;1a8d&amp;quot;, SYSFS{idProduct}==&amp;quot;1000&amp;quot;, RUN=&amp;quot;/usr/bin/eject /dev/%k&amp;quot;&lt;br /&gt;
&lt;br /&gt;
LABEL=&amp;quot;hso_end&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Make sure that the file permissions of the file you have just created are the same as the other files in that directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
*Change directory to /etc/ppp/peers.&lt;br /&gt;
&lt;br /&gt;
*Create a new file in /etc/ppp/peers with any name you want (I used “GO” as the filename since my provider is called “GO mobile”).  Put the following contents in this newly created file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
hide-password&lt;br /&gt;
noauth&lt;br /&gt;
&lt;br /&gt;
### the filename GO in the next line is the same as this file's filename.&lt;br /&gt;
connect &amp;quot;/usr/sbin/chat -v -f /etc/chatscripts/GO&amp;quot; &lt;br /&gt;
&lt;br /&gt;
debug&lt;br /&gt;
/dev/ttyUSB0&lt;br /&gt;
460800&lt;br /&gt;
defaultroute&lt;br /&gt;
noipdefault&lt;br /&gt;
user &amp;quot;&amp;quot;&lt;br /&gt;
nobsdcomp&lt;br /&gt;
noccp&lt;br /&gt;
ipcp-accept-local&lt;br /&gt;
ipcp-accept-remote&lt;br /&gt;
noipdefault&lt;br /&gt;
novj&lt;br /&gt;
novjccomp&lt;br /&gt;
nomagic&lt;br /&gt;
usepeerdns&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that these entries are what worked for me. You might have to tweak/delete/add to them according to your requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3'''&lt;br /&gt;
&lt;br /&gt;
*Check if you have a directory called “chatscripts” in /etc, i.e..... /etc/chatscripts. If not, create one:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mkdir /etc/chatscripts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 4'''&lt;br /&gt;
&lt;br /&gt;
*Change directory to /etc/chatscripts&lt;br /&gt;
&lt;br /&gt;
*Create a file here with the same name you gave the one in “Step 2” and put the following contents in it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TIMEOUT 240&lt;br /&gt;
ABORT BUSY&lt;br /&gt;
ABORT 'NO CARRIER'&lt;br /&gt;
ABORT VOICE&lt;br /&gt;
ABORT 'NO DIALTONE'&lt;br /&gt;
ABORT 'NO DIAL TONE'&lt;br /&gt;
ABORT 'NO ANSWER'&lt;br /&gt;
ABORT DELAYED&lt;br /&gt;
ABORT ERROR&lt;br /&gt;
# modeminit&lt;br /&gt;
'' ATZ&lt;br /&gt;
OK &amp;quot;AT+CSQ&amp;quot;&lt;br /&gt;
OK &amp;quot;ATD*99#&amp;quot;&lt;br /&gt;
&amp;quot;CONNECT&amp;quot; &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once again, please note that these entries are what worked for me. You might have to tweak/delete/add to them according to your requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 5'''&lt;br /&gt;
&lt;br /&gt;
*Create a file in /etc/init.d called mkpppnode.sh&lt;br /&gt;
&lt;br /&gt;
*Put the following two lines in this file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
mknod /dev/ppp c 108 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will create the ppp device node required by the pppd daemon when dialing out.&lt;br /&gt;
&lt;br /&gt;
Now link this file in your startup sequence by executing the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ln -s /etc/init.d/mkpppnode.sh    /etc/rcS.d/S98mkpppnode.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This creates a symbolic link called “S98mkpppnode.sh in /etc/rcS.d so that the ppp device is automatically created every time you reboot the Pandora.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 6'''&lt;br /&gt;
&lt;br /&gt;
*Shutdown and restart the Pandora so the new udev rule we created in “Step 1” is read and the ppp device is created.&lt;br /&gt;
&lt;br /&gt;
NOTE:	 I tried running “/etc/init.d/udev restart” to avoid the reboot but it did not work and messed up the running system so a shutdown/restart is preferred as the udev init script does not recognise the “restart” argument.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 7'''&lt;br /&gt;
&lt;br /&gt;
After your Pandora has booted up again:&lt;br /&gt;
&lt;br /&gt;
*Log in and plug in your Bandluxe C270 USB modem.&lt;br /&gt;
&lt;br /&gt;
*Wait until the LED on your Bandluxe C270 starts blinking once every few seconds.&lt;br /&gt;
&lt;br /&gt;
*Check if there are 3 new devices in /dev called ttyUSB0, ttyUSB1 and ttyUSB2.&lt;br /&gt;
&lt;br /&gt;
If there are, then hopefully your device is now recognised and you can connect using your 3G modem by running:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;pon GO&amp;lt;/pre&amp;gt; in a root terminal (replace “GO” with the name you gave the file in Step 2)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the connection is successful, you should be able to see a new interface called “ppp0” when running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ifconfig -a&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with a newly-assigned IP address.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Happy 3G surfing with your Pandora!!'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 8'''&lt;br /&gt;
&lt;br /&gt;
When finished, to disconnect, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;poff GO&amp;lt;/pre&amp;gt; in a root terminal (again replacing “GO” with the name you gave the file in Step 2)&lt;br /&gt;
&lt;br /&gt;
That's all folks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In future I'll try to add some scripts to this procedure to make it a bit more user friendly to avoid having to go into command line every time to start/stop your connection but for now at least, the hard-headed Bandluxe C270 is working on the Pandora :)&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Relliker</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=USB_compatibility_list&amp;diff=9169</id>
		<title>USB compatibility list</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=USB_compatibility_list&amp;diff=9169"/>
		<updated>2011-08-25T22:42:52Z</updated>

		<summary type="html">&lt;p&gt;Relliker: /* HSDPA (3G) Modems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of USB devices that have been tested on the Pandora. If the device you want to know about isn't listed here, don't worry! Just go to [[USB_reference|the USB reference page]], look up the specs of your device, and you may be able to figure out if it's compatible.&lt;br /&gt;
&lt;br /&gt;
= Networking =&lt;br /&gt;
&lt;br /&gt;
Please see the [[Mobile broadband]] page for tips on how to get these working, as well as [http://www.gp32x.com/board/index.php?/topic/54318-guide-mobile-broadband-usb-stick-usage/ this tutorial] from the GP32X forum.&lt;br /&gt;
&lt;br /&gt;
== HSDPA (3G) Modems ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| BandLuxe C270&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| A how-to by relliker for this modem can be found [http://www.pandorawiki.org/BandLuxe_C270_3G_USB_Modem here]&lt;br /&gt;
|-&lt;br /&gt;
| Huawei E156G&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes|Yes [http://www.gp32x.com/board/index.php?/topic/52827-3gumts-usb-dongle/page__view__findpost__p__835681]}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Huawei E160&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| As the entry for Huawei E220 was wrong, this Current draw could also be wrong.&lt;br /&gt;
|-&lt;br /&gt;
| Huawei E160E&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| As the entry for Huawei E220 was wrong, this Current draw could also be wrong.&lt;br /&gt;
|-&lt;br /&gt;
| Huawei E1750&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes|Yes [http://www.gp32x.com/board/index.php?/topic/54318-guide-mobile-broadband-usb-stick-usage/page__view__findpost__p__939350]}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[wikipedia:Huawei E220|Huawei E220]]&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 1.1&lt;br /&gt;
| 500mA&lt;br /&gt;
| Standard-A port via High Speed hub&lt;br /&gt;
| {{No|Not on new kernels.}}&lt;br /&gt;
| The successful Pandora E220 tests were done by DJWillis on an old kernel (long before Pandora shipped). It seems that they are NOT working any more.  Also tested on Linux (was it working?)  This entry originally said 250mA, but there is no source and current sources say 500mA.&lt;br /&gt;
|-&lt;br /&gt;
| 4G-Systems XS Stick P14&lt;br /&gt;
| Not required (usbserial module)&lt;br /&gt;
| standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes|Yes [http://www.gp32x.com/board/index.php?/topic/54318-guide-mobile-broadband-usb-stick-usage/page__view__findpost__p__937681]}}&lt;br /&gt;
| Requires usbmodeswitch program. &lt;br /&gt;
|-&lt;br /&gt;
| iPhone 3GS (Probably also 1G/3G)&lt;br /&gt;
| ipheth&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 500mA&lt;br /&gt;
| {{Unknown|USB A (Standard-A port?)}}&lt;br /&gt;
| {{Maybe|Should work in Angstrom with some work.}}&lt;br /&gt;
| Requires a good bit of dependencies to get working.  Tested with Debian from SD, but should work in Angstrom with some work.  The ipheth wwan0 device only provides a connection over the 3G modem, even if you're connected to a wifi network.  I used the iproxy and SSH tunneling method with proxychains to get to the wifi network.&lt;br /&gt;
|-&lt;br /&gt;
| HTC Desire&lt;br /&gt;
| not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 500mA&lt;br /&gt;
| {{Unknown|USB A (Standard-A port?)}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Requires internet connection sharing to be enabled from the phone.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== USB to Ethernet adapters ==&lt;br /&gt;
&lt;br /&gt;
To enable USB Ethernet adapters on the Pandora, you may need to left-click the networking icon on the panel in Xfce, and select &amp;quot;Ifupdown (bnep0)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Apple USB Ethernet Adapter MB442Z/A&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Reportedly uses an ASIX AX88xxx chipset.&lt;br /&gt;
|-&lt;br /&gt;
| Apple USB Ethernet Adapter model A1277&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 05ac:1402 Apple, Inc.&lt;br /&gt;
|-&lt;br /&gt;
| Conrad 3-Port-USB-Hub und Netzwerk-Adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| A lot! {{HideableNotes|50% of battery charge only brings you 2h40min (min brightness, no other devices attached)}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Has a 3port USB Hub included. External power supply can (and should) be attached, not included though. ASIX Chipset. 20€ @ [http://www.conrad.de/ce/de/product/976406/NOTEBOOK-MINI-DOCKINGSTATION-USBRJ45/SHOP_AREA_32315&amp;amp;promotionareaSearchDetail=005 Conrad Electronics].  Not tested in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Wii USB 2.0 10/100M adapter (use [http://www.asix.com.tw/products.php?op=pItemdetail&amp;amp;PItemID=86;71;101 ASIX AX 88772 USB 2.0 chip])&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 0b95:7720 ASIX Electronics Corp. AX88772.  [http://www.dealextreme.com/details.dx/sku.5926 This clone from DealExtreme] works too.&lt;br /&gt;
|-&lt;br /&gt;
| Connectland USB 2.0 10/100M Ethernet Adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 0b95:7720 ASIX Electronics Corp. AX88772 - Works fine, Sometimes a reboot is necessary (ZaxxonHF5RC1).&lt;br /&gt;
|-&lt;br /&gt;
| Belkin Gigabit USB 2.0 Network Adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| The shape of it make is a bit awkward to fit if you connect it directly, but it has a short adapter cable. I only get ~95Mbit on a gigabit network, but then the pandora's cpu maxes out. (it may be that the driver/usb stack isn't very well optimized), has horribly bright blue LEDs.&lt;br /&gt;
|-&lt;br /&gt;
| MosChip MCS7830 USB 10/100 Ethernet adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 9710:7830 MosChip Semiconductor MCS7830 10/100 Mbps Ethernet adapter. Kernel module: mcs7830.&lt;br /&gt;
|-&lt;br /&gt;
| EU.MARK USB 10/100M RJ45 Ethernet Network Adapter Dongle&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| USB ID: 9710:7830 - bought from [http://www.dealextreme.com/details.dx/sku.22684 DealExtreme]&lt;br /&gt;
|-&lt;br /&gt;
| Digitus DN-10050 Fast Ethernet USB Adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| MosChip MCS7830-based adapter. USB ID 9710:7830.&lt;br /&gt;
|-&lt;br /&gt;
| Edimax EU-4230 Fast Ethernet USB Adapter with 3-port USB hub [http://edimax.ie/images/Image/datasheet/USB/EU-4230/EU-4230_Datasheet.pdf]&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Ethernet USB ID 0b95:772a ASIX Electronics Corp. 3-port USB2.0 hub USB ID 0409:005a NEC Corp. Optional power adapter for USB hub.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== USB WiFi adapters ==&lt;br /&gt;
&lt;br /&gt;
The Pandora stock kernel doesn't seem to come with any wireless driver support outside of the internal WiFi chip.  The only way you'll get wireless working is to build your own kernel with it included or try [http://wireless.kernel.org/en/users/Download compat-wireless].&lt;br /&gt;
&lt;br /&gt;
See also [http://www.gp32x.com/board/index.php?/topic/55570-new-pandora this thread] on the forums for the latest.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Tested on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Belkin N1 Wireless USB Adapter (F5D8051) (&amp;quot;Ver. 2053&amp;quot;) (MARVELL v1021)&lt;br /&gt;
| N/A&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| No connection was attempted.&lt;br /&gt;
| {{No|No native driver support and ndiswrapper obviously won't work.}}&lt;br /&gt;
| There's a previous revision of this dongle which is supposed to have a Ralink chip, but they revised it and put a different chip inside.  Reported (by whom?) to work with ndiswrapper and works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Cisco/Linksys AE1000 High Performance Wireless-N USB Adapter&lt;br /&gt;
| rt3572sta (RT3572USB)&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| USB A (Standard-A port?)&lt;br /&gt;
| {{Yes|Works with a modified driver.}}&lt;br /&gt;
| (Compiled module for pandora:[http://boards.openpandora.org/index.php?/topic/1992-linksys-ae1000-usb-wifi/ pandora forum])  Download the driver from [http://www.ralinktech.com/support.php?s=2 ralink's driver site], edit ./common/rtusb_dev_id.c, before &amp;quot;#endif // RT2870&amp;quot; add &amp;quot;{USB_DEVICE(0x13B1,0x002F)},&amp;quot;, compile.'   Reported (by whom?) to work in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Storage =&lt;br /&gt;
&lt;br /&gt;
== External Hard Disk Drives ==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! style=&amp;quot;min-width: 120px&amp;quot; | Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Freecom 250GB 2.5&amp;quot; portable&lt;br /&gt;
| Not Required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Inside it's a Samsung Model HM251JX.  {{HideableNotes|So I guess anything based on that will also work OK.}}&lt;br /&gt;
|-&lt;br /&gt;
| LaCie Rikiki 250GB USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via powered High Speed Hub&lt;br /&gt;
| {{Partial|Not when unpowered, needs testing with a powered hub}}&lt;br /&gt;
| Not only does it fail to spin up, but it causes the Pandora's screen to pulsate wildly, much like an old CRT would if you placed a speaker or a magnet near to it. Not tested with a powered hub.&lt;br /&gt;
|-&lt;br /&gt;
| Seagate Seagate® Expansion™ External Drives&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Tested by [http://www.gp32x.com/board/index.php?/user/14781-hitnrun/ Hitnrun]. &amp;quot;Isn't even detected in lsusb (drive powered by external power source)&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Verbatim 250GB Model #47580 Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Direct&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [http://www.gp32x.com/board/index.php?/topic/54509-dont-use-lacie-25-usb-hard-disk-drives-with-a-pandora/page__view__findpost__p__877512 almatuk].  {{HideableNotes|&amp;quot;Watched videos directly from it at full speed, no need for powered USB hub. Had issues playing roms directly off it however as it was formatted NTFS. I'm sure if I formatted to FAT32 these would disappear.&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 160GB Elements External USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| standard-A port via powered High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 250GB Elements Portable USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct or standard-A port via High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 250GB My Passport Essential USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| {{Unknown|Direct?}}&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown|Direct?}}&lt;br /&gt;
| {{Partial|Maybe}}&lt;br /&gt;
| Tested by TheDarkSpectrum48K.  The first time it [http://www.gp32x.com/board/index.php?/topic/54509-dont-use-lacie-25-usb-hard-disk-drives-with-a-pandora/page__view__findpost__p__877386 &amp;quot;works perfectly!&amp;quot;].  The second time [http://www.gp32x.com/board/index.php?/topic/54509-dont-use-lacie-25-usb-hard-disk-drives-with-a-pandora/page__view__findpost__p__882635 it didn't work].&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 400GB My Passport Essential USB 2.0 2.5&amp;quot; HDD model WDME4000TE&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [http://www.gp32x.com/board/index.php?/user/14534-peca/ Peca].&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 500GB Elements Portable External Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [[User:Esn|Esn]]. {{HideableNotes|The USB cable that came with it was bad, so I used another one.[http://www.gp32x.com/board/index.php?/topic/59494-solved-how-do-i-get-my-wd-500gb-external-hard-drive-to-work-properly/page__view__findpost__p__949863]}}&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 500GB My Passport Essential External Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [[User:Esn|Esn]]. Works fine. {{HideableNotes|Came pre-formatted in NTFS, but should work if you downloaded the community codec pack. It said 1TB on the packaging, but there was 465GB free space, so I'm pretty sure it was actually the 500GB one.}}[http://www.gp32x.com/board/index.php?/topic/59494-solved-how-do-i-get-my-wd-500gb-external-hard-drive-to-work-properly/page__view__findpost__p__949645]&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 1TB My Passport Essential SE External USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct or through powered High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [http://http://www.gp32x.com/board/index.php?/user/19191-mycohl/ Mycohl]. {{HideableNotes|Externally powered hub recommended to conserve battery power.}}&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital Elements 2TB 3.5&amp;quot; Hard Drive Model:WDBAAU0020HBK&lt;br /&gt;
| Not Required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [http://boards.openpandora.org/index.php?/user/430-kilowatt/ kilowatt].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== DVD/CD Drives ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Lite-On EZ-DUB DVD/CD Multi-Recorder (Model eZAU120)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| Powered by included mains adapter - DC 12V 1.8A&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Memorex 20x Multi Format DVD Recorder External - DVD±RW (±R DL)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| Powered by included mains adapter&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Video display device =&lt;br /&gt;
&lt;br /&gt;
== VGA DVI HDMI adapter ==&lt;br /&gt;
&lt;br /&gt;
No devices have been tested yet&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Output connectors&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| No devices have been tested yet&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== External graphic card ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Output connectors&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Tritton see2 usb 2.0 to SVGA adapter&lt;br /&gt;
| sisusb&lt;br /&gt;
| USB&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown|High {{HideableNotes|Reduces Pandora's battery life in half (10h → 4h)}}}}&lt;br /&gt;
| VGA (D-SUB)&lt;br /&gt;
| {{Partial|Yes, but has performance issues.}}&lt;br /&gt;
| Needs to be integrated with preferences.  {{HideableNotes|Currently I must edit xorg.conf and mess with xinerama.}} Good for presentations, dragging a window is bearable, but hi-res video is slow.  Works in Linux without any issues.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Video capture devices =&lt;br /&gt;
&lt;br /&gt;
== Webcams ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Exoo No Driver/USB 2.0 Webcam (Model No.: M053)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Bought from [http://www.dealextreme.com/details.dx/sku.14991 DealExtreme].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Logitech Quickcam Communicate Deluxe&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{No}}&lt;br /&gt;
| USB ID: 046d:0992, works though [http://linux-uvc.berlios.de/ uvcvideo].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Logitech HD Webcam C270 720p&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 500mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Partial|Yes, but audio untested}}&lt;br /&gt;
| ID 046d:0825 Logitech, Inc.  Audio recognized, but not tested.  More info to come.  Works in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Audio devices =&lt;br /&gt;
&lt;br /&gt;
== Microphones/recorders ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Zoom H2 Handy Recorder&lt;br /&gt;
| not required&lt;br /&gt;
| standard-A&lt;br /&gt;
| USB 1.1&lt;br /&gt;
| 300mA&lt;br /&gt;
| standard-A port via High Speed USB hub &lt;br /&gt;
| {{Yes|Yes, needs a USB hub.}}&lt;br /&gt;
| Can record into Audacity, but won't be recognized unless connected through USB hub.[http://www.gp32x.com/board/index.php?/topic/59301-audacity-1-3-12/page__view__findpost__p__947602].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== MIDI controllers ==&lt;br /&gt;
&lt;br /&gt;
EvilDragon bundled the usb MIDI class drivers in the default firmware image, therefore ANY class-compliant MIDI device should work with the Pandora, out of the box.[http://www.gp32x.com/board/index.php?/topic/58523-zynaddsubfx/page__view__findpost__p__938432]&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Akai LKP25&lt;br /&gt;
| Not required&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Yes|Yes [http://www.gp32x.com/board/index.php?/topic/58523-zynaddsubfx/page__view__findpost__p__938432]}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| M-Audio MIDISPORT 2x2 Anniv&lt;br /&gt;
| Not required&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| 400mA&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| ID 0763:1050 Midiman.  High current draw!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== USB audio controllers ==&lt;br /&gt;
&lt;br /&gt;
Aka. &amp;quot;professional soundcard&amp;quot;; see [http://en.wikipedia.org/wiki/Sound_card#Professional_soundcards_.28audio_interfaces.29 definition on Wikipedia].&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Cakewalk UA-1G&lt;br /&gt;
| not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 200mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{No}}&lt;br /&gt;
| ID 0582:00e9 Roland Corp. This device may be similar to older Edirol/Roland USB audio devices.  Widely reported (by whom?) to work in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Input devices =&lt;br /&gt;
&lt;br /&gt;
Any HID ([http://en.wikipedia.org/wiki/Human_interface_device Human Interface Device]) compliant keyboard, mouse or game controller should work on the Pandora. Most of those device are low speed or full speed USB device and will need to be connected though either a USB OTG adapter/cable or a USB2 hub in order to work on the Pandora.&lt;br /&gt;
&lt;br /&gt;
== External Game Controllers ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| 2-TECH SNES-to-USB adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| Low speed&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| USB description is &amp;quot;HuiJia USB GamePad&amp;quot;, &amp;lt;tt&amp;gt;lsusb&amp;lt;/tt&amp;gt; calls it &amp;quot;0e8f:3013 GreenAsia Inc.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| USB Super RetroPort (SNES-to-USB adapter)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Bought from [http://www.retrousb.com/product_info.php?cPath=21&amp;amp;products_id=29 RetroZone].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| USB RetroPort (NES-to-USB adapter)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Bought from [http://www.retrousb.com/product_info.php?cPath=21&amp;amp;products_id=28 RetroZone].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Trio Linker Plus II (PlayStation,-GameCube,-and-Dreamcast-to-USB adapter)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Bought from [http://www.play-asia.com/paOS-13-71-6m-49-en-70-1zfv.html Play-Asia].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| NAZAR V47 USB Force Feedback Vibrating Gamepad Controller for PC&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Whether it really contains the claimed force feedback feature is unknown as this feature does not work under Linux - bought from [http://www.dealextreme.com/details.dx/sku.24551 DealExtreme].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| 10-Fire-Button Double Vibration Feedback USB PC Arcade Joystick&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Whether it really contains the claimed force feedback feature is unknown as this feature does not work under Linux - bought from [http://www.dealextreme.com/details.dx/sku.27821 DealExtreme].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Official PlayStation 3 controller&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| Full speed&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| USB A To Mini B Cable via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| This is for USB not bluetooth compatibility. Sixaxis and DualShock not tested.  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Thrustmaster Firestorm Digital 3 Gamepad&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| Low speed&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 07b5:0213 Mega World International, Ltd Thrustmaster Firestorm Digital 3 Gamepad.&lt;br /&gt;
|-&lt;br /&gt;
| Wired Xbox 360 Controller&lt;br /&gt;
| xpad module&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| This also includes gamepads for PC that needs the Windows Xinput driver. Such gamepads include the Logitech Chillstream.  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| WiseGroup.,Ltd SmartJoy Dual PLUS Adapter (dual PSX to USB joypad adapter)&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| 100mA&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| ID 6677:8802.  Works in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Graphics tablets ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Bamboo Multitouch&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{No|No [http://www.gp32x.com/board/index.php?/topic/54728-pandora-owners-tried-tablet/page__view__findpost__p__881806]}}&lt;br /&gt;
| It's not known if this works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Genius Tablet&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Yes|Yes, [http://www.gp32x.com/board/index.php?/topic/54728-pandora-owners-tried-tablet/page__view__findpost__p__883140 via USB hub]}}&lt;br /&gt;
| It's not known if this works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Wacom CTH-460&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{No|No [http://www.gp32x.com/board/index.php?/topic/54728-pandora-owners-tried-tablet/page__view__findpost__p__924422]}}&lt;br /&gt;
| Would need a patched driver to work.  It's not known if this works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Wacom Volito2 Tablet (Model: CTF-420)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| Low speed&lt;br /&gt;
| 40mA [http://www.my-volito.com/volito/specs.asp?lang=en]&lt;br /&gt;
| {{No}}&lt;br /&gt;
| USB ID: 056a:0062&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mice ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Connector&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Apple Mouse (M5769)&lt;br /&gt;
| USB&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Seems to disable USB port, reboot afterwards required&lt;br /&gt;
|-&lt;br /&gt;
| Apple Mouse with Scroll Ball (A1152)&lt;br /&gt;
| USB&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Seems to disable USB port, reboot afterwards required&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Connectors, adapters, and hubs =&lt;br /&gt;
&lt;br /&gt;
This section is intended as a general guide. Items in this section are standard USB accessories, so drivers are not required. Compatibility with Pandora is assumed. Please note that any external product links are provided for reference only, and are not an endorsement.&lt;br /&gt;
&lt;br /&gt;
== OTG (On The Go) Adapters ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Generic adapter&lt;br /&gt;
| {{No}}&lt;br /&gt;
| [http://shop.ebay.com/?_from=R40&amp;amp;_trksid=p3907.m38.l1313&amp;amp;_nkw=usb+otg+host+cable&amp;amp;_sacat=See-All-Categories Find on eBay] [http://www.amazon.co.uk/s/ref=nb_ss_ce?url=search-alias%3Delectronics&amp;amp;field-keywords=OTG+Cable+Adapter&amp;amp;x=3&amp;amp;y=23 Find on Amazon] These links are not 100% accurate. Check for `mini-a`, and on eBay, the price is higher by about $8.&lt;br /&gt;
|-&lt;br /&gt;
| Nokia USB OTG adapter&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| [http://www.electronicproductonline.com/catalog/product_info.php?cPath=35_67&amp;amp;products_id=2043 Electronic Product Online]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Compact USB Hubs ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Griffin SmartShare USB [http://www.griffintechnology.com/products/smartshare-usb]&lt;br /&gt;
| {{No}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Belkin F5U415 4 Port USB 2.0 Swivel Hub [http://catalog.belkin.com/IWCatProductPage.process?Product_Id=377085]&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Comes with an optional power adapter.&lt;br /&gt;
|-&lt;br /&gt;
| Belkin F5U701 USB 2.0 7 Port Mobile Hub [http://www.belkin.com/IWCatProductPage.process?Product_Id=369788]&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by pabloh.  Comes with an optional power adapter.&lt;br /&gt;
|-&lt;br /&gt;
| ID 0e8f:0016 GreenAsia Inc. &lt;br /&gt;
| {{No}}&lt;br /&gt;
| Tested by tsh.  Labeled as high speed.  Bought from ebay.&lt;br /&gt;
|-&lt;br /&gt;
|Trust 4 port netbook hub ID 05e3:0608&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by tsh.  Bought from [http://www.amazon.co.uk/gp/product/B0025X16AS Amazon].&lt;br /&gt;
|-&lt;br /&gt;
| High Speed 4 Port Mini USB 2.0 Hub for Laptop PC (non powered)&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Octopus-style small cheap unpowered USB hub.  Bought from [http://cgi.benl.ebay.be/ws/eBayISAPI.dll?ViewItem&amp;amp;item=270538502843 ebay]&lt;br /&gt;
|-&lt;br /&gt;
| Keeptech USB 2.0 Hub (7 Ports) with Power Adapter, KT-UH703 [http://www.keeptech.com/books_show.php?id=144]&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [[User:Esn|Esn]]. Works powered or unpowered.&lt;br /&gt;
|-&lt;br /&gt;
| Logitech Premium 4-Port USB Hub [http://www.logitech.com/en-in/notebook-products/usb-hubs/devices/3048]&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| LUPO 7-port USB 2.0 Hub (cheap octopus type which can be powered as there is dc socket)&lt;br /&gt;
| {{Partial|Yes. {{HideableNotes|Can use a power supply but wasn't tested with one.}}}}&lt;br /&gt;
| Tested by kilowatt. Bought from [http://www.amazon.co.uk/gp/product/B003BVDABG/ref=oss_product from amazon uk]&lt;br /&gt;
|-&lt;br /&gt;
| LogiLink USB 2.0 Hub 4-Port UA0086 [http://www.logilink.eu/showproduct/UA0086.htm]&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by Jones. Comes with an optional power adapter. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:USB]]&lt;br /&gt;
[[Category:List]]&lt;/div&gt;</summary>
		<author><name>Relliker</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=User_manual&amp;diff=9167</id>
		<title>User manual</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=User_manual&amp;diff=9167"/>
		<updated>2011-08-25T13:42:09Z</updated>

		<summary type="html">&lt;p&gt;Relliker: /* Mouse (stylus/pointer) settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IntroNote | This Wiki is an unofficial community project, and Open Pandora Ltd. is not responsible for its content. Neither is the Wiki an official source of information about your device. &amp;lt;br/&amp;gt;We can always use more help, look [[Getting_involved#The_Wiki | here]] to find out how you can get involved.}}&lt;br /&gt;
&lt;br /&gt;
{{split section|Page to large, bad for categories, linking topics,....}}&lt;br /&gt;
&lt;br /&gt;
[[Image:PandoraFront.jpg|Right|thumb|360px|The Pandora.]]&lt;br /&gt;
So your Pandora just arrived after being in the post for two months. Jolly good! But now that it's actually here, what on earth do you do with it? '''Don't panic!''' Let's take a look at what's included in the box (so you don't miss anything!) and then hop on over to setting it up for that extended Ms. Pacman marathon you've been waiting for!&lt;br /&gt;
&lt;br /&gt;
Also, don't forget to hit up [http://www.gp32x.com/board/index.php?/forum/61-pandora/ GP32X] for questions/info/apps/fun/discussion! Ask on the [http://boards.openpandora.org/ Official Open Pandora forum] if you want a definitive answer.&lt;br /&gt;
&lt;br /&gt;
If you find a problem which is not explained after visiting the forum, be sure to report it in the [http://bugs.openpandora.org/ Bug Tracker]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Safety Information ==&lt;br /&gt;
*Warning: Choking Hazard, do not let children under the age of 3 come close to your Pandora console. The Pandora contains small parts that can be eaten by those children.&lt;br /&gt;
&lt;br /&gt;
*The battery of Pandora must be charged by the charger included with the Pandora (see package contents). [http://www.open-pandora.org/ Open Pandora Ltd.] will not be responsible for damage arising from the use of third party chargers. Please be aware that &amp;quot;cheap&amp;quot; third party chargers often carry fake CE logos. These can damage your Pandora or burst horribly into FLAMES.&lt;br /&gt;
&lt;br /&gt;
*Keep the Pandora in normal temperatures under 140F/60C (Recommended temperatures are in the range between -10C and 40C){{Citation needed}}. The battery is a standard Lithium Polymer battery. Do not keep near fire or water. Do not disassemble, destroy or damage the battery, or it may explode! Do not short circuit external contacts! Dispose of it properly, please. &lt;br /&gt;
&lt;br /&gt;
*Modifications to hardware can damage your Pandora. [http://www.open-pandora.org/ Open Pandora Ltd] cannot be held responsible for any resulting damages that occur from you modifying your Pandora.&lt;br /&gt;
&lt;br /&gt;
*Malicious software can do horrible things to your Pandora. Only download Pandora software from trusted locations such as the [http://repo.openpandora.org/ Repo], the [http://apps.openpandora.org Pandora Apps] website, the [http://dl.openhandhelds.org/cgi-bin/pandora.cgi Pandora File Archive], or the websites of trusted developers.&lt;br /&gt;
&lt;br /&gt;
*The Pandora has a 4.3-inch touch screen. You can touch the screen to trigger an action. That's right, a touch screen - not a stab screen, punch screen, or solid mahogany workbench. Always touch the screen gently – that is more than enough to trigger the action you want.&lt;br /&gt;
&lt;br /&gt;
*The casing of the Pandora has been designed for maximum strength, making it quite hard to break. Please do not consider this a challenge. Do not drop, throw, clamp, launch, tumble dry, or place anvils on the Pandora. This will void your warranty.&lt;br /&gt;
&lt;br /&gt;
== Warranty Information ==&lt;br /&gt;
A one year warranty applies as required by law, and the device will be replaced/repaired if it is faulty. LCDs with numerous/excessive dead pixels will also be replaced.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
== Box Contents ==&lt;br /&gt;
When you first open Pandora's box, a slew of demons and raging emotions may forcibly leave the box. This is normal. After that, you should find the following items:&lt;br /&gt;
*Pandora console&lt;br /&gt;
*[[Stylus]] (located in stylus slot on the side of the Pandora)&lt;br /&gt;
*[[Battery]]&lt;br /&gt;
*Mains power adapter ([[charger]])&lt;br /&gt;
*[[Battery case]] (note: it can be difficult to open. [http://boards.openpandora.org/index.php?/topic/963-complain-about-battery-case-here/ Here] is how to do it)&lt;br /&gt;
The following items should also be present if you ordered them separately:&lt;br /&gt;
*[[TV-Out Cable]] (As of 3rd November 2010 these are not yet included in the box and will ship separately as available)&lt;br /&gt;
*[[Carrying Case]]&lt;br /&gt;
*Extra Battery&lt;br /&gt;
After you take those things out, you may find a sliver of Hope left over. It's best to keep it, as you never know when you could use some Hope.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
==== Highlights ====&lt;br /&gt;
{{citation needed}}&lt;br /&gt;
* [[ARM]]® Cortex™-A8 600Mhz+ CPU running [[Linux]]*&lt;br /&gt;
* 430-MHz [[TMS320C64x+]]™ DSP Core&lt;br /&gt;
* PowerVR SGX [[OpenGL 2.0 ES]] compliant 3D hardware&lt;br /&gt;
* 800x480 4.3&amp;quot; 16.7 million colours [[touchscreen]] LCD&lt;br /&gt;
* [[Wifi]] 802.11b/g, [[Bluetooth]] &amp;amp; High Speed [[USB]] 2.0 Host&lt;br /&gt;
* Dual [[SDHC card]] slots &amp;amp; SVideo [[TV output]]&lt;br /&gt;
* Dual Analogue and Digital gaming controls ([[nubs]])&lt;br /&gt;
* 43 button QWERTY and numeric [[keypad]]&lt;br /&gt;
* Around 10+ Hours battery life**&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The 600Mhz+ can be clocked higher or lower. This can be controlled by software designed for the device.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Is affected by use. (For example, turning Wi-Fi off will give better battery life.)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Advanced Specifications ====&lt;br /&gt;
* Texas Instruments [[OMAP3530]] processor at 600MHz (officially)&lt;br /&gt;
* 256MB DDR-333 [[SDRAM]]&lt;br /&gt;
* 512MB [[NAND]] FLASH memory&lt;br /&gt;
* [[IVA2+]] audio and video processor using TI's DaVinci™ technology (430MHz C64x DSP)&lt;br /&gt;
* [[ARM]]® Cortex™-A8 superscalar microprocessor core&lt;br /&gt;
* PowerVR [[SGX530]] (110MHz officially) OpenGL ES 2.0 compliant 3D hardware&lt;br /&gt;
* integrated [[Wifi]] 802.11b/g (up to 18dBm output)&lt;br /&gt;
* integrated [[Bluetooth]] 2.0 + EDR (3Mbps) (Class 2, + 4dBm)&lt;br /&gt;
* 800x480 resolution LTPS [[LCD]] with resistive touch screen, 4.3&amp;quot; widescreen, 16.7 million colors (300 cd/m2 brightness, 450:1 contrast ratio)&lt;br /&gt;
* Dual analog controllers ([[nubs]])&lt;br /&gt;
* Full [[gamepad]] controls plus [[shoulder buttons]]&lt;br /&gt;
* Dual [[SDHC card]] slots (up to 64GB of storage currently)&lt;br /&gt;
* headphone output up to 150mW/channel into 16 ohms, 99dB SNR (up to 24 bit/48KHz)&lt;br /&gt;
* [[TV output]] (composite and S-Video)&lt;br /&gt;
* Internal microphone plus ability to connect external microphone through headset&lt;br /&gt;
* Stereo line level inputs and outputs&lt;br /&gt;
* 43 button QWERTY and numeric [[keypad]]&lt;br /&gt;
* [[USB]] 2.0 OTG port (1.5/12/480Mbps) with capability to charge device&lt;br /&gt;
* [[USB]] 2.0 HOST port (480Mbps) capable of providing the full 500mA to attached devices (examples include USB memory, keyboard, mouse, 3G modem, GPS)&lt;br /&gt;
* up to two externally accessible [[UARTs]] and/or four [[PWM]] signals for [[hardware hacking]], robot control, debugging, etc.&lt;br /&gt;
* un-brickable design with integrated [[boot loader]] for safe code experimentation&lt;br /&gt;
* Power and hold [[switch]] useful for &amp;quot;instant on&amp;quot; and key lockout to aid in media player applications on the go&lt;br /&gt;
* Runs on the Linux [[operating system]] (2.6.x)&lt;br /&gt;
* Dimensions: 140x83.4x27.5mm&lt;br /&gt;
* Weight: 335g (with 4200mAh battery)&lt;br /&gt;
&lt;br /&gt;
==== Features ====&lt;br /&gt;
The Pandora is a mixture between a PC and a gaming console (similar to classic computers such as the Amiga). That's why it has gaming controls (ABXY buttons, [[d-pad]], and [[analogue nubs]]). It is fast enough to emulate many other systems, run a full desktop, access the internet with Firefox and play games such as Quake III. However, it is not as big as a netbook. Believe it or not, it will fit in your pocket. It's a bit bigger than the original Nintendo DS. (See the [[#Applications | Applications]] section of this manual to see what applications your Pandora will come with.)&lt;br /&gt;
Remember that your Pandora console will get better with every application installed!&lt;br /&gt;
&lt;br /&gt;
== First Time Use ==&lt;br /&gt;
Now that you've opened the box, let's set this thing up! Place the battery inside the battery compartment on the back of the Pandora, making sure the contacts touch(the little silvery metal bits, it's easy). Snap on the battery cover and you're all set!&lt;br /&gt;
If you find this [[linux]] stuff is a bit new and overwhelming, please try the [[Quickstart | quickstart page]] for a simple walk through the first steps (including downloading the codec pack) and please provide feedback on the forums about how it can be improved and still kept simple.&lt;br /&gt;
==== Charging ====&lt;br /&gt;
Charge your Pandora 8 hours before disconnecting it from the wall [[charger]]. This will improve the lifetime of your battery. To charge the Pandora, insert the power cable end in the Pandora and the other end into your wall socket. &lt;br /&gt;
&lt;br /&gt;
The [[battery]] comes pre-charged at 40%, and that level might have decreased during shipping. To be on the safe side, we recommend that you charge the Pandora before you use it. Simply plug in your wall charger into an outlet, or optionally use a mini-[[USB]] cable connected to a computer or wall adapter. For extreme silliness, plug your Pandora into an ''already charged Pandora,'' and charge it from that! But not really.&lt;br /&gt;
&lt;br /&gt;
To &amp;quot;fast charge&amp;quot; just put the system into &amp;quot;low-power&amp;quot; mode. You cannot charge the system while ''off''. This is currently a feature and may change in future versions of the firmware. &lt;br /&gt;
&lt;br /&gt;
You can find more useful information about charging on the [[power modes]] page.&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|IF YOU POWERED THE SYSTEM WITHOUT A BATTERY, SHUT IT OFF BEFORE STICKING THE BATTERY BACK IN.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Finally, don't just leave your Pandora plugged in forever.  Unplug it once every couple days while using it to allow the battery to discharge from full (to around 90% or less?).  If you're not going to use your Pandora for a while, discharge the [[battery]] to around 40%, remove the battery, wrap it in a plastic bag (a Ziplock-type bag?), and stick it in the fridge.&lt;br /&gt;
&lt;br /&gt;
Leaving your Pandora plugged in indefinitely, even while in low-power mode, may damage the battery!  See the [http://boards.openpandora.org/index.php?/topic/640-warning-dont-leave-your-pandora-plugged-in-for-too-long/|the Open Pandora Boards] for more details. &lt;br /&gt;
&lt;br /&gt;
To be on the safe side, you can use this [http://boards.openpandora.org/index.php?/topic/1488-better-battery-charging-beta/page__view__findpost__p__40784 better battery charging script], which is planned to be included in Hotfix 6 to the Pandora's firmware.[http://boards.openpandora.org/index.php?/topic/3100-bluetooth-file-receiving-daemon/page__view__findpost__p__54581] It will keep your Pandora charged between 95-100% rather than constantly at 100%, which is better for the battery.&lt;br /&gt;
&lt;br /&gt;
==== First Boot ====&lt;br /&gt;
Once your Pandora is ready, turn it on. The OS will take some time to [[boot up]] for the first time (about 10 minutes, this is only for the first boot, and is normal). After it has booted, a series of settings dialogs will pop up in the shape of a &amp;quot;Boot Wizard&amp;quot; allowing you to alter your Pandora's settings to your liking.&lt;br /&gt;
&lt;br /&gt;
There are a total of 3 parts to the [[First Boot Wizard]] guide:&lt;br /&gt;
===== System configuration =====&lt;br /&gt;
The first thing you will have to do is to calibrate the Pandora's [[touch screen]]. Only do this if the screen isn't calibrated already.&lt;br /&gt;
You will have the option for touchscreen calibration the first time you boot up your Pandora console.&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;Calibrating the touch screen&amp;quot; is a term used to describe the process of matching coordinates given by the touch layer with the underlying screen. A badly calibrated screen will register your push elsewhere on the screen, perhaps half a centimeter to one side. As there are sometimes slight variations in the production of the touch layer, you the user can improve the accuracy by matching the two layers manually.&lt;br /&gt;
&lt;br /&gt;
===== User setup =====&lt;br /&gt;
After calibrating your screen, you will have to enter your full name. This is what you will see in any user selection dialogs or when the system needs to address you, so enter whatever you are most comfortable with. Then follows your username. It is recommended to choose an all-lowercase, one-word username here, since you will have to enter this name every time you log in. Once you've entered your username, a password input dialog appears. You will have to enter the password you want to use twice here. If you don't want to have a password for your device, simply leave both fields empty. If, however, you decide to enter a password, something hard to guess and between 8 and 16 characters long is preferred.&lt;br /&gt;
&lt;br /&gt;
===== Network and security settings =====&lt;br /&gt;
You will now have to enter a name for your Pandora. This will be the Pandora's host name, so you have two options in this situation:&lt;br /&gt;
&lt;br /&gt;
# If you don't have a domain you want to connect to, simply enter any name here. It should not contain any spaces.&lt;br /&gt;
# If you ''do'' have a domain you want to connect to, enter a name in the form of &amp;quot;pandoraname.domainname.tld&amp;quot;. Note that you may never have a use for this.&lt;br /&gt;
&lt;br /&gt;
Then, you'll have to choose whether you want to automatically log in on your Pandora when it boots, or if you should be given the opportunity to log in as a different user, or enter your password. It is recommended to disable auto login if you want to protect your user data, but if you're often in a hurry, then you can enable auto login here.&lt;br /&gt;
&lt;br /&gt;
The final thing you will have to choose, is whether you want to use the full desktop [[Xfce]] environment or the gaming-oriented [[PMenu]] environment as your default environment in the Pandora. It is recommended to choose Xfce here if you want to gain access to the Pandora's full potential. This option can be changed later at any point.&lt;br /&gt;
&lt;br /&gt;
==== Calibrating the Analog Nubs [http://pandorawiki.org/Nubs]====&lt;br /&gt;
&lt;br /&gt;
The nubs automatically [[calibrate]] with use, and do so every time the unit is freshly powered up. Calibration information is stored inside the nub RAM, so when you power down (full power off, not just low power mode) the calibration information is lost. Calibrating the nubs is as simple as just using them -- do a few left right up down moves or swoosh around, and the nub will know its boundaries and be good thereafter.&lt;br /&gt;
&lt;br /&gt;
So no special effort is required to calibrate or use the nubs, but the first few motions you use of them may be erratic as they self-calibrate.&lt;br /&gt;
&lt;br /&gt;
==== Calibrating the Touchscreen ====&lt;br /&gt;
The [[touchscreen]] in your new Pandora device isn't psychic! You have to tell it what to do, and in order to do that effectively, you need to calibrate it. Simply navigate to settings→screen→calibration wizard{{Verify credibility}} and follow the onscreen instructions. You may have to recalibrate the screen from time to time as well.&lt;br /&gt;
&lt;br /&gt;
During the first boot wizard, you will be offered the option to calibrate the touchscreen. By default it may well work okay, but the option is there. If calibration is far off, use the keyboard to select the calibration option.&lt;br /&gt;
&lt;br /&gt;
==== Mouse (stylus/pointer) settings ====&lt;br /&gt;
When done with the calibration and you are back in the Pandora [[Xfce]] desktop environment you might also want to change some other touch screen settings to make navigation with the stylus work according to your preferences. Two recommended settings to experiment with for easier navigation are:&lt;br /&gt;
&lt;br /&gt;
#  The double-click Time setting&lt;br /&gt;
#  The double-click  Distance (valid touch-screen double-click area)&lt;br /&gt;
&lt;br /&gt;
In the first setting, i.e. Time, you will be setting the interval between double-clicks where such clicks will be accepted as valid.&lt;br /&gt;
Ex. if you set the time to 250ms, the second click (or screen-tap in our case) must occur within 250ms of the first to be valid.&lt;br /&gt;
&lt;br /&gt;
In the second setting, Distance, you will be setting the radius of screen area where the second click (tap) must fall into to be considered as a valid second tap. This means that if, for example, you set the distance to 5, your second tap must fall within a circle radius of 5 pixels from the point where the first tap occurred.&lt;br /&gt;
&lt;br /&gt;
These two settings can be found under:  Desktop ---&amp;gt; Xfce menu ---&amp;gt; Settings ---&amp;gt; Desktop ---&amp;gt; Mouse ---&amp;gt; Behaviour tab.&lt;br /&gt;
&lt;br /&gt;
== Basic Use ==&lt;br /&gt;
See the [[GUI]] page for more details on the user interfaces which can be used with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Pmenu===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===minimenu / mmenu===&lt;br /&gt;
&lt;br /&gt;
[[minimenu]] is designed as a fast and easy to use launcher, without a lot of fancy frills. A grid of icons to launch, and use the d-pad or touchscreen to fire one off. It is fairly configurable and skinnable and is fully featured, and very fast. If you recall the interface on the gp32, gp2x, wiz, and gmenu2x you will be right at home and then some!&lt;br /&gt;
&lt;br /&gt;
=====The main grid=====&lt;br /&gt;
&lt;br /&gt;
The main grid with the default [[skin]] has most of the screen realestate showing a grid of available 'auto discovered' applications, with a detail panel on the right. A list of tabs is across the top of the screen, with some short help message on the bottom.&lt;br /&gt;
&lt;br /&gt;
Pressing Start or B will invoke the [[pnd]]-application. Pressing Select will switch to a basic menu, providing shutdown or some advanced options.&lt;br /&gt;
&lt;br /&gt;
Pressing &amp;quot;Y&amp;quot; (think &amp;quot;Why?&amp;quot;) will bring up pnd-application documentation, if that [[pnd]]-file has defined any.&lt;br /&gt;
&lt;br /&gt;
The left and right shoulder triggers will switch categories of applications; by default, minimenu includes an All category and defaults to showing it.&lt;br /&gt;
&lt;br /&gt;
The applications are auto-discovered in the same means as the xfce desktop and pmenu and other pnd-supporting systems, however you may add additional minimenu-specific searchpaths into the configuration should you wish to. It is likely a basic file browser will also be added, letting you launch applications manually placed on your SD cards.&lt;br /&gt;
&lt;br /&gt;
The standard overrides are supported -- [[.ovr]] files for icon title, clockspeed setting and categories, as well as a [[.png]] for icon override.&lt;br /&gt;
&lt;br /&gt;
=====Skinning=====&lt;br /&gt;
&lt;br /&gt;
Skinning guide in gp32x forum: http://www.gp32x.com/board/index.php?/topic/53990-skinning-minimenu/&lt;br /&gt;
&lt;br /&gt;
A mmskin.conf from February 2011: http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=blob;f=minimenu/skin/default/mmskin.conf;h=695888b3ae310d7ea04b4e682baed0c0c6fc4349;hb=98c1d081629ac9cbb3056b39097a3db968ce4055&lt;br /&gt;
&lt;br /&gt;
===Desktop style environment (Xfce)===&lt;br /&gt;
&lt;br /&gt;
=====On the Desktop=====&lt;br /&gt;
&lt;br /&gt;
The desktop will contain icons for numerous locations (such as each mounted SD card), as well as any auto-discovered pnd-applications located on SD cards or internal [[NAND]].&lt;br /&gt;
&lt;br /&gt;
=====In the menu=====&lt;br /&gt;
On the bottom left you have your applications menu, similar to the Windows start menu. Clicking it brings up a list of all installed applications and pnd-applications in the appropriate location on your [[SD cards]].&lt;br /&gt;
&lt;br /&gt;
=====Miscellaneous=====&lt;br /&gt;
To the right may be some icons, these serve as shortcuts to commonly used applications. Next to that you have your taskbar which, as you might have guessed, lists all running applications in your current workspace. To the right of the taskbar you have your workspaces, think of these as multiple desktops. By default you have two to switch between. Applications running in one workspace will not be visible in the other, so you can effectively hide your Ms. Pacman game from your boss at work, because there's no way you're not going to go for the gold, even at work! Finally there are a few more icons that deal with TV-Out, network connectivity, etc. and some running applications may place an icon there as well. And to the right of THOSE, you have your time. Because time flies when you're using your Pandora! Badum tsh. And to the right of that, you have a little icon which, when clicked, displays all running applications.&lt;br /&gt;
&lt;br /&gt;
Finally, I'd just like to reiterate this--EVERYTHING is customizable! We'll get to that section later on.&lt;br /&gt;
&lt;br /&gt;
If a window is too tall to fit on the screen you can move it by holding down the left [[shoulder button]] and dragging the window with the [[stylus]].&lt;br /&gt;
&lt;br /&gt;
===Pandora Button===&lt;br /&gt;
&lt;br /&gt;
When in the desktop style environment ([[Xfce]]), the Pandora button will bring up the applications menu, letting you quickly view the available applications. If held, it allows you to [[User_manual#Killing Applications | kill]] an unresponsive application. If that doesn't work, you can do a hard-reset of the Pandora by pressing and holding the Pandora button, then flicking the power switch to the right.&lt;br /&gt;
&lt;br /&gt;
===Power modes===&lt;br /&gt;
&lt;br /&gt;
The [[Power modes]] page provides full details of power modes, charging and battery care and lifetime.&lt;br /&gt;
&lt;br /&gt;
Without switching the device entirely off, it may be placed into low power mode or regular power mode; simply sliding the power switch to the right will toggle modes.&lt;br /&gt;
&lt;br /&gt;
Consider low power mode to be akin to turning off a PDA or cellphone -- the screen is off, the CPU is clocked down and so on, but the device is still silently on, allowing for alarms to go off or it to be turned on again instantly. Regular power mode is for normal usage.&lt;br /&gt;
&lt;br /&gt;
Low power mode is probably going to be used as the normal &amp;quot;off&amp;quot; for most people, with true off (device powered down entirely, unable to respond to alarms or wake up quickly) available to conserve battery power. Turning the Pandora off completely is the best option if you don't plan on using it for few hours or longer. &lt;br /&gt;
&lt;br /&gt;
Closing the lid will turn off the [[display]] but otherwise leave the device operating - handy for audio playing; turning off the display reduces power consumption.&lt;br /&gt;
&lt;br /&gt;
Shutdown will only occur if you are unplugged from the wall. The device can't be charged while off, to &amp;quot;fast charge&amp;quot; just switch to low power mode. See [[Power modes | power modes]] for more info.&lt;br /&gt;
&lt;br /&gt;
The actual behavior of buttons and events can be customized.&lt;br /&gt;
&lt;br /&gt;
=== USB Peripherals ===&lt;br /&gt;
You can connect USB2 High Speed peripherals directly, using the large USB connector, or a USB-OTG adaptor lead. Lower-speed USB devices will only work through a hub, the Pandora does not have the support circuitry inside to drive the interface in the correct mode.&lt;br /&gt;
See the [[USB_compatibility_list|the USB compatibility list]] for peripherals which have been tested so far.&lt;br /&gt;
&lt;br /&gt;
=== Killing Applications ===&lt;br /&gt;
Killing (or forcibly closing) an unresponsive application is as simple as holding down the [[Pandora button]] (just under start and select) for a few seconds. A dialog will appear which lists the open applications and gives you the option to kill them.&lt;br /&gt;
&lt;br /&gt;
=== Forcing a Restart ===&lt;br /&gt;
Occasionally something will happen causing your Pandora to become unresponsive (to the point that even killing a program isn't possible). When this happens it is necessary to force your Pandora to restart. The easiest way to do this is by holding the Pandora button and moving the power switch to the right.&lt;br /&gt;
&lt;br /&gt;
== Configuration and Customization ==&lt;br /&gt;
This is just an overview of the [[customization]] and configuration you can do. Individual sections may link to their own pages.&lt;br /&gt;
&lt;br /&gt;
=== Setting Up WiFi ===&lt;br /&gt;
If [[wifi]] is enabled, and you are in range of an access point, a dialogue should appear offering to connect to it. See the [[Wifi]] page for more detail on using wifi.&lt;br /&gt;
&lt;br /&gt;
=== Setting Up Bluetooth ===&lt;br /&gt;
Connecting to [[Bluetooth]] devices is easy using the tool located in the Xfce taskbar.&lt;br /&gt;
&lt;br /&gt;
For help with setting up a [[Bluetooth]] GPS, see [[GPS#Bluetooth_GPS | here]].&lt;br /&gt;
&lt;br /&gt;
=== Adjusting Brightness/Contrast ===&lt;br /&gt;
Brightness can be raised by pressing Fn+I and lowered with Fn+U. A tool is included with the Pandora called &amp;quot;LCD-Settings&amp;quot; (under the &amp;quot;Settings&amp;quot; menu) which can be used to adjust the brightness and the gamma.&lt;br /&gt;
&lt;br /&gt;
=== Changing Your Theme ===&lt;br /&gt;
Under &amp;quot;Settings&amp;quot; in the menu, you will find &amp;quot;Appearance&amp;quot; which will let you adjust the style, icon set, fonts, and a few other appearance related settings. Also, under &amp;quot;Window Manager&amp;quot; you can adjust the style of each window's title bar.&lt;br /&gt;
&lt;br /&gt;
=== Minimenu Configuration and Tricks ===&lt;br /&gt;
&lt;br /&gt;
[[minimenu]] has a fairly comprehensive configuration file for its minimalistic design; most options may be enabled or disabled or fiddled with, and the skin can reasonably be altered.&lt;br /&gt;
&lt;br /&gt;
The All category can be removed if undesired.&lt;br /&gt;
&lt;br /&gt;
Expert conf hackers can specify what categories they'd like and in what order, and have multiple app categories dumped into one tab, and other tricks.&lt;br /&gt;
&lt;br /&gt;
pnd-application icons may be all loaded during the menu setup, or deferred until later and loaded in the background.&lt;br /&gt;
&lt;br /&gt;
Preview pics may be loaded up front (not advised, as it can be slow), or deferred until later. (When deferred, they may load when you rest the selection, or load in background.)&lt;br /&gt;
&lt;br /&gt;
You may choose to have auto-discovered applications registered into any of their 6 categories (Main, Sub1, Sub2, Alt, AltSub1, AltSub2).&lt;br /&gt;
&lt;br /&gt;
Etc and so on.&lt;br /&gt;
&lt;br /&gt;
Additional keys are supported: Q to quit the menu (not really useful for most people), and Space to invoke the application.&lt;br /&gt;
&lt;br /&gt;
[[Minimenu Configuration Documentation]]&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
&lt;br /&gt;
Many applications will come preinstalled into the internal [[NAND]]; these will be regular Linux applications (not packaged into [[pnd]] files, since they do not need to be redistributed to anyone.)&lt;br /&gt;
&lt;br /&gt;
Additional applications may be found as [[Introduction to PNDs | pnd-files]] (a packaged up single file representing an entire application) or as regular Linux files (an application likely being made up of many files and possibly needing installation.)&lt;br /&gt;
&lt;br /&gt;
==== What Is Included? ====&lt;br /&gt;
* [[Ångström]] Linux: Lightweight beautiful Linux-based operating system for the Pandora.&lt;br /&gt;
* [[Xfce]]: A full featured window manager for Linux.&lt;br /&gt;
* [[Midori]]: A full featured web browser, designed to be lighter and faster than a full desktop style browser.&lt;br /&gt;
* Lightweight office utilities including Abiword, Gnumeric, and ClawsMail (warning: do not use ClawsMail, it will fill up your [[NAND]]. Solutions are [http://www.gp32x.com/board/index.php?/topic/56810-html-viewer-for-claws-mail/page__view__findpost__p__919458 being worked on]). '''As of [http://www.gp32x.com/board/index.php?/topic/58867-hotfix-5-released/ Hotfix 5]''', GCalcTool is also included, while Abiword, Gnumeric, Clawsmail and Pidgin have been removed (you can download them from [[software projects|here]] instead).&lt;br /&gt;
{{Volume needed}}&lt;br /&gt;
&lt;br /&gt;
==== Where Can I Get More Apps? ====&lt;br /&gt;
There are many ways to get more applications onto your Pandora. &lt;br /&gt;
&lt;br /&gt;
*On this wiki, we maintain up-to-date lists of [[games]], [[Emulator list|emulators]], and [[Software projects|other software]], with download links. These lists are more comprehensive than the two official sites below, because not every program is submitted to both of them.&lt;br /&gt;
&lt;br /&gt;
*On [http://repo.openpandora.org repo.openpandora.org] there is a nice [[PND]]-Repository, using [[PNDstore]] you can also automatically update all your [[PND]]s or install new ones directly on the Pandora.&lt;br /&gt;
&lt;br /&gt;
*The easiest way is to browse the [http://apps.open-pandora.org Open App Store], where you can download a selection of free or commercial applications. To download, navigate to an app, pay for it if you must, and hit the 'download' button. Select where you want to save it, and you're done!&lt;br /&gt;
&lt;br /&gt;
*There is the good ol' [http://dl.openhandhelds.org/cgi-bin/pandora.cgi Pandora File Archive].&lt;br /&gt;
&lt;br /&gt;
*To help with the massive range of applications, a member of the community has started to produce [[PandaPacks]] for some pre-packaged games, emulators and distributable ROMs in handy SD card filling torrents.&lt;br /&gt;
&lt;br /&gt;
*The Pandora includes the package manager [[opkg]], which is a fork of [http://en.wikipedia.org/wiki/Ipkg ipkg]. This will install to your Pandoras [[NAND]] by default and can cause severe problems because the version of Angstrom which is used on the Pandora is too old - only use it if you know exactly what you're doing! Type &amp;quot;df -h&amp;quot; in the terminal to see how much space you have left - you shouldn't fill it completely, you might not even be able to login when it is completely full (I'm quite sure you can't, although I might be wrong). You can use the [http://www.pandorabits.org/index.php?page=opkg-installer OPKG Installer] to make things easier.&lt;br /&gt;
&lt;br /&gt;
*You could also download .ipk files directly from the [http://www.angstrom-distribution.org/repo Angstrom ARM Repository], but these are actually the same as if you would install them using [[opkg]] (see above), have the same problems as if using [[opkg]] and the additional annoyance that dependencies aren't resolved automatically. There are different .ipk files for every program, the right ones are the armv7a ones from 2008.&lt;br /&gt;
&lt;br /&gt;
*Also, people may upload their apps to weird crevices in the net, so be on the lookout! (or use a search engine)&lt;br /&gt;
&lt;br /&gt;
{{warning|Your Pandora's internal memory (NAND) will be at close to capacity when you receive it. All new programs '''should be installed to SD card'''. Downloads from the Angstrom Repo, or use of the [[opkg]] package manager, should only be done by advanced users or when instructed by Open Pandora Ltd (for example, firmware updates will probably use a pandora specific repository in the future).''}}&lt;br /&gt;
&lt;br /&gt;
==== Installing a PND file (an application) ====&lt;br /&gt;
[[Image:PandoraSD.png|thumb|alt=SD card folder structure|This is what the folder structure on your SD card should look like. The drive letter and card name will vary; they're not important.]]&lt;br /&gt;
Installation of a PND file is so easy, you can hardly even call it installing. All you need to do is copy the PND file into the appropriate folder on your SD card. The first thing you'll need to do is set up some folders that the Pandora will recognise. It's recommended that you start with a blank, freshly formatted (or freshly purchased) SD card. For the purposes of this guide we'll refer to your [[SD card]] as &amp;lt;SD&amp;gt; (Windows might call it something like G:\Removable Disk or Linux /media/something). Create a new folder on the SD card called 'pandora':&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora&lt;br /&gt;
Then open the 'pandora' folder, and create four more inside it: apps, appdata (this one isn't really needed, [[PND]]s can save there settings and stuff there, it will automatically be created when a [[PND]] wants to save something), desktop, and menu:&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/apps&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/appdata/&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/desktop/&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/menu/&lt;br /&gt;
Now you're ready to install a PND file. Just copy and paste (or drag and drop; or save) the file into your folder of choice:&lt;br /&gt;
* Putting a PND in the /desktop folder will make it appear on the [[XFCE]] desktop&lt;br /&gt;
* Putting a PND in the /menu folder will make it appear in the [[XFCE]] system menu&lt;br /&gt;
* Putting a PND in the /apps folder will make it appear in both locations&lt;br /&gt;
* If you're using [[Minimenu]] instead of XFCE, it doesn't matter which of these three folders you use. You can also create a &amp;lt;SD&amp;gt;/pandora/mmenu/ folder, and anything saved there will ''only'' show up in Minimenu.&lt;br /&gt;
Occasionally you'll come across an application which needs additional data (for example, the data files for Quake, or ROMs for an emulator). These files goes into the appdata folder. A [[PND]] program will automatically create its own subfolder within /appdata the first time it is run; then you can add files to it. More information on this is available on the [[Introduction_to_PNDs#Where_does_my_data_go.3F_How_do_I_make_files_visible_to_the_applications.3F | introduction to PNDs]] page.&lt;br /&gt;
&lt;br /&gt;
== Firmware ==&lt;br /&gt;
For more detail about firmware, see the [[Introduction to firmware]] page.&lt;br /&gt;
&lt;br /&gt;
==== Updating The Firmware ====&lt;br /&gt;
&lt;br /&gt;
Updates to the firmware are currently provided as [[Hotfix]] packages, in [[Introduction to PNDs |PND]] format. Check the OpenPandora official [http://www.open-pandora.org/index.php?option=com_content&amp;amp;view=article&amp;amp;id=178&amp;amp;Itemid=32&amp;amp;lang=en support] page for the latest status. This will update any parts of the system which need to be updated. A more flexible system is planned, this should allow automatic downloading and installing of updates if you wish (but should not be expected before some time in 2011).&lt;br /&gt;
&lt;br /&gt;
==== Reinstalling the Firmware ====&lt;br /&gt;
&lt;br /&gt;
There are several reasons why you might wish to take this seemingly drastic step. It is possible that the system software gets corrupted somehow (for example, a power failure whilst you are completing the 'first boot' process). Alternatively, you might wish to install a copy of the firmware on an SD card if you are experimenting with different system configurations. Regardless, the Pandora is very robust, it is always possible to download some files to the SD card, and use these to return the internal [[NAND]] to the 'factory' state without too much effort. See the [[Introduction to firmware]] page for information on how to do this.&lt;br /&gt;
&lt;br /&gt;
== Pandora FAQ ==&lt;br /&gt;
Silly goose, go to the [[FAQ]] page for more detailed information.&lt;br /&gt;
&lt;br /&gt;
==Futher reading==&lt;br /&gt;
* [[Basic Linux Guide]] - For those who don't know very much about Linux and want to learn more.&lt;br /&gt;
* [[Minimenu Configuration Documentation]] - If you want to customize or configure Minimenu.&lt;br /&gt;
* [[Tutorials]]&lt;br /&gt;
* [[Emulator list]] - See what systems you can emulate.&lt;br /&gt;
* [[Games]] - Take a look at the games that are available.&lt;br /&gt;
* [[Software projects]] - A list of all non-emulator, non-game software for Pandora.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Relliker</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=USB_compatibility_list&amp;diff=9166</id>
		<title>USB compatibility list</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=USB_compatibility_list&amp;diff=9166"/>
		<updated>2011-08-25T13:30:04Z</updated>

		<summary type="html">&lt;p&gt;Relliker: /* HSDPA (3G) Modems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of USB devices that have been tested on the Pandora. If the device you want to know about isn't listed here, don't worry! Just go to [[USB_reference|the USB reference page]], look up the specs of your device, and you may be able to figure out if it's compatible.&lt;br /&gt;
&lt;br /&gt;
= Networking =&lt;br /&gt;
&lt;br /&gt;
Please see the [[Mobile broadband]] page for tips on how to get these working, as well as [http://www.gp32x.com/board/index.php?/topic/54318-guide-mobile-broadband-usb-stick-usage/ this tutorial] from the GP32X forum.&lt;br /&gt;
&lt;br /&gt;
== HSDPA (3G) Modems ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| BandLuxe C270&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| A how-to by relliker for this modem can be found here[http://www.pandorawiki.org/BandLuxe_C270_3G_USB_Modem]&lt;br /&gt;
|-&lt;br /&gt;
| Huawei E156G&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes|Yes [http://www.gp32x.com/board/index.php?/topic/52827-3gumts-usb-dongle/page__view__findpost__p__835681]}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Huawei E160&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| As the entry for Huawei E220 was wrong, this Current draw could also be wrong.&lt;br /&gt;
|-&lt;br /&gt;
| Huawei E160E&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| As the entry for Huawei E220 was wrong, this Current draw could also be wrong.&lt;br /&gt;
|-&lt;br /&gt;
| Huawei E1750&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes|Yes [http://www.gp32x.com/board/index.php?/topic/54318-guide-mobile-broadband-usb-stick-usage/page__view__findpost__p__939350]}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[wikipedia:Huawei E220|Huawei E220]]&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 1.1&lt;br /&gt;
| 500mA&lt;br /&gt;
| Standard-A port via High Speed hub&lt;br /&gt;
| {{No|Not on new kernels.}}&lt;br /&gt;
| The successful Pandora E220 tests were done by DJWillis on an old kernel (long before Pandora shipped). It seems that they are NOT working any more.  Also tested on Linux (was it working?)  This entry originally said 250mA, but there is no source and current sources say 500mA.&lt;br /&gt;
|-&lt;br /&gt;
| 4G-Systems XS Stick P14&lt;br /&gt;
| Not required (usbserial module)&lt;br /&gt;
| standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes|Yes [http://www.gp32x.com/board/index.php?/topic/54318-guide-mobile-broadband-usb-stick-usage/page__view__findpost__p__937681]}}&lt;br /&gt;
| Requires usbmodeswitch program. &lt;br /&gt;
|-&lt;br /&gt;
| iPhone 3GS (Probably also 1G/3G)&lt;br /&gt;
| ipheth&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 500mA&lt;br /&gt;
| {{Unknown|USB A (Standard-A port?)}}&lt;br /&gt;
| {{Maybe|Should work in Angstrom with some work.}}&lt;br /&gt;
| Requires a good bit of dependencies to get working.  Tested with Debian from SD, but should work in Angstrom with some work.  The ipheth wwan0 device only provides a connection over the 3G modem, even if you're connected to a wifi network.  I used the iproxy and SSH tunneling method with proxychains to get to the wifi network.&lt;br /&gt;
|-&lt;br /&gt;
| HTC Desire&lt;br /&gt;
| not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 500mA&lt;br /&gt;
| {{Unknown|USB A (Standard-A port?)}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Requires internet connection sharing to be enabled from the phone.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== USB to Ethernet adapters ==&lt;br /&gt;
&lt;br /&gt;
To enable USB Ethernet adapters on the Pandora, you may need to left-click the networking icon on the panel in Xfce, and select &amp;quot;Ifupdown (bnep0)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Apple USB Ethernet Adapter MB442Z/A&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Reportedly uses an ASIX AX88xxx chipset.&lt;br /&gt;
|-&lt;br /&gt;
| Apple USB Ethernet Adapter model A1277&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 05ac:1402 Apple, Inc.&lt;br /&gt;
|-&lt;br /&gt;
| Conrad 3-Port-USB-Hub und Netzwerk-Adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| A lot! {{HideableNotes|50% of battery charge only brings you 2h40min (min brightness, no other devices attached)}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Has a 3port USB Hub included. External power supply can (and should) be attached, not included though. ASIX Chipset. 20€ @ [http://www.conrad.de/ce/de/product/976406/NOTEBOOK-MINI-DOCKINGSTATION-USBRJ45/SHOP_AREA_32315&amp;amp;promotionareaSearchDetail=005 Conrad Electronics].  Not tested in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Wii USB 2.0 10/100M adapter (use [http://www.asix.com.tw/products.php?op=pItemdetail&amp;amp;PItemID=86;71;101 ASIX AX 88772 USB 2.0 chip])&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 0b95:7720 ASIX Electronics Corp. AX88772.  [http://www.dealextreme.com/details.dx/sku.5926 This clone from DealExtreme] works too.&lt;br /&gt;
|-&lt;br /&gt;
| Connectland USB 2.0 10/100M Ethernet Adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 0b95:7720 ASIX Electronics Corp. AX88772 - Works fine, Sometimes a reboot is necessary (ZaxxonHF5RC1).&lt;br /&gt;
|-&lt;br /&gt;
| Belkin Gigabit USB 2.0 Network Adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| The shape of it make is a bit awkward to fit if you connect it directly, but it has a short adapter cable. I only get ~95Mbit on a gigabit network, but then the pandora's cpu maxes out. (it may be that the driver/usb stack isn't very well optimized), has horribly bright blue LEDs.&lt;br /&gt;
|-&lt;br /&gt;
| MosChip MCS7830 USB 10/100 Ethernet adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 9710:7830 MosChip Semiconductor MCS7830 10/100 Mbps Ethernet adapter. Kernel module: mcs7830.&lt;br /&gt;
|-&lt;br /&gt;
| EU.MARK USB 10/100M RJ45 Ethernet Network Adapter Dongle&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| USB ID: 9710:7830 - bought from [http://www.dealextreme.com/details.dx/sku.22684 DealExtreme]&lt;br /&gt;
|-&lt;br /&gt;
| Digitus DN-10050 Fast Ethernet USB Adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| MosChip MCS7830-based adapter. USB ID 9710:7830.&lt;br /&gt;
|-&lt;br /&gt;
| Edimax EU-4230 Fast Ethernet USB Adapter with 3-port USB hub [http://edimax.ie/images/Image/datasheet/USB/EU-4230/EU-4230_Datasheet.pdf]&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Ethernet USB ID 0b95:772a ASIX Electronics Corp. 3-port USB2.0 hub USB ID 0409:005a NEC Corp. Optional power adapter for USB hub.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== USB WiFi adapters ==&lt;br /&gt;
&lt;br /&gt;
The Pandora stock kernel doesn't seem to come with any wireless driver support outside of the internal WiFi chip.  The only way you'll get wireless working is to build your own kernel with it included or try [http://wireless.kernel.org/en/users/Download compat-wireless].&lt;br /&gt;
&lt;br /&gt;
See also [http://www.gp32x.com/board/index.php?/topic/55570-new-pandora this thread] on the forums for the latest.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Tested on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Belkin N1 Wireless USB Adapter (F5D8051) (&amp;quot;Ver. 2053&amp;quot;) (MARVELL v1021)&lt;br /&gt;
| N/A&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| No connection was attempted.&lt;br /&gt;
| {{No|No native driver support and ndiswrapper obviously won't work.}}&lt;br /&gt;
| There's a previous revision of this dongle which is supposed to have a Ralink chip, but they revised it and put a different chip inside.  Reported (by whom?) to work with ndiswrapper and works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Cisco/Linksys AE1000 High Performance Wireless-N USB Adapter&lt;br /&gt;
| rt3572sta (RT3572USB)&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| USB A (Standard-A port?)&lt;br /&gt;
| {{Yes|Works with a modified driver.}}&lt;br /&gt;
| (Compiled module for pandora:[http://boards.openpandora.org/index.php?/topic/1992-linksys-ae1000-usb-wifi/ pandora forum])  Download the driver from [http://www.ralinktech.com/support.php?s=2 ralink's driver site], edit ./common/rtusb_dev_id.c, before &amp;quot;#endif // RT2870&amp;quot; add &amp;quot;{USB_DEVICE(0x13B1,0x002F)},&amp;quot;, compile.'   Reported (by whom?) to work in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Storage =&lt;br /&gt;
&lt;br /&gt;
== External Hard Disk Drives ==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! style=&amp;quot;min-width: 120px&amp;quot; | Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Freecom 250GB 2.5&amp;quot; portable&lt;br /&gt;
| Not Required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Inside it's a Samsung Model HM251JX.  {{HideableNotes|So I guess anything based on that will also work OK.}}&lt;br /&gt;
|-&lt;br /&gt;
| LaCie Rikiki 250GB USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via powered High Speed Hub&lt;br /&gt;
| {{Partial|Not when unpowered, needs testing with a powered hub}}&lt;br /&gt;
| Not only does it fail to spin up, but it causes the Pandora's screen to pulsate wildly, much like an old CRT would if you placed a speaker or a magnet near to it. Not tested with a powered hub.&lt;br /&gt;
|-&lt;br /&gt;
| Seagate Seagate® Expansion™ External Drives&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Tested by [http://www.gp32x.com/board/index.php?/user/14781-hitnrun/ Hitnrun]. &amp;quot;Isn't even detected in lsusb (drive powered by external power source)&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Verbatim 250GB Model #47580 Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Direct&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [http://www.gp32x.com/board/index.php?/topic/54509-dont-use-lacie-25-usb-hard-disk-drives-with-a-pandora/page__view__findpost__p__877512 almatuk].  {{HideableNotes|&amp;quot;Watched videos directly from it at full speed, no need for powered USB hub. Had issues playing roms directly off it however as it was formatted NTFS. I'm sure if I formatted to FAT32 these would disappear.&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 160GB Elements External USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| standard-A port via powered High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 250GB Elements Portable USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct or standard-A port via High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 250GB My Passport Essential USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| {{Unknown|Direct?}}&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown|Direct?}}&lt;br /&gt;
| {{Partial|Maybe}}&lt;br /&gt;
| Tested by TheDarkSpectrum48K.  The first time it [http://www.gp32x.com/board/index.php?/topic/54509-dont-use-lacie-25-usb-hard-disk-drives-with-a-pandora/page__view__findpost__p__877386 &amp;quot;works perfectly!&amp;quot;].  The second time [http://www.gp32x.com/board/index.php?/topic/54509-dont-use-lacie-25-usb-hard-disk-drives-with-a-pandora/page__view__findpost__p__882635 it didn't work].&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 400GB My Passport Essential USB 2.0 2.5&amp;quot; HDD model WDME4000TE&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [http://www.gp32x.com/board/index.php?/user/14534-peca/ Peca].&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 500GB Elements Portable External Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [[User:Esn|Esn]]. {{HideableNotes|The USB cable that came with it was bad, so I used another one.[http://www.gp32x.com/board/index.php?/topic/59494-solved-how-do-i-get-my-wd-500gb-external-hard-drive-to-work-properly/page__view__findpost__p__949863]}}&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 500GB My Passport Essential External Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [[User:Esn|Esn]]. Works fine. {{HideableNotes|Came pre-formatted in NTFS, but should work if you downloaded the community codec pack. It said 1TB on the packaging, but there was 465GB free space, so I'm pretty sure it was actually the 500GB one.}}[http://www.gp32x.com/board/index.php?/topic/59494-solved-how-do-i-get-my-wd-500gb-external-hard-drive-to-work-properly/page__view__findpost__p__949645]&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 1TB My Passport Essential SE External USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct or through powered High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [http://http://www.gp32x.com/board/index.php?/user/19191-mycohl/ Mycohl]. {{HideableNotes|Externally powered hub recommended to conserve battery power.}}&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital Elements 2TB 3.5&amp;quot; Hard Drive Model:WDBAAU0020HBK&lt;br /&gt;
| Not Required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [http://boards.openpandora.org/index.php?/user/430-kilowatt/ kilowatt].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== DVD/CD Drives ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Lite-On EZ-DUB DVD/CD Multi-Recorder (Model eZAU120)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| Powered by included mains adapter - DC 12V 1.8A&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Memorex 20x Multi Format DVD Recorder External - DVD±RW (±R DL)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| Powered by included mains adapter&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Video display device =&lt;br /&gt;
&lt;br /&gt;
== VGA DVI HDMI adapter ==&lt;br /&gt;
&lt;br /&gt;
No devices have been tested yet&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Output connectors&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| No devices have been tested yet&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== External graphic card ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Output connectors&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Tritton see2 usb 2.0 to SVGA adapter&lt;br /&gt;
| sisusb&lt;br /&gt;
| USB&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown|High {{HideableNotes|Reduces Pandora's battery life in half (10h → 4h)}}}}&lt;br /&gt;
| VGA (D-SUB)&lt;br /&gt;
| {{Partial|Yes, but has performance issues.}}&lt;br /&gt;
| Needs to be integrated with preferences.  {{HideableNotes|Currently I must edit xorg.conf and mess with xinerama.}} Good for presentations, dragging a window is bearable, but hi-res video is slow.  Works in Linux without any issues.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Video capture devices =&lt;br /&gt;
&lt;br /&gt;
== Webcams ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Exoo No Driver/USB 2.0 Webcam (Model No.: M053)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Bought from [http://www.dealextreme.com/details.dx/sku.14991 DealExtreme].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Logitech Quickcam Communicate Deluxe&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{No}}&lt;br /&gt;
| USB ID: 046d:0992, works though [http://linux-uvc.berlios.de/ uvcvideo].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Logitech HD Webcam C270 720p&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 500mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Partial|Yes, but audio untested}}&lt;br /&gt;
| ID 046d:0825 Logitech, Inc.  Audio recognized, but not tested.  More info to come.  Works in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Audio devices =&lt;br /&gt;
&lt;br /&gt;
== Microphones/recorders ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Zoom H2 Handy Recorder&lt;br /&gt;
| not required&lt;br /&gt;
| standard-A&lt;br /&gt;
| USB 1.1&lt;br /&gt;
| 300mA&lt;br /&gt;
| standard-A port via High Speed USB hub &lt;br /&gt;
| {{Yes|Yes, needs a USB hub.}}&lt;br /&gt;
| Can record into Audacity, but won't be recognized unless connected through USB hub.[http://www.gp32x.com/board/index.php?/topic/59301-audacity-1-3-12/page__view__findpost__p__947602].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== MIDI controllers ==&lt;br /&gt;
&lt;br /&gt;
EvilDragon bundled the usb MIDI class drivers in the default firmware image, therefore ANY class-compliant MIDI device should work with the Pandora, out of the box.[http://www.gp32x.com/board/index.php?/topic/58523-zynaddsubfx/page__view__findpost__p__938432]&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Akai LKP25&lt;br /&gt;
| Not required&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Yes|Yes [http://www.gp32x.com/board/index.php?/topic/58523-zynaddsubfx/page__view__findpost__p__938432]}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| M-Audio MIDISPORT 2x2 Anniv&lt;br /&gt;
| Not required&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| 400mA&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| ID 0763:1050 Midiman.  High current draw!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== USB audio controllers ==&lt;br /&gt;
&lt;br /&gt;
Aka. &amp;quot;professional soundcard&amp;quot;; see [http://en.wikipedia.org/wiki/Sound_card#Professional_soundcards_.28audio_interfaces.29 definition on Wikipedia].&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Cakewalk UA-1G&lt;br /&gt;
| not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 200mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{No}}&lt;br /&gt;
| ID 0582:00e9 Roland Corp. This device may be similar to older Edirol/Roland USB audio devices.  Widely reported (by whom?) to work in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Input devices =&lt;br /&gt;
&lt;br /&gt;
Any HID ([http://en.wikipedia.org/wiki/Human_interface_device Human Interface Device]) compliant keyboard, mouse or game controller should work on the Pandora. Most of those device are low speed or full speed USB device and will need to be connected though either a USB OTG adapter/cable or a USB2 hub in order to work on the Pandora.&lt;br /&gt;
&lt;br /&gt;
== External Game Controllers ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| 2-TECH SNES-to-USB adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| Low speed&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| USB description is &amp;quot;HuiJia USB GamePad&amp;quot;, &amp;lt;tt&amp;gt;lsusb&amp;lt;/tt&amp;gt; calls it &amp;quot;0e8f:3013 GreenAsia Inc.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| USB Super RetroPort (SNES-to-USB adapter)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Bought from [http://www.retrousb.com/product_info.php?cPath=21&amp;amp;products_id=29 RetroZone].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| USB RetroPort (NES-to-USB adapter)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Bought from [http://www.retrousb.com/product_info.php?cPath=21&amp;amp;products_id=28 RetroZone].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Trio Linker Plus II (PlayStation,-GameCube,-and-Dreamcast-to-USB adapter)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Bought from [http://www.play-asia.com/paOS-13-71-6m-49-en-70-1zfv.html Play-Asia].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| NAZAR V47 USB Force Feedback Vibrating Gamepad Controller for PC&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Whether it really contains the claimed force feedback feature is unknown as this feature does not work under Linux - bought from [http://www.dealextreme.com/details.dx/sku.24551 DealExtreme].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| 10-Fire-Button Double Vibration Feedback USB PC Arcade Joystick&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Whether it really contains the claimed force feedback feature is unknown as this feature does not work under Linux - bought from [http://www.dealextreme.com/details.dx/sku.27821 DealExtreme].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Official PlayStation 3 controller&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| Full speed&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| USB A To Mini B Cable via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| This is for USB not bluetooth compatibility. Sixaxis and DualShock not tested.  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Thrustmaster Firestorm Digital 3 Gamepad&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| Low speed&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 07b5:0213 Mega World International, Ltd Thrustmaster Firestorm Digital 3 Gamepad.&lt;br /&gt;
|-&lt;br /&gt;
| Wired Xbox 360 Controller&lt;br /&gt;
| xpad module&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| This also includes gamepads for PC that needs the Windows Xinput driver. Such gamepads include the Logitech Chillstream.  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| WiseGroup.,Ltd SmartJoy Dual PLUS Adapter (dual PSX to USB joypad adapter)&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| 100mA&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| ID 6677:8802.  Works in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Graphics tablets ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Bamboo Multitouch&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{No|No [http://www.gp32x.com/board/index.php?/topic/54728-pandora-owners-tried-tablet/page__view__findpost__p__881806]}}&lt;br /&gt;
| It's not known if this works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Genius Tablet&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Yes|Yes, [http://www.gp32x.com/board/index.php?/topic/54728-pandora-owners-tried-tablet/page__view__findpost__p__883140 via USB hub]}}&lt;br /&gt;
| It's not known if this works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Wacom CTH-460&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{No|No [http://www.gp32x.com/board/index.php?/topic/54728-pandora-owners-tried-tablet/page__view__findpost__p__924422]}}&lt;br /&gt;
| Would need a patched driver to work.  It's not known if this works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Wacom Volito2 Tablet (Model: CTF-420)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| Low speed&lt;br /&gt;
| 40mA [http://www.my-volito.com/volito/specs.asp?lang=en]&lt;br /&gt;
| {{No}}&lt;br /&gt;
| USB ID: 056a:0062&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mice ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Connector&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Apple Mouse (M5769)&lt;br /&gt;
| USB&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Seems to disable USB port, reboot afterwards required&lt;br /&gt;
|-&lt;br /&gt;
| Apple Mouse with Scroll Ball (A1152)&lt;br /&gt;
| USB&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Seems to disable USB port, reboot afterwards required&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Connectors, adapters, and hubs =&lt;br /&gt;
&lt;br /&gt;
This section is intended as a general guide. Items in this section are standard USB accessories, so drivers are not required. Compatibility with Pandora is assumed. Please note that any external product links are provided for reference only, and are not an endorsement.&lt;br /&gt;
&lt;br /&gt;
== OTG (On The Go) Adapters ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Generic adapter&lt;br /&gt;
| {{No}}&lt;br /&gt;
| [http://shop.ebay.com/?_from=R40&amp;amp;_trksid=p3907.m38.l1313&amp;amp;_nkw=usb+otg+host+cable&amp;amp;_sacat=See-All-Categories Find on eBay] [http://www.amazon.co.uk/s/ref=nb_ss_ce?url=search-alias%3Delectronics&amp;amp;field-keywords=OTG+Cable+Adapter&amp;amp;x=3&amp;amp;y=23 Find on Amazon] These links are not 100% accurate. Check for `mini-a`, and on eBay, the price is higher by about $8.&lt;br /&gt;
|-&lt;br /&gt;
| Nokia USB OTG adapter&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| [http://www.electronicproductonline.com/catalog/product_info.php?cPath=35_67&amp;amp;products_id=2043 Electronic Product Online]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Compact USB Hubs ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Griffin SmartShare USB [http://www.griffintechnology.com/products/smartshare-usb]&lt;br /&gt;
| {{No}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Belkin F5U415 4 Port USB 2.0 Swivel Hub [http://catalog.belkin.com/IWCatProductPage.process?Product_Id=377085]&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Comes with an optional power adapter.&lt;br /&gt;
|-&lt;br /&gt;
| Belkin F5U701 USB 2.0 7 Port Mobile Hub [http://www.belkin.com/IWCatProductPage.process?Product_Id=369788]&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by pabloh.  Comes with an optional power adapter.&lt;br /&gt;
|-&lt;br /&gt;
| ID 0e8f:0016 GreenAsia Inc. &lt;br /&gt;
| {{No}}&lt;br /&gt;
| Tested by tsh.  Labeled as high speed.  Bought from ebay.&lt;br /&gt;
|-&lt;br /&gt;
|Trust 4 port netbook hub ID 05e3:0608&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by tsh.  Bought from [http://www.amazon.co.uk/gp/product/B0025X16AS Amazon].&lt;br /&gt;
|-&lt;br /&gt;
| High Speed 4 Port Mini USB 2.0 Hub for Laptop PC (non powered)&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Octopus-style small cheap unpowered USB hub.  Bought from [http://cgi.benl.ebay.be/ws/eBayISAPI.dll?ViewItem&amp;amp;item=270538502843 ebay]&lt;br /&gt;
|-&lt;br /&gt;
| Keeptech USB 2.0 Hub (7 Ports) with Power Adapter, KT-UH703 [http://www.keeptech.com/books_show.php?id=144]&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [[User:Esn|Esn]]. Works powered or unpowered.&lt;br /&gt;
|-&lt;br /&gt;
| Logitech Premium 4-Port USB Hub [http://www.logitech.com/en-in/notebook-products/usb-hubs/devices/3048]&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| LUPO 7-port USB 2.0 Hub (cheap octopus type which can be powered as there is dc socket)&lt;br /&gt;
| {{Partial|Yes. {{HideableNotes|Can use a power supply but wasn't tested with one.}}}}&lt;br /&gt;
| Tested by kilowatt. Bought from [http://www.amazon.co.uk/gp/product/B003BVDABG/ref=oss_product from amazon uk]&lt;br /&gt;
|-&lt;br /&gt;
| LogiLink USB 2.0 Hub 4-Port UA0086 [http://www.logilink.eu/showproduct/UA0086.htm]&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by Jones. Comes with an optional power adapter. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:USB]]&lt;br /&gt;
[[Category:List]]&lt;/div&gt;</summary>
		<author><name>Relliker</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=BandLuxe_C270_3G_USB_Modem&amp;diff=9165</id>
		<title>BandLuxe C270 3G USB Modem</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=BandLuxe_C270_3G_USB_Modem&amp;diff=9165"/>
		<updated>2011-08-25T13:25:27Z</updated>

		<summary type="html">&lt;p&gt;Relliker: Getting the BandLuxe C270 3G USB Modem to work on the Pandora&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This is a W.I.P. Please excuse the formatting for now, it was imported from a .odt document.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bandluxe C270 3G stick is now working on the Pandora. Here's how I got it working on mine:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Before starting I would like to say that the following instructions were carried out on a fresh installation of Zaxxon (the Pandora Operating system) with Hotfix 6 alpha 4. I have not tested them on any other Hotfix version so I do not know if they will work with other versions but they should keep working with versions later that Hotfix 6 Alpha 4.&lt;br /&gt;
&lt;br /&gt;
I also do not know if there is an easier method to get this device to work on the Pandora. The (easier)  usb_modeswitch trick did not work for me and that is why I used this method.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1&lt;br /&gt;
&lt;br /&gt;
Change directory to /lib/udev/rules.d&lt;br /&gt;
&lt;br /&gt;
Create a file called “10-bandluxe.rules” in /lib/udev/rules.d and put the following content in it:&lt;br /&gt;
&lt;br /&gt;
### START&lt;br /&gt;
ACTION!=&amp;quot;add&amp;quot;, GOTO=&amp;quot;hso_end&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# send eject command via usb_storage driver for all BandLuxe Installation CDROM devices&lt;br /&gt;
SYSFS{idVendor}==&amp;quot;1a8d&amp;quot;, SYSFS{idProduct}==&amp;quot;1000&amp;quot;, RUN=&amp;quot;/usr/bin/eject /dev/%k&amp;quot;&lt;br /&gt;
&lt;br /&gt;
LABEL=&amp;quot;hso_end&amp;quot;&lt;br /&gt;
&lt;br /&gt;
### END&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
make sure that the file permissions of the file you have just created are the same as the other files in that directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2&lt;br /&gt;
&lt;br /&gt;
Change directory to /etc/ppp/peers.&lt;br /&gt;
&lt;br /&gt;
Create a new file in /etc/ppp/peers with any name you want (I used “GO” as the filename since my provider is called “GO mobile”).  Put the following contents in this newly created file:&lt;br /&gt;
&lt;br /&gt;
### START&lt;br /&gt;
hide-password&lt;br /&gt;
noauth&lt;br /&gt;
&lt;br /&gt;
### the filename GO in the next line is the same as this file's filename.&lt;br /&gt;
connect &amp;quot;/usr/sbin/chat -v -f /etc/chatscripts/GO&amp;quot; &lt;br /&gt;
&lt;br /&gt;
debug&lt;br /&gt;
/dev/ttyUSB0&lt;br /&gt;
460800&lt;br /&gt;
defaultroute&lt;br /&gt;
noipdefault&lt;br /&gt;
user &amp;quot;&amp;quot;&lt;br /&gt;
nobsdcomp&lt;br /&gt;
noccp&lt;br /&gt;
ipcp-accept-local&lt;br /&gt;
ipcp-accept-remote&lt;br /&gt;
noipdefault&lt;br /&gt;
novj&lt;br /&gt;
novjccomp&lt;br /&gt;
nomagic&lt;br /&gt;
usepeerdns&lt;br /&gt;
### END&lt;br /&gt;
&lt;br /&gt;
Please note that these entries are what worked for me. You might have to tweak/delete/add to them according to your requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 3&lt;br /&gt;
&lt;br /&gt;
Check if you have a directory called “chatscripts” in /etc, that is.... /etc/chatscripts. If not, create one:&lt;br /&gt;
&lt;br /&gt;
mkdir /etc/chatscripts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 4&lt;br /&gt;
&lt;br /&gt;
Change directory to /etc/chatscripts&lt;br /&gt;
&lt;br /&gt;
Create a file here with the same name you gave the one in “Step 2” and put the following contents in it:&lt;br /&gt;
&lt;br /&gt;
### START&lt;br /&gt;
&lt;br /&gt;
TIMEOUT 240&lt;br /&gt;
ABORT BUSY&lt;br /&gt;
ABORT 'NO CARRIER'&lt;br /&gt;
ABORT VOICE&lt;br /&gt;
ABORT 'NO DIALTONE'&lt;br /&gt;
ABORT 'NO DIAL TONE'&lt;br /&gt;
ABORT 'NO ANSWER'&lt;br /&gt;
ABORT DELAYED&lt;br /&gt;
ABORT ERROR&lt;br /&gt;
# modeminit&lt;br /&gt;
'' ATZ&lt;br /&gt;
OK &amp;quot;AT+CSQ&amp;quot;&lt;br /&gt;
OK &amp;quot;ATD*99#&amp;quot;&lt;br /&gt;
&amp;quot;CONNECT&amp;quot; &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
### END&lt;br /&gt;
&lt;br /&gt;
Once again, please note that these entries are what worked for me. You might have to tweak/delete/add to them according to your requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 5&lt;br /&gt;
&lt;br /&gt;
Create a file in /etc/init.d called mkpppnode.sh&lt;br /&gt;
&lt;br /&gt;
put the following two lines in this file&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
mknod /dev/ppp c 108 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This will create the ppp device node required by the pppd daemon when dialling out.&lt;br /&gt;
&lt;br /&gt;
Now link this file in your startup sequence by executing the following command:&lt;br /&gt;
&lt;br /&gt;
ln -s /etc/init.d/mkpppnode.sh    /etc/rcS.d/S98mkpppnode.sh&lt;br /&gt;
&lt;br /&gt;
This creates a symbolic link called “S98mkpppnode.sh in /etc/rcS.d so that the ppp device is automatically created every time you reboot the Pandora.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 6&lt;br /&gt;
&lt;br /&gt;
Shutdown and restart the Pandora so the new udev rule we created in “Step 1” is read and the ppp device is created.&lt;br /&gt;
&lt;br /&gt;
NOTE:	 I tried running “/etc/init.d/udev restart” to avoid the reboot but it did not work and messed up the running system so a shutdown/restart is preferred as the udev init script does not recognise the “restart” argument.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 7&lt;br /&gt;
&lt;br /&gt;
After your Pandora has booted up again, log in and plug in your Bandluxe C270 USB modem.&lt;br /&gt;
&lt;br /&gt;
Wait until the LED on your Bandluxe C270 starts blinking once every few seconds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Check if there are 3 new devices in /dev called ttyUSB0, ttyUSB1 and ttyUSB2.&lt;br /&gt;
&lt;br /&gt;
If there are, then hopefully your device is now recognised and you can connect using your 3G modem by running:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
“pon GO “ in a root terminal (replace “GO” with the name you gave the file in Step 2)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the connection is successful, you should be able to see a new interface called “ppp0” when running:&lt;br /&gt;
&lt;br /&gt;
ifconfig -a&lt;br /&gt;
&lt;br /&gt;
with a newly-assigned IP address&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
Happy 3G surfing with your Pandora!!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 8&lt;br /&gt;
&lt;br /&gt;
When finished, to disconnect, type:&lt;br /&gt;
&lt;br /&gt;
“poff GO” in a root terminal (again replacing “GO” with the name you gave the file in Step 2)&lt;br /&gt;
&lt;br /&gt;
That's all folks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In future I might try to make this procedure a bit more user friendly to avoid having to go into command line everytime to start/stop your connection but for now at least, the hard-headed Bandluxe C270 is working on the Pandora :)&lt;/div&gt;</summary>
		<author><name>Relliker</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=USB_compatibility_list&amp;diff=9164</id>
		<title>USB compatibility list</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=USB_compatibility_list&amp;diff=9164"/>
		<updated>2011-08-25T13:19:15Z</updated>

		<summary type="html">&lt;p&gt;Relliker: /* HSDPA (3G) Modems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of USB devices that have been tested on the Pandora. If the device you want to know about isn't listed here, don't worry! Just go to [[USB_reference|the USB reference page]], look up the specs of your device, and you may be able to figure out if it's compatible.&lt;br /&gt;
&lt;br /&gt;
= Networking =&lt;br /&gt;
&lt;br /&gt;
Please see the [[Mobile broadband]] page for tips on how to get these working, as well as [http://www.gp32x.com/board/index.php?/topic/54318-guide-mobile-broadband-usb-stick-usage/ this tutorial] from the GP32X forum.&lt;br /&gt;
&lt;br /&gt;
== HSDPA (3G) Modems ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| BandLuxe C270&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| A how-to by relliker for this modem can be found at ---&amp;gt; [http://www.pandorawiki.org]&lt;br /&gt;
|-&lt;br /&gt;
| Huawei E156G&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes|Yes [http://www.gp32x.com/board/index.php?/topic/52827-3gumts-usb-dongle/page__view__findpost__p__835681]}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Huawei E160&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| As the entry for Huawei E220 was wrong, this Current draw could also be wrong.&lt;br /&gt;
|-&lt;br /&gt;
| Huawei E160E&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| As the entry for Huawei E220 was wrong, this Current draw could also be wrong.&lt;br /&gt;
|-&lt;br /&gt;
| Huawei E1750&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes|Yes [http://www.gp32x.com/board/index.php?/topic/54318-guide-mobile-broadband-usb-stick-usage/page__view__findpost__p__939350]}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[wikipedia:Huawei E220|Huawei E220]]&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 1.1&lt;br /&gt;
| 500mA&lt;br /&gt;
| Standard-A port via High Speed hub&lt;br /&gt;
| {{No|Not on new kernels.}}&lt;br /&gt;
| The successful Pandora E220 tests were done by DJWillis on an old kernel (long before Pandora shipped). It seems that they are NOT working any more.  Also tested on Linux (was it working?)  This entry originally said 250mA, but there is no source and current sources say 500mA.&lt;br /&gt;
|-&lt;br /&gt;
| 4G-Systems XS Stick P14&lt;br /&gt;
| Not required (usbserial module)&lt;br /&gt;
| standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes|Yes [http://www.gp32x.com/board/index.php?/topic/54318-guide-mobile-broadband-usb-stick-usage/page__view__findpost__p__937681]}}&lt;br /&gt;
| Requires usbmodeswitch program. &lt;br /&gt;
|-&lt;br /&gt;
| iPhone 3GS (Probably also 1G/3G)&lt;br /&gt;
| ipheth&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 500mA&lt;br /&gt;
| {{Unknown|USB A (Standard-A port?)}}&lt;br /&gt;
| {{Maybe|Should work in Angstrom with some work.}}&lt;br /&gt;
| Requires a good bit of dependencies to get working.  Tested with Debian from SD, but should work in Angstrom with some work.  The ipheth wwan0 device only provides a connection over the 3G modem, even if you're connected to a wifi network.  I used the iproxy and SSH tunneling method with proxychains to get to the wifi network.&lt;br /&gt;
|-&lt;br /&gt;
| HTC Desire&lt;br /&gt;
| not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 500mA&lt;br /&gt;
| {{Unknown|USB A (Standard-A port?)}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Requires internet connection sharing to be enabled from the phone.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== USB to Ethernet adapters ==&lt;br /&gt;
&lt;br /&gt;
To enable USB Ethernet adapters on the Pandora, you may need to left-click the networking icon on the panel in Xfce, and select &amp;quot;Ifupdown (bnep0)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Apple USB Ethernet Adapter MB442Z/A&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Reportedly uses an ASIX AX88xxx chipset.&lt;br /&gt;
|-&lt;br /&gt;
| Apple USB Ethernet Adapter model A1277&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 05ac:1402 Apple, Inc.&lt;br /&gt;
|-&lt;br /&gt;
| Conrad 3-Port-USB-Hub und Netzwerk-Adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| A lot! {{HideableNotes|50% of battery charge only brings you 2h40min (min brightness, no other devices attached)}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Has a 3port USB Hub included. External power supply can (and should) be attached, not included though. ASIX Chipset. 20€ @ [http://www.conrad.de/ce/de/product/976406/NOTEBOOK-MINI-DOCKINGSTATION-USBRJ45/SHOP_AREA_32315&amp;amp;promotionareaSearchDetail=005 Conrad Electronics].  Not tested in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Wii USB 2.0 10/100M adapter (use [http://www.asix.com.tw/products.php?op=pItemdetail&amp;amp;PItemID=86;71;101 ASIX AX 88772 USB 2.0 chip])&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 0b95:7720 ASIX Electronics Corp. AX88772.  [http://www.dealextreme.com/details.dx/sku.5926 This clone from DealExtreme] works too.&lt;br /&gt;
|-&lt;br /&gt;
| Connectland USB 2.0 10/100M Ethernet Adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 250mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 0b95:7720 ASIX Electronics Corp. AX88772 - Works fine, Sometimes a reboot is necessary (ZaxxonHF5RC1).&lt;br /&gt;
|-&lt;br /&gt;
| Belkin Gigabit USB 2.0 Network Adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| The shape of it make is a bit awkward to fit if you connect it directly, but it has a short adapter cable. I only get ~95Mbit on a gigabit network, but then the pandora's cpu maxes out. (it may be that the driver/usb stack isn't very well optimized), has horribly bright blue LEDs.&lt;br /&gt;
|-&lt;br /&gt;
| MosChip MCS7830 USB 10/100 Ethernet adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 9710:7830 MosChip Semiconductor MCS7830 10/100 Mbps Ethernet adapter. Kernel module: mcs7830.&lt;br /&gt;
|-&lt;br /&gt;
| EU.MARK USB 10/100M RJ45 Ethernet Network Adapter Dongle&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| USB ID: 9710:7830 - bought from [http://www.dealextreme.com/details.dx/sku.22684 DealExtreme]&lt;br /&gt;
|-&lt;br /&gt;
| Digitus DN-10050 Fast Ethernet USB Adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| MosChip MCS7830-based adapter. USB ID 9710:7830.&lt;br /&gt;
|-&lt;br /&gt;
| Edimax EU-4230 Fast Ethernet USB Adapter with 3-port USB hub [http://edimax.ie/images/Image/datasheet/USB/EU-4230/EU-4230_Datasheet.pdf]&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Ethernet USB ID 0b95:772a ASIX Electronics Corp. 3-port USB2.0 hub USB ID 0409:005a NEC Corp. Optional power adapter for USB hub.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== USB WiFi adapters ==&lt;br /&gt;
&lt;br /&gt;
The Pandora stock kernel doesn't seem to come with any wireless driver support outside of the internal WiFi chip.  The only way you'll get wireless working is to build your own kernel with it included or try [http://wireless.kernel.org/en/users/Download compat-wireless].&lt;br /&gt;
&lt;br /&gt;
See also [http://www.gp32x.com/board/index.php?/topic/55570-new-pandora this thread] on the forums for the latest.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Tested on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Belkin N1 Wireless USB Adapter (F5D8051) (&amp;quot;Ver. 2053&amp;quot;) (MARVELL v1021)&lt;br /&gt;
| N/A&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| No connection was attempted.&lt;br /&gt;
| {{No|No native driver support and ndiswrapper obviously won't work.}}&lt;br /&gt;
| There's a previous revision of this dongle which is supposed to have a Ralink chip, but they revised it and put a different chip inside.  Reported (by whom?) to work with ndiswrapper and works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Cisco/Linksys AE1000 High Performance Wireless-N USB Adapter&lt;br /&gt;
| rt3572sta (RT3572USB)&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| USB A (Standard-A port?)&lt;br /&gt;
| {{Yes|Works with a modified driver.}}&lt;br /&gt;
| (Compiled module for pandora:[http://boards.openpandora.org/index.php?/topic/1992-linksys-ae1000-usb-wifi/ pandora forum])  Download the driver from [http://www.ralinktech.com/support.php?s=2 ralink's driver site], edit ./common/rtusb_dev_id.c, before &amp;quot;#endif // RT2870&amp;quot; add &amp;quot;{USB_DEVICE(0x13B1,0x002F)},&amp;quot;, compile.'   Reported (by whom?) to work in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Storage =&lt;br /&gt;
&lt;br /&gt;
== External Hard Disk Drives ==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! style=&amp;quot;min-width: 120px&amp;quot; | Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Freecom 250GB 2.5&amp;quot; portable&lt;br /&gt;
| Not Required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Inside it's a Samsung Model HM251JX.  {{HideableNotes|So I guess anything based on that will also work OK.}}&lt;br /&gt;
|-&lt;br /&gt;
| LaCie Rikiki 250GB USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via powered High Speed Hub&lt;br /&gt;
| {{Partial|Not when unpowered, needs testing with a powered hub}}&lt;br /&gt;
| Not only does it fail to spin up, but it causes the Pandora's screen to pulsate wildly, much like an old CRT would if you placed a speaker or a magnet near to it. Not tested with a powered hub.&lt;br /&gt;
|-&lt;br /&gt;
| Seagate Seagate® Expansion™ External Drives&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Tested by [http://www.gp32x.com/board/index.php?/user/14781-hitnrun/ Hitnrun]. &amp;quot;Isn't even detected in lsusb (drive powered by external power source)&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Verbatim 250GB Model #47580 Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Direct&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [http://www.gp32x.com/board/index.php?/topic/54509-dont-use-lacie-25-usb-hard-disk-drives-with-a-pandora/page__view__findpost__p__877512 almatuk].  {{HideableNotes|&amp;quot;Watched videos directly from it at full speed, no need for powered USB hub. Had issues playing roms directly off it however as it was formatted NTFS. I'm sure if I formatted to FAT32 these would disappear.&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 160GB Elements External USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| standard-A port via powered High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 250GB Elements Portable USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct or standard-A port via High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 250GB My Passport Essential USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| {{Unknown|Direct?}}&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown|Direct?}}&lt;br /&gt;
| {{Partial|Maybe}}&lt;br /&gt;
| Tested by TheDarkSpectrum48K.  The first time it [http://www.gp32x.com/board/index.php?/topic/54509-dont-use-lacie-25-usb-hard-disk-drives-with-a-pandora/page__view__findpost__p__877386 &amp;quot;works perfectly!&amp;quot;].  The second time [http://www.gp32x.com/board/index.php?/topic/54509-dont-use-lacie-25-usb-hard-disk-drives-with-a-pandora/page__view__findpost__p__882635 it didn't work].&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 400GB My Passport Essential USB 2.0 2.5&amp;quot; HDD model WDME4000TE&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [http://www.gp32x.com/board/index.php?/user/14534-peca/ Peca].&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 500GB Elements Portable External Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [[User:Esn|Esn]]. {{HideableNotes|The USB cable that came with it was bad, so I used another one.[http://www.gp32x.com/board/index.php?/topic/59494-solved-how-do-i-get-my-wd-500gb-external-hard-drive-to-work-properly/page__view__findpost__p__949863]}}&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 500GB My Passport Essential External Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [[User:Esn|Esn]]. Works fine. {{HideableNotes|Came pre-formatted in NTFS, but should work if you downloaded the community codec pack. It said 1TB on the packaging, but there was 465GB free space, so I'm pretty sure it was actually the 500GB one.}}[http://www.gp32x.com/board/index.php?/topic/59494-solved-how-do-i-get-my-wd-500gb-external-hard-drive-to-work-properly/page__view__findpost__p__949645]&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital 1TB My Passport Essential SE External USB 2.0 2.5&amp;quot; Hard Drive&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct or through powered High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [http://http://www.gp32x.com/board/index.php?/user/19191-mycohl/ Mycohl]. {{HideableNotes|Externally powered hub recommended to conserve battery power.}}&lt;br /&gt;
|-&lt;br /&gt;
| Western Digital Elements 2TB 3.5&amp;quot; Hard Drive Model:WDBAAU0020HBK&lt;br /&gt;
| Not Required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Direct&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [http://boards.openpandora.org/index.php?/user/430-kilowatt/ kilowatt].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== DVD/CD Drives ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Lite-On EZ-DUB DVD/CD Multi-Recorder (Model eZAU120)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| Powered by included mains adapter - DC 12V 1.8A&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Memorex 20x Multi Format DVD Recorder External - DVD±RW (±R DL)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| Powered by included mains adapter&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Video display device =&lt;br /&gt;
&lt;br /&gt;
== VGA DVI HDMI adapter ==&lt;br /&gt;
&lt;br /&gt;
No devices have been tested yet&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Output connectors&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| No devices have been tested yet&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== External graphic card ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Output connectors&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Tritton see2 usb 2.0 to SVGA adapter&lt;br /&gt;
| sisusb&lt;br /&gt;
| USB&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown|High {{HideableNotes|Reduces Pandora's battery life in half (10h → 4h)}}}}&lt;br /&gt;
| VGA (D-SUB)&lt;br /&gt;
| {{Partial|Yes, but has performance issues.}}&lt;br /&gt;
| Needs to be integrated with preferences.  {{HideableNotes|Currently I must edit xorg.conf and mess with xinerama.}} Good for presentations, dragging a window is bearable, but hi-res video is slow.  Works in Linux without any issues.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Video capture devices =&lt;br /&gt;
&lt;br /&gt;
== Webcams ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Exoo No Driver/USB 2.0 Webcam (Model No.: M053)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Bought from [http://www.dealextreme.com/details.dx/sku.14991 DealExtreme].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Logitech Quickcam Communicate Deluxe&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{No}}&lt;br /&gt;
| USB ID: 046d:0992, works though [http://linux-uvc.berlios.de/ uvcvideo].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Logitech HD Webcam C270 720p&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 500mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{Partial|Yes, but audio untested}}&lt;br /&gt;
| ID 046d:0825 Logitech, Inc.  Audio recognized, but not tested.  More info to come.  Works in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Audio devices =&lt;br /&gt;
&lt;br /&gt;
== Microphones/recorders ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Zoom H2 Handy Recorder&lt;br /&gt;
| not required&lt;br /&gt;
| standard-A&lt;br /&gt;
| USB 1.1&lt;br /&gt;
| 300mA&lt;br /&gt;
| standard-A port via High Speed USB hub &lt;br /&gt;
| {{Yes|Yes, needs a USB hub.}}&lt;br /&gt;
| Can record into Audacity, but won't be recognized unless connected through USB hub.[http://www.gp32x.com/board/index.php?/topic/59301-audacity-1-3-12/page__view__findpost__p__947602].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== MIDI controllers ==&lt;br /&gt;
&lt;br /&gt;
EvilDragon bundled the usb MIDI class drivers in the default firmware image, therefore ANY class-compliant MIDI device should work with the Pandora, out of the box.[http://www.gp32x.com/board/index.php?/topic/58523-zynaddsubfx/page__view__findpost__p__938432]&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Akai LKP25&lt;br /&gt;
| Not required&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Yes|Yes [http://www.gp32x.com/board/index.php?/topic/58523-zynaddsubfx/page__view__findpost__p__938432]}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| M-Audio MIDISPORT 2x2 Anniv&lt;br /&gt;
| Not required&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| 400mA&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| ID 0763:1050 Midiman.  High current draw!&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== USB audio controllers ==&lt;br /&gt;
&lt;br /&gt;
Aka. &amp;quot;professional soundcard&amp;quot;; see [http://en.wikipedia.org/wiki/Sound_card#Professional_soundcards_.28audio_interfaces.29 definition on Wikipedia].&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Cakewalk UA-1G&lt;br /&gt;
| not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| USB 2.0&lt;br /&gt;
| 200mA&lt;br /&gt;
| Standard-A port&lt;br /&gt;
| {{No}}&lt;br /&gt;
| ID 0582:00e9 Roland Corp. This device may be similar to older Edirol/Roland USB audio devices.  Widely reported (by whom?) to work in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Input devices =&lt;br /&gt;
&lt;br /&gt;
Any HID ([http://en.wikipedia.org/wiki/Human_interface_device Human Interface Device]) compliant keyboard, mouse or game controller should work on the Pandora. Most of those device are low speed or full speed USB device and will need to be connected though either a USB OTG adapter/cable or a USB2 hub in order to work on the Pandora.&lt;br /&gt;
&lt;br /&gt;
== External Game Controllers ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Suggested connection to Pandora&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| 2-TECH SNES-to-USB adapter&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| Low speed&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| USB description is &amp;quot;HuiJia USB GamePad&amp;quot;, &amp;lt;tt&amp;gt;lsusb&amp;lt;/tt&amp;gt; calls it &amp;quot;0e8f:3013 GreenAsia Inc.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| USB Super RetroPort (SNES-to-USB adapter)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Bought from [http://www.retrousb.com/product_info.php?cPath=21&amp;amp;products_id=29 RetroZone].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| USB RetroPort (NES-to-USB adapter)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Bought from [http://www.retrousb.com/product_info.php?cPath=21&amp;amp;products_id=28 RetroZone].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Trio Linker Plus II (PlayStation,-GameCube,-and-Dreamcast-to-USB adapter)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Bought from [http://www.play-asia.com/paOS-13-71-6m-49-en-70-1zfv.html Play-Asia].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| NAZAR V47 USB Force Feedback Vibrating Gamepad Controller for PC&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Whether it really contains the claimed force feedback feature is unknown as this feature does not work under Linux - bought from [http://www.dealextreme.com/details.dx/sku.24551 DealExtreme].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| 10-Fire-Button Double Vibration Feedback USB PC Arcade Joystick&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Whether it really contains the claimed force feedback feature is unknown as this feature does not work under Linux - bought from [http://www.dealextreme.com/details.dx/sku.27821 DealExtreme].  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Official PlayStation 3 controller&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| Full speed&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| USB A To Mini B Cable via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| This is for USB not bluetooth compatibility. Sixaxis and DualShock not tested.  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Thrustmaster Firestorm Digital 3 Gamepad&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| Low speed&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| ID 07b5:0213 Mega World International, Ltd Thrustmaster Firestorm Digital 3 Gamepad.&lt;br /&gt;
|-&lt;br /&gt;
| Wired Xbox 360 Controller&lt;br /&gt;
| xpad module&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown|Probably USB 1.1}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A port via High Speed Hub&lt;br /&gt;
| {{No}}&lt;br /&gt;
| This also includes gamepads for PC that needs the Windows Xinput driver. Such gamepads include the Logitech Chillstream.  Works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| WiseGroup.,Ltd SmartJoy Dual PLUS Adapter (dual PSX to USB joypad adapter)&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| Standard-A&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| 100mA&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| ID 6677:8802.  Works in Linux.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Graphics tablets ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Driver&lt;br /&gt;
! Connector&lt;br /&gt;
! Supported standard&lt;br /&gt;
! Current draw&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Bamboo Multitouch&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{No|No [http://www.gp32x.com/board/index.php?/topic/54728-pandora-owners-tried-tablet/page__view__findpost__p__881806]}}&lt;br /&gt;
| It's not known if this works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Genius Tablet&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Yes|Yes, [http://www.gp32x.com/board/index.php?/topic/54728-pandora-owners-tried-tablet/page__view__findpost__p__883140 via USB hub]}}&lt;br /&gt;
| It's not known if this works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Wacom CTH-460&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{Unknown}}&lt;br /&gt;
| {{No|No [http://www.gp32x.com/board/index.php?/topic/54728-pandora-owners-tried-tablet/page__view__findpost__p__924422]}}&lt;br /&gt;
| Would need a patched driver to work.  It's not known if this works in Linux.&lt;br /&gt;
|-&lt;br /&gt;
| Wacom Volito2 Tablet (Model: CTF-420)&lt;br /&gt;
| Not required&lt;br /&gt;
| Standard-A&lt;br /&gt;
| Low speed&lt;br /&gt;
| 40mA [http://www.my-volito.com/volito/specs.asp?lang=en]&lt;br /&gt;
| {{No}}&lt;br /&gt;
| USB ID: 056a:0062&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mice ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Connector&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Apple Mouse (M5769)&lt;br /&gt;
| USB&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Seems to disable USB port, reboot afterwards required&lt;br /&gt;
|-&lt;br /&gt;
| Apple Mouse with Scroll Ball (A1152)&lt;br /&gt;
| USB&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Seems to disable USB port, reboot afterwards required&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Connectors, adapters, and hubs =&lt;br /&gt;
&lt;br /&gt;
This section is intended as a general guide. Items in this section are standard USB accessories, so drivers are not required. Compatibility with Pandora is assumed. Please note that any external product links are provided for reference only, and are not an endorsement.&lt;br /&gt;
&lt;br /&gt;
== OTG (On The Go) Adapters ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Generic adapter&lt;br /&gt;
| {{No}}&lt;br /&gt;
| [http://shop.ebay.com/?_from=R40&amp;amp;_trksid=p3907.m38.l1313&amp;amp;_nkw=usb+otg+host+cable&amp;amp;_sacat=See-All-Categories Find on eBay] [http://www.amazon.co.uk/s/ref=nb_ss_ce?url=search-alias%3Delectronics&amp;amp;field-keywords=OTG+Cable+Adapter&amp;amp;x=3&amp;amp;y=23 Find on Amazon] These links are not 100% accurate. Check for `mini-a`, and on eBay, the price is higher by about $8.&lt;br /&gt;
|-&lt;br /&gt;
| Nokia USB OTG adapter&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| [http://www.electronicproductonline.com/catalog/product_info.php?cPath=35_67&amp;amp;products_id=2043 Electronic Product Online]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Compact USB Hubs ==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Device&lt;br /&gt;
! Works on Pandora&lt;br /&gt;
! Additional comments&lt;br /&gt;
|-&lt;br /&gt;
| Griffin SmartShare USB [http://www.griffintechnology.com/products/smartshare-usb]&lt;br /&gt;
| {{No}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Belkin F5U415 4 Port USB 2.0 Swivel Hub [http://catalog.belkin.com/IWCatProductPage.process?Product_Id=377085]&lt;br /&gt;
| {{No}}&lt;br /&gt;
| Comes with an optional power adapter.&lt;br /&gt;
|-&lt;br /&gt;
| Belkin F5U701 USB 2.0 7 Port Mobile Hub [http://www.belkin.com/IWCatProductPage.process?Product_Id=369788]&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by pabloh.  Comes with an optional power adapter.&lt;br /&gt;
|-&lt;br /&gt;
| ID 0e8f:0016 GreenAsia Inc. &lt;br /&gt;
| {{No}}&lt;br /&gt;
| Tested by tsh.  Labeled as high speed.  Bought from ebay.&lt;br /&gt;
|-&lt;br /&gt;
|Trust 4 port netbook hub ID 05e3:0608&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by tsh.  Bought from [http://www.amazon.co.uk/gp/product/B0025X16AS Amazon].&lt;br /&gt;
|-&lt;br /&gt;
| High Speed 4 Port Mini USB 2.0 Hub for Laptop PC (non powered)&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Octopus-style small cheap unpowered USB hub.  Bought from [http://cgi.benl.ebay.be/ws/eBayISAPI.dll?ViewItem&amp;amp;item=270538502843 ebay]&lt;br /&gt;
|-&lt;br /&gt;
| Keeptech USB 2.0 Hub (7 Ports) with Power Adapter, KT-UH703 [http://www.keeptech.com/books_show.php?id=144]&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by [[User:Esn|Esn]]. Works powered or unpowered.&lt;br /&gt;
|-&lt;br /&gt;
| Logitech Premium 4-Port USB Hub [http://www.logitech.com/en-in/notebook-products/usb-hubs/devices/3048]&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| LUPO 7-port USB 2.0 Hub (cheap octopus type which can be powered as there is dc socket)&lt;br /&gt;
| {{Partial|Yes. {{HideableNotes|Can use a power supply but wasn't tested with one.}}}}&lt;br /&gt;
| Tested by kilowatt. Bought from [http://www.amazon.co.uk/gp/product/B003BVDABG/ref=oss_product from amazon uk]&lt;br /&gt;
|-&lt;br /&gt;
| LogiLink USB 2.0 Hub 4-Port UA0086 [http://www.logilink.eu/showproduct/UA0086.htm]&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| Tested by Jones. Comes with an optional power adapter. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:USB]]&lt;br /&gt;
[[Category:List]]&lt;/div&gt;</summary>
		<author><name>Relliker</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Development_tutorials&amp;diff=6562</id>
		<title>Development tutorials</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Development_tutorials&amp;diff=6562"/>
		<updated>2011-03-03T13:49:35Z</updated>

		<summary type="html">&lt;p&gt;Relliker: /* SDL Tutorials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PND Quickstart ==&lt;br /&gt;
See [[PND quickstart]] for a quick and dirty packaging tutorial&lt;br /&gt;
&lt;br /&gt;
== General Game development ==&lt;br /&gt;
Just start basic. Follow the Jump'n'Run tutorial (or any of the others). Copy their code. Change bits. Break it.. fix it. Write it over and over until you know what is happening where and why. Get a pandora or GP2X and cross-compile it for those platforms. Run your little creations on other devices (Android phones and iPhones are great). Little milestones like this will keep you motivated to continue learning.&lt;br /&gt;
&lt;br /&gt;
Making a game, or programming a whole project is a massive undertaking. Be prepared to fail the first few attempts... quit at least 5 times only to come back and give it another go... and even then you might have only programmed Mahjong. If, at the end of all this, you are still keen, you can step it up to 3D graphics and start working on &amp;quot;bigger projects&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Remember.. no one can learn to program in a day... and I wouldn't expect anyone who started programming tomorrow to be able to produce a Mario clone, let alone quake 4 in a month.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ARM Cortex A8 Tutorials ==&lt;br /&gt;
* [[Floating Point Optimization]]&lt;br /&gt;
* [[Assembly Code Optimization]]&lt;br /&gt;
&lt;br /&gt;
== SDL on Pandora ==&lt;br /&gt;
&lt;br /&gt;
SDL is NOT a game engine, but it will provide you with the foundations for putting stuff on the screen, getting keyboard and controller input and making sounds. All of these are basics in programming games.&lt;br /&gt;
&lt;br /&gt;
You can locate a lot of SDL specific information at [http://www.libsdl.org]&lt;br /&gt;
&lt;br /&gt;
=== Getting started with SDL on the Pandora ===&lt;br /&gt;
(This portion assumes you already have a dev environment ready)&lt;br /&gt;
&lt;br /&gt;
First, you need to grab the SDL libraries, you can either compile them yourself or grab some pre compiled libs.&lt;br /&gt;
You can get the sources for SDL [http://www.libsdl.org here] and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
Or&lt;br /&gt;
&lt;br /&gt;
You can get the pre compiled libraries [http://www.angstrom-distribution.org/unstable/feed/armv7a/base/ here] (they are named libSDL... etc).&lt;br /&gt;
These are ipk files so windows user might need 7zip in order to open them.&lt;br /&gt;
You will need both the 'normal' lib and the -dev library.&lt;br /&gt;
You might want to get the SDL_image, SDL_mixer and other SDL_* libraries, since these add to general functionality of SDL.&lt;br /&gt;
&lt;br /&gt;
=== Basic Pandora specific SDL Information ===&lt;br /&gt;
&lt;br /&gt;
SDL maps the controlls on the Pandora in the following fashion:&lt;br /&gt;
&lt;br /&gt;
* The Left and Right nubs are represented as Joystick 1 and 2.&lt;br /&gt;
* The D-Pad is linked to SDLK_LEFT/RIGHT/UP/DOWN.&lt;br /&gt;
* The abxy / lr buttons are (A):home (B):end (X):pgdn (Y):pgup (L):right shift (R): right ctrl&lt;br /&gt;
* START(ALT) button : SDLK_LALT&lt;br /&gt;
* SELECT(CTRL) button : SDLK_LCTRL&lt;br /&gt;
&lt;br /&gt;
=== SDL Tutorials ===&lt;br /&gt;
&lt;br /&gt;
These tutorials assume you know the basics of C++ programming, and know your way around a C++ compiler.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?/topic/58490-yactfeau/page__view__findpost__p__940518 Getting started with SDL on pandora]&lt;br /&gt;
* [http://www.lazyfoo.net/SDL_tutorials/index.php Lazy Foo's Tutorials].  Not Pandora specific, but a good guide to getting your programming environment set up, along with many SDL tutorials.&lt;br /&gt;
* [http://iki.fi/sol/gp/ Sol's Graphics for beginners].  Not Pandora specific, but a good place to get started with SDL graphics coding.&lt;br /&gt;
* [http://jnrdev.72dpiarmy.com/ 2D Jump'n'Run Tutorial]. (Page not loading as at 03/03/2011. No longer available?)&lt;br /&gt;
* [http://gpwiki.org/index.php/Category:All_SDL_articles The Game Programming Wiki's tutorials]&lt;br /&gt;
&lt;br /&gt;
==OpenGL on the Pandora==&lt;br /&gt;
&lt;br /&gt;
*[[OpenGL ES 1.1 Tutorial]]&lt;br /&gt;
&lt;br /&gt;
*[[OpenGL ES 2.0 Tutorial]]&lt;br /&gt;
&lt;br /&gt;
*[[Combining OpenGL ES 1.1 and SDL to create a window on the Pandora]]&lt;br /&gt;
&lt;br /&gt;
*[[Porting_to_GLES_from_GL]]&lt;br /&gt;
&lt;br /&gt;
== The Kernel ==&lt;br /&gt;
* [[Kernel build instructions|Compiling the Kernel from Git]]&lt;br /&gt;
* [[Kernel interface|Kernel Interface]]&lt;br /&gt;
&lt;br /&gt;
== Matchbox Window Manager ==&lt;br /&gt;
&lt;br /&gt;
* [[Matchbox|Matchbox version]]&lt;br /&gt;
* [[xoo on ubuntu|Setting up xoo on Ubuntu 8.04/8.10]] (Theme Testing and Development)&lt;br /&gt;
&lt;br /&gt;
== GLBasic ==&lt;br /&gt;
&lt;br /&gt;
There is a [http://www.glbasic.com/ GLBasic] [[GLBasic tutorial|tutorial on this wiki]] which is still a work in progress, but should get new parts fairly frequently. More information can be found on the [http://www.glbasic.com/forum/ GLBasic forums].&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Development Tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Relliker</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=User_manual&amp;diff=2270</id>
		<title>User manual</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=User_manual&amp;diff=2270"/>
		<updated>2010-04-03T06:59:05Z</updated>

		<summary type="html">&lt;p&gt;Relliker: /* Mouse (stylus/pointer) settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border-top:1px solid gray; border-bottom:1px solid gray; padding-top:5px; padding-bottom:5px; margin-bottom:20px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;''This page is an unofficial community project, and Open Pandora Ltd. is not responsible for its content.''&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:PandoraFront.jpg|Right|thumb|360px|Pandora FTW!]]&lt;br /&gt;
So your Pandora just arrived after being in the post for two months. Jolly good! But now that it's actually here, what on earth do you do with it? '''Don't panic!''' Let's take a look at what's included in the box(so you don't miss anything!) and then hop on over to setting it up for that extended Ms. Pacman marathon you've been waiting for!&lt;br /&gt;
&lt;br /&gt;
Also, don't forget to hit up [http://www.gp32x.com/board/index.php?/forum/61-pandora/ GP32X] for questions/info/apps/fun/discussion!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Safety Information ==&lt;br /&gt;
Warning: Choking Hazard, do not let children under the age of 3 come close to your Pandora console.&lt;br /&gt;
The Pandora contains small parts that can be eaten by those children.&lt;br /&gt;
&lt;br /&gt;
The battery of Pandora must be charged by the charger included with the Pandora (see package contents). [[Open Pandora Ltd.]] will not be responsible for damage arising from the use of third party chargers. Please be aware that &amp;quot;cheap&amp;quot; third party chargers often carry fake CE logos. These can damage your Pandora or burst horribly into FLAMES.&lt;br /&gt;
&lt;br /&gt;
Keep the Pandora in normal temperatures under 140F/60C (Recommended temperatures are in the range between -10C and 40C){{Citation needed}}. The battery is a standard Lithium Polymer battery. Do not keep near fire or water. Do not disassemble, destroy or damage the battery, or it may explode! Do not short circuit external contacts! Dispose of it properly, please. &lt;br /&gt;
&lt;br /&gt;
Modifications to hardware can damage your Pandora. [[Open Pandora Ltd]] cannot be held responsible for any resulting damage.&lt;br /&gt;
&lt;br /&gt;
Malicious software can do horrible things to your Pandora. Only download Pandora software from trusted locations such as the Pandora [[App Store]], or the websites of trusted developers. See the [[OP-Team Trusted]] image in the [[App Store]] to see if the software application can be trusted.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
The Pandora has a 4.3-inch touch screen. You can touch the screen to trigger an action. That's right, a touch screen - not a stab screen, punch screen, or solid mahogany workbench. Always touch the screen gently – this will be more than enough to trigger the action you want.&lt;br /&gt;
&lt;br /&gt;
The casing of the Pandora has been designed for maximum strength, making it quite hard to break. Please do not consider this a challenge. Do not drop, throw, clamp, launch, tumble dry, or place anvils on the Pandora. This will void your warranty.&lt;br /&gt;
&lt;br /&gt;
== Warranty Information ==&lt;br /&gt;
A one year warranty applies as required by law, and the device will be replaced/repaired if it is faulty. LCDs with numerous/excessive dead pixels will also be replaced.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
== Box Contents ==&lt;br /&gt;
When you first open Pandora's box, a slew of demons and raging emotions may forcibly leave the box. This is normal. After that, you should find the following items:&lt;br /&gt;
*Pandora console&lt;br /&gt;
*Stylus (located in stylus slot on the side of the Pandora)&lt;br /&gt;
*Battery&lt;br /&gt;
*Mains power adapter (charger)&lt;br /&gt;
The following items should also be present if you ordered them separately:&lt;br /&gt;
*TV-Out Cable&lt;br /&gt;
*Carrying Case&lt;br /&gt;
*Extra Battery&lt;br /&gt;
After you take those things out, you may find a sliver of Hope left over. It's best to keep it, as you never know when you could use some Hope.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
==== Highlights ====&lt;br /&gt;
{{citation needed}}&lt;br /&gt;
* ARM® Cortex™-A8 600Mhz+ CPU running Linux*&lt;br /&gt;
* 430-MHz TMS320C64x+™ DSP Core&lt;br /&gt;
* PowerVR SGX OpenGL 2.0 ES compliant 3D hardware&lt;br /&gt;
* 800x480 4.3&amp;quot; 16.7 million colours touchscreen LCD&lt;br /&gt;
* Wifi 802.11b/g, Bluetooth &amp;amp; High Speed USB 2.0 Host&lt;br /&gt;
* Dual SDHC card slots &amp;amp; SVideo TV output&lt;br /&gt;
* Dual Analogue and Digital gaming controls&lt;br /&gt;
* 43 button QWERTY and numeric keypad&lt;br /&gt;
* Around 10+ Hours battery life**&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The 600Mhz+ can be higher or lower. This can be controlled by software designed for the device.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Is affected by use. (example turn bluetooth on or off during play time)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Advanced Specifications ====&lt;br /&gt;
* Texas Instruments OMAP3530 processor at 600MHz (officially)&lt;br /&gt;
* 256MB DDR-333 SDRAM&lt;br /&gt;
* 512MB NAND FLASH memory&lt;br /&gt;
* IVA2+ audio and video processor using TI's DaVinci™ technology (430MHz C64x DSP)&lt;br /&gt;
* ARM® Cortex™-A8 superscalar microprocessor core&lt;br /&gt;
* PowerVR SGX530 (110MHz officially) OpenGL ES 2.0 compliant 3D hardware&lt;br /&gt;
* integrated Wifi 802.11b/g (up to 18dBm output)&lt;br /&gt;
* integrated Bluetooth 2.0 + EDR (3Mbps) (Class 2, + 4dBm)&lt;br /&gt;
* 800x480 resolution LTPS LCD with resistive touch screen, 4.3&amp;quot; widescreen, 16.7 million colors (300 cd/m2 brightness, 450:1 contrast ratio)&lt;br /&gt;
* Dual analog controllers&lt;br /&gt;
* Full gamepad controls plus shoulder buttons&lt;br /&gt;
* Dual SDHC card slots (up to 64GB of storage currently)&lt;br /&gt;
* headphone output up to 150mW/channel into 16 ohms, 99dB SNR (up to 24 bit/48KHz)&lt;br /&gt;
* TV output (composite and S-Video)&lt;br /&gt;
* Internal microphone plus ability to connect external microphone through headset&lt;br /&gt;
* Stereo line level inputs and outputs&lt;br /&gt;
* 43 button QWERTY and numeric keypad&lt;br /&gt;
* USB 2.0 OTG port (1.5/12/480Mbps) with capability to charge device&lt;br /&gt;
* USB 2.0 HOST port (480Mbps) capable of providing the full 500mA to attached devices (examples include USB memory, keyboard, mouse, 3G modem, GPS)&lt;br /&gt;
* up to two externally accessible UARTs and/or four PWM signals for hardware hacking, robot control, debugging, etc.&lt;br /&gt;
* un-brickable design with integrated boot loader for safe code experimentation&lt;br /&gt;
* Power and hold switch useful for &amp;quot;instant on&amp;quot; and key lockout to aid in media player applications on the go&lt;br /&gt;
* Runs on the Linux operating system (2.6.x)&lt;br /&gt;
* Dimensions: 140x83.4x27.5mm&lt;br /&gt;
* Weight: 335g (with 4200mAh battery)&lt;br /&gt;
&lt;br /&gt;
==== Features ====&lt;br /&gt;
The Pandora is a mixture between a PC and a gaming console (similar to classic computers such as the Amiga). That's why it has gaming controls (ABXY buttons, d-pad, and analogue nubs). It is fast enough to emulate many other systems, run a full desktop, access the internet with Firefox and play games such as Quake III. However, it is not as big as a netbook. Believe it or not, it will fit in your pocket. It's a bit bigger than the Nintendo DS. (See Applications section of this manual to see what applications your Pandora will come with.)&lt;br /&gt;
Remember that your Pandora console will get better with every application installed!&lt;br /&gt;
&lt;br /&gt;
== First Time Use ==&lt;br /&gt;
Now that you've opened the box, let's set this thing up! Place the battery inside the battery compartment on the back of the Pandora, making sure the contacts touch(the little silvery metal bits, it's easy). Snap on the battery cover and you're all set!&lt;br /&gt;
==== Charging ====&lt;br /&gt;
Charge your Pandora 8 hours before disconnecting it from the wall charger. This will improve the lifetime of your battery. To charge the Pandora, insert the power cable end in the Pandora and the other end into your wall socket.&lt;br /&gt;
&lt;br /&gt;
The battery comes pre-charged at 40%, and that level might have decreased during shipping. To be on the safe side, we recommend that you charge the Pandora before you use it. Simply plug in your wall charger into an outlet, or optionally use a mini-USB cable connected to a computer or wall adapter. For extreme silliness, plug your Pandora into an ''already charged Pandora,'' and charge it from that! But not really.&lt;br /&gt;
&lt;br /&gt;
==== First Boot ====&lt;br /&gt;
Once your Pandora is ready, turn it on. The OS will take some time to boot up for the first time (about 10 minutes, this is only for the first boot, and is normal). After it has booted, a series of settings dialogs will pop up in the shape of a &amp;quot;Boot Wizard&amp;quot; allowing you to alter your Pandora's settings to your liking.&lt;br /&gt;
&lt;br /&gt;
There are a total of 3 parts to the Boot Wizard guide:&lt;br /&gt;
===== System configuration =====&lt;br /&gt;
The first thing you will have to do is to calibrate the Pandora's touch screen. Only do this if the screen isn't calibrated already.&lt;br /&gt;
You will have the option for touchscreen calibration the first time you boot up your Pandora console.&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;Calibrating the touch screen&amp;quot; is a term used to describe the process of matching coordinates given by the touch layer with the underlying screen. A badly calibrated screen will register your push elsewhere on the screen, perhaps half a centimeter to one side. As there are sometimes slight variations in the production of the touch layer, you the user can improve the accuracy by matching the two layers manually.&lt;br /&gt;
&lt;br /&gt;
===== User setup =====&lt;br /&gt;
After calibrating your screen, you will have to enter your full name. This is what you will see in any user selection dialogs or when the system needs to address you, so enter whatever you are most comfortable with. Then follows your username. It is recommended to choose an all-lowercase, one-word username here, since you will have to enter this name every time you log in. Once you've entered your username, a password input dialog appears. You will have to enter the password you want to use twice here. If you don't want to have a password for your device, simply leave both fields empty. If, however, you decide to enter a password, something hard to guess and between 8 and 16 characters long is preferred.&lt;br /&gt;
&lt;br /&gt;
===== Network and security settings =====&lt;br /&gt;
You will now have to enter a name for your Pandora. This will be the Pandora's host name, so you have two options in this situation:&lt;br /&gt;
&lt;br /&gt;
# If you don't have a domain you want to connect to, simply enter any name here. It should not contain any spaces.&lt;br /&gt;
# If you ''do'' have a domain you want to connect to, enter a name in the form of &amp;quot;pandoraname.domainname.tld&amp;quot;. Note that you may never have a use for this.&lt;br /&gt;
&lt;br /&gt;
Then, you'll have to choose whether you want to automatically log in on your Pandora when it boots, or if you should be given the opportunity to log in as a different user, or enter your password. It is recommended to disable auto login if you want to protect your user data, but if you're often in a hurry, then you can enable auto login here.&lt;br /&gt;
&lt;br /&gt;
The final thing you will have to choose, is whether you want to use the full desktop Xfce environment or the gaming-oriented PMenu environment as your default environment in the Pandora. It is recommended to choose Xfce here if you want to gain access to the Pandora's full potential. This option can be changed later at any point.&lt;br /&gt;
&lt;br /&gt;
==== Calibrating The Touchscreen ====&lt;br /&gt;
The touchscreen in your new Pandora device isn't psychic! You have to tell it what to do, and in order to do that effectively, you need to calibrate it. Simply navigate to settings→screen→calibration wizard{{Verify credibility}} and follow the onscreen instructions. You may have to recalibrate the screen from time to time as well.&lt;br /&gt;
&lt;br /&gt;
During the first boot wizard, you will be offered the option to calibrate the touchscreen. By default it may well work okay, but the option is there. If calibration is far off, use the keyboard to select the calibration option.&lt;br /&gt;
&lt;br /&gt;
===== Mouse (stylus/pointer) settings =====&lt;br /&gt;
When done with the calibration and you are back in the Pandora Xfce desktop environment you might also want to change some other touch screen settings to make navigation with the stylus work according to your preferences. Two recommended settings to experiment with for easier navigation are:&lt;br /&gt;
&lt;br /&gt;
#  The double-click Time setting&lt;br /&gt;
#  The double-click  Distance (valid touch-screen double-click area)&lt;br /&gt;
&lt;br /&gt;
In the first setting, i.e. Time, you will be setting the interval between double-clicks where such clicks will be accepted as valid.&lt;br /&gt;
Ex. if you set the time to 250ms, the second click (or screen-tap in our case) must occur within 250ms of the first to be valid.&lt;br /&gt;
&lt;br /&gt;
In the second setting, Distance, you will be setting the radius of screen area where the second click (tap) must fall into to be considered as a valid second tap. This means that if, for example, you set the distance to 5, your second tap must fall within a circle radius of 5 pixels from the point where the first tap occurred.&lt;br /&gt;
&lt;br /&gt;
These two settings can be found under:  Desktop ---&amp;gt; Xfce menu ---&amp;gt; Settings ---&amp;gt; Mouse ---&amp;gt; Behaviour tab.&lt;br /&gt;
&lt;br /&gt;
== Basic Use ==&lt;br /&gt;
&lt;br /&gt;
===Pmenu===&lt;br /&gt;
&lt;br /&gt;
TBD.&lt;br /&gt;
&lt;br /&gt;
===minimenu / mmenu===&lt;br /&gt;
&lt;br /&gt;
minimenu is designed as a fast and easy to use launcher, without a lot of fancy frills. A grid of icons to launch, and use the d-pad or touchscreen to fire one off. It is fairly configurable and skinnable and is fully featured, and very fast. If you recall the interface on the gp32, gp2x, wiz, and gmenu2x you will be right at home and then some!&lt;br /&gt;
&lt;br /&gt;
====The main grid====&lt;br /&gt;
&lt;br /&gt;
The main grid with the default skin has most of the screen realestate showing a grid of available 'auto discovered' applications, with a detail panel on the right. A list of tabs is across the top of the screen, with some short help message on the bottom.&lt;br /&gt;
&lt;br /&gt;
Pressing Start or B will invoke the pnd-application. Presseing Select will switch to a basic menu, providing shutdown or some advanced options.&lt;br /&gt;
&lt;br /&gt;
Pressing &amp;quot;Y&amp;quot; (think &amp;quot;Why?&amp;quot;) will bring up pnd-application documentation, if that pnd-file has defined any.&lt;br /&gt;
&lt;br /&gt;
The left and right shoulder triggers will switch categories of applications; by default, minimenu includes an All category and defaults to showing it.&lt;br /&gt;
&lt;br /&gt;
The applications are auto-discovered in the same means as the xfce desktop and pmenu and other pnd-supporting systems, however you may add additional minimenu-specific searchpaths into the configuration should you wish to. It is likely a basic file browser will also be added, letting you launch applications manually placed on your SD cards.&lt;br /&gt;
&lt;br /&gt;
The standard overrides are supported -- .ovr files for icon title, clockspeed setting and categories, as well as a .pnd for icon override.&lt;br /&gt;
&lt;br /&gt;
====Configuration and tricks====&lt;br /&gt;
&lt;br /&gt;
minimenu has a fairly comprehensive configuration file for its minimalistic design; most options may be enabled or disabled or fiddled with, and the skin can reasonably be altered.&lt;br /&gt;
&lt;br /&gt;
The All category can be removed if undesired.&lt;br /&gt;
&lt;br /&gt;
Expert conf hackers can specify what categories they'd like and in what order, and have multiple app categories dumped into one tab, and other tricks.&lt;br /&gt;
&lt;br /&gt;
pnd-application icons may be all loaded during the menu setup, or deferred until later and loaded in the background.&lt;br /&gt;
&lt;br /&gt;
Preview pics may be loaded up front (not advised, as it can be slow), or deferred until later. (When deferred, they may load when you rest the selection, or load in background.)&lt;br /&gt;
&lt;br /&gt;
You may choose to have auto-discovered applications registered into any of their 6 categories (Main, Sub1, Sub2, Alt, AltSub1, AltSub2).&lt;br /&gt;
&lt;br /&gt;
Etc and so on.&lt;br /&gt;
&lt;br /&gt;
Additional keys are supported: Q to quit the menu (not really useful for most people), and Space to invoke the application.&lt;br /&gt;
&lt;br /&gt;
===Desktop style environment===&lt;br /&gt;
&lt;br /&gt;
====On the Desktop====&lt;br /&gt;
&lt;br /&gt;
The desktop will contain icons for numerous locations (such as each mounted SD card), as well as any auto-discovered pnd-applications located on SD cards or internal NAND.&lt;br /&gt;
&lt;br /&gt;
====In the menu====&lt;br /&gt;
On the bottom left you have your applications menu, similar to the Windows start menu. Clicking it brings up a list of all installed applications and pnd-applications in the appropriate location on your SD cards.&lt;br /&gt;
&lt;br /&gt;
====Miscellaneous====&lt;br /&gt;
To the right may be some icons, these serve as shortcuts to commonly used applications. Next to that you have your taskbar which, as you might have guessed, lists all running applications in your current workspace. To the right of the taskbar you have your workspaces, think of these as multiple desktops. By default you have two to switch between. Applications running in one workspace will not be visible in the other, so you can effectively hide your Ms. Pacman game from your boss at work, because there's no way you're not going to go for the gold, even at work! Finally there are a few more icons that deal with TV-Out, network connectivity, etc. and some running applications may place an icon there as well. And to the right of THOSE, you have your time. Because time flies when you're using your Pandora! Badum tsh. And to the right of that, you have a little icon which, when clicked, displays all running applications.&lt;br /&gt;
&lt;br /&gt;
Finally, I'd just like to reiterate this--EVERYTHING is customizable! We'll get to that section later, but for now, let's just check out the applications on your Pandora.&lt;br /&gt;
&lt;br /&gt;
===Buttons===&lt;br /&gt;
&lt;br /&gt;
====Xfce menu====&lt;br /&gt;
&lt;br /&gt;
The Pandora button will bring up the applications menu, letting you quickly enter a search to locate an application to run or perform operations against running applications.&lt;br /&gt;
&lt;br /&gt;
===Power Modes===&lt;br /&gt;
&lt;br /&gt;
Without switching the device entirely off, it may be placed into low power mode or regular power mode; simply pressing the power button will toggle modes.&lt;br /&gt;
&lt;br /&gt;
Consider low power mode to be akin to turning off a PDA or cellphone -- the screen is off, the CPU is clocked down and so on, but the device is still silently on, allowing for alarms to go off or it to be turned on again instantly. Regular power mode is for normal usage.&lt;br /&gt;
&lt;br /&gt;
Low power mode is probably going to be used as the normal &amp;quot;off&amp;quot; for most people, with true off (device powered down entirely, unable to respond to alarms or wake up quickly) available to conserve battery power. Turning the Pandora off completely is the best option if you don't plan on using it for few weeks or longer. &lt;br /&gt;
&lt;br /&gt;
Closing the lid will turn off the display but otherwise leave the device operating - handy for audio playing; turning off the display lowers power use.&lt;br /&gt;
&lt;br /&gt;
The actual behaviour of buttons and events can be customized.&lt;br /&gt;
&lt;br /&gt;
== Basic Linux user guide ==&lt;br /&gt;
New to the wonderful world of Linux? No problem! You don't need mad terminal skills to open a web browser, but it can be nice to know what you're doing once in a while.&lt;br /&gt;
==== The structure of the file system ====&lt;br /&gt;
If you're used to the file system of e.g. MS Windows, you will find that a Linux file system is rather different from what you're used to. In this section, we will go through everything you have to know in order to feel comfortable with using the Pandora's file system.&lt;br /&gt;
===== Basic philosophy =====&lt;br /&gt;
In Windows, you have multiple file system roots, called &amp;quot;drives&amp;quot;, that are labeled with different letters, like &amp;quot;C:&amp;quot; or &amp;quot;D:&amp;quot;. In Linux, there aren't multiple root directories, but rather just one root directory, called &amp;quot;/&amp;quot;. All other directories are inside of this directory, including other drives.&lt;br /&gt;
&lt;br /&gt;
===== Common directories =====&lt;br /&gt;
Inside of the root directory (&amp;quot;/&amp;quot;) are quite a lot of other directories. Here are the most important ones:&lt;br /&gt;
* &amp;quot;/home&amp;quot; - This is where all of the files that are owned by all users are stored. Users do not generally have write-access to anything outside of this directory.&lt;br /&gt;
* &amp;quot;/home/username&amp;quot; - Here are the personal files of user &amp;quot;username&amp;quot;. In this directory, you will find a directory called &amp;quot;Documents&amp;quot;, &amp;quot;Pictures&amp;quot;, &amp;quot;Desktop&amp;quot; etc. that correspond to that users personal directories. This directory is also called &amp;quot;username&amp;quot;'s home directory, and can be abbreviated with &amp;quot;~/&amp;quot; (if you're currently logged in as username) or &amp;quot;~username/&amp;quot;.&lt;br /&gt;
* &amp;quot;/boot&amp;quot; - This is the directory where the Linux kernel is stored, and other files that are needed at boot time can be accessed. Do not touch this directory (You can't even do it if you wanted to)!&lt;br /&gt;
* &amp;quot;/bin&amp;quot;, &amp;quot;/lib&amp;quot; - System binaries and libraries are stored here. Most of the terminal commands mentioned below can be found inside of &amp;quot;/bin&amp;quot;. You should generally never have to touch this directory, either.&lt;br /&gt;
* &amp;quot;/usr&amp;quot; - Here is where you'll find programs and files installed by the user. Core applications such as the web browser, media player, and other applications that are available the first time you start your Pandora are stored here. If you decide to install anything via the &amp;quot;ipkg&amp;quot; command (covered later), this is where the files needed by those installations will end up.&lt;br /&gt;
* &amp;quot;/etc&amp;quot; - System-wide configuration. Should only be touched by power-users.&lt;br /&gt;
* &amp;quot;/media/*&amp;quot; - If you connect USB drives, SD cards or other external media, you will find that the contents of that media have been placed here.&lt;br /&gt;
&lt;br /&gt;
Don't worry if this doesn't make any sense; It was thought up by bearded engineers back in the seventies. They liked the idea that everything would be in a predictable place, but this is no longer completely the case.&lt;br /&gt;
&lt;br /&gt;
==== The File Manager ====&lt;br /&gt;
==== Killing Applications ====&lt;br /&gt;
==== Basic Terminal Commands ====&lt;br /&gt;
Note: Linux is case sensitive. This applies to filenames and directories too. &amp;quot;/home/me/stuff&amp;quot; is a different folder than &amp;quot;/home/me/STUFF&amp;quot;, you can actually have both. You can have &amp;quot;/home/me/Stuff&amp;quot; too if you like, and all three are separately recognised directories.&lt;br /&gt;
&lt;br /&gt;
=====Navigation=====&lt;br /&gt;
In the terminal, you are always in some folder. Think of it like being in a file manager: you can see the contents of the directory you're in, you can do things with those files, or you may decide to go to some other folder and continue your work there.&lt;br /&gt;
&lt;br /&gt;
There are a few essential commands that are used to navigate around your system via the terminal:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;pwd&amp;quot; - Print the current working directory (will print e.g. &amp;quot;/home/user&amp;quot;)&lt;br /&gt;
* &amp;quot;ls&amp;quot; - List directory contents (similar to &amp;quot;Dir&amp;quot; in Dos, and the Linux command &amp;quot;dir&amp;quot; will actually emulate the DOS command if you want to!)&lt;br /&gt;
* &amp;quot;cd &amp;lt;directory name&amp;gt;&amp;quot; - Change to a different directory, eg. &amp;quot;cd music&amp;quot; or &amp;quot;cd /home/me/music&amp;quot;&lt;br /&gt;
* &amp;quot;cd ..&amp;quot; - Go up one directory level (similar to &amp;quot;cd..&amp;quot; in Dos)&lt;br /&gt;
* &amp;quot;cd&amp;quot; - Go back to your home directory (similar to My Documents in Windows)&lt;br /&gt;
* &amp;quot;cd -&amp;quot; - Go back to the previous directory you were in (handy if you forget)&lt;br /&gt;
&lt;br /&gt;
=====Controlling Running Apps=====&lt;br /&gt;
* &amp;quot;top&amp;quot; - View running processes (like the Task Manager in Windows) press &amp;quot;q&amp;quot; to quit&lt;br /&gt;
* &amp;quot;killall [program name] - Stops running process (use with care)&lt;br /&gt;
&lt;br /&gt;
=====File Manipulation=====&lt;br /&gt;
* &amp;quot;rm &amp;lt;filename&amp;gt;&amp;quot; - Remove a file, eg. &amp;quot;rm somefile.txt&amp;quot; or &amp;quot;rm /home/me/randomfiles/somefile.txt&amp;quot;&lt;br /&gt;
* &amp;quot;rmdir &amp;lt;directory&amp;gt;&amp;quot; - Will remove a directory, but **only** if it is empty!&lt;br /&gt;
* &amp;quot;rm -r &amp;lt;directory&amp;gt;&amp;quot; - Will remove a directory and its contents (&amp;quot;-r&amp;quot; means recursive)&lt;br /&gt;
* &amp;quot;rm -rf &amp;lt;directory&amp;gt;&amp;quot; - Will remove a directory, all of its contents, without asking you first. Use with extreme care. (&amp;quot;-f&amp;quot; means force)&lt;br /&gt;
* &amp;quot;mv &amp;lt;original filename&amp;gt; &amp;lt;new filename&amp;gt;&amp;quot; - Moves a file to a new place, also used for renaming, eg. &amp;quot;mv somefile.txt somefile_backup.txt&amp;quot; will rename it, but &amp;quot;mv somefile.txt /home/me/backup/somefile.txt&amp;quot; will move it. This will also work for directories.&lt;br /&gt;
* &amp;quot;cp &amp;lt;file to copy&amp;gt; &amp;lt;new filename&amp;gt;&amp;quot; - Copy a file, eg. &amp;quot;cp twoweeks.txt twomonths.txt&amp;quot; copies into current directory, while &amp;quot;cp twomonths.txt /home/me/ihaveadream/twoweeks.txt&amp;quot; copies to another directory.&lt;br /&gt;
* &amp;quot;cp -r &amp;lt;directory to copy&amp;gt; &amp;lt;new directory name&amp;gt;&amp;quot; - Copy a directory and all of its contents to another location.&lt;br /&gt;
* &amp;quot;touch &amp;lt;new file name&amp;gt;&amp;quot; - Makes a new (empty) file&lt;br /&gt;
* &amp;quot;mkdir &amp;lt;new directory name&amp;gt;&amp;quot; - Makes a directory&lt;br /&gt;
&lt;br /&gt;
=====Misc.=====&lt;br /&gt;
* &amp;quot;cat &amp;lt;filename&amp;gt;&amp;quot; - Prints the contents of a file, eg. &amp;quot;cat hellolo.txt&amp;quot;&lt;br /&gt;
* &amp;quot;clear&amp;quot; - Clears screen, terminal input begins at the top again&lt;br /&gt;
* &amp;quot;date&amp;quot; - Your friend, the terminal will tell you the date&lt;br /&gt;
* &amp;quot;cal [month] [year]&amp;quot; - Makes a pretty calendar, eg. &amp;quot;cal 12 2009&amp;quot; or &amp;quot;cal * 2010&amp;quot; or &amp;quot;cal 1 2010 &amp;gt; fingers_crossed.txt&amp;quot; sends output to file&lt;br /&gt;
* &amp;quot;history&amp;quot; - Gives a list of the recent commands you have run.  Running !number (e.g. !15) will rerun that numbered command in the history list&lt;br /&gt;
* &amp;quot;vi &amp;lt;filename&amp;gt;&amp;quot; - Opens the file for editing in vi [http://pandorawiki.org/Vi]&lt;br /&gt;
&lt;br /&gt;
History Search: Press CTRL-R.  As you type, BASH will try and find the command in your recent history that most closely matches what you are typing.  To get back to the prompt, press CTRL-C.&lt;br /&gt;
&lt;br /&gt;
Autocompletion: Press TAB. The terminal (also called the shell) will attempt to intelligently figure out what you're trying to type. It needs something to work with however, so try pressing TAB half way through a command or location.&lt;br /&gt;
&lt;br /&gt;
eg. &amp;quot;cd /home/me/pandora_suc&amp;quot; *TAB* will complete it as &amp;quot;cd /home/me/pandora_success&amp;quot; or with a filename &amp;quot;cat /home/me/letters/i_want_the_pandora_to_fa&amp;quot; *TAB* will turn into &amp;quot;cat /home/me/letters/i_want_the_pandora_to_fall_into_my_hands&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Directory aliases: There are some special directory names you can use to refer to a directory that would be too long to type otherwise, or that you simply don't know the name of.&lt;br /&gt;
* &amp;quot;~&amp;quot; - Refers to your home directory e.g. &amp;quot;/home/user&amp;quot;.&lt;br /&gt;
* &amp;quot;~seconduser&amp;quot; - Refers to someone else's home directory.&lt;br /&gt;
* &amp;quot;.&amp;quot; - Refers to the current directory, or the &amp;quot;same directory&amp;quot; in a path. What this means, is that if you type &amp;quot;cd .&amp;quot;, nothing will happen since you already are in &amp;quot;.&amp;quot;, and if you type &amp;quot;cd somedir/././././././.&amp;quot;, you will simply go to &amp;quot;somedir&amp;quot;, since the &amp;quot;.&amp;quot;-directories that come after it are the &amp;quot;same directory&amp;quot; as the one before them.&lt;br /&gt;
* &amp;quot;..&amp;quot; - Refers to the directory in which the current directory is, or the &amp;quot;parent directory&amp;quot; in a path. If you type &amp;quot;cd ..&amp;quot; you will come to the parent directory of your current directory, and if you type &amp;quot;cd s1/s2/s3/../../..&amp;quot;, nothing will happen, since the path you specified cancels itself out.&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
&lt;br /&gt;
Many applications will come preinstalled into the internal NAND; these will be regular Linux applications (not packaged into pnd files, since they do not need to be redistributed to anyone.)&lt;br /&gt;
&lt;br /&gt;
Additional applications may be found as pnd-files (see below, a packaged up single file representing an entire application) or as regular Linux files (an application likely being made up of many files and possibly needing installation.)&lt;br /&gt;
&lt;br /&gt;
==== What Is Included? ====&lt;br /&gt;
* Ångström Linux: Lightweight beautiful Linux-based operating system for the Pandora.&lt;br /&gt;
* Xfce: A full featured window manager for Linux.&lt;br /&gt;
* Midori: A full features web browser, designed to be lighter and faster than a full desktop style browser.&lt;br /&gt;
* Lightweight office utilities including Abiword, Gnumeric, and ClawsMail.&lt;br /&gt;
{{Volume needed}}&lt;br /&gt;
&lt;br /&gt;
==== Where Can I Get More Apps? ====&lt;br /&gt;
There are many ways to get more applications onto your Pandora.&lt;br /&gt;
&lt;br /&gt;
*The easiest way is to browse the [[Pandora App Store]], where you can download a selection of free or commercial applications. To download, navigate to an app, pay for it if you must, and hit the 'download' button. Select where you want to save it, and you're done!&lt;br /&gt;
&lt;br /&gt;
*There is the good ol' [http://dl.openhandhelds.org/cgi-bin/pandora.cgi Pandora File Archive].&lt;br /&gt;
&lt;br /&gt;
*There are nice repositories, such as the [http://www.angstrom-distribution.org/repo Angstrom ARM Repository], or...&lt;br /&gt;
&lt;br /&gt;
*The Pandora includes the package manager [http://en.wikipedia.org/wiki/Ipkg ipkg].&lt;br /&gt;
&lt;br /&gt;
*Also, people may upload their apps to weird crevices in the net, so be on the lookout! (or use a search engine)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-top:1px solid gray; border-bottom:1px solid gray; padding-top:5px; padding-bottom:5px; margin-bottom:20px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;''Note: Pandora's internal memory (NAND) will be at close to capacity when you receive your Pandora. All new programs should be installed to SD card. Downloads from the Angstrom Repo, or use of the Ipkg package manager, should only be done by advanced users or when instructed by Open Pandora Ltd (for example, firmware updates).''&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction To .PNDs ==&lt;br /&gt;
==== What Are .PNDs? ====&lt;br /&gt;
&lt;br /&gt;
A .pnd (&amp;quot;pandora&amp;quot;) file is an application (game, word processor, emulator, whatever.) More accurately, it is a full application bundled up into a single file; think of it like a zip, with a relatively well defined internal structure.&lt;br /&gt;
&lt;br /&gt;
The pnd-file system was designed so you could use an application without the hassle of installation or uninstallation, or even having to organize it yourself if you don't want to. You just download or obtain the pnd-file, and use it. &lt;br /&gt;
&lt;br /&gt;
If you remember classic computers such as the Amiga - where you inserted a disk and then launched the applications read by Workbench (the Amiga's operating system) - then this is similar: when you insert an SD card into one of the two slots, the (Linux based) Pandora OS will scan it for your PND program files. Any program it finds will either turn up on the desktop or the application menu (just like in Windows).&lt;br /&gt;
&lt;br /&gt;
More details can be found in the &amp;quot;libpnd hub&amp;quot; part of the wiki, but that is more oriented to techies and developers.&lt;br /&gt;
&lt;br /&gt;
==== How do I run a PND-application? ====&lt;br /&gt;
&lt;br /&gt;
Put your pnd-files in your SD (see below for some suggestions where.)&lt;br /&gt;
&lt;br /&gt;
A pnd-file is usually invoked in one of the following ways&lt;br /&gt;
&lt;br /&gt;
* browse to the file using the directory browser, and click to run it. (.pnd files are file-associated to another program, pnd_run which knows how to run them.) This lets you organize pnd-files in directories of your choice on the device NAND or SD.&lt;br /&gt;
&lt;br /&gt;
* in PMenu, the applications will be shown by name; you can just select and run them from the menu&lt;br /&gt;
&lt;br /&gt;
* for pnd-files placed into /pandora/menu on SD, the application will be shown in the Start menu on the device; use your stylus or buttons to invoke it&lt;br /&gt;
&lt;br /&gt;
* for pnd-files placed into /pandora/desktop or /pandora/apps on SD, they will show up automatically on your desktop; invoke them with the stylus, your finger, or controls as you see fit&lt;br /&gt;
&lt;br /&gt;
==== Where Do .PNDs Go? ====&lt;br /&gt;
&lt;br /&gt;
Put .pnd-files into specific directories if you want them to show up in the Start menu or on your Pandora desktop, or in Pmenu. &lt;br /&gt;
&lt;br /&gt;
You can put them anywhere you like in internal NAND or SD, if you wish to organize them yourself and launch them with taps.&lt;br /&gt;
&lt;br /&gt;
/pandora/desktop -&amp;gt; pnd files show up on the desktop&lt;br /&gt;
&lt;br /&gt;
/pandora/menu -&amp;gt; show up in the Applications menu (by the developers suggested categories.)&lt;br /&gt;
&lt;br /&gt;
/pandora/apps -&amp;gt; show up in the desktop, and in Pmenu&lt;br /&gt;
&lt;br /&gt;
These locations are not written in stone. The &amp;quot;libpnd&amp;quot; config files are in /etc/pandora/conf in the NAND. Generally you will never need to alter these files, but you certainly can if you wish. In theory, obliterating the files will still leave the system working, and they are easily restored. One file, /etc/pandora/conf/desktop defines the &amp;quot;search paths&amp;quot; to look for .pnd files, and where to put &amp;quot;.desktop&amp;quot; files when they are found. The searchpaths says where to find them (such as /pandora/desktop), and where to put the application link - /usr/share/applications is where the menu items are pulled from. IF you wish to put pnd files somewhere not in the searchpath, just add the directory to the search-path and you're good to go.&lt;br /&gt;
&lt;br /&gt;
==== If I want to override the .PND icon, name, or other settings, how? (Slightly advanced topic)====&lt;br /&gt;
&lt;br /&gt;
The easiest way right now is via the &amp;quot;override&amp;quot; (or &amp;quot;overlay&amp;quot;) system -- .ovr files.&lt;br /&gt;
&lt;br /&gt;
An .ovr is just a text file you create, with the same name as the pnd-file and in the same location, but with a different file extension. Piece of cake.&lt;br /&gt;
&lt;br /&gt;
If your pnd-file is Hatari.pnd, and you're putting it into /pandora/desktop, then you might create an ovr file for it as: /pandora/desktop/Hatari.ovr&lt;br /&gt;
If you wish to provide your own icon, create it with the same location and filename, but as a .pnd file: /pandora/desktop/Hatari.png&lt;br /&gt;
&lt;br /&gt;
.ovr files are automatically supported by the system so should work across all pnd-application aware applications and desktops. .png icon overrides have to be handled by the menus, but are already handled by minimenu and anythign using the .desktop system (such as xfce full desktop or other standard desktop environments.)&lt;br /&gt;
&lt;br /&gt;
An ovr-file simply looks like this:&lt;br /&gt;
&lt;br /&gt;
The ovr file may (at this time) override the icon title, the CPU clock speed to set on launch, the main category, and the first subcategory for the main category. Additional fields will become overridable.&lt;br /&gt;
&lt;br /&gt;
Minimenu honors up to 3 lines of 'notes', pulled from the .ovr file. (Make sure they are in the right subapp group). note-1, note-2, note-3, see example below. The notes in minimenu are shown at the bottom of the detail text panel. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;c&amp;quot;&amp;gt;&lt;br /&gt;
[Application-0]&lt;br /&gt;
title                   HatariHack0&lt;br /&gt;
maincategory            Audio&lt;br /&gt;
maincategorysub1        Emulator&lt;br /&gt;
[Application-1]&lt;br /&gt;
title                   HatariHack1&lt;br /&gt;
clockspeed              200&lt;br /&gt;
note-1                  My text for note line 1&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notice the Application-0 and Application-1 -- any given .pnd file may include multiple applications, so you need to assign your overrides to the correct &amp;quot;sub application&amp;quot;. It can be tricky to figure out which subapp you wish to override, but there are some tricks. minimenu, for example, shows the subapp-number in the detail panel. When looking at a .desktop filename, you'll notice #0.desktop .. some number after the # is the subapp-number.&lt;br /&gt;
&lt;br /&gt;
==== Where does my data go? How do I make files visible to the applications? ====&lt;br /&gt;
&lt;br /&gt;
An application normally will see what is contained within the pnd-file, or your personal data created with the tool; it can of course look anywhere on the SD or device internal memory. For example a Quake port might expect to see extra level files in /quake, or give you a way of selecting a path to put files in.. or it might just expect it to be in your personal data folders, or in the pnd-file itself. Its up to the application, with suggestions in the pnd-guidelines for developers.&lt;br /&gt;
&lt;br /&gt;
The first time a pnd-application is run, an &amp;quot;app data&amp;quot; directory is created for it; anything that app data folder contains will be visible to the application as if it was in the pnd-file (and in fact, this lets you override files in the pnd-file without modifying the .pnd itself, which could be handy.) If your app creates a file &amp;quot;foo&amp;quot;, it'll show up in /pandora/appdata/appname-id as &amp;quot;foo&amp;quot;. The actual appdata folder name depends on the name used by the developer, but should generally look like application-name and some funny number afterwards. It should be easy to spot.&lt;br /&gt;
&lt;br /&gt;
ex: Quake 1 will probably put score or save data in /pandora/appdata/quake1-123/ or somesuch.&lt;br /&gt;
&lt;br /&gt;
It will always be helpful to read the description or readme file included.&lt;br /&gt;
&lt;br /&gt;
===== Example: Hatari =====&lt;br /&gt;
&lt;br /&gt;
Hatari (Atari ST emulator) by default is set to look in &amp;quot;./disks&amp;quot; for the disk images (ROMs) to use. What this means is within the pnd-file (where no disks are supplied), and in the appdata directory. With Hatari, you can browse anywhere from the UI and pick a disk anywhere on your SD cards, but by default it'll look into the ./disks directory.&lt;br /&gt;
&lt;br /&gt;
So you might put Hatari into the menu (/pandora/menu/Hatari131.pnd), or into the desktop (/pandora/desktop/Hatari131.pnd), or somewhere else. Regardless, the appdata will be (with the version I'm building now), /pandora/appdata/hatari.skeezix and thus you would put your .ST or .MSA disk images into /pandora/appdata/hatari.skeezix/disks to make them visible to the emulator. However, given it features its own UI, you can put them into /roms/atarist or /disks or whatever, and use them from there.&lt;br /&gt;
&lt;br /&gt;
===== Q: How do I make ROMs available to an emulator? =====&lt;br /&gt;
&lt;br /&gt;
For something like ROMs, hopefully a developer consensus will lead either to a canonical location, or a convention of having a directory picker or browser present, so that ROMs can be stored in SD locations of your choice; doesn't strike me as something that should be in a pnd-file, or to be pretended to be in a pnd-file with appdata tricks.&lt;br /&gt;
&lt;br /&gt;
===== Q: How do I make pak-files available to Quake? =====&lt;br /&gt;
&lt;br /&gt;
For some add-ons or data needed for a game, the developer may require it to be 'in the main application path'; as mentioned above, just drop it into the appdata folder and the app will just see it.&lt;br /&gt;
&lt;br /&gt;
==== How Do I Make .PNDs? ====&lt;br /&gt;
==== More Info About .PNDs ====&lt;br /&gt;
Visit [[libpnd_hub]] for more information!&lt;br /&gt;
== Configuration ==&lt;br /&gt;
==== Updating The Firmware ====&lt;br /&gt;
&lt;br /&gt;
Given a working firmware, you might wish to patch it with official Open Pandora patches; you might also wish to just grab an application from the Angstrom repository, say. &lt;br /&gt;
&lt;br /&gt;
In both of these cases, an ipk file will be made available. (In the future, an automated system may offer to patch up your device or auto-download patches. TBD.)&lt;br /&gt;
&lt;br /&gt;
An ipk file is a compressed installable package.&lt;br /&gt;
&lt;br /&gt;
It should be easily used, but from the Terminal if you wish to manually apply an ipk to patch the firmware, install or update an Angstrom application, it is simple: '''opkg install foo.ipk'''&lt;br /&gt;
&lt;br /&gt;
==== Replacing the Firmware ====&lt;br /&gt;
&lt;br /&gt;
Rather than patch the firmware, the firmware may be replaced wholesale with a freshly downloaded firmware.&lt;br /&gt;
&lt;br /&gt;
==== Booting a Firmware from SD ====&lt;br /&gt;
&lt;br /&gt;
The hardware is capable of booting entirely from SD; if the device is bricked or otherwise has a blank NAND, this could be an option. furthermore you're able to try out alternative operating systems without needing to reinstall your primary operating system.&lt;br /&gt;
&lt;br /&gt;
Steps include:&lt;br /&gt;
&lt;br /&gt;
* Preparing the SD card(s)&lt;br /&gt;
* Setting up the firmware on the SD card&lt;br /&gt;
&lt;br /&gt;
=====Preparing the SD card=====&lt;br /&gt;
&lt;br /&gt;
There are two main approaches:&lt;br /&gt;
&lt;br /&gt;
* Setting up the firmware on on SD card (meaning you need two partitions - a boot partition, and a firmware partition), and&lt;br /&gt;
* Setting things up across two SD cards - meaning you boot from one SD card, and have the firmware on the other.&lt;br /&gt;
&lt;br /&gt;
Operating from one SD card provides you the option of still being able to use the other; operating across two cards provides you he option to have a regular boot-SD, and flip between multiple other SDs for the actual firmware, should you wish to cycle between many operating systems (say.)&lt;br /&gt;
&lt;br /&gt;
The boot partition generally must be FAT32, and then the kernel, MLO and other files need to be unpacked upon it.&lt;br /&gt;
&lt;br /&gt;
The firmware partition must be either ext2fs or ext3fs; under Linux, such a partition can be easily created:&lt;br /&gt;
&lt;br /&gt;
'''mkfs.ext2 -L LABELNAME /dev/mmcblk0p2'''&lt;br /&gt;
- assuming LABELNAME for the partition&lt;br /&gt;
- assuming /dev/mmcblk0p2 for your SD device; you'd better check this carefully ;)&lt;br /&gt;
&lt;br /&gt;
==== Setting Up WiFi ====&lt;br /&gt;
==== Setting Up Blutooth ====&lt;br /&gt;
==== Adjusting Brightness/Contrast ====&lt;br /&gt;
==== Changing Your Theme ====&lt;br /&gt;
== Oops! I Borked My Pandora! ==&lt;br /&gt;
Fear not, young netizen! Your Pandora was designed to be unbrickable, so unless you used the ancient art of alchemy to physically turn your Pandora into a brick (or you just broke the hardware inside), you should be okay!&lt;br /&gt;
==== Restore The Original Firmware ====&lt;br /&gt;
==== Boot From SD or USB ====&lt;br /&gt;
== Pandora FAQ ==&lt;br /&gt;
Silly goose, go to the [[FAQ]] page for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[[Category:Categories]]&lt;/div&gt;</summary>
		<author><name>Relliker</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=User_manual&amp;diff=2269</id>
		<title>User manual</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=User_manual&amp;diff=2269"/>
		<updated>2010-04-03T06:56:21Z</updated>

		<summary type="html">&lt;p&gt;Relliker: /* Calibrating The Touchscreen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border-top:1px solid gray; border-bottom:1px solid gray; padding-top:5px; padding-bottom:5px; margin-bottom:20px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;''This page is an unofficial community project, and Open Pandora Ltd. is not responsible for its content.''&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:PandoraFront.jpg|Right|thumb|360px|Pandora FTW!]]&lt;br /&gt;
So your Pandora just arrived after being in the post for two months. Jolly good! But now that it's actually here, what on earth do you do with it? '''Don't panic!''' Let's take a look at what's included in the box(so you don't miss anything!) and then hop on over to setting it up for that extended Ms. Pacman marathon you've been waiting for!&lt;br /&gt;
&lt;br /&gt;
Also, don't forget to hit up [http://www.gp32x.com/board/index.php?/forum/61-pandora/ GP32X] for questions/info/apps/fun/discussion!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Safety Information ==&lt;br /&gt;
Warning: Choking Hazard, do not let children under the age of 3 come close to your Pandora console.&lt;br /&gt;
The Pandora contains small parts that can be eaten by those children.&lt;br /&gt;
&lt;br /&gt;
The battery of Pandora must be charged by the charger included with the Pandora (see package contents). [[Open Pandora Ltd.]] will not be responsible for damage arising from the use of third party chargers. Please be aware that &amp;quot;cheap&amp;quot; third party chargers often carry fake CE logos. These can damage your Pandora or burst horribly into FLAMES.&lt;br /&gt;
&lt;br /&gt;
Keep the Pandora in normal temperatures under 140F/60C (Recommended temperatures are in the range between -10C and 40C){{Citation needed}}. The battery is a standard Lithium Polymer battery. Do not keep near fire or water. Do not disassemble, destroy or damage the battery, or it may explode! Do not short circuit external contacts! Dispose of it properly, please. &lt;br /&gt;
&lt;br /&gt;
Modifications to hardware can damage your Pandora. [[Open Pandora Ltd]] cannot be held responsible for any resulting damage.&lt;br /&gt;
&lt;br /&gt;
Malicious software can do horrible things to your Pandora. Only download Pandora software from trusted locations such as the Pandora [[App Store]], or the websites of trusted developers. See the [[OP-Team Trusted]] image in the [[App Store]] to see if the software application can be trusted.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
The Pandora has a 4.3-inch touch screen. You can touch the screen to trigger an action. That's right, a touch screen - not a stab screen, punch screen, or solid mahogany workbench. Always touch the screen gently – this will be more than enough to trigger the action you want.&lt;br /&gt;
&lt;br /&gt;
The casing of the Pandora has been designed for maximum strength, making it quite hard to break. Please do not consider this a challenge. Do not drop, throw, clamp, launch, tumble dry, or place anvils on the Pandora. This will void your warranty.&lt;br /&gt;
&lt;br /&gt;
== Warranty Information ==&lt;br /&gt;
A one year warranty applies as required by law, and the device will be replaced/repaired if it is faulty. LCDs with numerous/excessive dead pixels will also be replaced.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
== Box Contents ==&lt;br /&gt;
When you first open Pandora's box, a slew of demons and raging emotions may forcibly leave the box. This is normal. After that, you should find the following items:&lt;br /&gt;
*Pandora console&lt;br /&gt;
*Stylus (located in stylus slot on the side of the Pandora)&lt;br /&gt;
*Battery&lt;br /&gt;
*Mains power adapter (charger)&lt;br /&gt;
The following items should also be present if you ordered them separately:&lt;br /&gt;
*TV-Out Cable&lt;br /&gt;
*Carrying Case&lt;br /&gt;
*Extra Battery&lt;br /&gt;
After you take those things out, you may find a sliver of Hope left over. It's best to keep it, as you never know when you could use some Hope.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
==== Highlights ====&lt;br /&gt;
{{citation needed}}&lt;br /&gt;
* ARM® Cortex™-A8 600Mhz+ CPU running Linux*&lt;br /&gt;
* 430-MHz TMS320C64x+™ DSP Core&lt;br /&gt;
* PowerVR SGX OpenGL 2.0 ES compliant 3D hardware&lt;br /&gt;
* 800x480 4.3&amp;quot; 16.7 million colours touchscreen LCD&lt;br /&gt;
* Wifi 802.11b/g, Bluetooth &amp;amp; High Speed USB 2.0 Host&lt;br /&gt;
* Dual SDHC card slots &amp;amp; SVideo TV output&lt;br /&gt;
* Dual Analogue and Digital gaming controls&lt;br /&gt;
* 43 button QWERTY and numeric keypad&lt;br /&gt;
* Around 10+ Hours battery life**&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The 600Mhz+ can be higher or lower. This can be controlled by software designed for the device.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Is affected by use. (example turn bluetooth on or off during play time)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Advanced Specifications ====&lt;br /&gt;
* Texas Instruments OMAP3530 processor at 600MHz (officially)&lt;br /&gt;
* 256MB DDR-333 SDRAM&lt;br /&gt;
* 512MB NAND FLASH memory&lt;br /&gt;
* IVA2+ audio and video processor using TI's DaVinci™ technology (430MHz C64x DSP)&lt;br /&gt;
* ARM® Cortex™-A8 superscalar microprocessor core&lt;br /&gt;
* PowerVR SGX530 (110MHz officially) OpenGL ES 2.0 compliant 3D hardware&lt;br /&gt;
* integrated Wifi 802.11b/g (up to 18dBm output)&lt;br /&gt;
* integrated Bluetooth 2.0 + EDR (3Mbps) (Class 2, + 4dBm)&lt;br /&gt;
* 800x480 resolution LTPS LCD with resistive touch screen, 4.3&amp;quot; widescreen, 16.7 million colors (300 cd/m2 brightness, 450:1 contrast ratio)&lt;br /&gt;
* Dual analog controllers&lt;br /&gt;
* Full gamepad controls plus shoulder buttons&lt;br /&gt;
* Dual SDHC card slots (up to 64GB of storage currently)&lt;br /&gt;
* headphone output up to 150mW/channel into 16 ohms, 99dB SNR (up to 24 bit/48KHz)&lt;br /&gt;
* TV output (composite and S-Video)&lt;br /&gt;
* Internal microphone plus ability to connect external microphone through headset&lt;br /&gt;
* Stereo line level inputs and outputs&lt;br /&gt;
* 43 button QWERTY and numeric keypad&lt;br /&gt;
* USB 2.0 OTG port (1.5/12/480Mbps) with capability to charge device&lt;br /&gt;
* USB 2.0 HOST port (480Mbps) capable of providing the full 500mA to attached devices (examples include USB memory, keyboard, mouse, 3G modem, GPS)&lt;br /&gt;
* up to two externally accessible UARTs and/or four PWM signals for hardware hacking, robot control, debugging, etc.&lt;br /&gt;
* un-brickable design with integrated boot loader for safe code experimentation&lt;br /&gt;
* Power and hold switch useful for &amp;quot;instant on&amp;quot; and key lockout to aid in media player applications on the go&lt;br /&gt;
* Runs on the Linux operating system (2.6.x)&lt;br /&gt;
* Dimensions: 140x83.4x27.5mm&lt;br /&gt;
* Weight: 335g (with 4200mAh battery)&lt;br /&gt;
&lt;br /&gt;
==== Features ====&lt;br /&gt;
The Pandora is a mixture between a PC and a gaming console (similar to classic computers such as the Amiga). That's why it has gaming controls (ABXY buttons, d-pad, and analogue nubs). It is fast enough to emulate many other systems, run a full desktop, access the internet with Firefox and play games such as Quake III. However, it is not as big as a netbook. Believe it or not, it will fit in your pocket. It's a bit bigger than the Nintendo DS. (See Applications section of this manual to see what applications your Pandora will come with.)&lt;br /&gt;
Remember that your Pandora console will get better with every application installed!&lt;br /&gt;
&lt;br /&gt;
== First Time Use ==&lt;br /&gt;
Now that you've opened the box, let's set this thing up! Place the battery inside the battery compartment on the back of the Pandora, making sure the contacts touch(the little silvery metal bits, it's easy). Snap on the battery cover and you're all set!&lt;br /&gt;
==== Charging ====&lt;br /&gt;
Charge your Pandora 8 hours before disconnecting it from the wall charger. This will improve the lifetime of your battery. To charge the Pandora, insert the power cable end in the Pandora and the other end into your wall socket.&lt;br /&gt;
&lt;br /&gt;
The battery comes pre-charged at 40%, and that level might have decreased during shipping. To be on the safe side, we recommend that you charge the Pandora before you use it. Simply plug in your wall charger into an outlet, or optionally use a mini-USB cable connected to a computer or wall adapter. For extreme silliness, plug your Pandora into an ''already charged Pandora,'' and charge it from that! But not really.&lt;br /&gt;
&lt;br /&gt;
==== First Boot ====&lt;br /&gt;
Once your Pandora is ready, turn it on. The OS will take some time to boot up for the first time (about 10 minutes, this is only for the first boot, and is normal). After it has booted, a series of settings dialogs will pop up in the shape of a &amp;quot;Boot Wizard&amp;quot; allowing you to alter your Pandora's settings to your liking.&lt;br /&gt;
&lt;br /&gt;
There are a total of 3 parts to the Boot Wizard guide:&lt;br /&gt;
===== System configuration =====&lt;br /&gt;
The first thing you will have to do is to calibrate the Pandora's touch screen. Only do this if the screen isn't calibrated already.&lt;br /&gt;
You will have the option for touchscreen calibration the first time you boot up your Pandora console.&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;Calibrating the touch screen&amp;quot; is a term used to describe the process of matching coordinates given by the touch layer with the underlying screen. A badly calibrated screen will register your push elsewhere on the screen, perhaps half a centimeter to one side. As there are sometimes slight variations in the production of the touch layer, you the user can improve the accuracy by matching the two layers manually.&lt;br /&gt;
&lt;br /&gt;
===== User setup =====&lt;br /&gt;
After calibrating your screen, you will have to enter your full name. This is what you will see in any user selection dialogs or when the system needs to address you, so enter whatever you are most comfortable with. Then follows your username. It is recommended to choose an all-lowercase, one-word username here, since you will have to enter this name every time you log in. Once you've entered your username, a password input dialog appears. You will have to enter the password you want to use twice here. If you don't want to have a password for your device, simply leave both fields empty. If, however, you decide to enter a password, something hard to guess and between 8 and 16 characters long is preferred.&lt;br /&gt;
&lt;br /&gt;
===== Network and security settings =====&lt;br /&gt;
You will now have to enter a name for your Pandora. This will be the Pandora's host name, so you have two options in this situation:&lt;br /&gt;
&lt;br /&gt;
# If you don't have a domain you want to connect to, simply enter any name here. It should not contain any spaces.&lt;br /&gt;
# If you ''do'' have a domain you want to connect to, enter a name in the form of &amp;quot;pandoraname.domainname.tld&amp;quot;. Note that you may never have a use for this.&lt;br /&gt;
&lt;br /&gt;
Then, you'll have to choose whether you want to automatically log in on your Pandora when it boots, or if you should be given the opportunity to log in as a different user, or enter your password. It is recommended to disable auto login if you want to protect your user data, but if you're often in a hurry, then you can enable auto login here.&lt;br /&gt;
&lt;br /&gt;
The final thing you will have to choose, is whether you want to use the full desktop Xfce environment or the gaming-oriented PMenu environment as your default environment in the Pandora. It is recommended to choose Xfce here if you want to gain access to the Pandora's full potential. This option can be changed later at any point.&lt;br /&gt;
&lt;br /&gt;
==== Calibrating The Touchscreen ====&lt;br /&gt;
The touchscreen in your new Pandora device isn't psychic! You have to tell it what to do, and in order to do that effectively, you need to calibrate it. Simply navigate to settings→screen→calibration wizard{{Verify credibility}} and follow the onscreen instructions. You may have to recalibrate the screen from time to time as well.&lt;br /&gt;
&lt;br /&gt;
During the first boot wizard, you will be offered the option to calibrate the touchscreen. By default it may well work okay, but the option is there. If calibration is far off, use the keyboard to select the calibration option.&lt;br /&gt;
&lt;br /&gt;
==== Mouse (stylus/pointer) settings ====&lt;br /&gt;
When done with the calibration and you are back in the Pandora Xfce desktop environment you might also want to change some other touch screen settings to make navigation with the stylus work according to your preferences. Two recommended settings to experiment with for easier navigation are:&lt;br /&gt;
&lt;br /&gt;
#  The double-click Time setting&lt;br /&gt;
#  The double-click  Distance (valid touch-screen double-click area)&lt;br /&gt;
&lt;br /&gt;
In the first setting, i.e. Time, you will be setting the interval between double-clicks where such clicks will be accepted as valid.&lt;br /&gt;
Ex. if you set the time to 250ms, the second click (or screen-tap in our case) must occur within 250ms of the first to be valid.&lt;br /&gt;
&lt;br /&gt;
In the second setting, Distance, you will be setting the radius of screen area where the second click (tap) must fall into to be considered as a valid second tap. This means that if, for example, you set the distance to 5, your second tap must fall within a circle radius of 5 pixels from the point where the first tap occurred.&lt;br /&gt;
&lt;br /&gt;
These two settings can be found under:  Desktop ---&amp;gt; Xfce menu ---&amp;gt; Settings ---&amp;gt; Mouse ---&amp;gt; Behaviour tab.&lt;br /&gt;
&lt;br /&gt;
== Basic Use ==&lt;br /&gt;
&lt;br /&gt;
===Pmenu===&lt;br /&gt;
&lt;br /&gt;
TBD.&lt;br /&gt;
&lt;br /&gt;
===minimenu / mmenu===&lt;br /&gt;
&lt;br /&gt;
minimenu is designed as a fast and easy to use launcher, without a lot of fancy frills. A grid of icons to launch, and use the d-pad or touchscreen to fire one off. It is fairly configurable and skinnable and is fully featured, and very fast. If you recall the interface on the gp32, gp2x, wiz, and gmenu2x you will be right at home and then some!&lt;br /&gt;
&lt;br /&gt;
====The main grid====&lt;br /&gt;
&lt;br /&gt;
The main grid with the default skin has most of the screen realestate showing a grid of available 'auto discovered' applications, with a detail panel on the right. A list of tabs is across the top of the screen, with some short help message on the bottom.&lt;br /&gt;
&lt;br /&gt;
Pressing Start or B will invoke the pnd-application. Presseing Select will switch to a basic menu, providing shutdown or some advanced options.&lt;br /&gt;
&lt;br /&gt;
Pressing &amp;quot;Y&amp;quot; (think &amp;quot;Why?&amp;quot;) will bring up pnd-application documentation, if that pnd-file has defined any.&lt;br /&gt;
&lt;br /&gt;
The left and right shoulder triggers will switch categories of applications; by default, minimenu includes an All category and defaults to showing it.&lt;br /&gt;
&lt;br /&gt;
The applications are auto-discovered in the same means as the xfce desktop and pmenu and other pnd-supporting systems, however you may add additional minimenu-specific searchpaths into the configuration should you wish to. It is likely a basic file browser will also be added, letting you launch applications manually placed on your SD cards.&lt;br /&gt;
&lt;br /&gt;
The standard overrides are supported -- .ovr files for icon title, clockspeed setting and categories, as well as a .pnd for icon override.&lt;br /&gt;
&lt;br /&gt;
====Configuration and tricks====&lt;br /&gt;
&lt;br /&gt;
minimenu has a fairly comprehensive configuration file for its minimalistic design; most options may be enabled or disabled or fiddled with, and the skin can reasonably be altered.&lt;br /&gt;
&lt;br /&gt;
The All category can be removed if undesired.&lt;br /&gt;
&lt;br /&gt;
Expert conf hackers can specify what categories they'd like and in what order, and have multiple app categories dumped into one tab, and other tricks.&lt;br /&gt;
&lt;br /&gt;
pnd-application icons may be all loaded during the menu setup, or deferred until later and loaded in the background.&lt;br /&gt;
&lt;br /&gt;
Preview pics may be loaded up front (not advised, as it can be slow), or deferred until later. (When deferred, they may load when you rest the selection, or load in background.)&lt;br /&gt;
&lt;br /&gt;
You may choose to have auto-discovered applications registered into any of their 6 categories (Main, Sub1, Sub2, Alt, AltSub1, AltSub2).&lt;br /&gt;
&lt;br /&gt;
Etc and so on.&lt;br /&gt;
&lt;br /&gt;
Additional keys are supported: Q to quit the menu (not really useful for most people), and Space to invoke the application.&lt;br /&gt;
&lt;br /&gt;
===Desktop style environment===&lt;br /&gt;
&lt;br /&gt;
====On the Desktop====&lt;br /&gt;
&lt;br /&gt;
The desktop will contain icons for numerous locations (such as each mounted SD card), as well as any auto-discovered pnd-applications located on SD cards or internal NAND.&lt;br /&gt;
&lt;br /&gt;
====In the menu====&lt;br /&gt;
On the bottom left you have your applications menu, similar to the Windows start menu. Clicking it brings up a list of all installed applications and pnd-applications in the appropriate location on your SD cards.&lt;br /&gt;
&lt;br /&gt;
====Miscellaneous====&lt;br /&gt;
To the right may be some icons, these serve as shortcuts to commonly used applications. Next to that you have your taskbar which, as you might have guessed, lists all running applications in your current workspace. To the right of the taskbar you have your workspaces, think of these as multiple desktops. By default you have two to switch between. Applications running in one workspace will not be visible in the other, so you can effectively hide your Ms. Pacman game from your boss at work, because there's no way you're not going to go for the gold, even at work! Finally there are a few more icons that deal with TV-Out, network connectivity, etc. and some running applications may place an icon there as well. And to the right of THOSE, you have your time. Because time flies when you're using your Pandora! Badum tsh. And to the right of that, you have a little icon which, when clicked, displays all running applications.&lt;br /&gt;
&lt;br /&gt;
Finally, I'd just like to reiterate this--EVERYTHING is customizable! We'll get to that section later, but for now, let's just check out the applications on your Pandora.&lt;br /&gt;
&lt;br /&gt;
===Buttons===&lt;br /&gt;
&lt;br /&gt;
====Xfce menu====&lt;br /&gt;
&lt;br /&gt;
The Pandora button will bring up the applications menu, letting you quickly enter a search to locate an application to run or perform operations against running applications.&lt;br /&gt;
&lt;br /&gt;
===Power Modes===&lt;br /&gt;
&lt;br /&gt;
Without switching the device entirely off, it may be placed into low power mode or regular power mode; simply pressing the power button will toggle modes.&lt;br /&gt;
&lt;br /&gt;
Consider low power mode to be akin to turning off a PDA or cellphone -- the screen is off, the CPU is clocked down and so on, but the device is still silently on, allowing for alarms to go off or it to be turned on again instantly. Regular power mode is for normal usage.&lt;br /&gt;
&lt;br /&gt;
Low power mode is probably going to be used as the normal &amp;quot;off&amp;quot; for most people, with true off (device powered down entirely, unable to respond to alarms or wake up quickly) available to conserve battery power. Turning the Pandora off completely is the best option if you don't plan on using it for few weeks or longer. &lt;br /&gt;
&lt;br /&gt;
Closing the lid will turn off the display but otherwise leave the device operating - handy for audio playing; turning off the display lowers power use.&lt;br /&gt;
&lt;br /&gt;
The actual behaviour of buttons and events can be customized.&lt;br /&gt;
&lt;br /&gt;
== Basic Linux user guide ==&lt;br /&gt;
New to the wonderful world of Linux? No problem! You don't need mad terminal skills to open a web browser, but it can be nice to know what you're doing once in a while.&lt;br /&gt;
==== The structure of the file system ====&lt;br /&gt;
If you're used to the file system of e.g. MS Windows, you will find that a Linux file system is rather different from what you're used to. In this section, we will go through everything you have to know in order to feel comfortable with using the Pandora's file system.&lt;br /&gt;
===== Basic philosophy =====&lt;br /&gt;
In Windows, you have multiple file system roots, called &amp;quot;drives&amp;quot;, that are labeled with different letters, like &amp;quot;C:&amp;quot; or &amp;quot;D:&amp;quot;. In Linux, there aren't multiple root directories, but rather just one root directory, called &amp;quot;/&amp;quot;. All other directories are inside of this directory, including other drives.&lt;br /&gt;
&lt;br /&gt;
===== Common directories =====&lt;br /&gt;
Inside of the root directory (&amp;quot;/&amp;quot;) are quite a lot of other directories. Here are the most important ones:&lt;br /&gt;
* &amp;quot;/home&amp;quot; - This is where all of the files that are owned by all users are stored. Users do not generally have write-access to anything outside of this directory.&lt;br /&gt;
* &amp;quot;/home/username&amp;quot; - Here are the personal files of user &amp;quot;username&amp;quot;. In this directory, you will find a directory called &amp;quot;Documents&amp;quot;, &amp;quot;Pictures&amp;quot;, &amp;quot;Desktop&amp;quot; etc. that correspond to that users personal directories. This directory is also called &amp;quot;username&amp;quot;'s home directory, and can be abbreviated with &amp;quot;~/&amp;quot; (if you're currently logged in as username) or &amp;quot;~username/&amp;quot;.&lt;br /&gt;
* &amp;quot;/boot&amp;quot; - This is the directory where the Linux kernel is stored, and other files that are needed at boot time can be accessed. Do not touch this directory (You can't even do it if you wanted to)!&lt;br /&gt;
* &amp;quot;/bin&amp;quot;, &amp;quot;/lib&amp;quot; - System binaries and libraries are stored here. Most of the terminal commands mentioned below can be found inside of &amp;quot;/bin&amp;quot;. You should generally never have to touch this directory, either.&lt;br /&gt;
* &amp;quot;/usr&amp;quot; - Here is where you'll find programs and files installed by the user. Core applications such as the web browser, media player, and other applications that are available the first time you start your Pandora are stored here. If you decide to install anything via the &amp;quot;ipkg&amp;quot; command (covered later), this is where the files needed by those installations will end up.&lt;br /&gt;
* &amp;quot;/etc&amp;quot; - System-wide configuration. Should only be touched by power-users.&lt;br /&gt;
* &amp;quot;/media/*&amp;quot; - If you connect USB drives, SD cards or other external media, you will find that the contents of that media have been placed here.&lt;br /&gt;
&lt;br /&gt;
Don't worry if this doesn't make any sense; It was thought up by bearded engineers back in the seventies. They liked the idea that everything would be in a predictable place, but this is no longer completely the case.&lt;br /&gt;
&lt;br /&gt;
==== The File Manager ====&lt;br /&gt;
==== Killing Applications ====&lt;br /&gt;
==== Basic Terminal Commands ====&lt;br /&gt;
Note: Linux is case sensitive. This applies to filenames and directories too. &amp;quot;/home/me/stuff&amp;quot; is a different folder than &amp;quot;/home/me/STUFF&amp;quot;, you can actually have both. You can have &amp;quot;/home/me/Stuff&amp;quot; too if you like, and all three are separately recognised directories.&lt;br /&gt;
&lt;br /&gt;
=====Navigation=====&lt;br /&gt;
In the terminal, you are always in some folder. Think of it like being in a file manager: you can see the contents of the directory you're in, you can do things with those files, or you may decide to go to some other folder and continue your work there.&lt;br /&gt;
&lt;br /&gt;
There are a few essential commands that are used to navigate around your system via the terminal:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;pwd&amp;quot; - Print the current working directory (will print e.g. &amp;quot;/home/user&amp;quot;)&lt;br /&gt;
* &amp;quot;ls&amp;quot; - List directory contents (similar to &amp;quot;Dir&amp;quot; in Dos, and the Linux command &amp;quot;dir&amp;quot; will actually emulate the DOS command if you want to!)&lt;br /&gt;
* &amp;quot;cd &amp;lt;directory name&amp;gt;&amp;quot; - Change to a different directory, eg. &amp;quot;cd music&amp;quot; or &amp;quot;cd /home/me/music&amp;quot;&lt;br /&gt;
* &amp;quot;cd ..&amp;quot; - Go up one directory level (similar to &amp;quot;cd..&amp;quot; in Dos)&lt;br /&gt;
* &amp;quot;cd&amp;quot; - Go back to your home directory (similar to My Documents in Windows)&lt;br /&gt;
* &amp;quot;cd -&amp;quot; - Go back to the previous directory you were in (handy if you forget)&lt;br /&gt;
&lt;br /&gt;
=====Controlling Running Apps=====&lt;br /&gt;
* &amp;quot;top&amp;quot; - View running processes (like the Task Manager in Windows) press &amp;quot;q&amp;quot; to quit&lt;br /&gt;
* &amp;quot;killall [program name] - Stops running process (use with care)&lt;br /&gt;
&lt;br /&gt;
=====File Manipulation=====&lt;br /&gt;
* &amp;quot;rm &amp;lt;filename&amp;gt;&amp;quot; - Remove a file, eg. &amp;quot;rm somefile.txt&amp;quot; or &amp;quot;rm /home/me/randomfiles/somefile.txt&amp;quot;&lt;br /&gt;
* &amp;quot;rmdir &amp;lt;directory&amp;gt;&amp;quot; - Will remove a directory, but **only** if it is empty!&lt;br /&gt;
* &amp;quot;rm -r &amp;lt;directory&amp;gt;&amp;quot; - Will remove a directory and its contents (&amp;quot;-r&amp;quot; means recursive)&lt;br /&gt;
* &amp;quot;rm -rf &amp;lt;directory&amp;gt;&amp;quot; - Will remove a directory, all of its contents, without asking you first. Use with extreme care. (&amp;quot;-f&amp;quot; means force)&lt;br /&gt;
* &amp;quot;mv &amp;lt;original filename&amp;gt; &amp;lt;new filename&amp;gt;&amp;quot; - Moves a file to a new place, also used for renaming, eg. &amp;quot;mv somefile.txt somefile_backup.txt&amp;quot; will rename it, but &amp;quot;mv somefile.txt /home/me/backup/somefile.txt&amp;quot; will move it. This will also work for directories.&lt;br /&gt;
* &amp;quot;cp &amp;lt;file to copy&amp;gt; &amp;lt;new filename&amp;gt;&amp;quot; - Copy a file, eg. &amp;quot;cp twoweeks.txt twomonths.txt&amp;quot; copies into current directory, while &amp;quot;cp twomonths.txt /home/me/ihaveadream/twoweeks.txt&amp;quot; copies to another directory.&lt;br /&gt;
* &amp;quot;cp -r &amp;lt;directory to copy&amp;gt; &amp;lt;new directory name&amp;gt;&amp;quot; - Copy a directory and all of its contents to another location.&lt;br /&gt;
* &amp;quot;touch &amp;lt;new file name&amp;gt;&amp;quot; - Makes a new (empty) file&lt;br /&gt;
* &amp;quot;mkdir &amp;lt;new directory name&amp;gt;&amp;quot; - Makes a directory&lt;br /&gt;
&lt;br /&gt;
=====Misc.=====&lt;br /&gt;
* &amp;quot;cat &amp;lt;filename&amp;gt;&amp;quot; - Prints the contents of a file, eg. &amp;quot;cat hellolo.txt&amp;quot;&lt;br /&gt;
* &amp;quot;clear&amp;quot; - Clears screen, terminal input begins at the top again&lt;br /&gt;
* &amp;quot;date&amp;quot; - Your friend, the terminal will tell you the date&lt;br /&gt;
* &amp;quot;cal [month] [year]&amp;quot; - Makes a pretty calendar, eg. &amp;quot;cal 12 2009&amp;quot; or &amp;quot;cal * 2010&amp;quot; or &amp;quot;cal 1 2010 &amp;gt; fingers_crossed.txt&amp;quot; sends output to file&lt;br /&gt;
* &amp;quot;history&amp;quot; - Gives a list of the recent commands you have run.  Running !number (e.g. !15) will rerun that numbered command in the history list&lt;br /&gt;
* &amp;quot;vi &amp;lt;filename&amp;gt;&amp;quot; - Opens the file for editing in vi [http://pandorawiki.org/Vi]&lt;br /&gt;
&lt;br /&gt;
History Search: Press CTRL-R.  As you type, BASH will try and find the command in your recent history that most closely matches what you are typing.  To get back to the prompt, press CTRL-C.&lt;br /&gt;
&lt;br /&gt;
Autocompletion: Press TAB. The terminal (also called the shell) will attempt to intelligently figure out what you're trying to type. It needs something to work with however, so try pressing TAB half way through a command or location.&lt;br /&gt;
&lt;br /&gt;
eg. &amp;quot;cd /home/me/pandora_suc&amp;quot; *TAB* will complete it as &amp;quot;cd /home/me/pandora_success&amp;quot; or with a filename &amp;quot;cat /home/me/letters/i_want_the_pandora_to_fa&amp;quot; *TAB* will turn into &amp;quot;cat /home/me/letters/i_want_the_pandora_to_fall_into_my_hands&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Directory aliases: There are some special directory names you can use to refer to a directory that would be too long to type otherwise, or that you simply don't know the name of.&lt;br /&gt;
* &amp;quot;~&amp;quot; - Refers to your home directory e.g. &amp;quot;/home/user&amp;quot;.&lt;br /&gt;
* &amp;quot;~seconduser&amp;quot; - Refers to someone else's home directory.&lt;br /&gt;
* &amp;quot;.&amp;quot; - Refers to the current directory, or the &amp;quot;same directory&amp;quot; in a path. What this means, is that if you type &amp;quot;cd .&amp;quot;, nothing will happen since you already are in &amp;quot;.&amp;quot;, and if you type &amp;quot;cd somedir/././././././.&amp;quot;, you will simply go to &amp;quot;somedir&amp;quot;, since the &amp;quot;.&amp;quot;-directories that come after it are the &amp;quot;same directory&amp;quot; as the one before them.&lt;br /&gt;
* &amp;quot;..&amp;quot; - Refers to the directory in which the current directory is, or the &amp;quot;parent directory&amp;quot; in a path. If you type &amp;quot;cd ..&amp;quot; you will come to the parent directory of your current directory, and if you type &amp;quot;cd s1/s2/s3/../../..&amp;quot;, nothing will happen, since the path you specified cancels itself out.&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
&lt;br /&gt;
Many applications will come preinstalled into the internal NAND; these will be regular Linux applications (not packaged into pnd files, since they do not need to be redistributed to anyone.)&lt;br /&gt;
&lt;br /&gt;
Additional applications may be found as pnd-files (see below, a packaged up single file representing an entire application) or as regular Linux files (an application likely being made up of many files and possibly needing installation.)&lt;br /&gt;
&lt;br /&gt;
==== What Is Included? ====&lt;br /&gt;
* Ångström Linux: Lightweight beautiful Linux-based operating system for the Pandora.&lt;br /&gt;
* Xfce: A full featured window manager for Linux.&lt;br /&gt;
* Midori: A full features web browser, designed to be lighter and faster than a full desktop style browser.&lt;br /&gt;
* Lightweight office utilities including Abiword, Gnumeric, and ClawsMail.&lt;br /&gt;
{{Volume needed}}&lt;br /&gt;
&lt;br /&gt;
==== Where Can I Get More Apps? ====&lt;br /&gt;
There are many ways to get more applications onto your Pandora.&lt;br /&gt;
&lt;br /&gt;
*The easiest way is to browse the [[Pandora App Store]], where you can download a selection of free or commercial applications. To download, navigate to an app, pay for it if you must, and hit the 'download' button. Select where you want to save it, and you're done!&lt;br /&gt;
&lt;br /&gt;
*There is the good ol' [http://dl.openhandhelds.org/cgi-bin/pandora.cgi Pandora File Archive].&lt;br /&gt;
&lt;br /&gt;
*There are nice repositories, such as the [http://www.angstrom-distribution.org/repo Angstrom ARM Repository], or...&lt;br /&gt;
&lt;br /&gt;
*The Pandora includes the package manager [http://en.wikipedia.org/wiki/Ipkg ipkg].&lt;br /&gt;
&lt;br /&gt;
*Also, people may upload their apps to weird crevices in the net, so be on the lookout! (or use a search engine)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-top:1px solid gray; border-bottom:1px solid gray; padding-top:5px; padding-bottom:5px; margin-bottom:20px&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;''Note: Pandora's internal memory (NAND) will be at close to capacity when you receive your Pandora. All new programs should be installed to SD card. Downloads from the Angstrom Repo, or use of the Ipkg package manager, should only be done by advanced users or when instructed by Open Pandora Ltd (for example, firmware updates).''&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction To .PNDs ==&lt;br /&gt;
==== What Are .PNDs? ====&lt;br /&gt;
&lt;br /&gt;
A .pnd (&amp;quot;pandora&amp;quot;) file is an application (game, word processor, emulator, whatever.) More accurately, it is a full application bundled up into a single file; think of it like a zip, with a relatively well defined internal structure.&lt;br /&gt;
&lt;br /&gt;
The pnd-file system was designed so you could use an application without the hassle of installation or uninstallation, or even having to organize it yourself if you don't want to. You just download or obtain the pnd-file, and use it. &lt;br /&gt;
&lt;br /&gt;
If you remember classic computers such as the Amiga - where you inserted a disk and then launched the applications read by Workbench (the Amiga's operating system) - then this is similar: when you insert an SD card into one of the two slots, the (Linux based) Pandora OS will scan it for your PND program files. Any program it finds will either turn up on the desktop or the application menu (just like in Windows).&lt;br /&gt;
&lt;br /&gt;
More details can be found in the &amp;quot;libpnd hub&amp;quot; part of the wiki, but that is more oriented to techies and developers.&lt;br /&gt;
&lt;br /&gt;
==== How do I run a PND-application? ====&lt;br /&gt;
&lt;br /&gt;
Put your pnd-files in your SD (see below for some suggestions where.)&lt;br /&gt;
&lt;br /&gt;
A pnd-file is usually invoked in one of the following ways&lt;br /&gt;
&lt;br /&gt;
* browse to the file using the directory browser, and click to run it. (.pnd files are file-associated to another program, pnd_run which knows how to run them.) This lets you organize pnd-files in directories of your choice on the device NAND or SD.&lt;br /&gt;
&lt;br /&gt;
* in PMenu, the applications will be shown by name; you can just select and run them from the menu&lt;br /&gt;
&lt;br /&gt;
* for pnd-files placed into /pandora/menu on SD, the application will be shown in the Start menu on the device; use your stylus or buttons to invoke it&lt;br /&gt;
&lt;br /&gt;
* for pnd-files placed into /pandora/desktop or /pandora/apps on SD, they will show up automatically on your desktop; invoke them with the stylus, your finger, or controls as you see fit&lt;br /&gt;
&lt;br /&gt;
==== Where Do .PNDs Go? ====&lt;br /&gt;
&lt;br /&gt;
Put .pnd-files into specific directories if you want them to show up in the Start menu or on your Pandora desktop, or in Pmenu. &lt;br /&gt;
&lt;br /&gt;
You can put them anywhere you like in internal NAND or SD, if you wish to organize them yourself and launch them with taps.&lt;br /&gt;
&lt;br /&gt;
/pandora/desktop -&amp;gt; pnd files show up on the desktop&lt;br /&gt;
&lt;br /&gt;
/pandora/menu -&amp;gt; show up in the Applications menu (by the developers suggested categories.)&lt;br /&gt;
&lt;br /&gt;
/pandora/apps -&amp;gt; show up in the desktop, and in Pmenu&lt;br /&gt;
&lt;br /&gt;
These locations are not written in stone. The &amp;quot;libpnd&amp;quot; config files are in /etc/pandora/conf in the NAND. Generally you will never need to alter these files, but you certainly can if you wish. In theory, obliterating the files will still leave the system working, and they are easily restored. One file, /etc/pandora/conf/desktop defines the &amp;quot;search paths&amp;quot; to look for .pnd files, and where to put &amp;quot;.desktop&amp;quot; files when they are found. The searchpaths says where to find them (such as /pandora/desktop), and where to put the application link - /usr/share/applications is where the menu items are pulled from. IF you wish to put pnd files somewhere not in the searchpath, just add the directory to the search-path and you're good to go.&lt;br /&gt;
&lt;br /&gt;
==== If I want to override the .PND icon, name, or other settings, how? (Slightly advanced topic)====&lt;br /&gt;
&lt;br /&gt;
The easiest way right now is via the &amp;quot;override&amp;quot; (or &amp;quot;overlay&amp;quot;) system -- .ovr files.&lt;br /&gt;
&lt;br /&gt;
An .ovr is just a text file you create, with the same name as the pnd-file and in the same location, but with a different file extension. Piece of cake.&lt;br /&gt;
&lt;br /&gt;
If your pnd-file is Hatari.pnd, and you're putting it into /pandora/desktop, then you might create an ovr file for it as: /pandora/desktop/Hatari.ovr&lt;br /&gt;
If you wish to provide your own icon, create it with the same location and filename, but as a .pnd file: /pandora/desktop/Hatari.png&lt;br /&gt;
&lt;br /&gt;
.ovr files are automatically supported by the system so should work across all pnd-application aware applications and desktops. .png icon overrides have to be handled by the menus, but are already handled by minimenu and anythign using the .desktop system (such as xfce full desktop or other standard desktop environments.)&lt;br /&gt;
&lt;br /&gt;
An ovr-file simply looks like this:&lt;br /&gt;
&lt;br /&gt;
The ovr file may (at this time) override the icon title, the CPU clock speed to set on launch, the main category, and the first subcategory for the main category. Additional fields will become overridable.&lt;br /&gt;
&lt;br /&gt;
Minimenu honors up to 3 lines of 'notes', pulled from the .ovr file. (Make sure they are in the right subapp group). note-1, note-2, note-3, see example below. The notes in minimenu are shown at the bottom of the detail text panel. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;c&amp;quot;&amp;gt;&lt;br /&gt;
[Application-0]&lt;br /&gt;
title                   HatariHack0&lt;br /&gt;
maincategory            Audio&lt;br /&gt;
maincategorysub1        Emulator&lt;br /&gt;
[Application-1]&lt;br /&gt;
title                   HatariHack1&lt;br /&gt;
clockspeed              200&lt;br /&gt;
note-1                  My text for note line 1&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notice the Application-0 and Application-1 -- any given .pnd file may include multiple applications, so you need to assign your overrides to the correct &amp;quot;sub application&amp;quot;. It can be tricky to figure out which subapp you wish to override, but there are some tricks. minimenu, for example, shows the subapp-number in the detail panel. When looking at a .desktop filename, you'll notice #0.desktop .. some number after the # is the subapp-number.&lt;br /&gt;
&lt;br /&gt;
==== Where does my data go? How do I make files visible to the applications? ====&lt;br /&gt;
&lt;br /&gt;
An application normally will see what is contained within the pnd-file, or your personal data created with the tool; it can of course look anywhere on the SD or device internal memory. For example a Quake port might expect to see extra level files in /quake, or give you a way of selecting a path to put files in.. or it might just expect it to be in your personal data folders, or in the pnd-file itself. Its up to the application, with suggestions in the pnd-guidelines for developers.&lt;br /&gt;
&lt;br /&gt;
The first time a pnd-application is run, an &amp;quot;app data&amp;quot; directory is created for it; anything that app data folder contains will be visible to the application as if it was in the pnd-file (and in fact, this lets you override files in the pnd-file without modifying the .pnd itself, which could be handy.) If your app creates a file &amp;quot;foo&amp;quot;, it'll show up in /pandora/appdata/appname-id as &amp;quot;foo&amp;quot;. The actual appdata folder name depends on the name used by the developer, but should generally look like application-name and some funny number afterwards. It should be easy to spot.&lt;br /&gt;
&lt;br /&gt;
ex: Quake 1 will probably put score or save data in /pandora/appdata/quake1-123/ or somesuch.&lt;br /&gt;
&lt;br /&gt;
It will always be helpful to read the description or readme file included.&lt;br /&gt;
&lt;br /&gt;
===== Example: Hatari =====&lt;br /&gt;
&lt;br /&gt;
Hatari (Atari ST emulator) by default is set to look in &amp;quot;./disks&amp;quot; for the disk images (ROMs) to use. What this means is within the pnd-file (where no disks are supplied), and in the appdata directory. With Hatari, you can browse anywhere from the UI and pick a disk anywhere on your SD cards, but by default it'll look into the ./disks directory.&lt;br /&gt;
&lt;br /&gt;
So you might put Hatari into the menu (/pandora/menu/Hatari131.pnd), or into the desktop (/pandora/desktop/Hatari131.pnd), or somewhere else. Regardless, the appdata will be (with the version I'm building now), /pandora/appdata/hatari.skeezix and thus you would put your .ST or .MSA disk images into /pandora/appdata/hatari.skeezix/disks to make them visible to the emulator. However, given it features its own UI, you can put them into /roms/atarist or /disks or whatever, and use them from there.&lt;br /&gt;
&lt;br /&gt;
===== Q: How do I make ROMs available to an emulator? =====&lt;br /&gt;
&lt;br /&gt;
For something like ROMs, hopefully a developer consensus will lead either to a canonical location, or a convention of having a directory picker or browser present, so that ROMs can be stored in SD locations of your choice; doesn't strike me as something that should be in a pnd-file, or to be pretended to be in a pnd-file with appdata tricks.&lt;br /&gt;
&lt;br /&gt;
===== Q: How do I make pak-files available to Quake? =====&lt;br /&gt;
&lt;br /&gt;
For some add-ons or data needed for a game, the developer may require it to be 'in the main application path'; as mentioned above, just drop it into the appdata folder and the app will just see it.&lt;br /&gt;
&lt;br /&gt;
==== How Do I Make .PNDs? ====&lt;br /&gt;
==== More Info About .PNDs ====&lt;br /&gt;
Visit [[libpnd_hub]] for more information!&lt;br /&gt;
== Configuration ==&lt;br /&gt;
==== Updating The Firmware ====&lt;br /&gt;
&lt;br /&gt;
Given a working firmware, you might wish to patch it with official Open Pandora patches; you might also wish to just grab an application from the Angstrom repository, say. &lt;br /&gt;
&lt;br /&gt;
In both of these cases, an ipk file will be made available. (In the future, an automated system may offer to patch up your device or auto-download patches. TBD.)&lt;br /&gt;
&lt;br /&gt;
An ipk file is a compressed installable package.&lt;br /&gt;
&lt;br /&gt;
It should be easily used, but from the Terminal if you wish to manually apply an ipk to patch the firmware, install or update an Angstrom application, it is simple: '''opkg install foo.ipk'''&lt;br /&gt;
&lt;br /&gt;
==== Replacing the Firmware ====&lt;br /&gt;
&lt;br /&gt;
Rather than patch the firmware, the firmware may be replaced wholesale with a freshly downloaded firmware.&lt;br /&gt;
&lt;br /&gt;
==== Booting a Firmware from SD ====&lt;br /&gt;
&lt;br /&gt;
The hardware is capable of booting entirely from SD; if the device is bricked or otherwise has a blank NAND, this could be an option. furthermore you're able to try out alternative operating systems without needing to reinstall your primary operating system.&lt;br /&gt;
&lt;br /&gt;
Steps include:&lt;br /&gt;
&lt;br /&gt;
* Preparing the SD card(s)&lt;br /&gt;
* Setting up the firmware on the SD card&lt;br /&gt;
&lt;br /&gt;
=====Preparing the SD card=====&lt;br /&gt;
&lt;br /&gt;
There are two main approaches:&lt;br /&gt;
&lt;br /&gt;
* Setting up the firmware on on SD card (meaning you need two partitions - a boot partition, and a firmware partition), and&lt;br /&gt;
* Setting things up across two SD cards - meaning you boot from one SD card, and have the firmware on the other.&lt;br /&gt;
&lt;br /&gt;
Operating from one SD card provides you the option of still being able to use the other; operating across two cards provides you he option to have a regular boot-SD, and flip between multiple other SDs for the actual firmware, should you wish to cycle between many operating systems (say.)&lt;br /&gt;
&lt;br /&gt;
The boot partition generally must be FAT32, and then the kernel, MLO and other files need to be unpacked upon it.&lt;br /&gt;
&lt;br /&gt;
The firmware partition must be either ext2fs or ext3fs; under Linux, such a partition can be easily created:&lt;br /&gt;
&lt;br /&gt;
'''mkfs.ext2 -L LABELNAME /dev/mmcblk0p2'''&lt;br /&gt;
- assuming LABELNAME for the partition&lt;br /&gt;
- assuming /dev/mmcblk0p2 for your SD device; you'd better check this carefully ;)&lt;br /&gt;
&lt;br /&gt;
==== Setting Up WiFi ====&lt;br /&gt;
==== Setting Up Blutooth ====&lt;br /&gt;
==== Adjusting Brightness/Contrast ====&lt;br /&gt;
==== Changing Your Theme ====&lt;br /&gt;
== Oops! I Borked My Pandora! ==&lt;br /&gt;
Fear not, young netizen! Your Pandora was designed to be unbrickable, so unless you used the ancient art of alchemy to physically turn your Pandora into a brick (or you just broke the hardware inside), you should be okay!&lt;br /&gt;
==== Restore The Original Firmware ====&lt;br /&gt;
==== Boot From SD or USB ====&lt;br /&gt;
== Pandora FAQ ==&lt;br /&gt;
Silly goose, go to the [[FAQ]] page for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[[Category:Categories]]&lt;/div&gt;</summary>
		<author><name>Relliker</name></author>
		
	</entry>
</feed>