kozec / sc-controller

User-mode driver and GTK3 based GUI for Steam Controller
GNU General Public License v2.0
1.53k stars 129 forks source link

No vibration with Astro C40? #586

Open ksheyman opened 4 years ago

ksheyman commented 4 years ago

Hi! I just discovered sc-controller. It is working GREAT on Ubuntu 20.04 with Rocket League. However, I am not getting any vibration/rumble from my Astro C40 controller. Any ideas?

kozec commented 4 years ago

Assuming it works as evdev device, is rumble capability recognized by kernel? Is rumble working for example with sdl2-jstest --rumble ?

ksheyman commented 4 years ago

Assuming it works as evdev device, is rumble capability recognized by kernel? Is rumble working for example with sdl2-jstest --rumble ?

You'll have to forgive me, I am a linux novice and couldnt figure out how to install sdl2-jstest. when I run fftest it does NOT rumble.

It does work as an evdev device.

kozec commented 4 years ago

In that case it sounds like not even kernel knows about its rumble ability. I'm not sure there is any way to fix that without actually getting hand on one such controller and sniffing ouot commands that are send over USB to enable rumbling.