nomad
Posts: 5
Joined: Sat Dec 01, 2012 4:09 am

rt3572 / WUSB600N V2 is causing Raspbian to lock up

Wed Jun 26, 2013 1:52 pm

Hi All,

My rt3572 chipped wifi dongle ( WUSB600N V2 ) is causing Raspbian to slowly become unresponsive due to kworker threads chewing up all of the CPU cycles.

My RPi is a headless configuration so I access it via SSH, configured wifi using /etc/network/interfaces and wpa_supplicant.conf. The wifi configuration is successful. The only thing plugged into the RPi is the wifi dongle and a 1-wire temperature sensor (5V, gnd & gpio4)... also an Ethernet cable for the purposes of sorting out this problem. Raspbian is the default config and is up to date with patches via apt-get. The RPi is stable without the wifi dongle so I suspect it is an rt2800 driver issue.

After I bring up the wifi NIC (sudo ifup wlan0) the network runs for a while. Over a short period of time, kworker threads begin to start using lots of CPU. Eventually I get up to 4 kworker threads all trying to use max CPU cycles and the RPi becomes unresponsive. It is repeatable every time.

I'm not sure where to go from here... any ideas on how I can resolve the issue or take further trouble-shooting steps?

Relevant excerpts...
lsusb
Bus 001 Device 004: ID 1737:0079 Linksys WUSB600N v2 Dual-Band Wireless-N Network Adapter [Ralink RT3572]
lsmod
rt2800usb 14940 0
rt2800lib 55351 1 rt2800usb
/etc/network/interfaces
#allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
I have tired to resolve this problem by...
1) blacklisting rt2800 drivers.
2) Choosing to allow or not allow hotplug.
Neither were successful.
I have not compiled my own drivers.

silver1omo
Posts: 3
Joined: Sat Jan 11, 2014 5:50 am

Re: rt3572 / WUSB600N V2 is causing Raspbian to lock up

Sun Jan 12, 2014 1:57 am

I'm getting the same problem with that card. Did you find a solution?

nomad
Posts: 5
Joined: Sat Dec 01, 2012 4:09 am

Re: rt3572 / WUSB600N V2 is causing Raspbian to lock up

Sun Jan 12, 2014 4:09 am

I did not find a solution; I ditched the wifi and have left it wired instead.

I should take another look at it.

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: rt3572 / WUSB600N V2 is causing Raspbian to lock up

Sun Jan 12, 2014 1:09 pm

nomad wrote:I did not find a solution; I ditched the wifi and have left it wired instead.

I should take another look at it.
It's probably not supported.
Use one of the common WiFi adapters like the Edimax that are known to work.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Return to “Raspberry Pi OS”