View previous topic :: View next topic |
Author |
Message |
drakos7 Apprentice
Joined: 21 Feb 2003 Posts: 294 Location: Rockville, MD, USA, Earth, Sol
|
Posted: Fri Apr 25, 2003 6:42 pm Post subject: Sony Vaio Memory Stick Reader Working |
|
|
After much distress and inability to find a posting that dealt with my issue I figured this out.
My memory stick slot was never recognized. I had scsi_mod, sd_mod, sg_mod, and usb_storage all compiled as modules and loaded. But I never had a /dev/sda1 show up.
Turns out that the modules are loading in the wrong order or somthing. I rmmoded usb_storage and sd_mod and scsi_mod, them modprobeed usb-storage and sd-mod. and voila! I have /dev/sda1 now.
I hope this helps someone!
Code: | USB Memory Stick Slot
Manufacturer: Sony
Speed: 12Mb/s (full)
USB Version: 1.10
Vendor Id: 054c
Product Id: 0069
Revision Number: 1.07
|
Drakos7
www.drakos7.net |
|
Back to top |
|
|
cyrillic Watchman
Joined: 19 Feb 2003 Posts: 7313 Location: Groton, Massachusetts USA
|
Posted: Sat Apr 26, 2003 2:10 am Post subject: |
|
|
I have this device on my VAIO SRX87 notebook, and only newer kernel sources recognize this device.
With older kernels, I needed to add this by hand to /usr/src/linux/drivers/usb/storage/unusual_devs.h :
Code: | 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 ), |
Then recompile usb-storage.o (or the whole kernel) |
|
Back to top |
|
|
areu n00b
Joined: 01 Apr 2003 Posts: 9 Location: Boston, MA
|
Posted: Thu May 01, 2003 11:16 pm Post subject: |
|
|
Ok Nice posts. Got my memory stick reader working by doing both. Modifying the header file allowed usb-storage to identify the device correctly but not until I loaded sd_mod FIRST did I get an sda1 device in /dev.
I have a Sony Vaio PCG-R505GC and a 128meg memory stick. Running an acpi patched 2.4.20 kernel.
Ciao. |
|
Back to top |
|
|
drakos7 Apprentice
Joined: 21 Feb 2003 Posts: 294 Location: Rockville, MD, USA, Earth, Sol
|
Posted: Tue Sep 09, 2003 4:00 pm Post subject: |
|
|
2.6x kernels handle memory sticks nicely. If anyone else cares. |
|
Back to top |
|
|
JonnyRo Tux's lil' helper
Joined: 07 Apr 2003 Posts: 120
|
Posted: Wed Dec 24, 2003 4:55 am Post subject: Need to switch from UHCI to OHCI |
|
|
On my Sony V505-BL Laptop, I needed to switch from UHCI to OHCI in the USB Device Driver section to get this working. _________________ Jonathan S. Romero
Gentoo Fanatic
http://jonnyro.com |
|
Back to top |
|
|
|
|
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
|
|