Results 1 to 10 of 14
I know I made this thread already, but I did not get answer so I am going to try one more time. I have a Lyra RCA RD1071A 182mb MP3 ...
- 01-12-2005 #1Linux Newbie
- Join Date
- Oct 2004
- Location
- 127.0.0.1
- Posts
- 113
mounting sandisk sd card within mp3 player
I know I made this thread already, but I did not get answer so I am going to try one more time. I have a Lyra RCA RD1071A 182mb MP3 player, and it has a slot for a sd card. I have an sandisk SD 128mb card that I have in it, and when I used FC2, I was able to mount it as sdb1, while the mp3 player itself mounted as sda1. Since I upgraded, FC3 does not even detect the card. Can somebody help me? I really don't want to have to buy a card reader if I don't have to.... (yes, i typed dmesg and yatta yatta, no such sdb1 device, as it says when I try to mount it).
- 01-12-2005 #2Just Joined!
- Join Date
- Dec 2004
- Posts
- 45
Lets start off my seeing the contents of an "lsmod" to tell us what modules are loaded, andy maybe you could try and pinpoint if any of your kernel options around USB have changed between FC2 and FC3.
- 01-12-2005 #3Linux Newbie
- Join Date
- Oct 2004
- Location
- 127.0.0.1
- Posts
- 113
well, i have no way of telling what usb features changed between FC2 and FC3 for 2 reasons. one, my cousin compiled me a custom kernel in FC2. secondly, my hdd crashed so even if i didn't reinstall FC3 on that hdd, i would have no access to the configuration. also, i found an option in the kernel called "low performance USB Block driver" which is supposed to make USB flash cards more compatable or whatever, but it gave me a warning: enabling this cripples the usb-storage driver. should i try enabling this? at any rate, here are the mods i have.
the mods:
Module Size Used by
fglrx 231388 8
md5 4224 1
ipv6 256896 10
parport_pc 28356 1
lp 12428 0
parport 37192 2 parport_pc,lp
video 16132 0
button 6800 0
battery 9732 0
ac 4996 0
intel_agp 22684 1
i2c_i801 8844 0
i2c_core 22784 1 i2c_i801
floppy 59632 0
- 01-12-2005 #4Just Joined!
- Join Date
- Dec 2004
- Posts
- 45
Is that what lsmod says when you have both of those devices plugged in?
- 01-12-2005 #5Linux Newbie
- Join Date
- Oct 2004
- Location
- 127.0.0.1
- Posts
- 113
oh, no.... this is what it says with my mp3 player plugged in and my SD card plugged into my mp3 player:
Module Size Used by
fglrx 231388 8
md5 4224 1
ipv6 256896 10
parport_pc 28356 1
lp 12428 0
parport 37192 2 parport_pc,lp
video 16132 0
button 6800 0
battery 9732 0
ac 4996 0
intel_agp 22684 1
i2c_i801 8844 0
i2c_core 22784 1 i2c_i801
floppy 59632 0
it looks the same to me though :-/
- 01-13-2005 #6Just Joined!
- Join Date
- Dec 2004
- Posts
- 45
Are there any entries in dmesg and/or /var/log/messages when you insert the devices? Does the "lsusb" command show anything while these things are inserted?
- 01-13-2005 #7Linux Newbie
- Join Date
- Oct 2004
- Location
- 127.0.0.1
- Posts
- 113
[root@localhost ~]# lsusb
Bus 005 Device 002: ID 069b:070f Thomson, Inc.
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
obviously it does not see the SD card I have inside my mp3player (Thomson is the manufacturer of my mp3 player). Any clues?
- 01-13-2005 #8Just Joined!
- Join Date
- Dec 2004
- Posts
- 45
Double check your USB options in the kernel. Ensure that usbcore, usbstorage, and the appropriate ehci/ohci, and uhci options are included. "lspci -v" (i think) should describe your USB subsystem and give you a clue as to which of ehci or ohci you should use.
If they are all included in the kernel, you may have to try loading them as modules. Its a stretch, but I've noticed subtle differences in behaviour with some USB devices when compiled as a module as opposed to directly in the kernel.
- 01-13-2005 #9Just Joined!
- Join Date
- Dec 2004
- Posts
- 45
Found this link, which might have more info. Haven't dug into it much yet.
http://usbat2.sourceforge.net/
- 01-13-2005 #10Just Joined!
- Join Date
- Dec 2004
- Posts
- 45
The thing with these USB devices as well is that they basically use SCSI modules to work (hence the /dev/sda1, /dev/sdb1 lingo).
sd_mod should be loaded (listed in lsmod), unless it is compiled into the kernel along with usbstorage. Also check the SCSI options in the kernel config.


Reply With Quote