vddvss/linux-gpib
Project ID: 19977
Description
This repo contains linux-gpib project drivers and library for GPIB (IEEE-488) adapters.
Installation Instructions
Detailed instructions are available at https://github.com/vddvss/linux-gpib-packaging. You should read them, but here's the quick version:
sudo dnf copr enable vddvss/linux-gpib
# For a general installation that will require you to edit the gpib.conf file
sudo dnf install dkms-linux-gpib linux-gpib
# To include a gpib.conf file set up for Agilent/Keysight 82357A/B
# NOTE: you will also need to install the firmware package
# Instructions for how to do this are available on the github repo linked above
sudo dnf install dkms-linux-gpib linux-gpib linux-gpib-defaults-agilent-82357a
# To include a gpib.conf file set up for NI-GPIB-USB-B/HS/HS+
# NOTE: for the NI-GPIB-USB-B, you will also need to install the firmware package.
# Instructions for how to do this are available on the github repo linked above
sudo dnf install dkms-linux-gpib linux-gpib linux-gpib-defaults-ni-gpib-usb
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (291)* | EPEL 7 (302 downloads) |
Fedora 38 | x86_64 (93)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (49)* | Fedora 39 (64 downloads) |
Fedora 40 | x86_64 (66)* | Fedora 40 (61 downloads) |
Fedora 41 | x86_64 (17)* | Fedora 41 (13 downloads) |
Fedora rawhide | x86_64 (133)* | Fedora rawhide (122 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable vddvss/linux-gpib
More info about enabling Copr repositories