this post was submitted on 06 May 2025
36 points (97.4% liked)
Linux Gaming
18330 readers
354 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I got new-lg4ff working some time ago and posted this on the Bazzite discord. I have not tried for some time though:
I managed to get new-lg4ff going at least on a per use basis. Not ideal this way but at least something. First you need to pull the driver from Github:
Then you need a toolbox matching your base image in my case:
Next you need to pull in the kernel-devel files. They are on a separate github page "kernel-bazzite". Find your running kernel version.
Then download the appropriate kernel-devel and kernel-devel-matched from https://github.com/hhd-dev/kernel-bazzite/releases, in my case:
Install them into the toolbox:
Then the build of the module should succeed. From the folder you cloned the new-lg4ff repo run:
To insert the module you need to relax SELINUX (against idea of SELINUX, but it is a hacky solution).
Then you should be able to insert the kernel module:
This is it.
Thanks for the awesome writeup! I’ll get to it next time I have a chance. Maybe it’s time to join the bazzite discord.
Yeah, unfortunately a lot of useful information is hidden in these discord groups these days. I'd much rather see stuff like this posted and discussed on the fediverse. I used the discord to gather the necessary information and then shared the write-up back there initially.