TrueNAS core - beep control

cobite

Cadet
Joined
Feb 27, 2021
Messages
2
I would like to make use of beep patterns to use for required user interaction on tasks, as I use to have on my previous storage solution by using the "beep" command.
On this forum I found the following line of code to generate a simple single beep, this works for some task script when being executed as root:
Code:
 printf "\007" > /dev/ttyv6

As I seem to be unable to modify time or frequency from example above, I found something like https://www.freshports.org/audio/beep/# but Truenas seems the miss a kernel module "speaker" for that.

Does anyone know how I can fine control the beep on my system under TrueNAS?

-TrueNAS-12.0-U2.1
 
Top