Re: 2.6.38: rt2800usb: driver is crashing the kernel
From: Walter Goldens <hidden>
Date: 2011-05-03 12:53:13
Also in:
lkml
quoted
Just an update, this driver has been solid so far: rt2870sta With the Media Link 150 USB stick, not a single crashyet--quoted
The rt2800usb driver is laggy and crashes the kernel(as of 2.6.38.x)--quoted
Is there a possiblity to get rtl2870sta into themainline? Not a chance. As of 2.6.39, it is gone.quoted
It is the best wireless driver I've used for Linuxwith various usb wifiquoted
adapters--That driver was in staging because it does not use mac80211, which is an absolute requirement for a new mainline driver. Keeping things like rt2870sta that contain their own MAC layer just bloats the kernel and has code persist that no one really understands. Please try the version of rt2800usb from compat-wireless with the latest firmware. If it still crashes the kernel, then post the bugs. Larry
I agree to some extent that rt2870sta performs better compared to rt2800usb, as of now. However, significant strides have been made towards improving the rt2800usb as it pertains to these chips and I'm sure in due time, problems will be resolved. The staging driver had to be removed in part because it collided with the rt2800usb, which in essence constitutes a race condition between the two drivers. When you plug your USB dongle, both of them load and both of them try to service your chip. The result isn't pretty. You have to manually blacklist one to enable the other to operate properly. Now, if you're bent on using the staging driver, you can always grab it from Ralink's web site and ignore the future default rt2800usb. Walter