File | Date | Author | Commit |
---|---|---|---|
linux-gpib-kernel | 2025-05-21 |
![]() |
[44e3d0] Put parentheses around arithmetic in MSA |
linux-gpib-user | 2025-05-26 |
![]() |
[4c8207] Fix type in doc/Makefile.am and add cleanup for... |
.gitignore | 2025-05-07 |
![]() |
[c23dc2] Split gitignore for user and kernel parts |
README.md | 2025-04-10 |
![]() |
[05615d] Update README with kernel build info |
README.rel | 2025-05-06 |
![]() |
[a5d9b4] Update full package REAMDE for 4.3.7 |
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')
git clone git://git.code.sf.net/p/linux-gpib/git linux-gpib-git
git pull
git log HEAD ^v4_3_6
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
cd linux-gpib-git/linux-gpib-kernel
make
sudo make install
For more details and options see linux-gpib-git/linux-gpib-kernel/INSTALL
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.
Obtain the .config for the current kernel of your distro.
Copy the .config into the top level directory of the kernel sources
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