HGL
notable-maroon

Cannot use xbox one controller in Rocket League

I recently switched to linux and am unfamiliar with how things work. I tried the solutions in earlier posts on this topic but none are working. What I've done so far: 1. I added rocket league to steam through the Heroic Games Launcher 2. Updated game settings in steam to enable xbox controller and enable steam input 3. I ran the commands listed here (https://www.gloriouseggroll.tv/how-to-get-out-of-wine-dependency-hell/) for my instance (Linux Mint 21.2 Cinnamon) Any help would be greatly appreciated
36 Replies
absent-sapphire
absent-sapphire3y ago
you have to install xpadneo or xone driver for xbox controllers to work properly
notable-maroon
notable-maroonOP3y ago
Is that for both wired and wireless? I'm using wired I can go into my steam controller settings and it picks up the input, but the input isn't detected in-game
absent-sapphire
absent-sapphire3y ago
depends on what you mean by wireless xone doesn't support bluetooth xpadneo doesn't support the wireless adapter both support usb
notable-maroon
notable-maroonOP3y ago
I downloaded xpadneo and ran the installation instructions, but I still can't use controller in-game. Are there additional steps or should I try xone? I've tried both but have had no success
absent-sapphire
absent-sapphire3y ago
you are using wine-ge right? you modprobed the driver and everything?
notable-maroon
notable-maroonOP3y ago
I don't know what that is lol Baby linux user here Wine-ge-proton8-17 Are you able to explain?
other-emerald
other-emerald3y ago
Knowledge Base by phoenixNAP
How To Use The Modprobe Command In Linux
The modprobe command is used to add and remove official Linux kernel modules. Learn how to add and remove modules using the modprobe command.
notable-maroon
notable-maroonOP3y ago
I get the following error Module xone not found in directory /lib/modules/5.15.0-86-generic
other-emerald
other-emerald3y ago
From what command exactly?
notable-maroon
notable-maroonOP3y ago
sudo modprobe xone
absent-sapphire
absent-sapphire3y ago
that means it's not installed properly im guessing
notable-maroon
notable-maroonOP3y ago
I followed the instructions for installation on the website though Was there a specific directory I need to be in when running the commands?
absent-sapphire
absent-sapphire3y ago
or maybe you got the name wrong no maybe try rebooting
notable-maroon
notable-maroonOP3y ago
I've tried rebooting a few times What do you mean by that?
absent-sapphire
absent-sapphire3y ago
Maybe it's not xone And its something else Chances are you installed it wrong tho
other-emerald
other-emerald3y ago
there is an alternative driver called xpadneo-dkms that sometimes works. if you haven't installed xboxdrv, xbox-generic-controller, and xone-dkms then make sure you have all three
notable-maroon
notable-maroonOP3y ago
I have xboxdrv, but none of the others Where can I get those?
other-emerald
other-emerald3y ago
look for xone-dkms on your distro
notable-maroon
notable-maroonOP3y ago
And I searech that using lsmod, right?
absent-sapphire
absent-sapphire3y ago
lsmod only shows currently loaded modules I think
notable-maroon
notable-maroonOP3y ago
How do I look for xone-dkms in my distro? I really appreciate your patience! I know I'm really ignorant about this stuff
other-emerald
other-emerald3y ago
what is your distro based on? when you know that, you can search for how to install it
notable-maroon
notable-maroonOP3y ago
linux mint cinnamon
other-emerald
other-emerald3y ago
in like google or duckduckgo that's debian based rather, ubuntu based
notable-maroon
notable-maroonOP3y ago
Only instructions I find are for installing xone and those instructions aren't distro-specific
other-emerald
other-emerald3y ago
sudo apt update && sudo apt-get xboxdrv xone-dkms
notable-maroon
notable-maroonOP3y ago
sudo apt update && sudo apt-get xone-dkms Ign:1 http://packages.linuxmint.com victoria InRelease Hit:2 http://packages.linuxmint.com victoria Release
Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:7 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease
Hit:8 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Hit:9 http://security.ubuntu.com/ubuntu jammy-security InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. W: https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. W: https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. E: Invalid operation xone-dkms
Repository - Linux Mint
Linux Mint is an elegant, easy to use, up to date and comfortable desktop operating system.
other-emerald
other-emerald3y ago
sudo apt install xboxdrv been a while since i used debian based distros, sorry
notable-maroon
notable-maroonOP3y ago
Absolutely no worries. I feel bad not knowing any of this lol
other-emerald
other-emerald3y ago
we're all new at some point. learning to search this stuff is a skill
notable-maroon
notable-maroonOP3y ago
sudo apt install xboxdrv Reading package lists... Done Building dependency tree... Done Reading state information... Done xboxdrv is already the newest version (0.8.8-2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. sudo apt install xone-dkms Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package xone-dkms
other-emerald
other-emerald3y ago
hmm
notable-maroon
notable-maroonOP3y ago
sudo apt-get install dkms Reading package lists... Done Building dependency tree... Done Reading state information... Done dkms is already the newest version (2.8.7-2ubuntu2.1mint1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
other-emerald
other-emerald3y ago
oh, it's a aur thing you can compile it yourself if you're feeling brave
other-emerald
other-emerald3y ago
GitHub
GitHub - medusalix/xone: Linux kernel driver for Xbox One and Xbox ...
Linux kernel driver for Xbox One and Xbox Series X|S accessories - GitHub - medusalix/xone: Linux kernel driver for Xbox One and Xbox Series X|S accessories
notable-maroon
notable-maroonOP3y ago
what's aur? Do I need that in order to make this work?

Did you find this page helpful?