From owner-freebsd-stable Thu Mar 29 6:42:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from krycek.zoominternet.net (krycek.zoominternet.net [63.67.120.9]) by hub.freebsd.org (Postfix) with SMTP id EE07137B719 for ; Thu, 29 Mar 2001 06:42:27 -0800 (PST) (envelope-from dmmiller@cvzoom.net) Received: (qmail 5927 invoked from network); 29 Mar 2001 14:32:20 -0000 Received: from acs-24-154-34-155.zoominternet.net (HELO cvzoom.net) (24.154.34.155) by krycek.zoominternet.net with SMTP; 29 Mar 2001 14:32:20 -0000 Message-ID: <3AC349D2.C87F3F6B@cvzoom.net> Date: Thu, 29 Mar 2001 09:42:26 -0500 From: Donn Miller X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Michel Talon Cc: freebsd-stable@freebsd.org Subject: Re: Upgrade to FreeBSD 4.3-RC References: <20010329162538.A964@lpthe.jussieu.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michel Talon wrote: > - Second i had disabled sound in the kernel config file since it is now > a module. However trying to cat something to /dev/audio or dsp > or using mixer said device not configured. I have a Vibra16 and have tried > kldloads of snd_pcm and snd_sbc in each order without any effect. Just load snd_sb16 (or whatever module contains driver support of the Vibra16), and it will load all of the dependencies automatically. For example. all I have to do for my ESS 1868 is put snd_ess_load="YES" # ess isa into /boot/loader.conf, and the other modules are loaded automatically: Preloaded elf module "snd_ess.ko" at 0xc032c09c. Preloaded elf module "snd_sbc.ko" at 0xc032c13c. Preloaded elf module "snd_pcm.ko" at 0xc032c1dc. To unload the sound driver, simply do kldunload snd_sb16 and it should unload all the dependent sound drivers. So, all you need to do is kld{load,unload} snd_sb16 to load the sound driver. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message