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

1 2 3 Next › Last »

thcpo commented on 2025-03-11 23:18 (UTC) (edited on 2025-03-16 12:57 (UTC) by thcpo)

the udev rules need some fixing, I made it work for DSO-2090,

the ATTRS{idVendor} should be 04b4 instead of 04b5 because the hardware appears as Cypress Semiconductor Corp. instead of ROHM LSI Systems USA, LLC

the fxload switches should be all in lower-case

I changed the rule as follows

SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ENV{PRODUCT}=="4b4/2090/*", RUN+="/sbin/fxload -t fx2 -i /usr/share/hantek/dso2090-firmware.hex -s /usr/share/hantek/dso2090-loader.hex -d 04b4:2090"

it seems that after loading the firmware the device becomes

04b5:2090 ROHM LSI Systems USA, LLC DSO-2090

goddisignz commented on 2019-01-04 15:06 (UTC) (edited on 2019-01-04 15:06 (UTC) by goddisignz)

I just tried to build the package in a clean chroot and it seems like 'wget' is missing for the makedepends. Building fails due to missing files wich were not downloaded because the wget-command wasn't found.

After adding it it built correctly. Can somebody add this?

rpodgorny commented on 2017-10-20 15:55 (UTC)

btw, their tarballs seem to be not versioned and i also see no releases on github. ...maybe we should just create the openhantek-git pkgbuild.

rpodgorny commented on 2017-10-20 15:51 (UTC)

i sometimes use this (probably the outdated version). i volunteer myself to take over if there is such need... i will look into to pkgbuild later, currently travelling...

ta33ers commented on 2017-10-20 00:58 (UTC)

Is anyone other than myself interested in this package? I have been able to build from source, and run locally, but don't know enough to create a PKGBUILD. If there is an interest, I would be willing to try and see if I could get it to work, or help. I ask, since it appears there may no longer be an interest in maintaining this, I mean no disrespect to keenerd, just find I have a need for this software.

ta33ers commented on 2017-07-24 10:11 (UTC)

I am getting an error during compile: " src/dataanalyzer.cpp:228:112: error: call of overloaded 'abs(unsigned int)' is ambiguous *(this->window + windowPosition) = 2.0 / windowEnd * (windowEnd / 2 - abs(windowPosition - windowEnd / 2)); ", is this a problem with the source code, or the PKGBUILD? I was able to compile it locally in my /home directory, and run it from the ./build directory.

toshua commented on 2017-05-01 15:48 (UTC)

The latest version on github seems to have support for the 6022BE, Since this is such a popular budget scope, I and many others would really apreciate having an easy way to use it on Arch.

OramahMaalhur commented on 2015-06-05 20:52 (UTC)

90-hantek.rules is incorrect the script inside tries to load firmware from /usr/share/hantek/dso2150-firmware.hex , but actual location is /usr/share/hantek/firmware/dso2150-firmware.hex (note subdir firmware)

rpodgorny commented on 2014-09-15 12:14 (UTC)

works for me.

keenerd commented on 2014-08-24 13:31 (UTC)

Should be fixed.