Troubleshoot hardware drivers

Troubleshoot hardware drivers in Linux — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
A workstation with a new GPU is failing to initialize on host titan. Diagnose and install the…
A workstation with a new GPU is failing to initialize on host titan. Diagnose and install the correct kernel driver so X and Wayland sessions start for the graphics user group. Document the driver package name, blacklist any conflicting modules, update initramfs, and confirm the GPU appears in lspci and that glxinfo reports a renderer string.

Improve — make it easier to accept

+
Before I propose the driver change to the desktop team, make it easy to approve: list the exact…
Before I propose the driver change to the desktop team, make it easy to approve: list the exact driver packages and kernel module names, highlight possible service disruptions (X sessions need restart, proprietary licensing), and flag two quick failure signs to watch for after install.

Decide — diagnose the stuck moment

+
I installed the vendor GPU driver on Mona and now the display manager doesn't start; the console…

After installing a vendor driver, the display manager fails to start.

I installed the vendor GPU driver on Mona and now the display manager doesn't start; the console shows a DRM initialization error. Which root causes are most likely — mismatched kernel module, missing firmware, or conflicting nouveau module — what are the fastest commands to distinguish them, and what emergency step gets users back to a usable console?

Become — change the pattern

+
We keep burning time after every desktop kernel update troubleshooting GPU breakage: sometimes it's…

Spending hours chasing flaky graphics after desktop upgrades.

We keep burning time after every desktop kernel update troubleshooting GPU breakage: sometimes it's firmware, sometimes module ABI mismatches, sometimes leftover old drivers. Where is the recurring failure point — module packaging, kernel-driver testing, or missing firmware in images — and what single change in how we build or test images will save us the most time?

Next to this one

Other operating system work people do in Linux.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.