this post was submitted on 03 Jul 2026
144 points (100.0% liked)

Gaming

4978 readers
359 users here now

The Lemmy.zip Gaming Community

For news, discussions and memes!


Community Rules

This community follows the Lemmy.zip Instance rules, with the inclusion of the following rule:

You can see Lemmy.zip's rules by going to our Code of Conduct.

What to Expect in Our Code of Conduct:


If you enjoy reading legal stuff, you can check it all out at legal.lemmy.zip.


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Buddahriffic@lemmy.world 2 points 13 hours ago

Firmware shouldn't care what OS the CPU is running as it's doing its own thing, running on an embedded processor of some sort on the device.

Though it can be used to lock out unapproved software if it needs an encryption key or relies on an undocumented interface they only told their windows driver writers about.

So I'm not saying firmware can't be used to lock linux out from being able to use certain hardware, just don't believe them if they try to play it off as they would need to write a special linux version of the firmware to make it happen; it's a deliberate lockout either via encryption or by making the information needed to implement it proprietary.

Though at least the latter case could be reverse engineered, especially if you can sniff the bus traffic.