Bluefin-dx how to add Xone driver?

Hi everyone,
Sorry for quite interesting question, but wanted to ask how to or is it even possible (should be theoretically as it’s present on Bazzite) to add Xone (GitHub - BoukeHaarsma23/xonedo: Linux kernel driver for Xbox One and Xbox Series X|S accessories) to Bluefin? I’m mostly interested in it as it’s only way to make my Microsoft Wireless Headset to work with Linux

I’m new to OCI based Linux, so some parts are pure blackbox to me.
So far I found this repo regarding Ublue and Xone (GitHub - ublue-os/akmods: A caching layer for pre-built Fedora akmod RPMs) but reading trough didn’t make it clearer.

Is it not working? We’ve been shipping that for a while now.

Thanks for reply, so it should be bundled in Bluefin by default? Will check it out, and report

I think you meant that you’re shipping it with Bazzite by default for some time, checked my Bluefin install and couldn’t find traces of it so far, hence the question if it’s possible to make it work on Bluefin same way as it is working under Bazzite?

If it’s missing it’s a bug: bluefin/build_files/base/install-akmods.sh at 04ea96c22bd0c91460365f6f4ce64de09a780527 · ublue-os/bluefin · GitHub

But yeah, if it’s missing we’ll add it back, can you file an issue?

Yes sure, I will double check once more, and will fill issue if outcome will be negative on my side.

Thank you for fast reply

P.S.
I see that in install-akmods.sh it’s metioned version 39
if [[ “${FEDORA_MAJOR_VERSION}” -ge “39” ]]; then
Im on :latest (40), could it be some sort of difference in install script between versions

False alarm, rushed too fast with conclusion, made fresh install to root out anything I did, and everything is working as expected.

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.