2008/4/29 Lanny Marcus <lannyma@gmail.com>:
[root@dell1602 ~]# grep ^hdc /var/log/dmesg
hdc: DV-516D, ATAPI CD/DVD-ROM drive
hdc: ATAPI 50X DVD-ROM drive, 256kB Cache, UDMA(100)
[root@dell1602 ~]#
[root@dell1602 ~]# ls -l /dev/ | grep hdc
>Then looked at the symbolic links? ls -l /dev/ | grep hdc
lrwxrwxrwx 1 root root 3 Apr 29 12:30 cdrom-hdc -> hdc
lrwxrwxrwx 1 root root 3 Apr 29 12:30 dvd -> hdc
lrwxrwxrwx 1 root root 3 Apr 29 12:30 dvd-hdc -> hdc
brw------- 1 lanny disk 22, 0 Apr 29 12:30 hdc
[root@dell1602 ~]#
I just updated the hal rpm on the box with the problem and I did a
restart of the box after that.
hald (pid 2069) is running...
Alan: I will check that out! Thanks much! Lanny