Last active
February 26, 2016 10:31
-
-
Save marcelrv/04e1d4195ad0f52ccbd2 to your computer and use it in GitHub Desktop.
Aeon Labs Gen5 z-stick installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aeon Labs Gen5 z-stick installation | |
https://github.com/frep/radxa/blob/master/files/cdc-acm.ko | |
# install the driver (if it is not already present in your build) | |
mkdir -p /lib/modules/3.0.36+/kernel/drivers/usb/class | |
cp ${pathToFile}/cdc-acm.ko /lib/modules/3.0.36+/kernel/drivers/usb/class/ | |
depmod -a | |
echo "cdc-acm" >> /etc/modules | |
config: | |
zwave:port=/dev/ttyUSB0 | |
sudo usermod openhab -a -G dialout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment