Se connecter avec
S'enregistrer | Connectez-vous

ipw2915abg marche pas sous Linux

Dernière réponse : dans Le monde de Linux

j'ai changé ma ipw2100B pour une ipw2915ABG. Alors sous windoze ça marche mais sous Linux (Fedora 6) pas du tout. Et comme d'hab. quelques listing :D 
  1. [root@nemrod firebird]# dmesg | grep ipw
  2. ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.2kmpr
  3. ipw2200: Copyright(c) 2003-2006 Intel Corporation
  4. ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
  5. ipw2200: Detected geography ZZA (11 802.11bg channels, 13 802.11a channels)
  6. [root@nemrod log]# dmesg | grep ieee802
  7. ieee80211_crypt: registered algorithm 'NULL'
  8. ieee80211: 802.11 data/management/control stack, 1.2.16
  9. ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
  10. ieee80211_crypt: registered algorithm 'TKIP'
  11. ieee80211_crypt: registered algorithm 'WEP'
  12. ieee80211_crypt: registered algorithm 'CCMP'
  13. [root@nemrod firebird]# /sbin/lsmod | grep ipw
  14. ipw2200 72628 0
  15. ieee80211 20168 1 ipw2200
  16. [root@nemrod firebird]# /sbin/lsmod | grep ieee802
  17. ieee80211_crypt_ccmp 4992 0
  18. ieee80211_crypt_wep 2304 1
  19. ieee80211_crypt_tkip 7040 0
  20. ieee80211 20168 1 ipw2200
  21. ieee80211_crypt 2176 4 ieee80211_crypt_ccmp,ieee80211_crypt_wep,ieee80211_crypt_tkip,ieee80211
  22. [root@nemrod firebird]# /sbin/lsmod | grep arc
  23. arc4 1152 2
  24. [root@nemrod firebird]# /sbin/lsmod | grep aes
  25. aes 26432 0
  26. [root@nemrod firebird]# /sbin/lsmod | grep mic
  27. michael_mic 1536 0
  28. [root@nemrod firebird]# /sbin/lspci
  29. 00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 03)
  30. 00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 03)
  31. 00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
  32. 00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
  33. 00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
  34. 00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
  35. 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
  36. 00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
  37. 00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)
  38. 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
  39. 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
  40. 00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
  41. 01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 420 Go 32M] (rev a3)
  42. 02:05.0 Network controller: Intel Corporation PRO/Wireless 2915ABG Network Connection (rev 05)
  43. 02:06.0 CardBus bridge: Texas Instruments PCI1620 PC Card Controller (rev 01)
  44. 02:06.1 CardBus bridge: Texas Instruments PCI1620 PC Card Controller (rev 01)
  45. 02:06.2 System peripheral: Texas Instruments PCI1620 Firmware Loading Function (rev 01)
  46. 02:07.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
  47. [root@nemrod firebird]# /etc/init.d/network restart
  48. Arrêt de l'interface loopback : [ OK ]
  49. Activation de l'interface loopback : [ OK ]
  50. Activation de l'interface eth1 : Error for wireless request "Set Mode" (8B06) :
  51. SET failed on device eth1 ; Invalid argument.
  52.  
  53. Définition des informations IP pour eth1. échoué. Aucun lien n'a été trouvé. Vérifier le câble ?
  54. [ÉCHOUÉ]
  55. [root@nemrod firebird]# /sbin/iwconfig
  56. lo no wireless extensions.
  57.  
  58. eth1 unassociated ESSID:"DarkZone" Nickname:"nemrod"
  59. Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated
  60. Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
  61. Retry limit:7 RTS thr:off Fragment thr:off
  62. Encryption key:XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XX Security mode:open
  63. Power Management:off
  64. Link Quality:0 Signal level:0 Noise level:0
  65. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  66. Tx excessive retries:0 Invalid misc:0 Missed beacon:0
  67.  
  68. eth0 no wireless extensions.
  69.  
  70. irlan0 no wireless extensions.
  71.  
  72. sit0 no wireless extensions.


le firmware est dans /lib/firmware/ récupéré sur http://ipw2200.sourceforge.net/firmware.php version 3.0 mais j'ai essayé les versions antérieurs sans résultats.
  1. [root@nemrod firebird]# ls -1 /lib/firmware
  2. /lib/firmware/ipw2200-bss.fw
  3. /lib/firmware/ipw2200-ibss.fw
  4. /lib/firmware/ipw2200-sniffer.fw


le scan avec /sbin/iwlist eth1 scan me liste plein de point d'accès dont le mien donc je pense que point de vu détection ça marche.

j'ai shooté le firmware de l'ancienne ipw2100 qui marchait nickel sous Linux.
Merci de votre aide...

Autres pages sur : ipw2915abg marche linux

Lassé par la pub ? Créez un compte

  1. [root@nemrod firebird]# /sbin/ifconfig -a
  2. eth0 Link encap:Ethernet HWaddr 00:11:85:5E:82:4C
  3. inet adr:10.192.51.146 Bcast:10.192.55.255 Masque:255.255.248.0
  4. adr inet6: fe80::211:85ff:fe5e:824c/64 Scope:Lien
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:4420 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:927 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 lg file transmission:1000
  9. RX bytes:1548279 (1.4 MiB) TX bytes:145273 (141.8 KiB)
  10. Interruption:12
  11.  
  12. eth1 Link encap:Ethernet HWaddr 00:16:6F:9A:0A:DD
  13. BROADCAST MULTICAST MTU:1500 Metric:1
  14. RX packets:3351 errors:0 dropped:4 overruns:0 frame:0
  15. TX packets:376 errors:0 dropped:0 overruns:0 carrier:0
  16. collisions:0 lg file transmission:1000
  17. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  18. Interruption:15 Adresse de base:0xe000 Mémoire:e0002000-e0002fff
  19.  
  20. irlan0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
  21. BROADCAST MULTICAST MTU:1500 Metric:1
  22. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  23. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  24. collisions:0 lg file transmission:4
  25. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  26.  
  27. lo Link encap:Boucle locale
  28. inet adr:127.0.0.1 Masque:255.0.0.0
  29. adr inet6: ::1/128 Scope:Hôte
  30. UP LOOPBACK RUNNING MTU:16436 Metric:1
  31. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  32. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  33. collisions:0 lg file transmission:0
  34. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

  1. [root@nemrod firebird]# /sbin/ifup eth1
  2. Error for wireless request "Set Mode" (8B06) :
  3. SET failed on device eth1 ; Invalid argument.
  4.  
  5. Définition des informations IP pour eth1. échoué. Aucun lien n'a été trouvé. Vérifier le câble ?
Lassé par la pub ? Créez un compte