Bonsoir,
Je souhaite installer le wifi sous debian-LXDE (source.list au carré “debian lenny”).
Bien que le sujet ait été plusieurs fois abordé, je ne trouve pas la solution à mon problème.
Voici ma carte wifi:
02:0b.0 Ethernet controller: Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01)
J’ai suivi l’installation proposé par kna:
viewtopic.php?f=3&t=16106
voici mon fichier /etc/network/interfaces:
[code]# This file describes the network interfaces available on your system
and how to activate them. For more information, see interfaces(5).
The loopback network interface
auto lo
iface lo inet loopback
The primary network interface
allow-hotplug eth0
#iface eth0 inet dhcp
auto ath0
iface ath0 inet dhcp
wireless-essid MON_ESSID
wireless-key MA_CLE_WEP[/code]
iwconfig donne:
[code]lo no wireless extensions.
eth0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:“MON_ESSID” Nickname:""
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:18 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Encryption key:MA_CLE_WEP Security mode:restricted
Power Management:off
Link Quality=0/70 Signal level=-96 dBm Noise level=-96 dBm
Rx invalid nwid:3 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[/code]
et /etc/init.d/networking restart donne:
[code]Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
wifi0: unknown hardware address type 801
wifi0: unknown hardware address type 801
Listening on LPF/ath0/00:18:4d:ed:8e:d8
Sending on LPF/ath0/00:18:4d:ed:8e:d8
Sending on Socket/fallback
DHCPRELEASE on ath0 to 192.168.1.1 port 67
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
wifi0: unknown hardware address type 801
wifi0: unknown hardware address type 801
Listening on LPF/ath0/00:18:4d:ed:8e:d8
Sending on LPF/ath0/00:18:4d:ed:8e:d8
Sending on Socket/fallback
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 17
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 7
[/code]