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
- Vampire Hunters turns Vampire Survivors into an FPS where you stack 14 weapons together
- Fedora KDE gets approval to be upgraded to sit alongside Fedora Workstation
- Steam gets new tools for game devs to offer players version switching in-game
- Palworld dev details the patents Nintendo and The Pokemon Company are suing for
- HORI Steam Controller releases in the USA in December
- > See more over 30 days here
-
Proton Experimental gets fixes for Dragon Age: The Veil…
- melkemind -
Palworld dev details the patents Nintendo and The Pokem…
- LoudTechie -
Valve announced the Steam Deck OLED: Limited Edition Wh…
- whizse -
Valve announced the Steam Deck OLED: Limited Edition Wh…
- Mountain Man -
New Steam Beta has more Game Recording improvements and…
- pb - > See more comments
- New social media bar in article list
- whizse - Weekend Players' Club 10/18/2024
- DylanFox - Our own anti-cheat list
- Liam Dawe - New Desktop Screenshot Thread
- DoctorJunglist - Steam friends nickname list
- tuxer415 - 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.