Re: Recompiler un driver en particulier

Top Page

Reply to this message
Author: Frédéric
Date:  
To: guilde
Subject: Re: Recompiler un driver en particulier
Le lundi 12 novembre 2012, Christian Marillat a écrit :

> depmod doit résoudre ça.


Non, ce n'est pas ça (enfin, pas que ça). En fait, j'ai trouvé sur :

http://askubuntu.com/questions/14627/no-symbol-version-for-module-layout-when-trying-to-load-
usbhid-ko

"""
1) cd /usr/src/linux-source-$Version and unpack the .tar.bz2 archive in place and cd into the
    extracted directory - I guess you already did this
2) cp /boot/config-$YourKernelVersion .config into the kernel source directory
3) cp /usr/src/linux-headers-$YourKernelVersion/Module.symvers . into the kernel source
   directory


After you've done that, in the kernel source directory, do this:

1. make prepare
2. make scripts
3. make M=drivers/usb/serial - change the path after M= to suit your needs
"""

Ça a l'air de marcher. Note qu'il faut effectivement faire le depmod à la fin, une fois le
module installé dans /lib/modules...

Merci !

--
Frédéric