From owner-freebsd-newbies@FreeBSD.ORG Fri Dec 10 18:08:49 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E099516A4CE for ; Fri, 10 Dec 2004 18:08:49 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB7F43D62 for ; Fri, 10 Dec 2004 18:08:49 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 10 Dec 2004 12:06:45 -0600 Message-ID: <41B9E646.3070402@daleco.biz> Date: Fri, 10 Dec 2004 12:09:10 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Paulo Fonseca Jr." References: <200412092031.41396.freezumba@terra.com.br> In-Reply-To: <200412092031.41396.freezumba@terra.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Dec 2004 18:06:46.0009 (UTC) FILETIME=[02DB5E90:01C4DEE3] cc: freebsd-newbies@freebsd.org Subject: Re: configuring Creative SB on Freebsd 5.3 X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 18:08:50 -0000 Paulo Fonseca Jr. wrote: >Sorry, (again) > >My kernel was compiled with "device sound" and "device snd_sbc" after install >a Creative Sound Blaster and verify that my on board soundmax is not >supported by freebsd (handbook, section sound-setup - Audio devices). Even >thus, with Creative card, the pcm0 is recognized by dmesg but appears detached >and /dev/dsp and /dev/sndstat not exist. > >any idea? > >thanks all, >Zumba. > Hmm, three drivers exist to run Sound Blasters. You might try kldload(8)'ing each in turn and trying again. [555] Fri 10.Dec.2004 12:03:06 [kadmin@archangel][/boot/modules] ls | grep sb | grep snd snd_sb16.ko* snd_sb8.ko* snd_sbc.ko* Of course, I'd think that an unsupported onboard chip is rather rare in 5.X ... but you don't mention what you're running. If you installed a Blaster, did you disable the onboard chip in the BIOS? You should probably post your `uname -a`, the relevant sections of dmesg(8), and a step by step listing of actions you've taken to questions@ if you really want good help, though :-) Kevin Kinsey