Bun's Lab
The deeper you look the worse it gets
Didn't have tantal SMD Caps of the right value or size. She'll be fine
[3668398.689779] usb 1-2.1: new high-speed USB device number 111 using xhci_hcd
[3668398.768543] usb 1-2.1: New USB device found, idVendor=3923, idProduct=709b, bcdDevice= 1.01
[3668398.768560] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[3668398.768567] usb 1-2.1: Product: GPIB-USB-HS
[3668398.768573] usb 1-2.1: Manufacturer: National Instruments
[3668398.768579] usb 1-2.1: SerialNumber: 01211B2F
# gpib_config
failed to open device file '/dev/gpib0'
main: No such file or directory
Geez. What's going on, where is my kernel module?
Bun's Lab
Get the source: mkdir ~/src && cd ~/src svn checkout svn://svn.code.sf.net/p/linux-gpib/code/trunk linux-gpib-code Kernel module, you of course need your kernel's header files: cd ~/src/linux-gpib-code/linux-gpib-kernel make -j8 sudo make install User land…
Had to recompile the kernel modules. There's been some kernel update or another since, and since this is plain source code, apt doesn't know to do that for me.