Comment 1 for bug 1903848

Revision history for this message
Pelle Rivberg (rivpelle) wrote :

Judging from 'dmesg', it seems that there's something amiss with the moduels included in the latest kernel update; for the audio, during boot-up, there's this:

[ 5.857193] soundcore: version magic '5.4.0-52-generic SMP mod_unload ' should be '5.4.0-53-generic SMP mod_unload '

and for the webcam:

[ 5.897814] videodev: Linux video capture interface: v2.00
[ 5.920217] uvcvideo: Found UVC 1.00 device Logitech Webcam C930e (046d:0843)
[ 5.922925] uvcvideo 2-1.4.4:1.0: Entity type for entity Processing 3 was not initialized!
[ 5.922929] uvcvideo 2-1.4.4:1.0: Entity type for entity Extension 6 was not initialized!
[ 5.922931] uvcvideo 2-1.4.4:1.0: Entity type for entity Extension 8 was not initialized!
[ 5.922933] uvcvideo 2-1.4.4:1.0: Entity type for entity Extension 9 was not initialized!
[ 5.922935] uvcvideo 2-1.4.4:1.0: Entity type for entity Extension 10 was not initialized!
[ 5.922936] uvcvideo 2-1.4.4:1.0: Entity type for entity Extension 11 was not initialized!
[ 5.922938] uvcvideo 2-1.4.4:1.0: Entity type for entity Extension 12 was not initialized!
[ 5.922940] uvcvideo 2-1.4.4:1.0: Entity type for entity Extension 13 was not initialized!
[ 5.922942] uvcvideo 2-1.4.4:1.0: Entity type for entity Camera 1 was not initialized!

---

I wonder what else should I grep from 'dmesg' to help hunt the bug down. There's some kind of a screw-up with the libraries as for the kernel/firmware updates, that's all I can tell with my level of understanding. Hope someone can help me out on this one.