From owner-freebsd-questions@FreeBSD.ORG Wed Mar 3 08:05:12 2004 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 B314B16A4CE for ; Wed, 3 Mar 2004 08:05:12 -0800 (PST) Received: from ex-nihilo-llc.com (ex-nihilo-llc.com [206.114.147.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 810A543D1F for ; Wed, 3 Mar 2004 08:05:12 -0800 (PST) (envelope-from aaron@alpete.com) Received: from mail.alpete.com (localhost [127.0.0.1]) by ex-nihilo-llc.com (Postfix) with SMTP id 97CD951; Wed, 3 Mar 2004 11:07:39 -0500 (EST) Received: from 162.114.211.143 (proxying for 172.26.45.133) (SquirrelMail authenticated user aaron@alpete.com) by mail.alpete.com with HTTP; Wed, 3 Mar 2004 11:07:40 -0500 (EST) Message-ID: <22033.162.114.211.143.1078330060.squirrel@mail.alpete.com> In-Reply-To: <20040303155043.81DFA170D4@www.wcborstel.nl> References: <49450.69.48.112.134.1078328883.squirrel@email.polands.org> <20040303155043.81DFA170D4@www.wcborstel.nl> Date: Wed, 3 Mar 2004 11:07:40 -0500 (EST) From: "Aaron Peterson" To: "Jorn Argelo" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: questions@freebsd.org Subject: Re: Curious sound problem in 5.2.1-R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: aaron@alpete.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 16:05:12 -0000 > Have you compiled the following in your kernel? > > device pcm > device sbc or alternatively add this to your /boot/loader.conf snd_ich_load="YES" then run "kldload snd_ich.ko" as root... adding to loader.conf makes the proper sound driver load at boot, the kldload command loads it from the command line so you don't have to reboot. Aaron