Bonjour,
Désolé de remettre un sujet sur le Wifi alors que des centaines de posts traitent déjà de ce sujet dans SD, mais je n’y arrive pas…
[code]$ lspci | grep Network
00:0a.0 Network controller: RaLink RT2561/RT61 802.11g PCI
$ lspci -v
00:0a.0 Network controller: RaLink RT2561/RT61 802.11g PCI
Subsystem: Linksys WMP54G ver 4.1
Flags: bus master, slow devsel, latency 32, IRQ 18
Memory at eb000000 (32-bit, non-prefetchable) [size=32K]
Capabilities:
Kernel driver in use: rt61pci
Kernel modules: rt61pci
$ lsmod | grep rt61
rt61pci 18640 0
crc_itu_t 2148 1 rt61pci
rt2x00pci 7180 1 rt61pci
rt2x00lib 25980 2 rt61pci,rt2x00pci
eeprom_93cx6 1920 1 rt61pci
iwconfig
wlan0 IEEE 802.11bg ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=0 dBm
Retry min 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
$ cat /etc/network/interfaces
The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant.conf
$ cat /etc/wpa_supplicant.conf
network={
ssid="onzeair"
psk=“0000000000”
}
[/code]
J’ai essayé plein de trucs (enfin raisonnable quand même…)
ifdown wlan et ifup
J’ai tenté des modification sur /etc/network/interfaces, sans succès (en faisant à chaque fois ifdown + modif + ifup)
[quote]# sudo iwlist wlan0 scan
wlan0 Interface doesn’t support scanning : Network is down
ifup wlan0
SIOCSIFFLAGS: No such file or directory
Could not set interface ‘wlan0’ UP
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit isc.org/sw/dhcp/
SIOCSIFFLAGS: No such file or directory
SIOCSIFFLAGS: No such file or directory
Listening on LPF/wlan0/00:1e:e5:20:e4:1a
Sending on LPF/wlan0/00:1e:e5:20:e4:1a
Sending on Socket/fallback
receive_packet failed on wlan0: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
[/quote]
C’est comme si la carte n’était pas bien installée… est-ce que le drivers choisi et fourni par Lenny est le bon ? (ha oui, système Lenny 2.6.30-bpo.2-686)
Je ne sais plus trop dans quelle direction chercher.
Merci d’avance pour votre aide !