PDA

View Full Version : SMS and USBD.IRX booting from mass?


breezy
01-23-2006, 09:59 PM
Im trying to boot sms using launchelf from a mem stick. Im loading from mass:/SMS1.5r3/SMS.ELF with USBD.IRX in the same dir. but it will not load the usb module. the manual says..

*host:USBD.IRX
*mc0:/BOOT/USBD.IRX
*mc0:/PS2OSCFG/USBD.IRX
*mc0:/SYS-CONF/USBD.IRX
*mc0:/PS2MP3/USBD.IRX
*mc0:/BOOT/PS2MP3/USBD.IRX
*mc0:/SMS/USBD.IRX

Does "*host:USBD.IRX" mean install dir.? ie mass:/SMS1.5r3/SMS.ELF?

Or is this a catch22. (loading from mass cant be done cause usb module needs to be loaded first.)

Everything works fine once usbd.irx is in the mc0:/boot. I just wanted to run sms from the dir on the mem stick without having to copy usbd.irx to system boot folder.


thanks

rathunter
01-24-2006, 03:33 AM
Host is a protocol for a network client (software on a PC). You're going to have to give up some space on your MC...

reny
01-24-2006, 05:16 AM
I think it is easy to establish this in the source code of sms ...with fonction
GetFullPathName()

Furatudo
01-24-2006, 06:31 AM
That's why SMS e open source... people can make any changes they like... if u think that's easy to implement why not implement it yourself reny and then share it with us? ;)