mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
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>
11 lines
380 B
Bash
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
|