2

I'm extremely new to Ubuntu and Linux in general and was looking for how to set up a wired xbox360 controller to my laptop running focal fossa. All that I found were either outdated or irrelevant. Tried installing xboxdrv from terminal and it lead to installing Timidity, which I uninstalled. I've also tried sc_controller and it hasn't worked. Just trying to get it running so I can have ease while using my laptop because the default trackpad sucks and I don't always have the space for my USB mouse.

1 Answers1

1

I assume xpad driver is installed by default so try a different one.
Open a terminal and type
sudo apt-get install xboxdrv
Then to kick it in the guts type
sudo xboxdrv --detach-kernel-driver
You can get more help here

nondebug
  • 368