Sujet : Beeping in Linux De : Muttley (at) *nospam* dastardlyhq.com Groupes :comp.unix.programmer Date : 27. Oct 2024, 09:21:39 Autres entêtes Organisation : A noiseless patient Spider Message-ID :<vfkt6j$74bf$1@dont-email.me>
I'm looking at a way of making the machine beep without relying on having a TTY available to send \7 to or going all heavyweight with ALSA.
I've found something online that mentioned ioctl() + the KDMTONE option but I can't find any example code. Does anyone know how its done?