Re: 2.6.16.16 Lost CD-ROM Drive

From: Robert Hancock
Date: Thu Feb 01 2007 - 18:43:54 EST


Brian D. McGrew wrote:
What am I missing to get the 2.6.16.16 kernel to see a SATA CD-ROM
drive
in normal, non-legacy move?

Try booting 2.6.16 with the following options:

libata.atapi_enabled=1 ide0=noprobe ide1=noprobe
-----

Still no go. /dev/sda* is created for the hard drive but no CD-ROM and
the same ATAPI error in dmesg.

If libata is built as a module, putting libata.atapi_enabled=1 on the kernel command line won't work. In that case, try putting

options libata atapi_enabled=1

in /etc/modprobe.conf. Of course if libata is being loaded from the initrd that may not work, in which case the easiest solution is likely to just build it into the kernel so that the kernel command line method will work.

--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@xxxxxxxxxxxxx
Home Page: http://www.roberthancock.com/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/