Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
System only recognizes one CDROM
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
dhague30
n00b
n00b


Joined: 10 May 2003
Posts: 3
Location: Columbus, OH

PostPosted: Mon May 12, 2003 10:17 pm    Post subject: System only recognizes one CDROM Reply with quote

Hello
I recently installed Gentoo Linux :) My system recognizes one of my CDROM drives, but not my other (CDRW) drive. Help! What should I do?
Dave
Back to top
View user's profile Send private message
Timm
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2002
Posts: 138
Location: Earth

PostPosted: Mon May 12, 2003 10:32 pm    Post subject: Reply with quote

Hello,

just locate the file /etc/devfsd.conf

Search the section listing the cdrw device:
Code:

# Create /dev/cdrw for the first cdrom on the scsi bus
# (change 'sr0' to suite your setup)
LOOKUP          ^cdrw$          CFUNCTION GLOBAL mksymlink sr1 cdrw
REGISTER        ^sr1$           CFUNCTION GLOBAL mksymlink $devname cdrw
UNREGISTER      ^sr1$           CFUNCTION GLOBAL unlink cdrw


Because I have SCSI and my CDRW is the second drive my device chain the device is called sr1. You should change this to your correct device. Also you should add this device into your fstab. My entry is:

Code:

/dev/cdroms/cdrom1      /mnt/cdrom1     iso9660 noauto,user,exec,ro     0 0


Other things you should check for burning: Kernel support SCSI Emulation, if you own a IDE CDRW.

Hope that helps.
_________________
Timm
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum