From owner-freebsd-questions@FreeBSD.ORG Sat Apr 30 21:42:48 2005 Return-Path: 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 DF6E016A4CE for ; Sat, 30 Apr 2005 21:42:48 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 627E243D41 for ; Sat, 30 Apr 2005 21:42:48 +0000 (GMT) (envelope-from juhasaarinen@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1187036wri for ; Sat, 30 Apr 2005 14:42:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=WCS5Gh3sWy2RQJ2qGD3vP7nTJvCmPMGa2OeiE5nIXFN+Jomwddu4rwim5CDoYPvsn2PDPw51R2LgE1Su/GMAdDW9+DDNfZi97odsWVlOnMiN5/jagx6kivEyONUDVA3W2hWMBc3hCmXCIPK+m+25qz+CPt0o66AIIkt1GRMfdgk= Received: by 10.54.103.14 with SMTP id a14mr15656wrc; Sat, 30 Apr 2005 14:42:44 -0700 (PDT) Received: by 10.54.4.57 with HTTP; Sat, 30 Apr 2005 14:42:44 -0700 (PDT) Message-ID: Date: Sun, 1 May 2005 09:42:44 +1200 From: Juha Saarinen To: Steve Friedrich In-Reply-To: <20050430155319.ADE9043D41@mx1.FreeBSD.org> Mime-Version: 1.0 References: <20050430155319.ADE9043D41@mx1.FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: "freebsd-questions@freebsd.org" Subject: Re: pcaudio device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Juha Saarinen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 21:42:49 -0000 On 5/1/05, Steve Friedrich wrote: >=20 >=20 > Thanks for your response, Juha. >=20 > Yep, I tried that. Didn't work. I have a status_check bourne script that= =20 > I've been working on that helps me manage my four FreeBSD systems, by=20 > reporting revisions of various software, checking > to see that sound still works, etc. >=20 >=20 /dev/speaker works here -- did you load the kernel module? [09:38][juha@vim2 ~]#sudo kldload speaker [09:38][juha@vim2 ~]#ls -la /dev/speaker crw------- 1 root wheel 227, 0 Apr 28 21:07 /dev/speaker [09:38][juha@vim2 ~]#spkrtest --=20 Juha