forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PSPLink 3.0 & usbhostfs on WinXP problem

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
DairyKing



Joined: 28 Jun 2008
Posts: 13

PostPosted: Sun Aug 17, 2008 5:56 am    Post subject: PSPLink 3.0 & usbhostfs on WinXP problem Reply with quote

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
View user's profile Send private message Visit poster's website
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Sun Aug 17, 2008 6:36 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website MSN Messenger
DairyKing



Joined: 28 Jun 2008
Posts: 13

PostPosted: Sun Aug 17, 2008 6:57 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Sun Aug 17, 2008 7:25 am    Post subject: Reply with quote

i build the psplinkusb but i dont use telnet, instead i use pspsh also built from psplinkusb.
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
TyRaNiD



Joined: 18 Jan 2004
Posts: 918

PostPosted: Sun Aug 17, 2008 7:27 am    Post subject: Reply with quote

You cannot use telnet with psplinkusb, it doesn't work. End of story
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group