Package Details: linux-gpib-dkms 4.3.7-2

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-2.0-only
Conflicts: linux-gpib
Provides: linux-gpib
Submitter: Foucault
Maintainer: Foucault
Last Packager: Foucault
Votes: 4
Popularity: 0.000028
First Submitted: 2016-03-14 13:31 (UTC)
Last Updated: 2026-02-11 11:39 (UTC)

Dependencies (6)

Required by (10)

Sources (2)

Latest Comments

1 2 3 4 5 Next › Last »

Foucault commented on 2026-02-11 11:33 (UTC)

I think that's a packaging issue, the declaration was missing in dkms.conf.in. I'll put out an update soon.

Justanotherperso commented on 2026-02-11 02:26 (UTC) (edited on 2026-02-11 02:33 (UTC) by Justanotherperso)

Any chance to add support for the Xyphro USB GPIB device? It is added in 4.3.7, and works if built manually from source, but don't seem like the module is built from this package.

Otherwise, thanks for the lovely package. Used it for a long time with my old PCI card without issues!

Britt2101 commented on 2025-07-08 07:55 (UTC)

I've also been having issues updating, but I'm not sure how to go about it. This is the error log for the MakeFile, any idea's? https://pastebin.com/gkx5qwu1

Foucault commented on 2025-06-12 16:22 (UTC)

The package seems to build OK here in a clean chroot; are you sure you cleaned any previous builds? That being said some of the modules fail to build but I'm still investigating. It's possible that something broke in recent kernel releases.

ignilux commented on 2025-06-11 01:56 (UTC)

This package seems to have an issue with the patch that's being applied to the Makefile. I keep hitting the same error, but it's not clear to me what the problem is.

can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- linux-gpib-kernel-4.3.6.orig/Makefile      2019-08-23 11:30:28.000000000 +0300
|+++ linux-gpib-kernel-4.3.6/Makefile   2019-09-08 11:26:09.384478185 +0300
--------------------------
File to patch: ^C

dreieck commented on 2025-04-29 19:05 (UTC)

I created linux-gpib-git. Since upstream actually did incorporate updates/ fixes in the -git repository. (This also adds my suggestions as well.)

dreieck commented on 2025-04-29 15:06 (UTC)

Other suggestion:

Add optdepends=("linux-gpib-firmware: For firmware of some devices.)

dreieck commented on 2025-04-29 10:42 (UTC)

Suggestion:

Can you split the DKMS kernel driver (and maybe associated udev rules) and the userspace utilities into separate packages?

So that the one can be installed without the other -- e.g. when someone decides to compile the module by other means/ even patch it into the kernel?

Regards!

dreieck commented on 2025-04-29 10:40 (UTC)

Ahoj,

the license identifier needs to be updated to conform to SPDX syntax:

linux-gpib-dkms E: GPL is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

Regards and thanks for this package!

Foucault commented on 2025-01-09 22:32 (UTC)

Apparently which is only member of base-devel, not base so it needs be an explicit dependency. Oh well, I'll update it again shortly.