Hello,
I bought a TRNG after reading about some issues with Intel RNG. I grabbed a FST-01G from the FSF a while back and have not had any luck getting it to work in FreeBSD. In Debian I am able to eject the device node (e.g. /dev/sdb) and have it attach to /dev/ttyAMA0 instantly, which allows me to read from serial. (This is just to confirm that it works, I was intending to use this in a FreeBSD server environment, not GNU/Linux).
This is what the buffer reads when I plug it in:
Is there a way I can skip attaching as a storage device and just open serial connection to this device?
Edit: This is FreeBSD 12.1 Release
I bought a TRNG after reading about some issues with Intel RNG. I grabbed a FST-01G from the FSF a while back and have not had any luck getting it to work in FreeBSD. In Debian I am able to eject the device node (e.g. /dev/sdb) and have it attach to /dev/ttyAMA0 instantly, which allows me to read from serial. (This is just to confirm that it works, I was intending to use this in a FreeBSD server environment, not GNU/Linux).
This is what the buffer reads when I plug it in:
Code:
ugen0.2: <Free Software Initiative of Japan Fraucheky> at usbus0
umass0 on uhub2
umass0: <Free Software Initiative of Japan Fraucheky, class 0/0, rev 1.10/2.00, addr 2> on usbus0
umass0: SCSI over Bulk-Only; quirks = 0x0100
umass0:3:0: Attacjed to scbus3
(da0:umass-sim0:0:0:0): got CAM status 0x44
(da0:umass-sim0:0:0:0): fatal error, failed to attach to device
g_access(944): provider da0 has error 6 set
g_access(944): provider da0 has error 6 set
g_access(944): provider da0 has error 6 set
g_access(944): provider da0 has error 6 set
Is there a way I can skip attaching as a storage device and just open serial connection to this device?
Edit: This is FreeBSD 12.1 Release