OpenHantek / OpenHantek6022

OpenHantek6022 is a DSO software for Hantek USB digital signal oscilloscopes 6022BE / BL. Development OS is Debian Linux, but the program also works on FreeBSD, MacOS, RaspberryPi and Windows. No support for non-Linux related issues unless a volunteer steps in!
GNU General Public License v3.0
867 stars 152 forks source link

hantek rules for DDS120 (BUUDAI) #68

Closed alimoche closed 4 years ago

alimoche commented 4 years ago

it does not run unless hantek rules are updated, in the box says "SainSmart DDS 120" but lsusb gives

idVendor 0x8102 idProduct 0x8102 bcdDevice 0.00 iManufacturer 1 BUUDAI iProduct 2 USB102

adding these new rules fixes the problem:

SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="8102", ATTRS{idProduct}=="8102", TAG+="uaccess", TAG+="udev-acl" SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="608e", TAG+="uaccess", TAG+="udev-acl"