> hi all,
> I need some help to setup a CDROM for a Dell Latitude LS series.
> I already finished my installation of SuSE7.2. During the
> installation, I was forced to pick a CDROM from a limited list. I
> just pick the Sony535. When kernel boots, it does see the correct
> CDROM - "hda: Toshiba XM-1902B ATAPI...". However, KDE just doesn't
> see the CDROM. I used YaST and it does not help as I don't see the
> Toshiba cdrom driver from the list. What am I supposed to do next?
The Sony535 was just about the first CDROM drive ever -- old, obsolete,
1X drive with a proprietary interface. In fact, *ALL* of those CDROM
drives from that "short list" are obsolete drives with proprietary
interfaces, except for the generic SCSI and ATAPI EIDE choices.
Your CDROM drive uses an ATAPI EIDE interface, so it has a /dev/hd?
name, just like an IDE hard disk. From your quote above, it appears
to be /dev/hda which is a pretty weird configuration. /dev/hda is
the master drive on the primary controller, which 99% of the computers
use for the main hard disk. The CDROM drive is usually /dev/hdc, the
primary drive on the secondary controller. Perhaps you accidentally
swapped the two IDE ribbon cables on your motherboard at some point.
Whatever. Linux systems usually like to have a symbolic link named
"/dev/cdrom" pointing to the CDROM drive, and SuSE's YaST configuration
tool has a way to do that. Login as root, run "yast", select
"System Administration" and then "Integrate hardware into the system",
and then "CD/DVD configuration". Choose "ATAPI EIDE", and then
"On Controller 0 as master". (Most people would select "Controller 1
as master".)