Menu

Tree [b0b8ae] master /
 History

HTTPS access


File Date Author Commit
 linux-gpib-kernel 3 days ago Dave Penkler Dave Penkler [b0b8ae] Suppress setting end when error with ni_usb_gpib
 linux-gpib-user 2025-10-04 Dave Penkler Dave Penkler [10776c] Make INSTALL file release independent
 .gitignore 2025-05-07 Dave Penkler Dave Penkler [c23dc2] Split gitignore for user and kernel parts
 README.md 2025-10-04 Dave Penkler Dave Penkler [0109b8] Fix docs and update README's and INSTALL
 README.rel 2025-10-04 Dave Penkler Dave Penkler [55e1b4] Add info on change to ChangeLogs

Read Me

Welcome to the linux-gpib sourceforge git repository.

This replaces the SVN repository which is no longer being updated.
The last commit to SVN is
[r2106] = git commit b4cbd1387e7e... Add gpio pin offset parameter for RPi5 (Marcello Carla')

To clone the git repo:

git clone git://git.code.sf.net/p/linux-gpib/git linux-gpib-git

To pull the latest commits:

git pull

To list the commits made since a release tag (e.g. v4_3_6):

git log HEAD ^v4_3_6

To build the user part:

cd linux-gpib-git/linux-gpib-user
./bootstrap
./configure --sysconfdir=/etc
make
sudo make install

For more details and options see linux-gpib-git/linux-gpib-user/INSTALL

To build the kernel part from the sourceforge git repo

cd linux-gpib-git/linux-gpib-kernel
make
sudo make install

For more details and options see linux-gpib-git/linux-gpib-kernel/INSTALL

To build the kernel part from the official kernel sources 6.13 or later:

Check whether your distro has compiled the modules:

$ ls /lib/modules/`uname -r`/kernel/drivers/staging/gpib
agilent_82350b  agilent_82357a  common  nec7210  ni_usb  tms9914  tnt4882

If not obtain the current kernel sources for your distro.

cd <top_level_dir_kernel_source>
make menuconfig

Navigate to drivers->staging->gpib
Select m
In the follwing menu select the drivers you need
Exit and save

make -j4 M=drivers/staging/gpib
sudo make modules_install

Reboot

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.