J'ai reçu cette semaine un Asus EeePc 1225C préinstallé ubuntu et ai installé ArchLinux sans problème particulier, sauf en ce qui concerne la Wifi. J'ai essayé netcfg, wicd et NetManager et je me trouve toujours devant le même problème, l'interface wlan0 semble bloqué et impossible à démarrer.
Le driver ath9k est bien chargé, les lspci, lsmod et hwinfo suivants me semble normaux :
Code : Tout sélectionner
02:00.0 Network controller: Atheros Communications Inc. AR9485 Wireless Network Adapter (rev 01)
Subsystem: Lite-On Communications Inc Device 6627
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at dfe00000 (64-bit, non-prefetchable) [size=512K]
Expansion ROM at dfe80000 [disabled] [size=64K]
Capabilities: <access denied>
Kernel driver in use: ath9k
Code : Tout sélectionner
[root@Eliane ~]# lsmod | grep ath
ath9k 88167 0
ath9k_common 1604 1 ath9k
ath9k_hw 324251 2 ath9k_common,ath9k
ath 12381 3 ath9k_common,ath9k,ath9k_hw
mac80211 366690 1 ath9k
cfg80211 153286 3 ath,ath9k,mac80211
Code : Tout sélectionner
[root@Eliane ~]# hwinfo --netcard
24: PCI 200.0: 0282 WLAN controller
[Created at pci.319]
Unique ID: y9sn.GEfXmCb5lh5
Parent ID: qTvu.rC95BXzj6sF
SysFS ID: /devices/pci0000:00/0000:00:1c.1/0000:02:00.0
SysFS BusID: 0000:02:00.0
Hardware Class: network
Model: "Atheros WLAN controller"
Vendor: pci 0x168c "Atheros Communications Inc."
Device: pci 0x0032
SubVendor: pci 0x11ad "Lite-On Communications Inc"
SubDevice: pci 0x6627
Revision: 0x01
Driver: "ath9k"
Driver Modules: "ath9k", "ath9k"
Device File: wlan0
Features: WLAN
Memory Range: 0xdfe00000-0xdfe7ffff (rw,non-prefetchable)
Memory Range: 0xdfe80000-0xdfe8ffff (ro,non-prefetchable,disabled)
IRQ: 17 (no events)
HW Address: 74:e5:43:60:1f:b6
Link detected: no
WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 2.484
WLAN encryption modes: WEP40 WEP104 TKIP CCMP
WLAN authentication modes: open sharedkey wpa-psk wpa-eap
Module Alias: "pci:v0000168Cd00000032sv000011ADsd00006627bc02sc80i00"
Driver Info #0:
Driver Status: ath9k is active
Driver Activation Cmd: "modprobe ath9k"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #12 (PCI bridge)
Code : Tout sélectionner
[root@Eliane ~]# ip link set wlan0 up
RTNETLINK answers: Operation not possible due to RF-kill
[root@Eliane ~]# rfkill list
0: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: asus-wimax: WiMAX
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
[root@Eliane ~]# rfkill unblock 2
[root@Eliane ~]# rfkill list
0: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: asus-wimax: WiMAX
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
En cherchant dans ce forum, j'ai trouvé un cas semblable le 17/11 (anghirrim, [systemd] Wlan0 down, Up impossible.)
Quelqu'un sait-il s'il n'y a pas d'autre solution pour redémarrer l'interface que de réinstaller un windows ???
merci,
Ian