Skip to content

Instantly share code, notes, and snippets.

@marcelrv
Last active February 26, 2016 10:31
Show Gist options
  • Save marcelrv/04e1d4195ad0f52ccbd2 to your computer and use it in GitHub Desktop.
Save marcelrv/04e1d4195ad0f52ccbd2 to your computer and use it in GitHub Desktop.
Aeon Labs Gen5 z-stick installation
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