| View previous topic :: View next topic |
| Author |
Message |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Tue Sep 05, 2006 9:56 am Post subject: PSPLINK issues |
|
|
Hey, im having some issues with PSPLINK i get this when connecting to USBHOSTFS_PC
<edited>:~/psplink/pc/usbhostfs_pc benslater$ sudo ./usbhostfs_pc
Password:
USBHostFS (c) TyRaNiD 2k6
bind: Can't assign requested address
bind: Can't assign requested address
bind: Can't assign requested address
bind: Can't assign requested address
bind: Can't assign requested address
bind: Can't assign requested address
bind: Can't assign requested address
bind: Can't assign requested address
Connected to device
then i try to connect to pcterm or the likes (telnet) and it says the same error whether usbhostfs is connected or not.
Opening connection to localhost port 10000
Retrying connection
Retrying connection
Retrying connection
Retrying connection
Retrying connection
getsockopt: Connection refused
any suggestions? this has been pushing me for a week now |
|
| Back to top |
|
 |
danzel
Joined: 04 Nov 2005 Posts: 182
|
Posted: Tue Sep 05, 2006 11:07 am Post subject: |
|
|
Sounds like usbhostfs can't open the server port, run it with --help to see the command line to change what ports to listen on and then try run it with a different one.
You will also need to add a command line argument to pcterm to get it to connect to the new port, ./pcterm --help to find that out too.
HTH.
Danzel. |
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Tue Sep 05, 2006 10:11 pm Post subject: |
|
|
ok solved the issue
For all those mac OS X users out there
type ./usbhostfs_pc -g and it should work (with newer build of libUSB)
I will write and post a tutorial shortly |
|
| Back to top |
|
 |
|