I'm having problems using psplinkusb under macosx. The program ./usbhostfs_pc -vv says:
Code: Select all
$ ./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 ...
(usbhostfs_pc acknowledges pspsh connnection with$ ./pspsh
power
usbstats
Code: Select all
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.