PSPLINK issues

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

PSPLINK issues

Post by Wally »

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
danzel
Posts: 182
Joined: Fri Nov 04, 2005 11:03 pm

Post by danzel »

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.
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

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
Post Reply