This simple setup enables a plug-and-play experience for EasySMX controllers on linux. It is based on Florian Gast's solution on amazon, but has been modified to enable force feedback and work with multiple controllers.
If your controller does not support force feedback, remove --force-feedback.
Replace <path_to_script> with the actual path to connect-easysmx-controller.sh.
You may need to edit idVendor and idProduct values if your model differs from mine:
Run lsusb which should return a list of devices. By running it before and after plugging in the receiver, you can figure out which line it corresponds to.
Mine looks like this:
Bus 001 Device 053: ID 2f24:0091 GAME FOR WINDOWS 1.02
2f24 would be the vendor, 0091 the product id.
It's possible my device is broken, my x10 controller was working wirelessly but no longer. The connection is made as indicated by the solid blue light but is unresponsive. I tried this script, hoping it would fix something, I suspected it was caused by a recent update. When I run ./connect-easysmx-controller.sh, this is what I get
` ./connect-easysmx-controller.sh ✔
xboxdrv 0.8.14
Copyright © 2008-2011 Ingo Ruhnke grumbel@gmail.com
Licensed under GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions; see the file
COPYING for details.
-- [ ERROR ] ------------------------------------------------------
USBSubsystem::find_controller(): couldn't find device 000:000
`