Siduction Forum

Siduction Forum => Hardware - Support => Topic started by: CCarpenter on 2015/11/03, 23:13:28

Title: [gelöst] Steam Controller unter kernel 4.3.0-towo.1
Post by: CCarpenter on 2015/11/03, 23:13:28
Irgendetwas mache ich falsch. Wie bewege ich den Steam Controller dazu, das er in Steam läuft und konfigurierbar ist. Der Treiber sollte ja nun im Kernel drin sein!

Leioder findet Steam den Kontroller nicht obwohl ich die Maus damit bewegen kann.
Code: [Select]
Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 013 Device 002: ID 046d:c06b Logitech, Inc. G700 Wireless Gaming Mouse
Bus 013 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 012 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 011 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 010 Device 004: ID 28de:1142 
Bus 010 Device 002: ID 1b1c:1b09 Corsair
Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 002: ID 2109:0811 VIA Labs, Inc. Hub
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 002: ID 28de:1102 
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 046d:c50e Logitech, Inc. Cordless Mouse Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Die Steam Controller Teile sind
Bus 004 Device 002: ID 28de:1102
Bus 010 Device 004: ID 28de:1142 

Linux ccsbox 4.3.0-towo.1-siduction-amd64 #1 SMP PREEMPT siduction 4.3-0 (2015-11-03) x86_64 GNU/Linux


//EDIT

Die Lösung des Rätsels sind die udev rules:


Man muss eine neue Regel hinzufügen damit es funktioniert. Erstelle unter /lib/udev/rules.d/ eine Datei Namens 99-steam-controller-perms.rules welche folgendes beinhaltet:
Code: [Select]
#USB devices
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"