View previous topic :: View next topic |
Author |
Message |
dhague30 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 May 2003 Posts: 3 Location: Columbus, OH
|
Posted: Mon May 12, 2003 10:17 pm Post subject: System only recognizes one CDROM |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Timm Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 01 Nov 2002 Posts: 138 Location: Earth
|
Posted: Mon May 12, 2003 10:32 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|