For the record:
Found out that "usb_claim_interface" libusb call in the driver (server/drivers/hd44780-bwct-usb.c) always fails with error code -2, even if the display can be used normally - I managed to get it work by simply ignoring that error (remvoing the error checks in hd44780-bwct-usb.c and recompile lcdproc), but this certainly is very dirty :).
Hi,
When trying to use the BWCT USB device (http://www.bwct.de/lcd.html), LCDd won't start correctly, even when running it as root:
Log says:
The section in LCDd.conf:
Any ideas? A bug in Fedora 16 (https://bugzilla.redhat.com/show_bug.cgi?id=508047) looks like the same problem, but it was closed without fixing.
Thank you for your help,
Best regards,
Joerg
For the record:
Found out that "usb_claim_interface" libusb call in the driver (server/drivers/hd44780-bwct-usb.c) always fails with error code -2, even if the display can be used normally - I managed to get it work by simply ignoring that error (remvoing the error checks in hd44780-bwct-usb.c and recompile lcdproc), but this certainly is very dirty :).
I submitted a bug to deal with this issue (https://sourceforge.net/p/lcdproc/bugs/44/), maybe someone has an idea to solve it properly.