-
-
Notifications
You must be signed in to change notification settings - Fork 514
Home
Håkon Nessjøen edited this page Jun 6, 2018
·
5 revisions
We will try to keep this page updated with useful information
This is the most tested version. It should work without problems.
It works fine in Windows too. At the moment there is a few cosmetical problems with the windows version. But all functionality is there.
To be able to use Companion in Linux without running as root (it is not recomended to run companion as root), you need to add a udev rule.
These rules needs to be added in /etc/udev/50-companion.rules with the following content:
SUBSYSTEM=="input", GROUP="input", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0060", MODE:="666", GROUP="plugdev"
KERNEL=="hidraw", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0060", MODE:="666", GROUP="plugdev"
SUBSYSTEM=="usb", ATTRS{idVendor}=="ffff", ATTRS{idProduct}=="1f40", MODE:="666", GROUP="plugdev"
KERNEL=="hidraw", ATTRS{idVendor}=="ffff", ATTRS{idProduct}=="1f40", MODE:="666", GROUP="plugdev"
When you have done this, you can either reboot, or disconnect the devices and run
sudo udevadm control --reload-rules
before reconnecting them.
Getting Started
- Home
- Installation
- Getting Started Beginners Guide
- Companion on the Raspberry Pi
- Build for Another Device (Distributable Linux Build)
- X Keys support
- How to use a module that is not included in Companion build
Development
- Setting up Developer Environment
- How to move to a fork after cloning
- Module Development for 3.0
- Satellite API
- Versioning
More Information
Maintainer Docs