Needs superuser privileges (fix proposed)
Status: Alpha
Brought to you by:
prcoder
With provided udev rules in hantekdso v0.5.3, only superuser can run the software. By adding this rule to udev, any user in the group "plugdev" will be able to do it:
SUBSYSTEM=="usb", ACTION=="add", ENV{PRODUCT}=="4b5/*", MODE="0660", GROUP="plugdev"
Note the VendorId is different from the initial one before loading firmware "4b4". This has given me a little bit of a headache!
Assumptions:
* Every device with VendorId=4b5 requires access by "plugdev" group.
* Group "plugdev" is the right one for this task, at least in Debian/Ubuntu to my understanding.
I use Fedora Core 8 distro to build and run HantekDSO and it works fine without root priveleges (under user rights). I think it is dstro-dependent issue. I'll try to fix it later. Thanks for the inforamtion.
This is indeed going to be distribution dependant. I had success configuring PolicyKit so that console users can access the dso usb device same as soundcards and optical disks etc. Probably the best way would be to just have a directory with system configuration examples in it.