Package Details: infnoise 0.3.3-2

Git Clone URL: https://aur.archlinux.org/infnoise.git (read-only, click to copy)
Package Base: infnoise
Description: Infinite Noise TRNG driver
Upstream URL: https://github.com/leetronics/infnoise
Keywords: hrng hwrng infnoise random rng trng
Licenses: custom:CC0 1.0 Universal
Submitter: AidanGG
Maintainer: Strykar
Last Packager: Strykar
Votes: 4
Popularity: 0.068290
First Submitted: 2018-11-03 02:40 (UTC)
Last Updated: 2025-05-21 19:19 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

Hobbes commented on 2025-09-24 09:11 (UTC) (edited on 2025-09-24 09:12 (UTC) by Hobbes)

Hi!

I'm encountering problems when trying to read data from my infnoise key using v0.3.3-2.

$ infnoise
Error: Can't open Infinite Noise Multiplier. Try running as super user?

Applying the suggestions does not solve the problem.

$ sudo infnoise
Error: Can't open Infinite Noise Multiplier.

I checked, and the device is present in /dev/

$ ls -l /dev/inf*
lrwxrwxrwx 1 root root 15 Sep 24 10:29 /dev/infnoise -> bus/usb/001/007

$ ls -l /dev/bus/usb/001/007
crw-rw-r--+ 1 root uucp 189, 6 Sep 24 11:01 /dev/bus/usb/001/007

I also noticed that infnoise does detect the key, even as a non-root user.

$ sudo infnoise --list-devices
ID: 0, Manufacturer: 13-37.org, Description: Infinite Noise TRNG, Serial: 1337-[...]

$ infnoise --list-devices
ID: 0, Manufacturer: 13-37.org, Description: Infinite Noise TRNG, Serial: 1337-[...]

The usual things (reboot, reinstall, manual build) also didn't solve the problem. Any suggestions for what to try next?

Strykar commented on 2024-09-07 04:19 (UTC)

Cheers, done!

AidanGG commented on 2024-09-04 10:39 (UTC)

@Strykar I disowned it, it's yours now if you want. Thanks!

Strykar commented on 2024-09-03 07:26 (UTC)

@AidanGG I have created https://aur.archlinux.org/packages/infnoise-openssl-git Feel free to orphan your infnoise packages or add me as a co-maintainer, thanks!

Strykar commented on 2023-11-22 05:30 (UTC)

Thanks, I'll create it, and feel free to add me as a co-maintainer on the infnoise packages if you don't wish to maintain them.

AidanGG commented on 2023-11-21 23:30 (UTC)

Feel free to do it, I probably don't have the time and don't have a use for it.

Strykar commented on 2023-11-21 16:27 (UTC)

Hi AidanGG, would you mind creating a package for https://github.com/tinskip/infnoise-openssl, I'd be happy to if not?

AidanGG commented on 2023-02-16 11:59 (UTC)

Current release doesn't have a GitHub workflow signature, so I switched to hashes.

bbx0 commented on 2021-12-09 20:50 (UTC)

Thanks for noticing and fixing the typo! Sorry, I didn't notice myself.

Looking into a kernel driver sounds cool!

AidanGG commented on 2021-11-24 21:14 (UTC)

@bbx0 thanks for your changes, I have committed them. In the mean time, I'm investigating writing a kernel driver so we don't have to rely on libftdi at all: https://github.com/leetronics/infnoise/issues/20