Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Sony Vaio Memory Stick Reader Working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
drakos7
Apprentice
Apprentice


Joined: 21 Feb 2003
Posts: 294
Location: Rockville, MD, USA, Earth, Sol

PostPosted: Fri Apr 25, 2003 6:42 pm    Post subject: Sony Vaio Memory Stick Reader Working Reply with quote

:!: After much distress and inability to find a posting that dealt with my issue I figured this out. :D
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.
:idea: 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. :D

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
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Sat Apr 26, 2003 2:10 am    Post subject: Reply with quote

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
View user's profile Send private message
areu
n00b
n00b


Joined: 01 Apr 2003
Posts: 9
Location: Boston, MA

PostPosted: Thu May 01, 2003 11:16 pm    Post subject: Reply with quote

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. 8)
Back to top
View user's profile Send private message
drakos7
Apprentice
Apprentice


Joined: 21 Feb 2003
Posts: 294
Location: Rockville, MD, USA, Earth, Sol

PostPosted: Tue Sep 09, 2003 4:00 pm    Post subject: Reply with quote

2.6x kernels handle memory sticks nicely. If anyone else cares.
Back to top
View user's profile Send private message
JonnyRo
Tux's lil' helper
Tux's lil' helper


Joined: 07 Apr 2003
Posts: 120

PostPosted: Wed Dec 24, 2003 4:55 am    Post subject: Need to switch from UHCI to OHCI Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
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