HGL
sensitive-blue
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
xenial-black•2y ago
you have to install xpadneo or xone driver for xbox controllers to work properly
sensitive-blueOP•2y 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
xenial-black•2y ago
depends on what you mean by wireless
xone doesn't support bluetooth
xpadneo doesn't support the wireless adapter
both support usb
sensitive-blueOP•2y 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
xenial-black•2y ago
you are using wine-ge right?
you modprobed the driver and everything?
sensitive-blueOP•2y ago
I don't know what that is lol
Baby linux user here
Wine-ge-proton8-17
Are you able to explain?
rival-black•2y 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.
sensitive-blueOP•2y ago
I get the following error
Module xone not found in directory /lib/modules/5.15.0-86-generic
rival-black•2y ago
From what command exactly?
sensitive-blueOP•2y ago
sudo modprobe xone
xenial-black•2y ago
that means it's not installed properly im guessing
sensitive-blueOP•2y 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?
xenial-black•2y ago
or maybe you got the name wrong
no
maybe try rebooting
sensitive-blueOP•2y ago
I've tried rebooting a few times
What do you mean by that?
xenial-black•2y ago
Maybe it's not xone
And its something else
Chances are you installed it wrong tho
rival-black•2y 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
sensitive-blueOP•2y ago
I have xboxdrv, but none of the others
Where can I get those?
rival-black•2y ago
look for xone-dkms on your distro
sensitive-blueOP•2y ago
And I searech that using lsmod, right?
xenial-black•2y ago
lsmod only shows currently loaded modules
I think
sensitive-blueOP•2y 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
rival-black•2y ago
what is your distro based on?
when you know that, you can search for how to install it
sensitive-blueOP•2y ago
linux mint cinnamon
rival-black•2y ago
in like google or duckduckgo
that's debian based
rather, ubuntu based
sensitive-blueOP•2y ago
Only instructions I find are for installing xone and those instructions aren't distro-specific
rival-black•2y ago
sudo apt update && sudo apt-get xboxdrv xone-dkms
sensitive-blueOP•2y 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
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.
rival-black•2y ago
sudo apt install xboxdrv
been a while since i used debian based distros, sorry
sensitive-blueOP•2y ago
Absolutely no worries. I feel bad not knowing any of this lol
rival-black•2y ago
we're all new at some point. learning to search this stuff is a skill
sensitive-blueOP•2y 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
rival-black•2y ago
hmm
sensitive-blueOP•2y 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.
rival-black•2y ago
oh, it's a aur thing
you can compile it yourself if you're feeling brave
rival-black•2y 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
sensitive-blueOP•2y ago
what's aur?
Do I need that in order to make this work?