I've checked out the latest psplinkusb source from the SVN tree, installed the driver, usbhostfs_pc shows connected, except when I telneted into the console and typed in the commands, nothing seemed to happen.
I tried the -vv, and Bulk Read always returns -116. Anybody has any ideas?
PSPLink 3.0 & usbhostfs on WinXP problem
Hi DairyKing, on my SDK builds I have it working under XP and Vista. This builds are exactly the official scripts under cygwin because i never spent time trying to port the fork() and friends to native windows.
I just followed the instructions from the documentation. Can you detail how did you build it and how did you install the USB driver?
Also are you building the 1.5 or the OE version? does it match your FW?
I've made a simple change that was posted a few weeks ago on the forum:
I just followed the instructions from the documentation. Can you detail how did you build it and how did you install the USB driver?
Also are you building the 1.5 or the OE version? does it match your FW?
I've made a simple change that was posted a few weeks ago on the forum:
Code: Select all
Index: psplinkusb/boot271/Makefile
===================================================================
--- psplinkusb/boot271/Makefile (revision 2413)
+++ psplinkusb/boot271/Makefile (working copy)
@@ -1,5 +1,5 @@
release: all
- mksfo 'PSPLink v3.0 OE' PARAM.SFO
+ mksfoex -d MEMSIZE=1 'PSPLink v3.0 OE' PARAM.SFO
pack-pbp EBOOT.PBP PARAM.SFO psplink.png NULL NULL NULL NULL psplink_boot.prx NULL
TARGET = psplink_boot
@@ -13,6 +13,7 @@
LIBDIR =
LDFLAGS =
+PSP_LARGE_MEMORY = 1
BUILD_PRX = 1
PSPSDK=$(shell psp-config --pspsdk-path)
Thanks for your reply.
I used the 'make release' and copyed the release_oe eboot.pbp-only version. As I said, the usbhostfs_pc.exe is showing 'connected', and the problem is I got no response from the command console using telnet.exe
Did you build from the psplink source tree, or the psplinkusb source tree?
PS: Seems you're building on PSP2000? Mine's PSP1000, so guess LARGE MEMORY is not necessary.
I used the 'make release' and copyed the release_oe eboot.pbp-only version. As I said, the usbhostfs_pc.exe is showing 'connected', and the problem is I got no response from the command console using telnet.exe
Did you build from the psplink source tree, or the psplinkusb source tree?
PS: Seems you're building on PSP2000? Mine's PSP1000, so guess LARGE MEMORY is not necessary.