On Sun, 3 Dec 2006, Alan E. Davis wrote:
> I am trying to install a SATA drive from another machine, so I can
> access backups and install them into the current system's filesystem.
>
> lspci gives the following
> moon lngndvs # lspci |grep ATA
> 00:16.1 IDE interface: ALi Corporation ULi M5288 SATA
>
> However according to dmesg, nothing is recognized or configured. I'm
> not sure where to turn next. Besides compiling support into the
> kernel, what else must me done? I have compiled a kernel with support
> for ULI SATA (SCSI_SATA_ULI).
There are several sets of messages you should be getting. There should be
one for the driver, one for the controller, and then one for each drive. I
get:
libata version 2.00 loaded.
ata_piix 0000:00:1f.2 version 2.00
...
ata1: SATA max UDMA/133 ...
ata2: PATA max UDMA/33 ...
If you're getting literally nothing, you didn't get the right options or
something. If you only get line 1, it's not finding your controller (maybe
the kernel doesn't have the PCI ID, or you need a slightly different
driver). If you only get lines 1 and 2, your disk isn't connected
properly, most likely.
-Daniel
*This .sig left intentionally blank*
--
[email protected] mailing list