PSPLink 3.0 & usbhostfs on WinXP problem

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

Moderators: cheriff, TyRaNiD

Post Reply
DairyKing
Posts: 13
Joined: Sat Jun 28, 2008 8:59 am
Contact:

PSPLink 3.0 & usbhostfs on WinXP problem

Post by DairyKing »

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?
Heimdall
Posts: 245
Joined: Thu Nov 10, 2005 1:29 am
Location: Netherlands
Contact:

Post by Heimdall »

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: 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)
DairyKing
Posts: 13
Joined: Sat Jun 28, 2008 8:59 am
Contact:

Post by DairyKing »

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.
Heimdall
Posts: 245
Joined: Thu Nov 10, 2005 1:29 am
Location: Netherlands
Contact:

Post by Heimdall »

i build the psplinkusb but i dont use telnet, instead i use pspsh also built from psplinkusb.
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

You cannot use telnet with psplinkusb, it doesn't work. End of story
Post Reply