leetronics / infnoise

The world's easiest TRNG to get right
Creative Commons Zero v1.0 Universal
122 stars 25 forks source link

`infnoise` does not claim the USB interface before use #24

Closed gkelly closed 3 years ago

gkelly commented 3 years ago

Host: Ubuntu 20.10 infnoise --version (from regular ubuntu apt):

GIT VERSION - 0.3.1+dfsg
GIT COMMIT  - Debian
GIT DATE    - 2019-02-23T17:20:31+00:00

Running infnoise -R results in rsyslogd consuming 100% of a core due to the logs being flooded with:

Jul 10 12:53:20 praxis kernel: [1435136.111410] usb 1-2: usbfs: process 614825 (infnoise) did not claim interface 0 before use
gkelly commented 3 years ago

The issue was I plugged in the infnoise before I installed the package. Replugging the device made this problem go away.