Last active
January 24, 2017 16:05
-
-
Save metalefty/4704c103e0f458356c2d37a785959335 to your computer and use it in GitHub Desktop.
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
| sudo modprobe ftdi-sio | |
| echo "ftdi-sio" > /etc/modules-load.d/ftdi-sio.conf | |
| sudo sh -c 'echo "0411 00b3" > /sys/bus/usb-serial/drivers/ftdi_sio/new_id' | |
| apt install libdevice-serialport-perl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment