GNU/Linux >> Tutoriels Linux >  >> Debian

Installation de la connexion réseau Intel Corporation PRO/Wireless 2200BG sur Linux Debian Etch

Pour installer l'interface réseau Intel Corporation PRO/Wireless 2200BG Network Connection sur debian 4.0 etch, procédez comme suit :
1)
apt-get install module-assistant

2) exécutez module-assistant, compilez et installez le module ipw2200
À ce stade, vous êtes à mi-chemin, car vous verrez le message d'erreur suivant :
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.2kmq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ipw2200: probe of 0000:02:0b.0 failed with error -5

vous devrez donc également installer le firmware.
3) téléchargez http://ipw2200.sourceforge.net/firmware.php?fid=7 pour votre version de pilote
4) décompressez le fichier et copiez le contenu dans /lib/firmware
Les modules et micrologiciels correctement installés produiront les lignes suivantes sur l'écran de démarrage ou par dmesg
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.0mq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: clean.
ACPI: PCI Interrupt 0000:06:04.0[A] -> GSI 22 (level, low) -> IRQ 225
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Detected geography ZZD (13 802.11bg channels, 0 802.11a channels)

5) apt-get install wireless-tools
6) exécutez iwconfig et vous devriez voir quelque chose comme ceci :
eth2 unassociated ESSID:off/any
Mode:Managed Channel=0 Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

7) maintenant que tout est prêt, modifiez le fichier /etc/network/interfaces et ajoutez les lignes suivantes pour utiliser une adresse IP statique :
auto eth2
iface eth2 inet static
address 10.1.1.7
netmask 255.0.0.0
network 10.0.0.0
broadcast 10.255.255.255
gateway 10.1.1.1
wireless-essid *your essid*
wireless-mode Managed
wireless-key *your key*


Debian
  1. Installation Firefox Debian

  2. Comment installer Logstash sur Debian Linux

  3. Comment installer Elasticsearch sur Debian Linux

  4. Installer le micrologiciel sans fil Intel sur Debian 7 Wheezy

  5. Comment installer VirtualBox sur Debian Linux

Comment installer OpenCV sur Debian 10 Linux

Comment installer Skype sur Debian Linux

Installer PowerShell sur Debian 11 Bullseye Linux

Installer les outils Vmware Debian 11 ou 10 Linux VM

Installez Python 3.x ou 2.7 sur Debian 11 Bullseye Linux

Comment installer le noyau Linux 5.15 sur Debian 11