Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Ubuntu users Steam controller does not work solutions     - Linux firewall settings -DNS server articles (Server)

- Oracle 11g maintenance partitions (Seven) - Modifying Real Attributes of Partitions (Database)

- Puppet subcommands Introduction (Server)

- Those functions under Linux you do not know the df command (Linux)

- Linux directory configuration (Linux)

- Android development environment to build under Fedora 13 (Linux)

- Python Django model within the class meta Detailed (Programming)

- Linux user login and IP restrictions (Linux)

- Linux, Google Test (GTest) test environment to build step (Linux)

- Tmux create the perfect terminal management tool under CentOS (Linux)

- How to become a better Node.js developers in 2016 (Programming)

- Linux operating system, the internal and external security overview (Linux)

- independently configurable PHP environment under CentOS6.5 (Server)

- Netcat Example (Linux)

- Atlassian Linux Shell Scripting the confluence remote backup methods (Linux)

- Vim Common Command Summary (Linux)

- Linux System Getting Started Learning: rename multiple files in Linux (Linux)

- The bulk batch multiple rows of data collect (Database)

- 20+ Best Practices article MySQL Performance Optimization (Database)

- Compare Swift achieve rapid sorting and sorted Methods (Programming)

 
         
  Ubuntu users Steam controller does not work solutions
     
  Add Date : 2017-01-08      
         
         
         
  Steam controller has begun delivery to the hands of gamers around the world, but a friend of mine met Steam controller does not work in Ubuntu, this paper we introduce a solution. The solution is not the best solution for Ubuntu Crown, but still can temporarily solve the problem Ubuntu users Steam controller does not work.

1
Use the following command to create a new udev file:
sudo vi /lib/udev/rules.d/99-steam-controller-perms.rules

Fill in the following 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
Use the following command to change / dev / uinput authority
1.sudo chmod 666 / dev / uinput

3
Use the following command to install python3-autopilot package:
1.sudo apt-get install python3-autopilot

After finish the above steps, simply restart the computer. It is unclear when will the official Ubuntu fix the problem, Steam Controller User first interim solution under the bar.
     
         
         
         
  More:      
 
- Linux system font color change (Linux)
- After CentOS configure SSH password Free, still prompted for a password (Linux)
- Remote database using RMAN recovery test (RAC return to single-instance database) (Database)
- The Linux kernel and AVL tree in red-black tree (Programming)
- Linux Kernel 4.2 Installation Instructions (Linux)
- To resolve Ubuntu 14.04 Unity Desktop Environment Login freeze problem (Linux)
- C language Bubble Sort - integer sort (Programming)
- How to run in support UDp Docker container JBoss data virtualization GA (Server)
- CentOS / Linux SELinux Close (Linux)
- Laravel 4.2 Laravel5 comprehensive upgrade Raiders (Server)
- Ubuntu rights management common commands (Linux)
- Installation of network monitoring ntopng under CentOS 6.4 (Linux)
- Shell script to delete empty folders recursively (Linux)
- Detailed Linux network security policies and protection measures (Linux)
- CentOS of NFS (Server)
- Diagnose and resolve the SSH connection slow (Linux)
- Linux port mapping system (routing and forwarding) (Server)
- Linux installation JDK1.6 rpm.bin assembly (Linux)
- Linux monitoring tools introduced series --smem (Server)
- Linux, ls command to achieve (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.