Package Details: openhantek 0.2.0-8

Git Clone URL: https://aur.archlinux.org/openhantek.git (read-only, click to copy)
Package Base: openhantek
Description: Qt4 UI for Hantek DSO-2090/2150/2250/5200/5200A oscilloscopes. Includes firmware
Upstream URL: http://www.openhantek.org/
Licenses: GPL
Submitter: keenerd
Maintainer: keenerd
Last Packager: keenerd
Votes: 8
Popularity: 0.000000
First Submitted: 2011-08-15 05:51 (UTC)
Last Updated: 2019-01-06 02:15 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

lifewind commented on 2014-08-19 18:09 (UTC)

Are you still able to download the drivers? For me it is Failing to download the firmware from the link in the fwget.sh script. I checked the hantek website and they require registration in order to download the drivers so it could be the reason. No idea though how to solve this without having to manually download and extract the drivers!

keenerd commented on 2013-12-17 01:34 (UTC)

Works for me. I suspect your internet dropped out during the "fwget.sh" step.

lucastanure commented on 2013-11-25 13:42 (UTC)

Fail on : cp firmware/*.hex "$pkgdir/usr/share/hantek/"

rpodgorny commented on 2013-03-02 11:12 (UTC)

please update the qt/qt4 transition, thank you...

<deleted-account> commented on 2012-10-14 18:42 (UTC)

For Hantek 5200a must change in 90-hantek.rules # Hantek DSO-5200A SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ENV{PRODUCT}=="4b4/520A/*", RUN+="/sbin/fxload -t fx2 -I /usr/share/hantek/dso520a-firmware.hex -s /usr/share/hantek/dso520a-loader.hex -D $env{DEVNAME}" ATTRS{idVendor}=="04b5", ATTRS{idProduct}=="520A", MODE="0660", GROUP="plugdev" by # Hantek DSO-5200A SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ENV{PRODUCT}=="4b4/520a/*", RUN+="/sbin/fxload -t fx2 -I /usr/share/hantek/dso520a-firmware.hex -s /usr/share/hantek/dso520a-loader.hex -D $env{DEVNAME}" ATTRS{idVendor}=="04b5", ATTRS{idProduct}=="520a", MODE="0660", GROUP="plugdev" because A different to a en ASCII.

keenerd commented on 2012-07-17 21:59 (UTC)

I'm leaving it as plugdev. Plenty of programs need custom groups and your are expected to add them yourself. It is pretty simple: groupadd plugdev usermod -a -G plugdev USER log out and back in again So now that is in a post-install message.

rpodgorny commented on 2012-07-17 19:55 (UTC)

http://pastebin.com/raw.php?i=hRyKV8nd ...one last change: install udev rules to /usr/lib/udev (as other packages do) not /etc

rpodgorny commented on 2012-07-17 19:49 (UTC)

the version is here: http://pastebin.com/raw.php?i=3L0UruZk

rpodgorny commented on 2012-07-17 19:46 (UTC)

also, there's no plugdev group in arch so i've changed the permissions to 0666 (from 0660) and left the group to be root. tested and works (with my dso-2090)

rpodgorny commented on 2012-07-17 18:56 (UTC)

unrar should probably be dependency... radek@chuck:/tmp/openhantek/src/openhantek-extractfw/ > ./fwget.sh Downloading official drivers for DSO2090... Extracting useful parts from driver archive... ./fwget.sh: line 25: unrar: command not found Downloading official drivers for DSO2150... Extracting useful parts from driver archive... ./fwget.sh: line 25: unrar: command not found Downloading official drivers for DSO2250... Extracting useful parts from driver archive... ./fwget.sh: line 25: unrar: command not found Downloading official drivers for DSO5200... Extracting useful parts from driver archive... ./fwget.sh: line 25: unrar: command not found Downloading official drivers for DSO5200A... Extracting useful parts from driver archive... ./fwget.sh: line 25: unrar: command not found