LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Sandisk m250 mp3 player in Fedora core 6 (https://www.linuxquestions.org/questions/fedora-35/sandisk-m250-mp3-player-in-fedora-core-6-a-513577/)

kiilja 12-25-2006 10:27 AM

Sandisk m250 mp3 player in Fedora core 6
 
Hi!

I'm a Fedora n00b with a Sandisk m250 mp3 player.
At first everything worked just fine, I connected the mp3 player and Fedora detected it at once, enabling me to manage files with Nautilus.

Then I reinstalled Fedora because my incredible n00bness made me do incredible things that gave me some incredible problems. But now Fedora refuses to detect the Sandisk player.

Does anybody have any idea what I can do about this?

Thanks in advance!

raven4d 12-25-2006 12:51 PM

starting with posting the out put of "dmesg" when u connect it will be a good idea ;)

kiilja 12-26-2006 07:30 AM

dmesg output
 
Hey! Thanks for replying
dmesg gives this output at connect:

usb 5-2: new high speed USB device using ehci_hcd and address 3
usb 5-2: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
scsi6 : SCSI emulation for USB Mass Storage devices
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
Vendor: SanDisk Model: Sansa m250 Rev: 1.30
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sdb: 3923136 512-byte hdwr sectors (2009 MB)
sdb: Write Protect is off
sdb: Mode Sense: 37 00 00 08
sdb: assuming drive cache: write through
SCSI device sdb: 3923136 512-byte hdwr sectors (2009 MB)
sdb: Write Protect is off
sdb: Mode Sense: 37 00 00 08
sdb: assuming drive cache: write through
sdb:
sd 6:0:0:0: Attached scsi removable disk sdb
sd 6:0:0:0: Attached scsi generic sg1 type 0
usb-storage: device scan complete

I don't know much, but that looks all good to me, still I can't find the player in Nautilus or anything. I'd appreciate any help :)

raven4d 12-27-2006 11:04 AM

do as root

mount /dev/sdb /mnt/***

where u want to mount it ..

then see if it did mount it ,if all okay u can add a new line in /etc/fstab with

/dev/hdb /mnt/usb auto noauto,user 0 0

now u can mount it under normal user ..

hope this helped

raven4d 12-27-2006 11:06 AM

ops ..forgot

before u try to mount it automaticly type "df" and hit enter u will see where did the system mount the usb //if it could mount it automaticly//

BillyBobRob 12-29-2006 12:55 PM

Problems with Sandisk m200
 
Hey there,

I'm just migrating to FC6 from Windows and I'm having problems seeing by Sandisk m200. I used the dmesg and the system does not see the m200. Here is what it gives me:

usb 4-4: new high speed USB device using ehci_hcd and address 5
usb 4-4: device descriptor read/all, error -32
usb 4-4: new high speed USB device using ehci_hcd and address 6
usb 4-4: unable to read config index 0 descriptor/all
usb 4-4: can't read configurations, error -32
usb 4-4: new high speed USB device using ehci_hcd and address 7
usb 4-4: device descriptor read/8, error -32
usb 4-4: device descriptor read/all, error -32
usb 4-4: new high speed USB device using ehci_hcd and address 8
usb 4-4: unable to read config index 0 descriptor/start
usb 4-4: can't read configurations, error -71
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
usb 4-4: new high speed USB device using ehci_hcd and address 9
usb 4-4: device descriptor read/all, error -32
usb 4-4: new high speed USB device using ehci_hcd and address 10
usb 4-4: device descriptor read/all, error -32
usb 4-4: new high speed USB device using ehci_hcd and address 11
usb 4-4: device descriptor read/8, error -32
usb 4-4: unable to read config index 0 descriptor/start
usb 4-4: can't read configurations, error -71
usb 4-4: new high speed USB device using ehci_hcd and address 12
usb 4-4: unable to read config index 0 descriptor/start
usb 4-4: can't read configurations, error -71
usb 4-4: new high speed USB device using ehci_hcd and address 13
usb 4-4: unable to read config index 0 descriptor/start
usb 4-4: can't read configurations, error -71
usb 4-4: new high speed USB device using ehci_hcd and address 14
usb 4-4: unable to read config index 0 descriptor/all
usb 4-4: can't read configurations, error -32
usb 4-4: new high speed USB device using ehci_hcd and address 15
usb 4-4: device descriptor read/8, error -71
usb 4-4: device descriptor read/8, error -71
usb 4-4: new high speed USB device using ehci_hcd and address 16
usb 4-4: device descriptor read/8, error -32
usb 4-4: device descriptor read/8, error -32

Any help with this would be greatly appreciated as I don't want to go back to Windows just to load my mp3 player.

Thanks

Rob

raven4d 12-30-2006 04:58 AM

remove the usb stick and replug it again ,,i have this problem with my //myflash 512 miga// and it's like u said on linux ,in windows a pop up balloon telling "usb device not recognized"

m2brew 01-07-2007 08:49 PM

My SanDisk Sansa e280 was giving error messages similar to BillyBobRob (above) when I attempted to connect it. What ultimately worked for me was the following at the command line:

sudo modprobe -r ehci_hcd

Hope this helps.

trickykid 10-10-2007 03:55 PM

Quote:

Originally Posted by m2brew (Post 2576086)
My SanDisk Sansa e280 was giving error messages similar to BillyBobRob (above) when I attempted to connect it. What ultimately worked for me was the following at the command line:

sudo modprobe -r ehci_hcd

Hope this helps.

This didn't work for me. I had to disconnect the device and browse to Settings > USB Mode and change the mode to be MSC. Then once I reconnected the e280, it mounted as a flash drive, easily browseable after showing up as a /dev/sdb device using the mass_storage module.


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