From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 18:19:28 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 C679E16A4CE for ; Sat, 7 Aug 2004 18:19:28 +0000 (GMT) Received: from mout.perfora.net (mout.perfora.net [217.160.230.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DF643D53 for ; Sat, 7 Aug 2004 18:19:28 +0000 (GMT) (envelope-from mazpe@mazpe.net) Received: from [217.160.230.52] (helo=smtp.perfora.net) by mout.perfora.net with esmtp (Exim 3.35 #1) id 1BtVmx-0007dy-00 for freebsd-questions@freebsd.org; Sat, 07 Aug 2004 14:19:27 -0400 Received: from [69.166.12.208] (helo=[192.168.1.170]) by smtp.perfora.net with asmtp (Exim 3.35 #1) id 1BtVmx-0007X3-00 for freebsd-questions@freebsd.org; Sat, 07 Aug 2004 14:19:27 -0400 From: mazpe To: freebsd-questions@freebsd.org In-Reply-To: <20040807161835.GA1006@gicco.homeip.net> References: <20040807152619.GA850@gicco.homeip.net> <20040807161835.GA1006@gicco.homeip.net> Content-Type: text/plain Message-Id: <1091906376.687.7.camel@cyrus.clearvisiontech.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 07 Aug 2004 14:19:36 -0500 Content-Transfer-Encoding: 7bit X-Provags-ID: perfora.net abuse@perfora.net auth:ccb6a027811cf3b292ec12791a5821f2 Subject: Re: 5.2-current: device pcm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 18:19:28 -0000 Hello Hanspeter: Read the /usr/src/UPDATING and also take a look at the /usr/src/sys/conf/NOTES. But this is what it comes down to: adding device sound and device snd_*. (removing device pcm or whatever you had there before of course) I would recommend adding device sound to your kernel and even all the snd_* drivers, until you find out which one worked... Then remove the rest and only leave the one that matched the specs of your pc. Unless of course you see your sound card on the /usr/src/sys/conf/NOTES and you know exactly what snd_* you need. something like this.. device sound device "snd_ad1816" device "snd_als4000" #device "snd_au88x0" device snd_cmi device "snd_cs4281" device snd_csa device "snd_ds1" device "snd_emu10k1" device "snd_es137x" device snd_ess device "snd_fm801" device snd_gusc device snd_ich device snd_maestro device "snd_maestro3" device snd_mss device snd_neomagic device "snd_sb16" device "snd_sb8" device snd_sbc device snd_solo device "snd_t4dwave" device "snd_via8233" device "snd_via82c686" device snd_vibes #device "snd_vortex1" device snd_uaudio hope this helps... -Lester A. Mesa -aka: mazpe On Sat, 2004-08-07 at 11:18, Hanspeter Roth wrote: > On Aug 07 at 17:41, Radek Kozlowski spoke: > > > Read /usr/src/UPDATING: > > > > 20040716: > > The sound device drivers are renamed. `sound' is always required, > > while `snd_*' should be configured accordingly to your hardware. > > Refer to NOTES for the detail of the drivers. > > I have now added `device sound' to the kernel configuration. But > this doesn't make the sound module available. Also there isn't a > /dev/mixer*. > > What does snd_* mean? > I tried to add `device snd_pcm'. But this isn't accepted by config. > Dmesg shows: > > pci0: at device 31.5 (no driver attached) > > What else is required? > > -Hanspeter > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"