While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- The "video game preservation service" Myrient is shutting down in March
- SpaghettiKart the Mario Kart 64 fan-made PC port gets a big upgrade
- Run your own band in the pixel art management game Legends of Rock
- California law to require operating systems to check your age
- The OrangePi Neo gaming handheld with Manjaro Linux is now "on ice" due to component prices
- > See more over 30 days here
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
That error message is from the audio driver (sound/pci/hda/hda_intel.c):
/* bind with i915 if needed */if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) {
err = snd_hdac_i915_init(bus);
if (err < 0) {
/* if the controller is bound only with HDMI/DP
* (for HSW and BDW), we need to abort the probe;
* for other chips, still continue probing as other
* codecs can be on the same link.
*/
if (CONTROLLER_IN_GPU(pci)) {
dev_err(chip->card->dev,
"HSW/BDW HD-audio HDMI/DP requires binding with gfx driver\n");
goto out_free;
Sounds like the audio chip or some audio codec needs the GPU to function and bails without it.
From looking at search results for that error message, a lot of them also mention a discrete GPU, and disabling the internal (Intel) GPU is the fix, so they may in fact have missing/outdated firmware too.
I would also be surprised if the system wouldn't boot with a failing audio driver. So the real problem have probably happened before or after this warning was printed.
If you want to use Trisquel with that card you probably need to install firmware manually and probably build a custom kernel: "[3D acceleration is available via Intel's driver for all Intel chipsets up to and including Broadwell,](https://trisquel.info/en/wiki/configure-2d-and-3d-graphics-acceleration)"