Skip to content

Instantly share code, notes, and snippets.

@rtyler
Created August 13, 2011 05:23
Show Gist options
  • Save rtyler/1143502 to your computer and use it in GitHub Desktop.
Save rtyler/1143502 to your computer and use it in GitHub Desktop.
[2011/8/12 22:22:44] novacom_usb_rx_thread:434 -- usbll(00000000) reading packet, reads(2), duration(100ms), result(-1), last_errno 9
[2011/8/12 22:22:45] novacom_usb_findandattach_thread:565: usb_handle 0x00000000, bus=001 dev=013
[2011/8/12 22:22:45] novacom_usb_rx_thread:413 -- usbll(00000000) error: reading packet, result(-1), errno 9
[2011/8/12 22:22:45] novacom_usb_rx_thread:434 -- usbll(00000000) reading packet, reads(2), duration(100ms), result(-1), last_errno 9
[2011/8/12 22:22:46] novacom_usb_findandattach_thread:565: usb_handle 0x00000000, bus=001 dev=013
[2011/8/12 22:22:46] novacom_usb_rx_thread:413 -- usbll(00000000) error: reading packet, result(-1), errno 9
[2011/8/12 22:22:46] novacom_usb_rx_thread:434 -- usbll(00000000) reading packet, reads(2), duration(100ms), result(-1), last_errno 9
[2011/8/12 22:22:47] novacom_usb_findandattach_thread:565: usb_handle 0x00000000, bus=001 dev=013
[2011/8/12 22:22:47] novacom_usb_rx_thread:413 -- usbll(00000000) error: reading packet, result(-1), errno 9
[2011/8/12 22:22:47] novacom_usb_rx_thread:434 -- usbll(00000000) reading packet, reads(2), duration(100ms), result(-1), last_errno 9
[2011/8/12 22:22:48] novacom_usb_findandattach_thread:565: usb_handle 0x00000000, bus=001 dev=013
[2011/8/12 22:22:48] novacom_usb_rx_thread:413 -- usbll(00000000) error: reading packet, result(-1), errno 9
[2011/8/12 22:22:48] novacom_usb_rx_thread:434 -- usbll(00000000) reading packet, reads(2), duration(100ms), result(-1), last_errno 9
^C
@parkerlreed
Copy link

parkerlreed commented Jun 23, 2023

Did you ever figure out the issue?

Seeing the same thing on arch with libusb-compat and HP's 64bit novacom package

@rtyler
Copy link
Author

rtyler commented Jun 23, 2023

@parkerlreed hah, I probably did, but this was over a decade ago (!) so I cannot even remember what computer this was from 😄

@parkerlreed
Copy link

No worries! I knew it was a long shot.

I solved mine by switching to a regular Linux machine. I was trying it through podman/docker and having no luck and getting the same errors.

Running directly on the base Linux system was fine (even though both were the daemon running as root!)

Weirdness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment