Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2029 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  [wifi on debian sid] problème dans la recompilation du kernel [help]

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[wifi on debian sid] problème dans la recompilation du kernel [help]

n°382492
Pizz
Vive les Tomates !
Posté le 31-12-2003 à 01:43:21  profilanswer
 

ça y est, je me lance dans l'installation de ma carte pcmcia wifi 802.11g (NetGear WG511) avec la méthode de prism54.
 
j'ai suivi le "how to" de frode du forum prism54.
 

Code :
  1. cd /usr/src
  2. wget http://prism54.org/firmware/isl3890
  3. wget http://prism54.org/~hvr/firmware.agent
  4. wget http://www.kernel.org/pub/linux/ke [...] 22.tar.bz2
  5. wget http://www.kernel.org/pub/linux/ke [...] 23-rc1.bz2
  6. wget http://prism54.org/pub/linux/snaps [...] -11-11.bz2
  7. mkdir -p /usr/lib/hotplug/firmware
  8. cp isl3890 /usr/lib/hotplug/firmware
  9. cd /usr/src
  10. tar -jxvf linux-2.4.22.tar.bz2
  11. ln -sf /usr/src/linux-2.4.22 /usr/src/linux
  12. cd /usr/src/linux-2.4.22
  13. bzip2 -cd ../patch-2.4.23-rc1.bz2 |patch -p1
  14. bzip2 -cd ../patch-2.4.23-rc1-prism54-CVS-2003-11-11.bz2 |patch -p1
  15. make menuconfig (remember to mount filesystem!)
  16. *[choose type of config] CONFIG_EXPERIMENTAL: y --> Code maturity level options --> Prompt for development and/or incomplete code/drivers
  17. *[choose firmware loader] CONFIG_FW_LOADER: (m) --> Library routines --> Hotplug firmware loading support (EXPERIMENTAL) [kan velges som modul, om du velger Prism54 først]
  18. *[choose the prism54-card as a modul] Network device support --> Wireless LAN (non-hamradio) --> Prism54 - Intersil Prism GT/Duette/Indigo PCI/PCMCIA
  19. make dep
  20. make bzImage
  21. make modules
  22. su
  23. make modules_install
  24. cp arch/i386/boot/bzImage /boot/bzImage-2.4.23rc1
  25. cp System.map /boot/System.map-2.4.23rc1
  26. cd /boot
  27. ln -sf System.map-2.4.23rc1 System.map
  28. cp /usr/src/linux/.config /boot/config-2.4.23rc1
  29. cp /usr/src/firmware_aget /etc/hotplug/firmware.agent
  30. chmod a+x /etc/hotplug/firmware.agent
  31. *[clean up the mess]
  32. cd /usr/scr
  33. mkdir prism54
  34. mv isl3890 firmware.agent patch-2.4.23-rc1-prism54-CVS-2003-11-11.bz2 /prism54
  35. *[change grub] (edit /boot/grub/menu.lst) this is an example:
  36. title Linux 2.4.23rc1, patched for wlan
  37. root (hd0,4)
  38. kernel /boot/bzImage-2.4.23rc1 ro root=/dev/hda0
  39. ***reboot, and choose: "Linux 2.4.23rc1, patched for wlan"***


 
je suis sous Debian Sid 2.4.23-1-686 (install minimale de Woody puis passage en Sid) et j'ai installé les sources
 
j'ai fait :
 

Code :
  1. wget http://prism54.org/firmware/isl3890
  2. wget http://prism54.org/~hvr/firmware.agent
  3. wget http://prism54.org/pub/linux/snaps [...] 031230.bz2
  4. mkdir -p /usr/lib/hotplug/firmware (hotplug n'existait pas)
  5. cp isl3890 /usr/lib/hotplug/firmware/
  6. cd /usr/src
  7. ln -sf /usr/src/kernel-2.4.23 /usr/src/linux
  8. cd /usr/src/linux-2.4.22
  9. bzip2 -cd ../patch-2.4.23-prism54-cvs20031230.bz2 |patch -p1
  10. make menuconfig
  11. *[choose type of config] CONFIG_EXPERIMENTAL: (y) --> Code maturity level options --> Prompt for development and/or incomplete code/drivers
  12. *[choose firmware loader] CONFIG_FW_LOADER: (m) --> Library routines --> Hotplug firmware loading support (EXPERIMENTAL)
  13. *[choose the prism54-card as a modul] Network device support --> Wireless LAN (non-hamradio) --> Prism54 - Intersil Prism GT/Duette/Indigo PCI/PCMCIA (y)
  14. make dep
  15. make bzImage


 
et puis j'ai cette erreur :
 

Code :
  1. drivers/net/wireless/wireless_net.o(.text+0x4a0): In function `isl38xx_upload_firmware':
  2. : undefined reference to `request_firmware'
  3. drivers/net/wireless/wireless_net.o(.text+0x528): In function `isl38xx_upload_firmware':
  4. : undefined reference to `release_firmware'
  5. drivers/net/wireless/wireless_net.o(.text+0x5ba): In function `isl38xx_upload_firmware':
  6. : undefined reference to `release_firmware'
  7. make: *** [vmlinux] Error 1
  8. INSPIRON-8200:/usr/src/linux#


 
Merci de votre aide  :jap:


Message édité par Pizz le 31-12-2003 à 10:29:35

---------------
C'est quand on a le nez dans la tomate qu'on voit mieux la tomate !
mood
Publicité
Posté le 31-12-2003 à 01:43:21  profilanswer
 


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  [wifi on debian sid] problème dans la recompilation du kernel [help]

 

Sujets relatifs
Probleme cyclique de rpmbuild -rebuild[Debian] Bizarre le "apt-get dist-upgrade" !?
repartitionner ?? ==> help neededprobleme avec mon navigateur
[mdk92] Wine et steam = need help !!![Debian] Woody, installation des drivers ATI pour radeons
Urpmi kernel[Apple] Problème de démarrage ibook...
debian net-install par l'ADSLprobleme avec l'installation de Linux Mandrake 9.1 sur une ABIT BE6 II
Plus de sujets relatifs à : [wifi on debian sid] problème dans la recompilation du kernel [help]


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR