leetronics / infnoise

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

can't open or find multiplier but it's listed #22

Closed nonchip closed 4 years ago

nonchip commented 4 years ago
$ lsusb
Bus 001 Device 007: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)
$ sudo infnoise
Error: Can't open Infinite Noise Multiplier.
$ sudo infnoise -l
ID: 0, Manufacturer: 13-37.org, Description: Infinite Noise TRNG, Serial: 1337-XXX
$ sudo infnoise -s 1337-XXX
Error: Can't find Infinite Noise Multiplier with given serial

XXX replaced because i don't know if it should be secret, --debug doesn't show any other info

nonchip commented 4 years ago

never mind, the issue was the daemon was running and keeping the device busy. somehow i thought the tool would connect to that to get randomness, but that's actually in /dev/random now :P