Search Criteria
Package Details: airspyhf-git r88.8891387-1
Git Clone URL: | https://aur.archlinux.org/airspyhf-git.git (read-only, click to copy) |
---|---|
Package Base: | airspyhf-git |
Description: | Host code for AirspyHF+ SDR. |
Upstream URL: | http://www.airspy.com |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | kbeckmann |
Maintainer: | kbeckmann |
Last Packager: | kbeckmann |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-07-21 14:33 |
Last Updated: | 2020-12-21 18:49 |
Dependencies (6)
- libusb>=1.0 (libusb-git)
- cmake (cmake-git) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- make (make3, make-git, make-without-guile) (make)
- pkgconfig (pkg-config-git, pkgconf-git, pkgconf) (make)
Required by (2)
- sdrpp-git
- soapyairspyhf-git (requires airspyhf)
Latest Comments
dc0sk commented on 2021-02-03 08:32
Would you be so kind and add 'aarch64' to the PKGBUILD? I tested it on a pi4 and it works like a charm.
dc0sk commented on 2021-02-02 15:17
To solve the issues with the pre-systemd gid-based device access, you should modify the /etc/udev/rules.d/52-airspyhf.rules from
ATTR{idVendor}=="03eb", ATTR{idProduct}=="800c", SYMLINK+="airspyhf-%k", MODE="660", GROUP="plugdev"
to
ATTR{idVendor}=="03eb", ATTR{idProduct}=="800c", SYMLINK+="airspyhf-%k", MODE="660", TAG+="uaccess"
This is the way to go with systemd. For reference, please see:
https://wiki.archlinux.org/index.php/users_and_groups#Pre-systemd_groups
https://wiki.archlinux.org/index.php/Talk:Udev#Use_of_.27uaccess.27_instead_of_GROUP_and_MODE.3F
kbeckmann commented on 2021-01-22 05:31
@aulavik Good to hear that you found the solution.
aulavik commented on 2021-01-22 05:22
Found the solution to my own problem.
The udev file /etc/udev/rules.d/52-airspyhf.rules has an entry GROUP="plugdev".
I created the group plugdev, and added my username into.
Now it works without sudo, and gqrx can now detect the device.
aulavik commented on 2021-01-22 03:57
Do the programs need to use sudo in order to detect the device? Or there are permissions I need to set?
Without sudo, airspyhf_info returns:
With sudo, airspyhf_info returns:
Thanks!
kbeckmann commented on 2020-12-21 18:52
Thanks, fixed.
simonvik commented on 2020-12-21 18:37
This project seem to be missing :
make gcc pkgconfig
As build deps.