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: 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!
Login / Register
- Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update
- Linux GPU Configuration Tool 'LACT' adds NVIDIA support
- Hybrid gaming controller MoveMaster has a new website, shipping to the UK now available and 10% off
- Avowed from Obsidian gets a release date, and pre-orders with earlier access if you pay £80
- The latest from Prime Gaming - November 14 edition - lots for Steam Deck / Linux
- > See more over 30 days here
-
Dungeon Clawler will grab hold of your free time now it…
- Tchey -
Khronos Group takes over cross-platform Slang shading l…
- Purple Library Guy -
Steam getting proper Season Pass support with clearer g…
- Purple Library Guy -
Dungeon Clawler will grab hold of your free time now it…
- blindcoder -
Dungeon Clawler will grab hold of your free time now it…
- enova - > See more comments
- Spare gog keys
- on_en_a_gros - What do you want to see on GamingOnLinux?
- dpanter - Our own anti-cheat list
- Liam Dawe - Nintendo-style gaming, without Nintendo!
- Talon1024 - Warhammer 40k Inquisitor Martyr - Hierophant class new dlc…
- Jarmer - See more posts
View PC info
View PC info
That was my gut reaction at first but the more I search the web for this error the more people I come across that never even used the libre kernel so they wouldn't be missing non free firmware. I've also seen people complain of this with Ubuntu; OpenSuse; Fedora and use anything from AMD; to Intel to Nvidia GPUs. It doesn't seem to be distro specific or GPU specific or kernel specific as these posts range from last year to 2019.
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,"
View PC info
Thanks for the details. In any case I think i'm returning it anyway. I did some in depth testing on my Solus system with a handful of games that my RX 590 couldn't max out and some wouldn't even run and those that did ran worse or on par with the 590. If I can't have privacy or horsepower than I can return the A770 and put the money towards a Dasharo board; a Librem Mini or a 6750 XT.
View PC info
View PC info
I'd say it depends on what you want to use it for. My use was gaming and privacy and it failed in both regards. If it was meant just for basic tasks then maybe it would be different. I have seen some people say they're happy with their Arc but for me it couldn't work with the libre kernel and for gaming it was worse than my RX 590. I think the drivers need a lot more time.
View PC info
My aim is for gaming, it would be for a secondary system so I still have my main rig if a game doesn't run. On Windows the drivers are shaping up quite well but I haven't seen many tests on Linux.