0

I received a patched file. ( /drivers/ata/libata-eh.c ) from kernel mailing lists. and I have to compile and install it. But I'm not an expert user really. Can anybody explain it simply ?

Thanks.

Servet
  • 63

1 Answers1

1

I guess I found the answer. But I'm not quite sure. Because developers have not sent a mail about it yet.

cd Downloads/linux-3.3.5/drivers/ata/

make -C /lib/modules/`uname -r`/build M=$PWD

sudo make -C /lib/modules/`uname -r`/build M=$PWD modules_install

sudo depmod -a

sudo update-initramfs -u
Servet
  • 63