You are not logged in.
I'm getting the following message repeatedly (about 100 times a second) in journald/dmesg
[10971.197655] usb 2-1.7: urb status -32and it's using up all of a cpu, making my room really hot and wasting my electricity. Does anyone know
1) what the message means
2) how I work out which usb device it applies to (what does `usb 2-1.7` mean)
3) how to ignore the message in systemd-journald
Last edited by derekdreery (2019-08-04 13:56:16)
Offline
- broken pipe, /usr/include/asm-generic/errno-* (pretty meaningless w/o context)
- cat /sys/bus/usb/devices/2-1.7/id* /sys/bus/usb/devices/2-1.7/product # you can compare product/vendor ids in lsusb
- you don't. journald is frankly pretty much crap. Also fixing the issue is much better than ignoring it: https://www.youtube.com/watch?v=ddPQAJSm2cQ
Offline
Thanks for the reply you've helped a lot!
It turns out it's an m-audio midi keyboard. I'll search the internet to see if anyone else gets the same problem.
Offline
Offline
@loqs epic! I tried to grep for the source of the error but couldn't work out what to search for.
Offline
After playing with the keyboard, I recon that it's broken, because it's showing some erratic behavior.
Offline