Forum: Official SMS Forums - Forum for discussing SMS: Simple Media System player for the PS2.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: USBD vs USBM
  

Results 1 to 5 of 5
  1. #1 USBD vs USBM 
    derkesthai is offline Registered User
    Join Date
    Feb 2009
    Posts
    2
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Maybe this is not really SMS related, but I'm trying to get SMS to do what I want so..

    What's the difference between USBD.IRX and USBM.IRX? It seems they are interchangable? When would you have to different ones?

    I've searched quite a bit, but I haven't been able to find a good answer Anyone care to give some insight on this?
    Reply With Quote  

  2. #2  
    dlanor is offline Member
    Join Date
    Sep 2004
    Location
    Sweden
    Posts
    10,107
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    0
    Likes Received
    126
    Quote Originally Posted by derkesthai View Post
    Maybe this is not really SMS related, but I'm trying to get SMS to do what I want so..

    What's the difference between USBD.IRX and USBM.IRX? It seems they are interchangable? When would you have to different ones?

    I've searched quite a bit, but I haven't been able to find a good answer Anyone care to give some insight on this?
    USBD.IRX == Mainly a low level USB device driver, which doesn't really care about the types of devices used, except for USB hubs, which it also includes the 'high-level' driver for. The purpose of the low-level driver is to provide basic USB access functions to be used by the high-level drivers.

    USBM.IRX == Mass storage device driver. This implements the standard PS2 storage device file operations for a USB mass storage device. (The "mass:" drives in the generic PS2 filesystem) This corresponds to the USBHDFSD.IRX used by uLaunchELF and FMCB, except that EEUG codes his own drivers that differ from the standard ps2dev ones in some respects.

    eg: EEUG was first to implement multiple USB drive support, but he still has not implemented multiple partition support, while the standard driver now includes both those features. (Doesn't really matter much, as we never need multiple partitions with the PS2.)

    Best regards: dlanor
    Reply With Quote  

  3. #3  
    jm71 is offline Registered User
    Join Date
    Jul 2006
    Posts
    24
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    >dlanor

    Excellent!, thanks for the data,
    Reply With Quote  

  4. #4  
    derkesthai is offline Registered User
    Join Date
    Feb 2009
    Posts
    2
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Thanks, excellent information
    so what are the best drivers to use? like.. best performance vs. best compatibility
    Reply With Quote  

  5. #5  
    dlanor is offline Member
    Join Date
    Sep 2004
    Location
    Sweden
    Posts
    10,107
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    0
    Likes Received
    126
    Quote Originally Posted by derkesthai View Post
    Thanks, excellent information
    so what are the best drivers to use? like.. best performance vs. best compatibility
    The best drivers available for generic homebrew use are those developed at ps2dev.org and most recently improved by radad (with some slight assistance by me ). Those drivers are available in the release post of uLaunchELF, here at psx-scene.

    Btw: radad of ps2dev.org is registered here at psx-scene as radad1

    But the best drivers to use for SMS are normally the ones made by EEUG for that purpose. No question about it, those are the most compatible to the program, as they were designed for it. But if they fail to be compatible to some USB device you have, then it may be better to try other drivers even for SMS.

    Best regards: dlanor
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •