The Steam controller has been delivered to game players all over the world, but some friends encounter that the Steam controller cannot work normally in Ubuntu. In this article, we will introduce the solution. This solution is not the best solution officially proposed by Ubuntu, but it can temporarily solve the problem that the Steam controller of Ubuntu user does not work. 1. Run the following command to create a new udev file: sudovi/lib/udev/rules. d/99-steam-
The Steam controller has been delivered to game players all over the world, but some friends encounter that the Steam controller cannot work normally in Ubuntu. In this article, we will introduce the solution. This solution is not the best solution officially proposed by Ubuntu, but it can temporarily solve the problem that the Steam controller of Ubuntu user does not work.
1
Run the following command to create a new udev file:
Sudo vi/lib/udev/rules. d/99-steam-controller-perms.rules
Enter the following content in the file:
# USB devices
SUBSYSTEM = "usb", ATTRS {idVendor} = "28de", MODE = "0666"
# Oculus HID Sensor naming and permissioning
KERNEL = "hidraw *", SUBSYSTEM = "hidraw", ATTRS {idVendor }== "2833", MODE = "0666"
2
Run the following command to change the/dev/uinput permission:
1. sudo chmod 666/dev/uinput
3
Use the following command to install the python3-autopilot package:
1. sudo apt-get install python3-autopilot
After completing the preceding steps, restart your computer. It is not clear when Ubuntu will officially fix this issue. The Steam controller user should fix it temporarily.
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2015-10/124278.htm