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
# Rule to unbind Owon scope from the usb_serial_simple driver | |
# Tested and works with Owon VDS1022 oscilloscope | |
# | |
# Steps | |
# 1. Create a new file, paste this gist into the file and save it | |
# sudo nano /etc/udev/rules.d/99-owon-unbind.rules | |
# 2. Reload the udev rules for them to take effect | |
# sudo udevadm control --reload-rules && sudo udevadm trigger | |
# 3. Test it by unplugging and plugging back your scope. dmesg should display something similar to this | |
# [56623.835359] usb_serial_simple 3-1:1.0: owon converter detected |