You are not logged in.
Hi all. Sorry I wasnt sure if I should post this here, or in the pacman forum, as ever since I did a full system update a few weeks ago, I've been getting 30-70% packet loss on my wifi. It had been working fine for a year or so before hand. I used ping to test this, and tried to ping the router to eliminate any dns issues connecting to the outside world.
--- 192.168.1.1 ping statistics ---
21 packets transmitted, 13 received, 38% packet loss, time 20075ms
rtt min/avg/max/mdev = 2.251/2.876/7.033/1.259 ms
The wired network works fine. As does my wireless laptop if i put it in the same room as this machine.
The wireless device is a usb one.
Bus 001 Device 002: ID 0471:1236 Philips (or NXP) SNU5600 802.11bg
Can anyone shed any light into what may be the problem?\
Many thanks
Phill
Offline
Maybe a power-saving option (for the wireless device, or for the USB port), decreasing the signal strength?
Offline
I think you running the Atheros AR5007UG, see this debian doc for good list of supported devices http://wiki.debian.org/zd1211rw
If so, I would look at the wireless wiki page https://wiki.archlinux.org/index.php/Wireless_Setup
If I was you I would start by looking at the drivers being load.
ath5k is the preferred driver for AR5xxx chipsets including those which are already working with madwifi-ng and for some chipsets older than AR5xxx.
If ath5k is conflicting with ath_pci on your system, blacklist (and unload using rmmod or reboot) the following drivers...
Offline
Thanks for the replies.
How do I go about checking power saving options?
Also, it appears to be using zd1211rw, if thats any help.
Mar 10 06:36:30 SEMPRON kernel: zd1211rw 1-4:1.0: zd1211b chip 0471:1236 v4810 high 00-12-bf AL2230_RF pa0 g--NS
Offline
Run modinfo on the concerned kernel module, you can see if it supports powersaving, then reload the module with the relevant options to disable it, if necessary.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
The command "iwlist wlan0 option" will tell you a lot about your wireless radio system. Read "man iwlist".
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
Ok I had another look at the wiki and looks like you will need to make sure you have the firmware installed for the zd1211rw. It looks like all Atheros-based USB devices are unsupported by the ath5k, my bad.
See: https://wiki.archlinux.org/index.php/Wi … p#zd1211rw
But if it is working at all then you must have the firmware installed, and maybe the power management suggestions are more likely.
Offline