Search Criteria
Package Details: linux-gpib-dkms 4.3.6-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-gpib-dkms.git (read-only, click to copy) |
---|---|
Package Base: | linux-gpib-dkms |
Description: | A support package for GPIB (IEEE 488) hardware (DKMS version). |
Upstream URL: | http://linux-gpib.sourceforge.net/ |
Keywords: | science |
Licenses: | GPL |
Conflicts: | linux-gpib |
Provides: | linux-gpib |
Submitter: | Foucault |
Maintainer: | Foucault |
Last Packager: | Foucault |
Votes: | 4 |
Popularity: | 0.83 |
First Submitted: | 2016-03-14 13:31 (UTC) |
Last Updated: | 2025-01-10 21:03 (UTC) |
Dependencies (6)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- bison (byacc-bisonAUR, bison-gitAUR)
- dkms (dkms-gitAUR)
- perl (perl-gitAUR)
- which (busybox-coreutilsAUR)
- fxloadAUR (optional) – firmware upload support for NI USB-B, Keithley KUSB-488 and Agilent 82357
Required by (7)
- gpib-utils (requires linux-gpib)
- gpib-utils-git (requires linux-gpib)
- python-gpib-ctypes (requires linux-gpib)
- python-linux-gpib (requires linux-gpib)
- python-pyvisa-py (requires linux-gpib) (optional)
- python2-linux-gpib (requires linux-gpib)
- scopehal-apps-git (requires linux-gpib) (optional)
Latest Comments
1 2 3 4 Next › Last »
Foucault commented on 2025-01-09 22:32 (UTC)
Apparently
which
is only member ofbase-devel
, notbase
so it needs be an explicit dependency. Oh well, I'll update it again shortly.LE0 commented on 2025-01-09 21:19 (UTC)
Thanks Foucault!
Here's another thing I found: An edge case that occurs when the
which
package is not installed on the target system. That's rare, but occurred to me when building the package on one system while installing it on another, minimalist system.In the absence of the
which
utility,/usr/lib/udev/gpib_udev_fxloader
fails in a mysterious way. Installingwhich
solves it.So this should probably be an explicit dependency of this package.
Foucault commented on 2025-01-09 09:14 (UTC)
Thanks for reporting this; I will update the package as soon as I can
LE0 commented on 2025-01-08 23:47 (UTC) (edited on 2025-01-08 23:48 (UTC) by LE0)
The DKMS installation of this package fails with a compile error in
/usr/src/linux-gpib-4.3.6/drivers/gpib/gpio/gpib_bitbang.c
, which seems to be a driver that is meant for RPi only.This is probably something that has to be fixed upstream. I got it to compile by removing the
gpio
directory from the makefile. PatchedPKGBUILD
by addingto the kernel module section of the
prepare
function.LE0 commented on 2025-01-08 23:37 (UTC) (edited on 2025-01-08 23:39 (UTC) by LE0)
The firmware loader in the https://aur.archlinux.org/packages/fxload package has changed in a way that breaks integration with this package. E.g., it will not load the firmware of my Agilent 82357B any more. See the remark of the maintainer of the fxload package: https://aur.archlinux.org/packages/fxload#comment-972226.
I solved it by adding
-p $BUSNUM,$DEVNUM
to theFXLOAD_OPTIONS
in/usr/lib/udev/gpib_udev_fxloader
. This can be done, e.g., by patchingPKGBUILD
, adding a line at the end of theprepare
function:Is this something that can be added permanently to the package?
yjun commented on 2023-10-10 13:07 (UTC)
plz add
aarch64
support. I have tested ok on my ARM Box running Arch Linux ARM.LongnoseRob commented on 2023-07-20 13:28 (UTC) (edited on 2023-07-20 13:29 (UTC) by LongnoseRob)
With the latest 6.4.4-arch1-1 kernel, the DKMS installation fails:
yjun commented on 2022-05-25 09:41 (UTC)
Kernel 5.17: Remove use of slave_id in dma_slave_config
this patch should be applied to build on kernel 5.17.y.
Foucault commented on 2021-01-19 11:05 (UTC)
There's no way for me to test whether it builds let alone works for ARM so unless someone can take up that part I'd rather keep it simple. You can always use
--ignorearch
withmakepkg
.alzyx commented on 2021-01-19 10:52 (UTC)
thanks a lot @grimler ! I gave it a try and it compiled ok.
Then dkms install, then depmod, ... no issues
I didnt test it on the run yet, but I guess the mantainer could add aarch64 to the architectures list!
1 2 3 4 Next › Last »