[problem] usbhostfs_pc/pspsh in Eclipse

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

Moderators: cheriff, TyRaNiD

Post Reply
hlide
Posts: 739
Joined: Sun Sep 10, 2006 2:31 am

[problem] usbhostfs_pc/pspsh in Eclipse

Post by hlide »

pspsh doesn't seem able to connect psp as i cannot see any shell prompt.

I type "verbose 2" in usbhost_fs.exe console and I got those messages after plugging usb on psp :

Code: Select all

Connected to device
Bulk Write dev 0x347c8, ep 0x2, bytes 0x23ca6c, size 4, timeout 1000
Bulk Write returned 4
Bulk Read dev 0x347c8, ep 0x81, bytes 0x23ca70, size 512, timeout 1000
Bulk Read returned 12
Magic: 782F0812
Command Num: 8FFC0000
Extra Len: 0
Bulk Read dev 0x347c8, ep 0x81, bytes 0x23ca70, size 512, timeout 1000
Bulk Read returned 18
Async Magic: 782F0813
Async Channel: 00000000
Async Extra Len: 10
Bulk Read dev 0x347c8, ep 0x81, bytes 0x23ca70, size 512, timeout 1000
Bulk Read returned 21
Async Magic: 782F0813
Async Channel: 00000000
Async Extra Len: 13
Bulk Read dev 0x347c8, ep 0x81, bytes 0x23ca70, size 512, timeout 1000
Bulk Read returned -116
Bulk Read dev 0x347c8, ep 0x81, bytes 0x23ca70, size 512, timeout 1000
Bulk Read returned -116
Bulk Read dev 0x347c8, ep 0x81, bytes 0x23ca70, size 512, timeout 1000
Bulk Read returned -116
Bulk Read dev 0x347c8, ep 0x81, bytes 0x23ca70, size 512, timeout 1000
Bulk Read returned -116
...
I guess -116 is an error code. Is it normal ?
hlide
Posts: 739
Joined: Sun Sep 10, 2006 2:31 am

Post by hlide »

by the way option "-v" doesn't work for pspsh.exe. The options parser doesn't consider -v as valid option, why ?
NoEffex
Posts: 106
Joined: Thu Nov 27, 2008 6:48 am

Post by NoEffex »

Likewise with source compiled.
Programming with:
Geany + Latest PSPSDK from svn
Post Reply