| View previous topic :: View next topic |
| Author |
Message |
paulotex
Joined: 20 Jan 2008 Posts: 19
|
Posted: Wed Sep 24, 2008 8:36 pm Post subject: psplinkusb under macosx: can't connect |
|
|
Hi:
I'm having problems using psplinkusb under macosx. The program ./usbhostfs_pc -vv says:
| Code: | $ ./usbhostfs_pc -vvv
USBHostFS (c) TyRaNiD 2k6
Built Sep 24 2008 11:16:14 - $Revision: 2368 $
Root directory: /Volumes/Extra/Users/paulo/Documents/PSP/Devel/psptoolchain/build/psplinkusb/release_oe/pc/usbhostfs_pc
Connected to device
Bulk Write dev 0x2037e0, ep 0x2, bytes 0xbffff3ac, size 4, timeout 1000
Bulk Write returned 4
Bulk Read dev 0x2037e0, ep 0x81, bytes 0xbffff1ac, size 512, timeout 0
Bulk Read returned 0
Read cancelled (remote disconnected)
Connected to device
Bulk Write dev 0x204850, ep 0x2, bytes 0xbffff3ac, size 4, timeout 1000
Bulk Write returned 0
Connected to device
Bulk Write dev 0x203290, ep 0x2, bytes 0xbffff3ac, size 4, timeout 1000
Bulk Write returned 0
... repeat forever with address changing all the time ...
|
Then pspsh runs but shows no prompt and no output (except for the help):
| Quote: | $ ./pspsh
power
usbstats
|
(usbhostfs_pc acknowledges pspsh connnection with
| Code: | Accepting async connection (0) from 127.0.0.1
Accepting async connection (2) from 127.0.0.1
Accepting async connection (3) from 127.0.0.1
| )
Notice how usbhostfs_pc is able to write 4 byte in the beginning, but it gets no answer.
I have the latest pspsdk & latest stable libusb (0.1.12).
Any suggestions? I notice that psplink_oe has PSP_FW_VERSION=271. Should I change it to 390 (or even 401) instead?
Thanks. |
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Wed Sep 24, 2008 8:44 pm Post subject: |
|
|
Use the -g tag at the end of the usbhostfs thing
tag.. |
|
| Back to top |
|
 |
paulotex
Joined: 20 Jan 2008 Posts: 19
|
Posted: Thu Sep 25, 2008 5:28 am Post subject: |
|
|
Thanks for answering so fast! I'm not sure what you mean, though. If you mean to use the option, like:
usbhostfs_pc -g
than it didn't work, got the same behaviour :(
Any more ideas? |
|
| Back to top |
|
 |
a_noob
Joined: 17 Sep 2006 Posts: 97 Location: _start: jr 0xDEADBEEF
|
Posted: Thu Sep 25, 2008 7:55 am Post subject: |
|
|
all works fine fore me
all I do is ./usbhostfs_pc and then pspsh
make sure u installed this libusb http://www.ellert.se/twain-sane/ _________________
| Code: | .øOº'ºOø.
'ºOo.oOº' |
|
|
| Back to top |
|
 |
paulotex
Joined: 20 Jan 2008 Posts: 19
|
Posted: Thu Sep 25, 2008 4:16 pm Post subject: |
|
|
That was the solution, thanks! I was using a libusb compiled by me. Don't know why it was not working, but the version you pointed to works fine. Thanks a lot! |
|
| Back to top |
|
 |
|