Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: No cdrom device created
Date: Sun, 05 Dec 2010 16:30:18
Message-Id: idgej3$1fo$1@dough.gmane.org
In Reply to: [gentoo-user] No cdrom device created by Harry Putnam
1 On 12/04/2010 03:48 PM, Harry Putnam wrote:
2 > I think I found the reason for a long standing problem I've had with
3 > the machine locking up.
4 >
5 > I see no evidence of a cdrom link or device name in /dev.
6 >
7 > dmesg seems to show that it is recognized on boot, but I'm not smart
8 > enough to know what the lines from dmesg really mean:
9 >
10 > Just showing the key lines here but the full dmesg output can be views
11 > if so desired at this link: www.jtan.com/~reader/dmesg-101204.txt
12 >
13 > dmesg|grep -2 hdc
14 >
15 > [ 1.416847] hdb: UDMA/100 mode selected
16 > [ 1.417357] Probing IDE interface ide1...
17 > [ 2.089165] hdc: LITE-ON CD-ROM LTN-5291S, ATAPI CD/DVD-ROM drive
18
19 You're still using the deprecated ATA/ATAPI/MFM/RLL disk drivers. You
20 should completely unselect that set of drivers and use the newer ones
21 in Serial ATA and Parallel ATA drivers instead.
22
23 Doing that will cause all of your /dev/hd* to be renamed /dev/sd*
24 including any cd/dvd drives. My /dev/cdrom is a symlink to /dev/sr0,
25 for example. The links are created automatically on the next reboot,
26 but you'll need to edit /etc/fstab to reflect the new drive names
27 before you reboot with the new kernel.

Replies

Subject Author
[gentoo-user] Re: No cdrom device created Harry Putnam <reader@×××××××.com>