headermask image

header image

Preventing atheros card from being disconnected often

Found out this solution at ubuntu forums after googling a bit. I was totally fed up with the connection acting out randomly. The solution lies in locking the network interface to a specific 802.11 a/b/g mode.
Edit your /etc/rc.local file and add the following lines before exit 0
modprobe ath_pci
(sleep 10 && /sbin/iwpriv ath0 mode 3) &

Actually [...]

Fedora 8 on HP 6515b

Well i have installed Fedora 8 now and well i was facing the usual problems, install proceeded well in text mode without any problems but on booting after the ATI driver install i was presented with a console login that is no xserver started and then started the problem with WiFi, ndiswrapper wont install it [...]