Monday, October 13, 2008

Linux: update drivers

For a updated driver to be corrected recognized in the next boot:

To save the current ramdiscimage and make a new one:
> mv /boot/initrd.img-`uname -r` /boot/initrd.img-`uname -r`.old
> mkinitramfs -o /boot/initrd.img-`uname -r`

No comments: