hello,
je viens d’installer linux mint sur l’ordinateur d’une amie.
Je cherche à faire marcher la carte wifi.
Elle est reconnue :[code]$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:""
Mode:Managed Channel:0 Access Point: Not-Associated
Retry min limit:7 RTS thr:off Fragment thr=2346 B
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
[/code]mais ne marche pas$ iwlist wlan0 scan
wlan0 No scan results
j’ai essayer ceci :$ sudo ifconfig wlan0 up
SIOCSIFFLAGS: No buffer space available
mais cela ne marche pas,comme le montre mon ifconfig [code]$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:40:D0:90:D2:2F
inet addr:192.168.0.79 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:165023 errors:0 dropped:0 overruns:0 frame:0
TX packets:109590 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:247596643 (236.1 MB) TX bytes:7979517 (7.6 MB)
Interrupt:11 Base address:0xe200
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:29 errors:0 dropped:0 overruns:0 frame:0
TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
[/code]
des idées?