From owner-freebsd-questions@FreeBSD.ORG Wed Aug 3 21:45:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40F8516A41F for ; Wed, 3 Aug 2005 21:45:46 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B501343D45 for ; Wed, 3 Aug 2005 21:45:43 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j73LjHUb092711; Wed, 3 Aug 2005 16:45:17 -0500 (CDT) (envelope-from dan) Date: Wed, 3 Aug 2005 16:45:17 -0500 From: Dan Nelson To: Emanuel Haupt Message-ID: <20050803214517.GB14463@dan.emsphone.com> References: <6A1C7360-A053-4C77-AE30-6E91FD8D8AE4@cc.usu.edu> <20050803231954.4aa276c9.eh-lists-freebsd@critical.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050803231954.4aa276c9.eh-lists-freebsd@critical.ch> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.9i Cc: hal , freebsd-questions@freebsd.org Subject: Re: sound vs. PCIX bus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2005 21:45:46 -0000 In the last episode (Aug 03), Emanuel Haupt said: > > Can anyone recommend a sound card for the PCIX bus? > > or > > Can anyone recommend a USB or otherwise attached sound card? > > or > > Some other way I can use mpg123 to make a lot of noise when > > my server needs some attention. > > i could recommend a solution that doesn't even require a soundcard to > be notified with a lot of noise. > > have a look at audio/yell (in the ports tree). it can play a short > tune on your pc speaker. A much simpler version that doesn't require a port: #! /bin/sh echo "t208a+b~a+a-~f+f~e-d" > /dev/speaker I like C-64 style arpeggio in my alert beeps: echo "l64cdcdcd" > /dev/speaker echo "l64 /dev/speaker You could also use the spkrtest program to play some long tunes. -- Dan Nelson dnelson@allantgroup.com