LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 05-26-2005, 05:37 PM   #1
acanton
Member
 
Registered: Jul 2004
Posts: 115

Rep: Reputation: 15
mp3 player not seen on desktop... or anywhere!


Wife bought an Oregon Scientific MP120 mp3 player. When it plut it in to a USB the floppy disk light goes on for a second but nothing else happens. No icon, no entry in Konq, Devices, etc.

The mp3 player shows that it is ready to accept files.

The KDE Info Center USB list shows that the kernel recognizes it:

Manufacturer: OSI
Serial #: 0002F5CA5F308999

The dmsg is:

usb 1-5: new high speed USB device using ehci_hcd and address 35
scsi10 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 35
usb-storage: waiting for device to settle before scanning
Vendor: OSI Model: MP120 Rev: 0100
Type: Direct-Access ANSI SCSI revision: 04
SCSI device sdc: 250848 512-byte hdwr sectors (128 MB)
sdc: assuming Write Enabled
sdc: assuming drive cache: write through
SCSI device sdc: 250848 512-byte hdwr sectors (128 MB)
sdc: assuming Write Enabled
sdc: assuming drive cache: write through
sdc: sdc1
Attached scsi removable disk sdc at scsi10, channel 0, id 0, lun 0
Attached scsi generic sg2 at scsi10, channel 0, id 0, lun 0, type 0
usb-storage: device scan complete

======================

/var/log/messages is:

May 26 15:51:58 mepis1 kernel: usb 1-5: new high speed USB device using ehci_hcd and addre
ss 36
May 26 15:52:00 mepis1 kernel: scsi11 : SCSI emulation for USB Mass Storage devices
May 26 15:52:00 mepis1 usb.agent[16970]: usb-storage: loaded successfully
May 26 15:52:05 mepis1 kernel: Vendor: OSI Model: MP120 Rev: 0100
May 26 15:52:05 mepis1 kernel: Type: Direct-Access ANSI SCSI revi
sion: 04
May 26 15:52:05 mepis1 kernel: SCSI device sdc: 250848 512-byte hdwr sectors (128 MB)
May 26 15:52:05 mepis1 kernel: sdc: assuming Write Enabled
May 26 15:52:05 mepis1 kernel: SCSI device sdc: 250848 512-byte hdwr sectors (128 MB)
May 26 15:52:05 mepis1 kernel: sdc: assuming Write Enabled
May 26 15:52:05 mepis1 kernel: sdc: sdc1
May 26 15:52:05 mepis1 kernel: Attached scsi removable disk sdc at scsi11, channel 0, id 0
, lun 0
May 26 15:52:05 mepis1 kernel: Attached scsi generic sg2 at scsi11, channel 0, id 0, lun 0
, type 0
May 26 15:52:11 mepis1 scsi.agent[17013]: update fstab on add device




What do I have to do to show this as a storage device so I can open it and drag mp3 rips to it? And why the heck does the floppy light up when plugged in and out?

BTW, my Scandisk Mini-Cruzer registers fine, I get an desktop icon. Help!

Al

Last edited by acanton; 05-26-2005 at 06:04 PM.
 
Old 05-26-2005, 05:43 PM   #2
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 48
Under Konqueror, navigate to /mnt and see if there is a new directory there...

Open a terminal and type:
mount

This should should show any new devices from Hotplug... probably under /dev/sda1 but link to something else...

It's probably there just need to find it...

KC
 
Old 05-26-2005, 06:08 PM   #3
acanton
Member
 
Registered: Jul 2004
Posts: 115

Original Poster
Rep: Reputation: 15
Nope, no new mount point created by Mepis in fstab (see bottom). Here is some more info (I also put this in orig. post.)


======================

/var/log/messages is:

May 26 15:51:58 mepis1 kernel: usb 1-5: new high speed USB device using ehci_hcd and addre
ss 36
May 26 15:52:00 mepis1 kernel: scsi11 : SCSI emulation for USB Mass Storage devices
May 26 15:52:00 mepis1 usb.agent[16970]: usb-storage: loaded successfully
May 26 15:52:05 mepis1 kernel: Vendor: OSI Model: MP120 Rev: 0100
May 26 15:52:05 mepis1 kernel: Type: Direct-Access ANSI SCSI revi
sion: 04
May 26 15:52:05 mepis1 kernel: SCSI device sdc: 250848 512-byte hdwr sectors (128 MB)
May 26 15:52:05 mepis1 kernel: sdc: assuming Write Enabled
May 26 15:52:05 mepis1 kernel: SCSI device sdc: 250848 512-byte hdwr sectors (128 MB)
May 26 15:52:05 mepis1 kernel: sdc: assuming Write Enabled
May 26 15:52:05 mepis1 kernel: sdc: sdc1
May 26 15:52:05 mepis1 kernel: Attached scsi removable disk sdc at scsi11, channel 0, id 0
, lun 0
May 26 15:52:05 mepis1 kernel: Attached scsi generic sg2 at scsi11, channel 0, id 0, lun 0
, type 0
May 26 15:52:11 mepis1 scsi.agent[17013]: update fstab on add device




Maybe that will help? I know its on sdc1. So what do I do from there?

-Al


al@1[~]$ mount
/dev/sdb1 on / type reiserfs (rw,noatime,notail)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,mode=0622,gid=100,mode=0622)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0666)
/dev/sdb3 on /home type reiserfs (rw,noatime,notail)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sda1 on /mnt/sda1 type ntfs (ro,nosuid,nodev,umask=0222)
 
Old 05-26-2005, 06:22 PM   #4
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
You can add a line to your /etc/fstab like this.
Code:
/dev/sdc1               /mnt/sdc1               auto    umask=000,users,noauto,owner,rw,sync,dirsync   0 0
Make sure you create a directroy called sdc1 in /mnt.

Brian1
 
Old 05-26-2005, 07:02 PM   #5
acanton
Member
 
Registered: Jul 2004
Posts: 115

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Brian1
You can add a line to your /etc/fstab like this.
Code:
/dev/sdc1               /mnt/sdc1               auto    umask=000,users,noauto,owner,rw,sync,dirsync   0 0
Make sure you create a directroy called sdc1 in /mnt.

Brian1
This worked well. Thanks.

Al
 
  


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
S1 Mp3 player (Help Create a New Distro for an MP3 player!)) Ian_Hawdon Linux - General 3 12-05-2005 01:14 PM
MP3 Player Nightmare Linux - Hardware 3 02-24-2005 03:05 PM
mount mp3 player to /mnt/mp3? Muzzy Linux - General 4 05-09-2004 05:31 AM
iRiver iHP-120 20GB MP3 Player, a player for the rest of us ? dukeinlondon General 1 04-04-2004 04:44 AM
MP3 CD player can't read MP3 CD's burned in linux food188 Linux - Software 2 01-11-2004 04:55 PM

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

All times are GMT -5. The time now is 06:50 PM.

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