Comment 8 for bug 213639

Revision history for this message
Leszek (bigl-aff) wrote :

So here are modules from linux-image-2.6.24-12 package and detailed instruction what to do:

0. unzip ide-modules.zip

1. sudo cp via82cxxx.ko amd74xx.ko /lib/modules/2.6.24-16-generic/kernel/drivers/ide/pci/

2. sudo depmod -a

3. sudo vi /etc/modprobe.d/blacklist-local

4. add 2 following lines:

blacklist pata_via
blacklist pata_amd

5. sudo update-initramfs -u

6. sudo reboot

I hope it helps everyone with such problems.