On Sunday 31 October 2010 04:12:59 Simon Geard wrote:
> Running lsmod on Fedora can probably tell you what driver it's using for
> the controller - if it's a fairly modern SATA-based setup, it's likely
> to be the standard 'ahci', but on an older machine it might be something
> chipset-specific (which in my case is 'sata_nv').

Also, if the distrib has a fairly new lspci(), running 'lspci -nnv' will show 
you what hardware you have and (often) which drivers are operating the 
hardware. The 'nn' shows the vendor and device IDs which you can use to 
peruse the driver source to determine whcih driver supports the device.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to