Package Details: linux-gpib-dkms 4.3.6-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
Conflicts: linux-gpib
Provides: linux-gpib
Submitter: Foucault
Maintainer: Foucault
Last Packager: Foucault
Votes: 3
Popularity: 0.004023
First Submitted: 2016-03-14 13:31 (UTC)
Last Updated: 2023-10-17 17:59 (UTC)

Dependencies (5)

Required by (7)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3

Neros commented on 2017-05-26 23:58 (UTC)

I can't compile anymore on kernel 4.9 (lts): ``` make[6]: *** [scripts/Makefile.modinst:35: /tmp/yaourt-tmp-neros/aur-linux-gpib-dkms/src/linux-gpib-4.0.4rc2/drivers/gpib/agilent_82350b/agilent_82350b.ko] Error 1 make[5]: *** [Makefile:1503: _emodinst_] Error 2 make[5] : on quitte le répertoire « /usr/lib/modules/4.9.29-1-lts/build » make[4]: *** [Makefile:689: install-data-hook] Error 2 make[4] : on quitte le répertoire « /tmp/yaourt-tmp-neros/aur-linux-gpib-dkms/src/linux-gpib-4.0.4rc2/drivers » make[3]: *** [Makefile:608: install-data-am] Error 2 make[3] : on quitte le répertoire « /tmp/yaourt-tmp-neros/aur-linux-gpib-dkms/src/linux-gpib-4.0.4rc2/drivers » make[2]: *** [Makefile:562: install-am] Error 2 make[2] : on quitte le répertoire « /tmp/yaourt-tmp-neros/aur-linux-gpib-dkms/src/linux-gpib-4.0.4rc2/drivers » make[1]: *** [Makefile:401: install-recursive] Error 1 make[1] : on quitte le répertoire « /tmp/yaourt-tmp-neros/aur-linux-gpib-dkms/src/linux-gpib-4.0.4rc2/drivers » make: *** [Makefile:446: install-recursive] Error 1 ==> ERREUR : Une erreur s’est produite dans package(). Abandon... ==> ERREUR : Makepkg n'a pas pu construire linux-gpib-dkms. ```

tedd commented on 2017-05-26 07:11 (UTC) (edited on 2017-05-26 07:16 (UTC) by tedd)

Version 4.0.4rc2 does not build on kernel 4.11.2-1. Created a patch file from upstream bug report: https://sourceforge.net/p/linux-gpib/bugs/61/ https://pastebin.com/raw/HLKheJV0 Tested by trying to build module after kernel upgrade ;)

trincer commented on 2017-03-22 07:24 (UTC)

Hello small issue. The $PYTHON varible does not seem to be set during update of the kernel. resulting in. ==> dkms install linux-gpib/4.0.4rc2 -k 4.10.4-1-ARCH /var/lib/dkms/linux-gpib/4.0.4rc2/build/configure: line 13334: -c: command not found /var/lib/dkms/linux-gpib/4.0.4rc2/build/configure: line 13335: -c: command not found the offending line is. py_prefix=`$PYTHON -c "import sys; print(sys.prefix)"` python is installed as running python -c "import sys; print(sys.prefix)" in the terminal works.

Neros commented on 2016-07-22 10:32 (UTC) (edited on 2016-08-06 14:58 (UTC) by Neros)

Sorry to bother you again but I don't understand how to load the modules. On Ubuntu, I launch them with a `modprobe` (e.g.`modprobe agilent_82357a`). But here, there is nothing I can do with modprobe because there is no module to load... Plus, there is no /dev/gpib0. Am I missing something?

Neros commented on 2016-07-18 23:26 (UTC)

It was easy, it works. Just add as a dependencies: 'linux-headers'

Foucault commented on 2016-07-11 10:04 (UTC)

Does the regular package (linux-gpib) work for you? If yes it is a dkms issue, otherwise it's some build issue. I will look into it.

Neros commented on 2016-07-08 22:45 (UTC)

I can't compile: ``` make[5] : on entre dans le répertoire « /usr/lib/modules/4.6.3-1-ARCH/build » make[5]: *** Aucune règle pour fabriquer la cible « modules_install ». Arrêt. make[5] : on quitte le répertoire « /usr/lib/modules/4.6.3-1-ARCH/build » make[4]: *** [Makefile:689: install-data-hook] Error 2 make[4] : on quitte le répertoire « /home/neros/Applications/linux-gpib-dkms/src/linux-gpib-4.0.3/drivers » make[3]: *** [Makefile:608: install-data-am] Error 2 make[3] : on quitte le répertoire « /home/neros/Applications/linux-gpib-dkms/src/linux-gpib-4.0.3/drivers » make[2]: *** [Makefile:562: install-am] Error 2 make[2] : on quitte le répertoire « /home/neros/Applications/linux-gpib-dkms/src/linux-gpib-4.0.3/drivers » make[1]: *** [Makefile:401: install-recursive] Error 1 make[1] : on quitte le répertoire « /home/neros/Applications/linux-gpib-dkms/src/linux-gpib-4.0.3/drivers » make: *** [Makefile:446: install-recursive] Error 1 ```