25
Sim racing and bazzite
(lemmy.ml)
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.
WWW:
Discord:
IRC:
Matrix:
Telegram:
I just added one other followup -- you might want to try
insmod
instead ofmodprobe
, sincemodprobe
expects more than just the single module, expects to have the other modules that that new-lg4ff might depend on visible to it...you might need to go set up a "duplicate module root" to makemodprobe
happy, but withinsmod
just be able to insert the module file without any other mucking around.