LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-12-2006, 10:14 PM   #1
banjzooie
LQ Newbie
 
Registered: Feb 2006
Distribution: Slackware 10.2
Posts: 19

Rep: Reputation: 0
Slackware won't detect Mitsumi CD drive.


Hello. I'm a Linux newbie who's recently installed Slackware. Although most things are working, there's one problem. One of my CD drives has not been detected. My first CD drive, a CD-RW drive by Lite-on, was detected and works, but my second CD drive, a plain CD-ROM drive by Mitsumi, has not been detected. It does not appear in the /mnt directory with the Lite-on CD-RW drive. Is there anyway I can fix this? If it helps, the model of the drive is Mitsumi CD-ROM FX4821T!A. It's rather strange, as this drive has detected by both Slax and Knoppix when I've used them, but not by Slackware.
 
Old 02-13-2006, 02:21 AM   #2
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
if you do (as root) 'dmesg |grep -i cdrom' or 'dmesg|grep -i mitsumi' does anything come up?

it probably does and there should be a file called /dev/hdd, which is the device.

it's probably just that slack hasn't created the proper entry in /etc/fstab and/or hasn't created a mount point for the device.
 
Old 02-13-2006, 04:42 PM   #3
banjzooie
LQ Newbie
 
Registered: Feb 2006
Distribution: Slackware 10.2
Posts: 19

Original Poster
Rep: Reputation: 0
I followed your instructions and sure enough, /dev/hdd was listed right below /dev/hdc. But how do I mount it and get into /etc/fstab? I tried the mount command and that wouldn't work.
 
Old 02-14-2006, 11:52 AM   #4
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
well, to get it into fstab you need to

1) create a mount point e.g /mnt/cdrom2
mkdir /mnt/cdrom2
chmod 777 /mnt/cdrom2

2) edit /etc/fstab - maybe copy the line about hdc, but change the device name and mount point e.g
/dev/hdc /mnt/cdrom iso9660 noauto,ro,user 0 0
/dev/hdd /mnt/cdrom2 iso9660 noauto,ro,user 0 0

something along those lines. the noauto means that it doesnt get mounted at boot time or when you type 'mount -a' (mount all).


note cdrom2 is just an example you can use any name. if its dvd drive still use iso9660.

to mount it manually type

mount -t iso9660 /dev/hdd /mnt/cdrom2

again cdrom2 is only an example - but the directory must exist before you try to mount a cd/dvd drive to it.


if neither of these things work then it really hasn't been detected. you didn't post the output of dmesg or anything so it's hard to say.

hope this helps.
 
Old 02-16-2006, 02:03 PM   #5
banjzooie
LQ Newbie
 
Registered: Feb 2006
Distribution: Slackware 10.2
Posts: 19

Original Poster
Rep: Reputation: 0
It worked! The Mitsumi CD drive now works in Slackware, after following your steps (though I put "auto" where you put "iso9660", so Slack would determine the best driver itself). Thank you very much for your help.
 
  


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
Cannot detect CDRW drive, Kernel 2.6.9, Mitsumi drive scuzzman Linux - Hardware 1 06-02-2005 06:07 PM
slackware 10.1 fails to detect ATA hard drive zodman Slackware 4 05-06-2005 05:42 AM
Installing Slackware-8.00 with IDE CD-ROM MITSUMI FX001D? Werner Slackware 7 07-30-2004 04:03 AM
Safe on 9.2? - Mitsumi CR-48X9TE cdrom drive CBT Mandriva 3 01-17-2004 08:03 PM
Mitsumi CD-R/RW Drivers Canadian_2k2 Linux - Hardware 4 05-19-2003 02:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:22 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