From owner-freebsd-mobile Tue Sep 25 14:50:25 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id AC9B637B410; Tue, 25 Sep 2001 14:50:09 -0700 (PDT) Received: from laptop.baldwin.cx ([147.11.46.209]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id OAA01087; Tue, 25 Sep 2001 14:50:00 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200109252059.f8PKxs701428@csa.bu.edu> Date: Tue, 25 Sep 2001 14:49:43 -0700 (PDT) From: John Baldwin To: Evan Sarmiento Subject: RE: laptop speaker question Cc: freebsd-mobile@FreeBSD.org, freebsd-questions@FreeBSD.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 25-Sep-01 Evan Sarmiento wrote: > Hello, > I'm in a strange predicament. My laptop has no sound device, > meaning I can not use 'mixer speaker 0:0'. My hands are quite > twitchy, meaning I cause FreeBSD to beep when I press > backspace to many times or an incorrect combonation of keys. > This upsets my classmates to the nTH degree, who are trying to > take notes. > > Is there a way I could mute the speaker? There is no /dev/speaker, > and speaker is not in my kernel conf. > > I would appreciate any input on this, Hack the sysbeep() function in sys/i386/isa/clock.c and make it just return immediately instead of doing anything if you want. :) -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message