Created
November 15, 2021 02:22
-
-
Save karoltheguy/5d751a59c6e88dce74393606771f7259 to your computer and use it in GitHub Desktop.
Add Sonoff Zigbee USB Dongle to linux (Cygnal Integrated Products, Inc. CP210x Composite Device)
This file contains hidden or 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
mknod /dev/ttyUSB0 c 188 0 | |
insmod /usr/local/modules/usbserial.ko | |
insmod /usr/local/modules/cp210x.ko |
in QNAP, use => mount $(/sbin/hal_app --get_boot_pd port_id=0)6 /tmp/config
to access /tmp/config/autorun.sh and add the cp210x.ko line above in the file so it loads the module at every boot. File may be a link so need to delete and create new file. Make sure file has chmod x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dongle doesn't show in "ls /dev/tty* but it shows in lsusb