Search found 2 matches

by Smooth23
Tue 7. Jan 2020, 15:15
Forum: Linux
Topic: How to check if driver is loaded?
Replies: 2
Views: 4948

Re: How to check if driver is loaded?

Thank you, this points me in the right direction
by Smooth23
Mon 6. Jan 2020, 16:55
Forum: Linux
Topic: How to check if driver is loaded?
Replies: 2
Views: 4948

How to check if driver is loaded?

Hi all, I'm writing a python script for raspbian that otherwise works fine. The issue I have is the software is broken if the can driver isn't loaded(meaning the usb to can device isn't physically connected to the pi). Quite simply, I wish to put the program on hold until the driver is loaded. How ...