| View previous topic :: View next topic |
| Author |
Message |
DairyKing
Joined: 28 Jun 2008 Posts: 13
|
Posted: Sun Aug 17, 2008 5:56 am Post subject: PSPLink 3.0 & usbhostfs on WinXP problem |
|
|
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? |
|
| Back to top |
|
 |
Heimdall
Joined: 10 Nov 2005 Posts: 259 Location: Netherlands
|
Posted: Sun Aug 17, 2008 6:36 am Post subject: |
|
|
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:
| Code: | 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)
|
|
|
| Back to top |
|
 |
DairyKing
Joined: 28 Jun 2008 Posts: 13
|
Posted: Sun Aug 17, 2008 6:57 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
Heimdall
Joined: 10 Nov 2005 Posts: 259 Location: Netherlands
|
Posted: Sun Aug 17, 2008 7:25 am Post subject: |
|
|
| i build the psplinkusb but i dont use telnet, instead i use pspsh also built from psplinkusb. |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Sun Aug 17, 2008 7:27 am Post subject: |
|
|
| You cannot use telnet with psplinkusb, it doesn't work. End of story |
|
| Back to top |
|
 |
|