Ubuntu user Steam controller does not work Solution

Source: Internet
Author: User
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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.