Bonjour, je n'arrive pas à me connecter au wifi, avez-vous une idée du problème et de sa solution ? :
Hermine@Slit4z:~$ iwconfig wlan0
wlan0 Ralink STA ESSID:"" Nickname:"RT2860STA"
Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated
Bit Rate:1 Mb/s
RTS thr:off Fragment thr:off
Link Quality=10/100 Signal level:0 dBm Noise level:-97 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Hermine@Slit4z:~$ ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:17:C4:8E:56:67
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:32794 errors:0 dropped:0 overruns:0 frame:0
TX packets:22979 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5996747 (5.7 MiB) TX bytes:0 (0.0 B)
Interrupt:17
Ainsi que le network.conf :
# /etc/network.conf: SliTaz system wide networking configuration.
# Config file used by: /etc/init.d/network.sh
#
# Set default interface.
INTERFACE="eth0"
# Dynamic IP address.
# Enable/disable DHCP client at boot time.
DHCP="yes"
# Static IP address.
# Enable/disable static IP at boot time.
STATIC="no"
# Set IP address and netmask for a static IP.
IP="192.168.0.6"
NETMASK="255.255.255.0"
# Set route gateway for a static IP.
GATEWAY="192.168.0.1"
# Set DNS server for a static IP.
DNS_SERVER="192.168.0.1"
# Wifi connection.
# Enable/disable wireless connection at boot time.
WIFI="yes"
# Wifi interface (iwconfig) and ESSID.
WIFI_INTERFACE="wlan0"
WIFI_ESSID="SFR WiFi Public"
WIFI_MODE="auto"
WIFI_KEY=""
WIFI_KEY_TYPE="off"
WPA_DRIVER=""
WIFI_CHANNEL="any"
WIFI_IWCONFIG_ARGS="yes"