Re: Fwd: Linux-gpib driver install fails to complete

John <[email protected]> Wed, 11 Mar 2026 16:11:18 +0000
Newsgroups gmane.linux.hardware.gpib.general
Message-ID <[email protected]>
Christian,

I tried adding that rule, but it does not seem to have worked.

I am guessing that the reason might be because my GPIB device is a 
National Instruments PCI-GPIB+ card rather than a USB device? There is 
no plugging and unplugging so I guess UDEV does not trigger. It was 
worth a try though.

I did wonder about adding a script to rc.d or rc.5 perhaps?

Otherwise I might give the crontab suggestion a try.

Regards.


On 10/03/2026 19:38, Christian Grosz wrote:
> On Tue, March 10, 2026 12:33 pm, John wrote:
>> Just on another general note, having to remember to run 'sudo
>> gpib_config' to load the device from the config file every time the
>> computer is rebooted is rather tedious. Can this command be added to a
>> startup script somewhere so that it runs automatically at root level when
>> linux starts?
> I solved that with an udev entry:
>
> /etc/udev/rules.d/98-gpib-generic.rules
> ----
> SUBSYSTEM=="module", ACTION=="add", DEVPATH=="/module/gpib_common",
> RUN+="/usr/local/sbin/gpib_config"
> ----
>
> Christian
>
>