Bug 33882
Summary: | rt2800pci bad performance in 2.6.38 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Ricardo Graça (r.jpg) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | alan, florian, gwingerde, IvDoorn, linville, maciej.rutecki, rjw, rsalveti, ted_howard, tjmdw2 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.38.3 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 27352 |
Description
Ricardo Graça
2011-04-23 14:35:10 UTC
It seems to affect RT3090 as well, according to this ubuntu bug report: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/769504 Can you check if it gets better if you disable power management? Run as root: $ iwconfig wlan0 power off At least for me it improves quite a lot. Yes, by disabling power management the connection is back to normal again. Still, this is a regression because it used to work fine with power management activated. I am the person who posted the bug report on Launchpad against Ubuntu, and I can confirm that "iwconfig wlan1 power off" fixes the problem temporarily. The "iwconfig wlan0 power off" trick no longer works with version 2.6.38.4 What do you mean with that the trick no longer works? Does the command no longer work (i.e. it fails) or is executing the command no longer a fix for the performance issues? Sorry, I should have been more specific. I mean it no longer fixes the performance issue. I got an email asking if this is still a regression, and so I'm confirming it is still present. The issue still seems to be present in Ubuntu with the RT3090 chipset, and it has been confirmed as a bug on Launchpad. It seems to affect some Realtek chipsets as well, and running "iwconfig wlan0 power off" on the Realtek chipset I tried (I can't remember the exact model number, but it's internal) only fixes the problem for a short amount of time (usually under 10 minutes) and then restarting is the only simple way of making the command work again as it has no effect on following attempts. On Asus Eee PC 1000 running Kernel 2.6.38-8 which by default is using rt2800pci. Have invariably had issues with the kernel driver for several kernel upgrades under Ubuntu and each time wound up compiling the driver from the source code at RaLink and using it instead and sometimes having to blacklist drivers like this: blacklist rt2800pci blacklist rt2800lib blacklist rt2x00usb blacklist rt2x00pci blacklist rt2x00lib Back around 9.04 Ubuntu I had to change a few variables dealing with WPA_SUPPLICANT in the driver via a fix I found online back then. Ever since on kernel upgrades I have blacklisted the above and used the driver I compiled back then. Each time it has been a slightly different problem. Early on with the constant disconnects which I think the supplicant change had helped, and later on with random disconnects where the validation box pops up asking for the Network Password. (Sometimes with other network interference and other times not)Please let me know if I can provide any more hardware, OS, or log data to help fix this. I have been dealing with this for several years, Ubuntu versions, and kernel versions. Wish I had kept better track but I was too busy getting to work each time that I didn't record my steps every time. There are at least 10 other network connected devices here and none seem to have trouble like this has. I am trying the 'iwconfig wlan0 power off' suggestion above because lately it has been disconnecting and prompting for password only while on battery power and after several hours. So I was thinking it might be a power management issue as well. This is the stablest it has run with the kernel driver and not blacklisting. Do I need to run the iwconfig statement at each boot or will one time suffice? Also I meant to say the only way I have been able to renegotiate a connection with the AP after one of these disconnects was either a reboot, sometimes which didn't work and other times a shutdown and boot. Disabling wireless in the Network Manager would usually not work. Sometimes turning off the wireless via the hardware control hot key and/or EEEControl panel which I have been using to control the fan speed issue would cause a successful renegotiation. I also forgot to say that in the past 2-3 kernel upgrades the kernel driver(rt2800pci) was working but the speeds were horrendous 1Mbps or less. Either blacklisting the above drivers and or using the personally compiled driver or a combination(not sure at this point) would boost the speed back up to reasonable 10-30Mbps. First disconnect happened in 24 hours or so where it prompted for network password instead of reconnecting on its own. Had just switched to battery power and changed rooms and this appeared in the syslog: nm_setting_802_1x_get_pkcs11_engine_path: assertion `NM_IS_SETTING_802_1X (setting)' failed This problem no longer seems to exist in testing on Ubuntu 11.10 Beta 1 (Linux 3.0.0-9-generic): https://bugs.launchpad.net/ubuntu/+source/linux/+bug/769504/comments/25 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/769504/comments/26 |