On Friday, February 18, 2023, my Dell XPS 13 Plus 9320 Developer Edition (Ubuntu 22.04.2 LTS) applied a set of automatic updates, including a a number of Dell specific updates (e.g., oem-somerville-tentacool-meta:amd64
, oem-somerville-factory-tentacool-meta:amd64
) and a BIOS update to version 2.0.0. Immediately thereafter, I started experiencing significant problems: bands of random colored pixels across the screen when I move the mouse, built-in camera stopped working, etc.).
I have since discovered (through Googling) that the BIOS update was an error on Dell's part. I don't know about the other updates.
The only suggestions from tech support have been to (a) Manually downgrade back to BIOS 1.11.0 (which I was able to do only with help from folks watching the Github issue above), but that didn't seem to fix the issues, and then to (b) Reinstall the OS.
In terms of reinstalling the OS, tech support first pointed me to this page to download the Dell recovery image specifically for this machine (which sounded reasonable), but when I typed in my service tag number, it said "Recovery image currently unavailable." Then they sent me to the generic Ubuntu installation site. When I pushed back and said that I thought this machine needed a proprietary Dell image to support all of the hardware, they said they "don't have another method to get the Dell image of Ubuntu", but now suggested I try recovering from hard drive, which again maybe sounds reasonable, but all of this conflicting information (and lack of curiosity about the original updates that presumably caused all of this) is making me very nervous.
Has anybody else experienced similar issues? Any suggestions? Alternatively, has anybody had any luck finding folks within Dell support that specifically support Ubuntu?
/var/log/apt/history.log
, I do see several updates like this come through at around the same time as the updates mentioned above:Install: linux-modules-extra-5.19.0-32-generic:amd64, linux-image-5.19.0-32-generic:amd64, linux-headers-5.19.0-32-generic:amd64, linux-modules-5.19.0-32-generic:amd64 , linux-hwe-5.19-headers-5.19.0-32:amd64
. Is this what you're talking about? The laptop uses Dell's boot manager rather than GRUB. How could I test? – tcquinn Feb 22 '23 at 22:21grub
I'd just use Advanced option & select an older 5.15 kernel for experimentation; if it works there exactly as it should I'd add the GA kernel stack as well (esp. if it not using using closed-source kernel modules that prevent GA+HWE) as extra disk space required is minimal, extra bandwidth due to additional packages again minimal for upgrading etc.. but it's your decision.. Others may have different solutions/opinions to my thoughts anyway (Michael Larabel at Phoronix recently suggested many users stick with 5.15/GA I noted) – guiverc Feb 22 '23 at 22:34ESC
at the right moment in the boot cycle. Main thread here: https://askubuntu.com/questions/1455653/horizontal-colored-lines-appearing-on-display-ubuntu-22-04 – tcquinn Feb 23 '23 at 13:06