You are not logged in.
Pages: 1
Hello everybody,
I am trying to get a working wifi-connection with ARCH and the EEE PC.
Whenever I connect my wifi, it disconnects immediately as soon as some bytes are received and reconnects afterwards.
The Wifi is WPA2 and the signal strength (if connected) is between 90 and 100%.
lspci -v:
Network Controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 101)
Subsystem: AzureWave AW-NE785 / AW-NE785H 802.11bgn Wirless Full or Half-size Mini PCIe Card
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at fbff000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: ath9k
Kernel modules: ath9kiwconfig
wlp2s0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=14 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:offrfkill list all
0: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: noI tried using netctl, wicd, networkmanager - all resulting in the same Problem.
I would be really glad if someone could help me, thanks!
tasse
Last edited by tasse (2014-03-11 14:09:34)
Offline
Hi tasse,
You should find some entry in the journal about the disconnection reason. That might be helpful.
You could try loading the module with the following option:
# modprobe -r ath9k
# modprobe ath9k nohwcrypt=1 If that does not help, have a look whether you get better results with the compat-driver: https://wiki.archlinux.org/index.php/Wireless#ath9k
Offline
Pages: 1