LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-19-2004, 01:28 PM   #1
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Two cd drives; only one works


I replaced the cd-rom drive with Liteon 5232K Combo drive, jumpered as master, and re-installed the old cd-rom jumpered as slave.

I deleted /dev/cdrom (which was linked to /dev/hdc), and did the following:
a-made a new /dev/cdrom linked to /dev/sr0; created mount point /media/combo; edited fstab to point /dev/cdrom to /media/combo.
b-made a new /dev/cdrom2 linked to /dev/hdc for the old cd-rom; kept mount point /media/cdrom; edited fstab to add /dev/cdrom2 /media/cdrom auto ro,noauto,user,exec 0 0
c- did the same as 'a' for the other capabiliies of the combo drive; cd-r, cd-rw, and dvd-rom, with appropriate edits of fstab.

The only part of the re-installation of the old drive not completed was plugging in the analog audio cable. My sound card has only one place to plug in, and the new drive is there. The instructions for the new drive state that the analog cable is optional.

Now the new drive works like a charm; the old one doesn't. It whirs when a cd is inserted, but I get nothing from it.

CD playing software don't recognize the old drive.
YaST doesn't recognize is either. YaST only shows me the new drive.

Suggestions on how to proceed would be greately appreciated.
 
Old 12-19-2004, 02:17 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,137
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
and re-installed the old cd-rom jumpered as slave.

b-made a new /dev/cdrom2 linked to /dev/hdc for the old cd-rom

Master on secondary IDE would be hdc
Salve on secondary IDE should be hdd

Or did I miss something?
 
Old 12-19-2004, 03:29 PM   #3
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Original Poster
Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
info I found on a SuSE discussion forum said to link the new combo drive to sr0 instead of either hdc or hdd. As I said in the original, the combo drive works fine. It's the old drive that's a problem. The tray opens and closes; the drive spins up when a cd is inserted. SuSE doesn't recognize the presence of the drive; neither do the cd players.

excerpt from my fstab:
/dev/cdrom2 /media/cdrom auto ro,noauto,user,exec 0 0
/dev/cdrom /media/combo auto ro,noauto,user,exec 0 0
/dev/cdrw /media/combo auto rw,noauto,user,exec 0 0
/dev/dvd /media/combo auto ro,noauto,user,exec 0 0

cdrom, cdrw, dvd all linked to /dev/combo, which is linked to /dev/sr0.
cdrom2 (the old drive) is linked to /dev/cdrom, which is linked to /dev/hdc.
 
Old 12-19-2004, 05:06 PM   #4
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,137
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
If you have the old cdrom jumpered as slave, and you have it on the secondary IDE controller and you have it linked to hdc, that would be a problem.

A slave drive on the secondary IDE is hdd not hdc. That would explain why the old cdrom does not work.

You are pointing the /dev/cdrom to hdc, it is not there. It is at hdd.

Take a look at your jumper settings again. Sorry if I did not help. Thats what I see could be wrong.

Good luck.
 
Old 12-19-2004, 07:33 PM   #5
kevinalm
Member
 
Registered: Oct 2003
Location: Iowa
Distribution: LFS 5.0, building 6.3, win98se, multiboot
Posts: 288

Rep: Reputation: 30
Ok, first off he has the master/slave jumpering _right_. The combo driver is on hdc using ide-scsi so it's at /dev/sr0 (aka /dev/scd0). The old cdrom is on hdd. So the second symlink is wrong. If it is using ide-scsi then it would be at /dev/sr1 (aka /dev/scd1). Otherwise it is on /dev/hdd. Also, if I understand correctly there is no analog audio cable between the cdrom and soundcard. This means you need a special plugin for most linux cd player programs. Depending on the exact player program and the kernel version, you may _need_ ide-scsi emulation on the cdrom.
 
Old 12-21-2004, 12:31 PM   #6
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Original Poster
Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Thanks to all who replied, especialy kevinalm. I won't be able to try to impliment your suggestions until this weekend, but I'll certainly give it a shot.
 
  


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
Adding additional drives/resizing drives in RAID arrays kheldar Linux - Hardware 1 10-19-2005 01:21 PM
External USB hard drives works with Linux? Xavius Linux - Hardware 2 10-03-2005 01:54 PM
Give user permission to mount/use cdrom drives or usb drives zwyrbla Linux - Newbie 2 08-23-2004 04:30 PM
RH9 and WinXP_seperate drives dual boot + XP wireless network hardly works anymore? andrewc Linux - General 3 06-17-2004 09:28 AM
Upgrading hard drives on Software raid 1 boot drives. linuxboy123 Linux - General 0 12-11-2003 03:28 PM

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

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