Just so this knowledge isn't lost, I figured it would
be a good idea to send a note to the list.

I'm using a Sony PCG-SRX77 Laptop, which has a MagicGate memory
stick reader.  This memory stick reader is not recognized by the
usb-storage module; consequently, the machine hangs at boot time
(well, it does using RedHat 7.3).

I added the following to unusual devs to get the device working:

--- linux-2.4/drivers/usb/storage/unusual_devs.h.orig   Mon Apr  1 11:27:13
2002
+++ linux-2.4/drivers/usb/storage/unusual_devs.h        Mon Apr 29 07:47:07
2002
@@ -227,6 +227,13 @@
                "Memorystick MSC-U01N",
                US_SC_UFI, US_PR_CB, NULL,
                US_FL_SINGLE_LUN | US_FL_START_STOP ),
+
+/* Attempt to get the Sony MSC-U03 to work on a Vaio PCG-SRX77 */
+UNUSUAL_DEV(  0x054c, 0x0069, 0x0000, 0x9999,
+                "Sony",
+               "Memorystick MSC-U03",
+               US_SC_UFI, US_PR_CB, NULL,
+               US_FL_SINGLE_LUN | US_FL_START_STOP ),
                
 /* Submitted by Nathan Babb <[EMAIL PROTECTED]> */
 UNUSUAL_DEV(  0x054c, 0x006d, 0x0000, 0x9999,

This patch is against linux 2.4.18, and I've submitted it mdarm for
inclusion into the main 2.4 tree.

One other thing to make the reader work a bit more smoothyly is to add:

        alias block-major-2 sd_mod

to your modules.conf file.  That in conjunction with setting up the
automounter makes the memory stick readable under linux.

_______________________________________________________________

Multimillion Dollar Computer Inventory
Live Webcast Auctions Thru Aug. 2002 - http://www.cowanalexander.com/calendar



_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to