cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Nov. 16 2005,03:43 |
|
Correct.
I was typing from memory from earlier in the day, but I could not connect to the web site at the time.
The general concept is the same for other SATA drivers, just replace
modprobe ata_piix
with your appropriate driver name, such as
modprobe ahci
for example.
Other driver modules of note are:
sata_nv sata_promise sata_qstore sata_sil sata_sis sata_svw sata_sx4 sata_uli sata_via sata_vsc
depending on your computer's chipset. You need to use google to learn the type of chipset/driver combo is required for your SATA controller.
Newer versions of the KNOPPIX 2.4.x kernel autodetection routines MAY be able to automatically detect the correct driver, maybe knoppix 3.6 or 3.7
Otherwise, the newest KNOPPIX autodetection routines would need to be backported to work with the 2.4.x kernel. My guess is that this would not be too hard, mainly replacing ".ko" with ".o" in a lot of different places. But that is easy for me to say because I have not done it myself
|