From owner-freebsd-hackers Thu Nov 13 11:39:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA11968 for hackers-outgoing; Thu, 13 Nov 1997 11:39:32 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from trojanhorse.ml.org (mdean.vip.best.com [206.86.94.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA11962 for ; Thu, 13 Nov 1997 11:39:29 -0800 (PST) (envelope-from jamil@trojanhorse.ml.org) Received: from localhost (jamil@localhost) by trojanhorse.ml.org (8.8.8/8.8.5) with SMTP id LAA00539; Thu, 13 Nov 1997 11:39:06 -0800 (PST) Date: Thu, 13 Nov 1997 11:39:06 -0800 (PST) From: "Jamil J. Weatherbee" To: "Chuck O'Donnell" cc: freebsd-hackers@FreeBSD.ORG Subject: Re: /dev/speaker In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk printf "\a" On Thu, 13 Nov 1997, Chuck O'Donnell wrote: > > Does anyone know a good way to beep the speaker from a CGI script? > > I found the 'pseudo-device speaker' in /sys/i386/conf/LINT, which uses the > spkr.c driver to gain access through open("/dev/speaker", ...). > > Are there any other ways to access the computer speaker directly? > > I am not subscribed to this list so please send responses directly. > > Thank you. > > Chuck O'Donnell > >