Re: Installing DKMS driver on Ubuntu 26.04
David Gravereaux <[email protected]> Sat, 30 May 2026 14:31:59 -0700
| Newsgroups | gmane.linux.hardware.gpib.general |
|---|---|
| Message-ID | <[email protected]> |
I guess this is probably the more correct recipe. $ wget --trust-server-names https://sourceforge.net/projects/linux-gpib/files/latest/download -O linux-gpib.tar.gz $ tar xzvf linux-gpib.tar.gz $ cd linux-gpib-4.3.7 $ tar xzvf linux-gpib-kernel-4.3.7.tar.gz $ cd linux-gpib-kernel-4.3.7 $ make -j4 $ sudo make install $ sudo modprobe tnt4882 $ lsmod Module Size Used by tnt4882 36864 0 nec7210 36864 1 tnt4882 gpib_common 65536 2 tnt4882,nec7210 ... But the ownership is off $ gpib_config failed to open device file '/dev/gpib0' main: Permission denied $ ls -l /dev/gpib0 crw------- 1 root root 160, 0 May 30 14:17 /dev/gpib0