[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Comment installer la wifi sur un IBM ThinkPad T40?



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


Reply to: