LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-01-2004, 12:59 AM   #1
sirdilznik
LQ Newbie
 
Registered: Dec 2003
Location: Vernon, Ct. USA
Distribution: Gentoo x86_64
Posts: 15

Rep: Reputation: 0
Question MP3 player sd card mounting?


I have a RCA Lyra 1071 mp3 player with 128 MB flash memory and a 256 MB SD CARD for extra memory.
The unit itself(that is it's internal flash memory) mounts fine as such:

/dev/sda1 /mnt/lyra vfat defaults,noauto

My question is: How do I mount the expansion SD card ?
Under Windows XP it shows up as a separate hard drive. Unfortunately right now I have to use Windows to access it.(Pretty much the only thing I use Windows for) I hope it is possible to mount this card under Linux.

I am running Slackware 9.1 with kernel v. 2.6.2
 
Old 03-01-2004, 04:54 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well i'd guess it will be registered as either sda2 or sdb1, when you plug it in, check what "dmesg" tells you about the assignments.
 
Old 03-01-2004, 09:17 AM   #3
sirdilznik
LQ Newbie
 
Registered: Dec 2003
Location: Vernon, Ct. USA
Distribution: Gentoo x86_64
Posts: 15

Original Poster
Rep: Reputation: 0
I have tried sda2-15 and sdb1-2 and I always get a not a valid block device message.

When I dmesg the output is:

hub 3-0:1.0: new USB device on port 1, assigned address 2
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: Thomson Model: RD1071 75 Player Rev: 0100
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sda: 250624 512-byte hdwr sectors (128 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
sda: sda1
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
 
Old 03-01-2004, 09:05 PM   #4
sirdilznik
LQ Newbie
 
Registered: Dec 2003
Location: Vernon, Ct. USA
Distribution: Gentoo x86_64
Posts: 15

Original Poster
Rep: Reputation: 0
Lightbulb

I just solved my own problem. I needed to reconfigure my kernel to enable it to search through multiple luns under scsi options. The sd card now mounts correctly under dev/sdb1 !

Thanks for the help
 
Old 05-27-2004, 07:53 PM   #5
xbaez
Member
 
Registered: Mar 2004
Location: USA
Distribution: Ubuntu
Posts: 291

Rep: Reputation: 30
I am actually pretty frustrated. I even post a "how to mount your lyra" message some days ago. Now, I am having problems with the unit (I recompiled my kernel)

This is what dmesg reports when I connect the unit:

hub.c: new USB device 00:07.2-2, assigned address 10
usb.c: kmalloc IF c9edb780, numif 1
usb.c: new device strings: Mfr=1, Product=2, SerialNumber=3
usb.c: USB device number 10 default language ID 0x409
Manufacturer: Thomson
Product: RD1021 71 75
SerialNumber: 0000A1030193440A
usb-storage: act_altsettting is 0
usb-storage: id_index calculated to be: 75
usb-storage: Array length appears to be: 77
usb-storage: USB Mass Storage device detected
usb-storage: Endpoints: In: 0xd0644bc0 Out: 0xd0644bd4 Int: 0x00000000 (Period 0)
usb-storage: Found existing GUID 069b070f0000a1030193440a
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 10
usb.c: usb-storage driver claimed interface c9edb780

Apart from that, if I select the KDE Information module (USB Devices) I see the following:

RD1021 71 75

Manufacturer: Thomson
Serial #: 0000A1030193440A

All these modules are loaded:
usb-storage 69424 0 (unused)
scsi_mod 106200 2 [usb-storage sr_mod]

hid 21700 0 (unused)
input 5824 0 [keybdev hid mousedev]
usbcore 83264 1 [usb-storage hid uhci]

Only one of these are loaded at a time
------------------
usb-uhci 25868 0 (unused)
uhci 29712 0 (unused)


Do you think that I should?
a) Try with the usb-uhci modules instead of the uhci one?
b) Try to recompile the kernel and edit the usb-storage options

I hope somebody can help me here, since I was "helping" others before ;(

Regards

Xavier
Linux 2.4.20-8Custom
 
Old 05-27-2004, 07:55 PM   #6
xbaez
Member
 
Registered: Mar 2004
Location: USA
Distribution: Ubuntu
Posts: 291

Rep: Reputation: 30
I've tried /dev/sda1-15 and /dev/sdb1-15
as well

Regards
 
Old 05-27-2004, 07:58 PM   #7
xbaez
Member
 
Registered: Mar 2004
Location: USA
Distribution: Ubuntu
Posts: 291

Rep: Reputation: 30
When I try to load the EHCI-HCD module I get this:

[root@localhost xavier]# modprobe -v ehci-hcd
/sbin/insmod /lib/modules/2.4.20-8custom/kernel/drivers/usb/hcd/ehci-hcd.o
Using /lib/modules/2.4.20-8custom/kernel/drivers/usb/hcd/ehci-hcd.o
Symbol version prefix ''
/lib/modules/2.4.20-8custom/kernel/drivers/usb/hcd/ehci-hcd.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-8custom/kernel/drivers/usb/hcd/ehci-hcd.o: insmod /lib/modules/2.4.20-8custom/kernel/drivers/usb/hcd/ehci-hcd.o failed
/lib/modules/2.4.20-8custom/kernel/drivers/usb/hcd/ehci-hcd.o: insmod ehci-hcd failed

Any ideas?
 
Old 05-27-2004, 08:18 PM   #8
xbaez
Member
 
Registered: Mar 2004
Location: USA
Distribution: Ubuntu
Posts: 291

Rep: Reputation: 30
When I unplug and plug my device I see the following:

May 27 20:17:18 localhost kernel: hub.c: new USB device 00:07.2-2, assigned address 4
May 27 20:17:18 localhost kernel: Manufacturer: Thomson
May 27 20:17:18 localhost kernel: Product: RD1021 71 75
May 27 20:17:18 localhost kernel: SerialNumber: 0000A1030193440A


Could anybody tell me what does it means?
 
Old 05-27-2004, 08:24 PM   #9
xbaez
Member
 
Registered: Mar 2004
Location: USA
Distribution: Ubuntu
Posts: 291

Rep: Reputation: 30
Ok I loaded the Scsi Generic Drive:
modprobe -v sg

Now, I receive this error (I started receiving it after I recompiled my kernel)

modprobe: Can't locate module block-major-8

Could anybody tell me where can I enable that block-major-8?

Is there any easier way to know which devices are connected to your Linux box?
I know I am offending many people, but Windows (haven't used it in months) has a nice Device Manager information

Is there any place where I can check which devices are connected to my pc?
(I would really like a graphical interface)

Regards
 
Old 11-02-2004, 02:33 AM   #10
hme
LQ Newbie
 
Registered: Nov 2004
Posts: 1

Rep: Reputation: 0
Quote:
I needed to reconfigure my kernel to enable it to search through multiple luns under scsi options.
Hello,

I'm a newbie for that sort of things using Fedora Core 2. I can mount the internal memory of my PDP2444 (Thomson name for RCA PD1021) but not the external memory card.

Can you explain me with more details what you've done ?

Thanks.
 
Old 06-13-2005, 07:22 PM   #11
genek6
LQ Newbie
 
Registered: Jun 2005
Location: Michigan
Distribution: MEPIS
Posts: 2

Rep: Reputation: 0
SD Memory Card on Lyra Player

I've experimented with my wife's Lyra 1028 player on my MEPIS Linux Box with a KDE Desktop. The SD card won't show up so I found a "Work Around ".



* I put the SD card in the Card Reader intended for my digital camera
* It shows up in the KDE file browser (Mounts O.K.)
* I copy MP3 files using drag and drop techniques
* I put the card in the Lyra player - the songs show up on the menu.


Genek6
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mp3 player, mounting, etc rae_napoleon Linux - Newbie 1 08-12-2005 05:31 PM
Mounting MP3 Player DaBlade Linux - Hardware 2 06-06-2005 09:24 AM
mounting mp3 player novacrasher Linux - Hardware 3 12-10-2004 05:36 PM
mounting an mp3 player... kurrupt Linux - Hardware 1 11-02-2004 02:24 PM
Lyra Mp3 player sd card mounting? sirdilznik Linux - Hardware 0 02-22-2004 02:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration