Bonjour !
J’ai trouvé un bon tuto pour apprendre à compiler un nouveau noyeau 2.6 sur developpez.com.
J’ai suivi toutes leurs instructions, puis suis arrivé au moment de lancer la compilation avec : # make-kpkg --append-to-version "-version_perso" --initrd buildpackage --config menuconfig
Durant la compilation, je dois choisir mes options pour le kernel. Afin de choisir ces options je me suis aidé de ce site.
La compilation continue sans problème durant 2 heures ~, jusqu’à ce message :
[quote] Building modules, stage 2.
MODPOST 1632 modules
ERROR: “libertas_remove_mesh” [drivers/net/wireless/libertas/usb8xxx.ko] undefined!
ERROR: “libertas_add_card” [drivers/net/wireless/libertas/usb8xxx.ko] undefined!
ERROR: “libertas_send_tx_feedback” [drivers/net/wireless/libertas/usb8xxx.ko] undefined!
ERROR: “libertas_prepare_and_send_command” [drivers/net/wireless/libertas/usb8xxx.ko] undefined!
ERROR: “libertas_remove_card” [drivers/net/wireless/libertas/usb8xxx.ko] undefined!
ERROR: “libertas_add_mesh” [drivers/net/wireless/libertas/usb8xxx.ko] undefined!
ERROR: “libertas_process_rxed_packet” [drivers/net/wireless/libertas/usb8xxx.ko] undefined!
ERROR: “libertas_interrupt” [drivers/net/wireless/libertas/usb8xxx.ko] undefined!
ERROR: “libertas_activate_card” [drivers/net/wireless/libertas/usb8xxx.ko] undefined!
make[3]: *** [__modpost] Erreur 1
make[2]: *** [modules] Erreur 2
make[2]: quittant le répertoire « /usr/src/linux-source-2.6.22 »
make[1]: *** [debian/stamp-build-kernel] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-source-2.6.22 »
make: *** [stamp-buildpackage] Erreur 2
[/quote]
Ayant bien lu, j’ai vite compris que mon problème est du au fichier drivers/net/wireless/libertas/usb8xxx.ko qui n’est apparement pas défini.
Auriez-vous une idée pour résoudre mon problème ?
PS : Voici les infos que je n’ai pas pu mettre dans ma signature à cause de la taille :
[quote]lspci :
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
00:0a.0 CardBus bridge: Texas Instruments PCI1225 (rev 01)
00:0a.1 CardBus bridge: Texas Instruments PCI1225 (rev 01)
00:0d.0 FireWire (IEEE 1394): Texas Instruments TSB12LV23 IEEE-1394 Controller
00:0e.0 Communication controller: Conexant HSF 56k Data/Fax/Voice/Spkp (w/Handset) Modem (rev 01)
00:10.0 Multimedia audio controller: ESS Technology ES1978 Maestro 2E (rev 10)
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage LT Pro AGP-133 (rev dc)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
lsusb :
Bus 001 Device 001: ID 0000:0000
lspcmcia :
Socket 0 Bridge: [yenta_cardbus] (bus ID: 0000:00:0a.0)
CardBus card – see “lspci” for more information
Socket 1 Bridge: [yenta_cardbus] (bus ID: 0000:00:0a.1)
Socket 1 Device 0: [hostap_cs] (bus ID: 1.0)
dmidecode :
dmidecode 2.9
SMBIOS 2.2 present.
47 structures occupying 1559 bytes.
Table at 0x000ED9AA.
[/quote]
