KDEneon (22.04 base), kernel 5.15.0-67
I've been switching kernels between 5.15.0-67, 5.19.0-32, and 5.19.0-35 because of various different issues;
5.19.0-35 no sound
5.19.0-32 screens won't wake up from power save
So I went back to 5.15.0-67 because it has neither of the above issues. T
This morning I checked dmesg and found this message repeated 6 times a minute (about every 12 seconds) forever...
A small amount of sleuthing (lsusb -t) reveals:
So it's my cheapo USB web cam (for work Zoom and Teams meetings, not whatever YOU'RE thinking ).
Launching Kamosa stopped the message immediately. I left it on from several minutes to verify this, and no more messages. Then I closed Kamoso and got this:
and the "reset" message returns ad infinitum.
Note one oddity, the "USB device number" changed from 62 to 63. Probably meaningless, but I noticed it. Repeating the above thereafter results in it staying on 63.
I'm curious if anyone else has seen this and if there are any suggestions - short of unplugging it, obviously - that might stop the messages so that dmesg is meaningful again.
I've been switching kernels between 5.15.0-67, 5.19.0-32, and 5.19.0-35 because of various different issues;
5.19.0-35 no sound
5.19.0-32 screens won't wake up from power save
So I went back to 5.15.0-67 because it has neither of the above issues. T
This morning I checked dmesg and found this message repeated 6 times a minute (about every 12 seconds) forever...
Code:
[Wed Mar 8 08:44:19 2023] usb 1-1.4: reset high-speed USB device number 62 using xhci_hcd
Code:
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 480M |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M |__ Port 2: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 12M |__ Port 4: Dev 62, If 0, Class=Video, Driver=uvcvideo, 480M |__ Port 4: Dev 62, If 1, Class=Video, Driver=uvcvideo, 480M |__ Port 4: Dev 62, If 2, Class=Audio, Driver=snd-usb-audio, 480M |__ Port 4: Dev 62, If 3, Class=Audio, Driver=snd-usb-audio, 480M
Launching Kamosa stopped the message immediately. I left it on from several minutes to verify this, and no more messages. Then I closed Kamoso and got this:
Code:
[Wed Mar 8 08:52:53 2023] usb 1-1.4: 3:1: cannot get freq at ep 0x84 [Wed Mar 8 08:52:54 2023] usb 1-1.4: 3:1: cannot get freq at ep 0x84 [Wed Mar 8 08:52:54 2023] usb 1-1.4: 3:1: cannot get freq at ep 0x84 [Wed Mar 8 08:54:41 2023] usb 1-1.4: reset high-speed USB device number 63 using xhci_hcd
Note one oddity, the "USB device number" changed from 62 to 63. Probably meaningless, but I noticed it. Repeating the above thereafter results in it staying on 63.
I'm curious if anyone else has seen this and if there are any suggestions - short of unplugging it, obviously - that might stop the messages so that dmesg is meaningful again.
Comment