??? Tu me fais sourire un peu quand même, je suis bien sur le net en ce moment avec une connexion wifi, et je n'ai pas de cable ethernet de branché .
ma wifi, en ce moment même, fonctionne.
je reposte le iwconfig sur l'instant:
tux@slitaz:~ $ iwconfig
lo no wireless extensions.
tunl0 no wireless extensions.
dummy0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:"SFR WiFi FON"
Mode:Managed Frequency:2.412 GHz Access Point: 7A:17:33:2E:11:A9
Bit Rate=1 Mb/s Tx-Power=16 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=27/70 Signal level=-83 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:15 Missed beacon:0
eth0 no wireless extensions.
et les commandes que tu m'as demandé:
lspci -nn
tux@slitaz:~ $ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0106] (rev 09)
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4)
00:1c.3 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 [8086:1e16] (rev c4)
00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation HM76 Express Chipset LPC Controller [8086:1e59] (rev 04)
00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
02:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2230 [8086:0887] (rev c4)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device [10ec:5289] (rev 01)
03:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 0a)
lsmod
tux@slitaz:~ $ lsmod
Module Size Used by Not tainted
ipv6 178458 13
iwlwifi 139549 0
mac80211 161375 1 iwlwifi
cfg80211 117342 2 iwlwifi,mac80211
rfkill 10155 1 cfg80211
wmi 5839 0
snd_hda_codec_hdmi 18225 1
snd_hda_codec_via 26575 1
snd_hda_intel 16713 0
snd_hda_codec 45592 3 snd_hda_codec_hdmi,snd_hda_codec_via,snd_hda_intel
snd_hwdep 3811 1 snd_hda_codec
snd_pcm 42934 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_page_alloc 4673 2 snd_hda_intel,snd_pcm
snd_timer 12073 1 snd_pcm
snd 33335 7 snd_hda_codec_hdmi,snd_hda_codec_via,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 3258 1 snd
xhci_hcd 57215 0
i915 262075 2
video 9495 1 i915
button 3286 1 i915
intel_agp 7912 1 i915
intel_gtt 9087 3 i915,intel_agp
i2c_algo_bit 3627 1 i915
drm_kms_helper 17504 1 i915
drm 118562 3 i915,drm_kms_helper
agpgart 17571 3 intel_agp,intel_gtt,drm
i2c_core 12294 4 i915,i2c_algo_bit,drm_kms_helper,drm
et ls /sys/class/net
tux@slitaz:~ $ ls /sys/class/net
dummy0 eth0 lo tunl0 wlan0
ah oui, et le /etc/network.conf
tux@slitaz:~ $ cat /etc/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="***.***.*.*"
NETMASK="***.***.***.*"
# Set broadcast address
BROADCAST="***.***.*.***"
# Set route gateway for a static IP.
GATEWAY="***.***.*.*"
# Set domain name
DOMAIN=""
# Set DNS server for a static IP.
DNS_SERVER="***.***.*.*"
# Wifi connection.
# Enable/disable wireless connection at boot time.
WIFI="yes"
# Wifi interface (iwconfig) and ESSID.
WIFI_INTERFACE="wlan0"
WIFI_ESSID="SFR WiFi FON"
WIFI_KEY=""
WIFI_KEY_TYPE="off"
WIFI_AP=""
WIFI_MODE="managed"
WIFI_CHANNEL=""
WPA_DRIVER=""
# Wifi network requiering a user and password
WIFI_IDENTITY=""
WIFI_PASSWORD=""
(j'ai volontairement mis des "astérisque" à la place des identifiants.)