Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Comment installer la wifi sur un IBM ThinkPad T40?

26 réponses
Avatar
philippe dhondt
Bonjour,

je suis occupé à installer Lenny sur un portable IBM ThinkPad T40 et je
n'arrive pas à faire fonctionner la wifi.
Je précise d'emblée que ceci est mon premier contact avec la wifi...
ceci expliquant sans doute cela.
J'ai suivi quelques "tuto" ou "méthode" glanées sur Google, mais aucun
ne fonctionne.
Je viens donc de réinstaller complètement le système afin de repartir de
zéro et vous soumets la situation :

# uname -r
2.6.26-1-686

# lspci
...
network controller: Intell PRO/Wireless LAN 2100 3B Mini PCI

# lsmod | grep ipw2100
ipw2100
ieee80211
firmware_class

J'ai récupéré le firmware ipw2100-fw-1.3 (3 files) de
http://ipw2100.sourceforge.net/
J'ai copié les trois fichiers .fw qu'il contient (ipw2100-1.3.fw,
ipw2100-1.3-i.fw, ipw2100-1.3-p.fw) dans le
répertoire /usr/lib/hotplug/firmware

Mais voilà, rien n'y fait :
# iwconfig
no wireless extension


Il me semble que la première étape est de faire en sorte que la carte
soit reconnue et ensuite de la configurer, mais par où commencer ?


D'avance merci.


Philippe.

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

6 réponses

1 2 3
Avatar
philippe dhondt
Voici une synthèse des différentes commandes et de leurs résultats :


# uname -r
2.6.26-1-686

# lspci
...
network controller: Intell PRO/Wireless LAN 2100 3B Mini PCI

# lsmod | grep ipw2100
ipw2100
ieee80211
firmware_class

# ls -l /lib/firmware
rw-r--r-- 1 root root 209190 sep 27 2004 ipw2100-1.3.fw
-rw-r--r-- 1 root root 201138 sep 27 2004 ipw2100-1.3-i.fw
-rw-r--r-- 1 root root 196458 sep 27 2004 ipw2100-1.3-p.fw
-rw-r--r-- 1 root root 11880 mar 3 2004 LICENSE

firmwares trouvés sur http://ipw2100.sourceforge.net/

# iwconfig
no wireless extension


Contenu du fichier /etc/network/interfaces :
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

# /etc/init.d/networking restart
SIOCSIFADDR : No such device
wlan0: ERROR while getting interface flags: No such device
wlan0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up wlan0

# dmesg | grep ipw2100
[ 12.377785] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver,
git-1.2.2
[ 12.377831] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[ 12.723195] ipw2100: Detected Intel PRO/Wireless 2100 Network
Connection
[ 12.723249] firmware: requesting ipw2100-1.3.fw
[ 15.497193] ipw2100: Fatal interrupt. Scheduling firmware restart.
[ 17.228069] ipw2100: eth1: Failed to start the card.
[ 17.488157] ipw2100Error calling register_netdev.
[ 21.180114] ipw2100: eth1: Failed to start the card.
[ 24.896332] ipw2100: eth1: Failed to start the card.
[ 152.268126] ipw2100: eth1: Failed to start the card.
[ 156.020122] ipw2100: eth1: Failed to start the card.
[ 357.664124] ipw2100: eth1: Firmware did not initialize.
[ 357.664176] ipw2100: eth1: Failed to start the firmware.
[ 357.664613] ipw2100: probe of 0000:02:02.0 failed with error -5




@+


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
giggz
philippe dhondt a écrit :
Voici une synthèse des différentes commandes et de leurs résultats :


# uname -r
2.6.26-1-686

# lspci
...
network controller: Intell PRO/Wireless LAN 2100 3B Mini PCI

# lsmod | grep ipw2100
ipw2100
ieee80211
firmware_class

# ls -l /lib/firmware
rw-r--r-- 1 root root 209190 sep 27 2004 ipw2100-1.3.fw
-rw-r--r-- 1 root root 201138 sep 27 2004 ipw2100-1.3-i.fw
-rw-r--r-- 1 root root 196458 sep 27 2004 ipw2100-1.3-p.fw
-rw-r--r-- 1 root root 11880 mar 3 2004 LICENSE

firmwares trouvés sur http://ipw2100.sourceforge.net/

# iwconfig
no wireless extension


Contenu du fichier /etc/network/interfaces :
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

# /etc/init.d/networking restart
SIOCSIFADDR : No such device
wlan0: ERROR while getting interface flags: No such device
wlan0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up wlan0

# dmesg | grep ipw2100
[ 12.377785] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver,
git-1.2.2
[ 12.377831] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[ 12.723195] ipw2100: Detected Intel PRO/Wireless 2100 Network
Connection
[ 12.723249] firmware: requesting ipw2100-1.3.fw
[ 15.497193] ipw2100: Fatal interrupt. Scheduling firmware restart.
[ 17.228069] ipw2100: eth1: Failed to start the card.
[ 17.488157] ipw2100Error calling register_netdev.
[ 21.180114] ipw2100: eth1: Failed to start the card.
[ 24.896332] ipw2100: eth1: Failed to start the card.
[ 152.268126] ipw2100: eth1: Failed to start the card.
[ 156.020122] ipw2100: eth1: Failed to start the card.
[ 357.664124] ipw2100: eth1: Firmware did not initialize.
[ 357.664176] ipw2100: eth1: Failed to start the firmware.
[ 357.664613] ipw2100: probe of 0000:02:02.0 failed with error -5




@+






bon déjà tu pux changer wlan0 en eth1...vu ce que dis les messages.

mais bon ça n'aidera pas à faire marcher le firmware...

bye

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
giggz
giggz a écrit :
philippe dhondt a écrit :
Voici une synthèse des différentes commandes et de leurs résultats :


# uname -r
2.6.26-1-686

# lspci
...
network controller: Intell PRO/Wireless LAN 2100 3B Mini PCI

# lsmod | grep ipw2100
ipw2100
ieee80211
firmware_class

# ls -l /lib/firmware
rw-r--r-- 1 root root 209190 sep 27 2004 ipw2100-1.3.fw
-rw-r--r-- 1 root root 201138 sep 27 2004 ipw2100-1.3-i.fw
-rw-r--r-- 1 root root 196458 sep 27 2004 ipw2100-1.3-p.fw
-rw-r--r-- 1 root root 11880 mar 3 2004 LICENSE

firmwares trouvés sur http://ipw2100.sourceforge.net/

# iwconfig
no wireless extension


Contenu du fichier /etc/network/interfaces :
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

# /etc/init.d/networking restart
SIOCSIFADDR : No such device
wlan0: ERROR while getting interface flags: No such device
wlan0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up wlan0

# dmesg | grep ipw2100
[ 12.377785] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver,
git-1.2.2
[ 12.377831] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[ 12.723195] ipw2100: Detected Intel PRO/Wireless 2100 Network
Connection
[ 12.723249] firmware: requesting ipw2100-1.3.fw
[ 15.497193] ipw2100: Fatal interrupt. Scheduling firmware restart.
[ 17.228069] ipw2100: eth1: Failed to start the card.
[ 17.488157] ipw2100Error calling register_netdev.
[ 21.180114] ipw2100: eth1: Failed to start the card.
[ 24.896332] ipw2100: eth1: Failed to start the card.
[ 152.268126] ipw2100: eth1: Failed to start the card.
[ 156.020122] ipw2100: eth1: Failed to start the card.
[ 357.664124] ipw2100: eth1: Firmware did not initialize.
[ 357.664176] ipw2100: eth1: Failed to start the firmware.
[ 357.664613] ipw2100: probe of 0000:02:02.0 failed with error -5




@+






bon déjà tu pux changer wlan0 en eth1...vu ce que dis les messages.

mais bon ça n'aidera pas à faire marcher le firmware...

bye




euh j'ai peut-être pas été très clair :

éditer le fichier /etc/network/interfaces et modifier :
auto wlan0
iface wlan0 inet dhcp

en
auto eth1
iface eth1 inet dhcp

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
giggz
giggz a écrit :
giggz a écrit :
philippe dhondt a écrit :
Voici une synthèse des différentes commandes et de leurs résultats :


# uname -r
2.6.26-1-686

# lspci
...
network controller: Intell PRO/Wireless LAN 2100 3B Mini PCI

# lsmod | grep ipw2100
ipw2100
ieee80211
firmware_class

# ls -l /lib/firmware
rw-r--r-- 1 root root 209190 sep 27 2004 ipw2100-1.3.fw
-rw-r--r-- 1 root root 201138 sep 27 2004 ipw2100-1.3-i.fw
-rw-r--r-- 1 root root 196458 sep 27 2004 ipw2100-1.3-p.fw
-rw-r--r-- 1 root root 11880 mar 3 2004 LICENSE

firmwares trouvés sur http://ipw2100.sourceforge.net/

# iwconfig
no wireless extension


Contenu du fichier /etc/network/interfaces :
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

# /etc/init.d/networking restart
SIOCSIFADDR : No such device
wlan0: ERROR while getting interface flags: No such device
wlan0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up wlan0

# dmesg | grep ipw2100
[ 12.377785] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver,
git-1.2.2
[ 12.377831] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[ 12.723195] ipw2100: Detected Intel PRO/Wireless 2100 Network
Connection
[ 12.723249] firmware: requesting ipw2100-1.3.fw
[ 15.497193] ipw2100: Fatal interrupt. Scheduling firmware restart.
[ 17.228069] ipw2100: eth1: Failed to start the card.
[ 17.488157] ipw2100Error calling register_netdev.
[ 21.180114] ipw2100: eth1: Failed to start the card.
[ 24.896332] ipw2100: eth1: Failed to start the card.
[ 152.268126] ipw2100: eth1: Failed to start the card.
[ 156.020122] ipw2100: eth1: Failed to start the card.
[ 357.664124] ipw2100: eth1: Firmware did not initialize.
[ 357.664176] ipw2100: eth1: Failed to start the firmware.
[ 357.664613] ipw2100: probe of 0000:02:02.0 failed with error -5




@+





bon déjà tu pux changer wlan0 en eth1...vu ce que dis les messages.

mais bon ça n'aidera pas à faire marcher le firmware...

bye




euh j'ai peut-être pas été très clair :

éditer le fichier /etc/network/interfaces et modifier :
auto wlan0
iface wlan0 inet dhcp

en
auto eth1
iface eth1 inet dhcp




as tu regardé les problèmes détaillés sur la page :
http://ipw2100.sourceforge.net/index.php

ça n'a pas l'air d'être exactement ton pb, mais bon ça peut être une piste.

bye

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
ENGELAERE Arnaud
Bonsoir,

Voici ce que préconise Debian pour l'installation de ce firmware, si
ca peux être utile...

Installer les paquets : firmware-ipw2x00 et wireless-tools

Une fois installé, faire un
modprobe -r ipw2100 && modprobe ipw2100

Vérifié que le firmware fonctionne via la commande :
iwconfig

Et ensuite, faire un
ifconfig wlan0 up

Et ensuite scanner pour vérifier le foinctionnement de la carte.

Voilà.

@+
Cordialement,
ENGELAERE Arnaud

philippe dhondt a écrit :

Voici une synthèse des différentes commandes et de leurs ré sultats :


# uname -r
2.6.26-1-686

# lspci
...
network controller: Intell PRO/Wireless LAN 2100 3B Mini PCI

# lsmod | grep ipw2100
ipw2100
ieee80211
firmware_class

# ls -l /lib/firmware
rw-r--r-- 1 root root 209190 sep 27 2004 ipw2100-1.3.fw
-rw-r--r-- 1 root root 201138 sep 27 2004 ipw2100-1.3-i.fw
-rw-r--r-- 1 root root 196458 sep 27 2004 ipw2100-1.3-p.fw
-rw-r--r-- 1 root root 11880 mar 3 2004 LICENSE

firmwares trouvés sur http://ipw2100.sourceforge.net/

# iwconfig
no wireless extension


Contenu du fichier /etc/network/interfaces :
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

# /etc/init.d/networking restart
SIOCSIFADDR : No such device
wlan0: ERROR while getting interface flags: No such device
wlan0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up wlan0

# dmesg | grep ipw2100
[ 12.377785] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver,
git-1.2.2
[ 12.377831] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[ 12.723195] ipw2100: Detected Intel PRO/Wireless 2100 Network
Connection
[ 12.723249] firmware: requesting ipw2100-1.3.fw
[ 15.497193] ipw2100: Fatal interrupt. Scheduling firmware restart.
[ 17.228069] ipw2100: eth1: Failed to start the card.
[ 17.488157] ipw2100Error calling register_netdev.
[ 21.180114] ipw2100: eth1: Failed to start the card.
[ 24.896332] ipw2100: eth1: Failed to start the card.
[ 152.268126] ipw2100: eth1: Failed to start the card.
[ 156.020122] ipw2100: eth1: Failed to start the card.
[ 357.664124] ipw2100: eth1: Firmware did not initialize.
[ 357.664176] ipw2100: eth1: Failed to start the firmware.
[ 357.664613] ipw2100: probe of 0000:02:02.0 failed with error -5




@+


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact org





----------------------------------------------------------------
- Please consider the environment before printing this mail.
- Avant d'imprimer cet email, réfléchissez à l'impact sur l'e nvironnement.
- Afin de respecter l'environnement, merci de n'imprimer cet email que
si nécessaire.

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
kaliderus
--001485f7cbf05c58140463bb3b18
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable


firmwares trouvés sur http://ipw2100.sourceforge.net/






Ce firmware est dans la section non-free de Lenny, à rajouter dans
/etc/apt/sources.list
Il est conseillé d'utiliser aptitude pour l'installation.
k.

--001485f7cbf05c58140463bb3b18
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<br>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0 px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0 px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>firmwares trouvés sur <a h ref="http://ipw2100.sourceforge.net/" target="_blank">http://ipw2100.so urceforge.net/</a></blockquote>
</blockquote>
<div> </div>
<div>Ce firmware est dans la section non-free de Lenny, à rajouter dans /etc/apt/sources.list</div>
<div>Il est conseillé d&#39;utiliser aptitude pour l&#39;installation.</d iv>
<div>k.</div></div>

--001485f7cbf05c58140463bb3b18--

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
1 2 3