Skip to content

Support for USB to paralell port converter connected printers? #148

Answered by carlsa
carlsa asked this question in Q&A
Discussion options

You must be logged in to vote

I solved it, apparently it wasn't being built with support for USB devices, configure --enable-libusb before building helped.

For someone else that is troubleshooting something similar, this is how I found the problem:

  • Printers seem to be detected by PAPPL and the USB devices are filtered for printers in libusb_get_device_list.
  • I could build PAPPL with configure --enable-debug-printfs and saw that I didn't get the debug messages that libusb_get_device_list would generate and this suggested that it wasn't active.
  • configure --help showed a list with options I could enable and --enable-libusb worked

Before doing that, I verified that the USB device didn't use the usblp subsystem with udeva…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@carlsa
Comment options

Answer selected by carlsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants