aports/testing/linux-gpib/linux-gpib.post-install
Robert Eckelmann e6c667ff24
testing/linux-gpib: new aport
As the hardware drivers for linux-gpib have been mainlined with Kernel >6.13, the only the userland needs packaging.
(before that the hardware drivers were oot-modules which required DKMS)

Signed-off-by: Robert Eckelmann <longnoserob@gmail.com>
2025-12-06 23:57:23 +01:00

11 lines
380 B
Bash

#!/bin/sh
echo "Please note that for some devices used with linux-gpib"
echo "dedicated firmware is requried."
echo "Examples are the HP 82341, Agiglent/Keysight 82357a/b,"
echo "NI GPIB-USB-B, NI GPIB-USB-HSP"
echo "The firmware can be found at"
echo " https://github.com/fmhess/linux_gpib_firmware"
echo "Please install the firmware file to"
echo " /usr/firmware/gpib"
exit 0