mizery
November 11th, 2011, 12:25 AM
Hi everyone,
Not sure if I'm posting this in the right forum, but I'm in desperate need of help right now.
My Lenovo T61 has been running with Ubuntu 11.04 for a while, and everything has been absolutely perfect till now.
Whenever I connect to a wireless network or plug in a network cable, a kworker thread (0:0 or 0:3) suddenly jumps up to using 100% of one core of my CPU in periodic ticks. For the short while its doing this (like half a second every 2-3 seconds), my mouse will freeze and the computer won't respond to input via the keyboard.
See the screenshot below:
https://lh4.googleusercontent.com/-zGbiQDFSnjg/Trxaab8ihnI/AAAAAAAAAtM/n2wnHWQ8xgc/s720/cpu-network.png
I didn't make any changes of the network setup or configuration, however I did install the Wolfram CDF Player (http://www.wolfram.com/cdf-player/) approximately at the same time, though I don't see how that could be related.
Inspired by Googling and powertop, the following line of code seems to temporarily fix the issue for the wifi part, though the cabled issue remains:
find /sys/devices/pci* -path "*power/control" -exec bash -c "echo auto > '{}'" \;
I've attached ps.txt which should show all processes currently running. The problem persists when running in safe mode.
Any help would be much appreciated - for now, this is rendering my main work PC nearly unusable.
Thanks in advance!
Not sure if I'm posting this in the right forum, but I'm in desperate need of help right now.
My Lenovo T61 has been running with Ubuntu 11.04 for a while, and everything has been absolutely perfect till now.
Whenever I connect to a wireless network or plug in a network cable, a kworker thread (0:0 or 0:3) suddenly jumps up to using 100% of one core of my CPU in periodic ticks. For the short while its doing this (like half a second every 2-3 seconds), my mouse will freeze and the computer won't respond to input via the keyboard.
See the screenshot below:
https://lh4.googleusercontent.com/-zGbiQDFSnjg/Trxaab8ihnI/AAAAAAAAAtM/n2wnHWQ8xgc/s720/cpu-network.png
I didn't make any changes of the network setup or configuration, however I did install the Wolfram CDF Player (http://www.wolfram.com/cdf-player/) approximately at the same time, though I don't see how that could be related.
Inspired by Googling and powertop, the following line of code seems to temporarily fix the issue for the wifi part, though the cabled issue remains:
find /sys/devices/pci* -path "*power/control" -exec bash -c "echo auto > '{}'" \;
I've attached ps.txt which should show all processes currently running. The problem persists when running in safe mode.
Any help would be much appreciated - for now, this is rendering my main work PC nearly unusable.
Thanks in advance!