Serdisplib: cannot open libusb

I have compiled serdisplib with --enable-libusb.
But when trying to initialize my USB display I still get the error:

Error: Unable to open USB:060c/04eb, additional info: SDCONNusb_open(): libusb is not loaded.

lsusb can see my display:

Bus 002 Device 004: ID 060c:04eb EEH Datalink GmbH

so USB seems to work?

Ok - got it working :grin:
Packages that need to be installed:

  • libusb-1.0-0
  • libusb-compat4

serdisplib seems to search for libusb.so in /usr/local/lib
You need to create this directory and copy libusb-0.1.so.4.4.4 there.
Then rename the copied libusb-0.1.so.4.4.4 to libusb.so

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.