On Sat, Feb 23, 2008 at 11:59:36 +0000, Mitch Crawford wrote: > debian:~# lspci -nn
[...] > 00:0f.0 IDE interface [0101]: VIA Technologies, Inc. Unknown device > [1106:5372] > 00:0f.1 IDE interface [0101]: VIA Technologies, Inc. > VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 07) [...] > That's the whole output. > > The SATA controller I thought was the VIA8273A but looking on my Mobo Specs > it lists it as 8273S > > Does this mean I _don't_ have a driver installed ? > The Mobo CD has Mandrake & suse drivers, are these OK? If not where do I > get one from ? "Unknown device" means that lspci cannot find the vendor:device combination in its database (/usr/share/misc/pci.ids.gz). You can update this database by running "update-pciids" as root. However, it seems that VIA's 0x5372 device is so far not included in the database at all: http://pci-ids.ucw.cz/iii/?i=1106 (If your documentation contains a reliable model name and number then you can add this information to the online database yourself.) Nevertheless, I think that the newest sata_via module supports the controller already, since its device ID is included in sata_via.c: { PCI_VDEVICE(VIA, 0x5372), vt6420 }, The vt6420 IDs were added to the driver on 2007-05-25, so you will probably have to upgrade your kernel if you are running standard Etch (which was released on 2007-04-08 and frozen for a while before that already). You could check out www.backports.org; I think they have 2.6.22 kernel packages available for installation on Etch systems. -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]