#!/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
