Windows
Réseaux
Wifi
Installer et télécharger firmware pour carte wifi Intel 3945ABG
Pour : Linux (Debian, Ubuntu, ...)
Voici un tutoriel qui explique en détail l'installation et la configuration de la carte wifi "3945ABG" de "Intel Corporation".
PS: Toutes les commandes sont à exécuter avec les droits root.
Installation du pilote
On commence par vérifier le modèle de la carte wifi:
lspci | grep Network 03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
apt-get install iwl3945
modprobe iwl3945
lsmod | grep iwl3945 iwl3945 73152 0 iwl_legacy 71134 1 iwl3945 mac80211 436455 2 iwl3945,iwl_legacy cfg80211 178679 3 iwl3945,iwl_legacy,mac80211
ifconfig eth0 Link encap:Ethernet HWaddr 00:59:2a:b5:d7:41 UP BROADCAST MULTICAST MTU:1500 Metric:1 Packets reçus:0 erreurs:0 :0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B) Interruption:20 Mémoire:fe000000-fe020000 lo Link encap:Boucle locale inet adr:127.0.0.1 Masque:255.0.0.0 adr inet6: ::1/128 Scope:Hôte UP LOOPBACK RUNNING MTU:16436 Metric:1 Packets reçus:240 erreurs:0 :0 overruns:0 frame:0 TX packets:240 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 Octets reçus:18352 (18.3 KB) Octets transmis:18352 (18.3 KB)
ifconfig -a eth0 Link encap:Ethernet HWaddr 00:59:2a:b5:d7:41 UP BROADCAST MULTICAST MTU:1500 Metric:1 Packets reçus:0 erreurs:0 :0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B) Interruption:20 Mémoire:fe000000-fe020000 lo Link encap:Boucle locale inet adr:127.0.0.1 Masque:255.0.0.0 adr inet6: ::1/128 Scope:Hôte UP LOOPBACK RUNNING MTU:16436 Metric:1 Packets reçus:240 erreurs:0 :0 overruns:0 frame:0 TX packets:240 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 Octets reçus:18352 (18.3 KB) Octets transmis:18352 (18.3 KB) wlan0 Link encap:Ethernet HWaddr 00:c2:20:d9:28:1c UP BROADCAST MULTICAST MTU:1500 Metric:1 Packets reçus:0 erreurs:0 :0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B) Interruption:20 Mémoire:fe000000-fe020000
ifconfig wlan0 up
RTNETLINK answers: Operation not possible due to RF-kill
SIOCSIFFLAGS: Opération impossible du fait de RF-kill
rfkill list 0: tpacpi_bluetooth_sw: Bluetooth Soft blocked: no Hard blocked: no 1: phy0: Wireless LAN Soft blocked: yes Hard blocked: yes 4: hci0: Bluetooth Soft blocked: no Hard blocked: no
rfkill unblock 1
ifconfig wlan0 up
ifconfig
iwlist wlan0 scanning | grep ESSID
apt-get install wpasupplicant
nano /etc/network/interfaces
auto wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant.conf
nano /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant ap_scan=1 network={ ssid="mettre_ici_votre_ESSID" scan_ssid=1 proto=WPA RSN key_mgmt=WPA-PSK psk="mettre_ici_votre_clé_WPA" }
ifdown wlan0
ifup wlan0
ifconfig
Cela signifie que l'interface wifi "wlan0" est déjà montez et configurez.ifup: interface wlan0 already configured
Ce message d'erreur signifie qu'il y a une erreur dans le fichier "/etc/networking/interface".Ignoring unknown interface wlan0=wlan0.
auto wlan0 iface wlan1 inet dhcp wpa-conf /etc/wpa_supplicant.conf
Signifie qu'une configuration est déjà chargé.RTNETLINK answers: File exists