From owner-freebsd-questions Sun Jun 18 7:42:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-2.sjc.telocity.net (mail-2.sjc.telocity.net [216.227.56.42]) by hub.freebsd.org (Postfix) with ESMTP id 8168137B9DB for ; Sun, 18 Jun 2000 07:42:26 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from dsl-216-227-91-85.telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-2.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id HAA29404; Sun, 18 Jun 2000 07:40:06 -0700 (PDT) Date: Sun, 18 Jun 2000 10:44:42 +0000 (GMT) From: Otter To: Max Calvo Cc: questions@FreeBSD.ORG Subject: Re: help with sound using cmi8330 and 4.0-release In-Reply-To: <001b01bfd87f$14b33bc0$f5da50ce@maxcalvo.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Max, One of my motherboards has the CMI8330 onboard. I put my device pcm before sbc (not sure that it matters), did the MAKEDEV snd0, and it works fine. One thing I did notice is that the default volume is low and /usr/sbin/mixer doesn't access "vol". If you do a "/usr/sbin/mixer pcm 100" that should crank it up to it's maximum volume. I'm not impressed with it, but it does work. Other cards will give you the "vol" option in the mixer. You can also type "/usr/sbin/mixer" to see what your current settings are. Any changes you make will not be saved when you reboot, so if cranking up the pcm to 100 works, maybe you should make a bootup script that does it for you every time you startup. -Otter On Sat, 17 Jun 2000, Max Calvo wrote: > Hi there; > > I have follow the instructions that Cyrille provided me. However, I still > have no sound. This is my kernel configuration: > device sbc > device pcm > > This is my dmesg output after rebooting the system: > pcm0: at port 0x530-0x537,0x388-0x38f irq 11 drq 0 on isa0 > device_probe_and_attach: pcm0 attach returned 6 > unknown0: at port 0x330-0x331 irq 9 on isa0 > unknown1: at port 0x200-0x207 on isa0 > unknown2: at port 0x220-0x22f irq 5 drq 1,5 on isa0 > > In 3.2 - 3.4 we had to put some configuration lines in a file named > kernel.conf. Does anyone know if we have to do the same for 4.0? I am > asking this because the audio have change from 3.4 to 4.0 considerably. > Also, does 4.0 supports PNP natively? when I conple my kernel it tells me > that device pnp is deprecated. > > thanks in advance > > -Max > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message