cosurgi
http://janek.kozicki.pl/
... Plug Pandora into PC. ...
What cable do you use to plug Pandora? USB Mini-B ?
EDIT: see http://pandorawiki.org/USB#Links
Last edited by a moderator:
... Plug Pandora into PC. ...
The way I understand it, the USB Mini-A cables are used in host mode, as your PC cannot function as a slave device the Pandora will have to. Hence a USB A to Mini-B cable.
Abridged version that works
On Pandora: Activate USB Network on the Pandora. Restart. Plug Pandora into PC. Open a terminal and type "sudo ifconfig usb0 up".
On PC: System->Preferences->Network Connection. Edit Auto usb0 (or possibly Auto Ethernet, in my experiments I ended up with both for some reason, probably because I screwed something up the first time), ipv4 settings, method=Shared to Other Computers. This should only have to be done once, then every time you plug in it'll "just work". If you don't see "Auto usb0" (or "Auto Ethernet") then you forgot to ifconfig usb0 up on the Pandora. Go back and make sure.
Back on Pandora: start a terminal and type "sudo dhclient usb0".
Badda bing badda boom, they're connected, you can ssh, samba, whatever between the two, and the Pandora can get online through it's USB port.
In the future, to get your Pandora to connect, just plug it in. You may need to open a terminal and type "sudo ifconfig usb0 up; sudo dhclient usb0" to actually bring up the network and then force it to renew it's dhcp license, especially after a reboot. Now that it's configured, simply unplugging it and later plugging it back in should "just work", but if it doesn't, that command should get things back to normal.
I'm trying to get USB networking to work under Windows XP.
I've tried with both attached drivers (remove the .txt extension), but I haven't got it to work.
"This device cannot be started (Code 10)"
Has anyone got it working?
Please try to build the gadget serial driver as a module and install it
with enabled "use_acm" parameter :
insmod g_seria.ko use_acm=1
I've found that the g_cdc module which Angstrom (2.6.32) loads by
default does not work with /etc/network/interfaces (usb0: link is not
ready), but the g_ether module does work.
I'm not sure how to print to printers, but you can use Gigolo on the Pandora to connect to Samba shares
The mounts appear in the hidden .gvfs directory in your home dir.
Okj I have found Gigolo and it a great program. Do not now how I missed it. However, I am trying to connect to a workgroup that is on the PC, but Gigolo wants me to enter in a password. Is this something I have to set up in Samba?
Why not just use /etc/network/interfaces for this? This works fine for me.I've been trying to craft a udev ruleset to automate the whole process of bringing up usb0 but I've been stymied by both the Pandora-side and host-side MAC addresses being randomized on every reboot or switch into SD Mass Storage mode.
I'm also having trouble getting the on-connect rule to actually trigger even though it looks like udev should be matching whenever a state change results in ATTR{operstate}=="up" or ATTR{carrier}=="1". (They're essentially equivalent in this case)
Why not just use /etc/network/interfaces for this? This works fine for me.I've been trying to craft a udev ruleset to automate the whole process of bringing up usb0 but I've been stymied by both the Pandora-side and host-side MAC addresses being randomized on every reboot or switch into SD Mass Storage mode. I'm also having trouble getting the on-connect rule to actually trigger even though it looks like udev should be matching whenever a state change results in ATTR{operstate}=="up" or ATTR{carrier}=="1". (They're essentially equivalent in this case)
Okj I have found Gigolo and it a great program. Do not now how I missed it. However, I am trying to connect to a workgroup that is on the PC, but Gigolo wants me to enter in a password. Is this something I have to set up in Samba?
If im not mistaken this is the password for the computer that you are trying to gain access to, if there is no password see if you can just leave it blank. Could be wrong, though, but i do know thats how you can do somethin in Gigolo.
Click View, and enable the Side Panel.
Mind you, I've yet to be able to successfully run a shared folder scan from the version of gigolo included in SuperZaxxon.
- Neelix