<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 04/07/2026 01:34, B. Watson wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:66bfe916-1467-5a32-5b52-e23f1f4cc611@slackware.uk">
      "beep" is supposed to make the PC speaker beep... but I can't make
      <br>
      it work on either of the boxes I tested it on. When run as root,
      it
      <br>
      doesn't give any error, and strace shows it doing iotcl() calls on
      <br>
      /dev/tty0.
      <br>
      <br>
      I'm trying to see if this works *at all* for *anyone*. The code is
      <br>
      25 or more years old, so it may just be that it's not compatible
      with
      <br>
      modern kernels...
      <br>
      <br>
      Any volunteers want to try it?</blockquote>
    The   <span style="font-family:monospace"><span
        style="color:#000000;background-color:#ffffff;">beep-1.4.12-x86_64-2_SBo</span> </span>works
    for me on Slackware64-current with Linux kernel 7.0.14.  It works on
    my current PC and worked on the computer I gave you as long as I did
    the following.<br>
    <br>
    <span style="font-family:monospace"><span
        style="color:#000000;background-color:#ffffff;">#
        /etc/rc.d/rc.modules.local</span><span
        style="color:#000000;background-color:#ffffff;">
      </span><br>
      <span style="color:#000000;background-color:#ffffff;">
      </span><br>
      <span style="color:#000000;background-color:#ffffff;">/sbin/modprobe
        pcspkr</span><span
        style="color:#000000;background-color:#ffffff;">                </span><span
        style="color:#000000;background-color:#ffffff;"># PC speaker</span><br>
    </span><br>
  </body>
</html>