Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2004 00:16:20 +0400
From:      Maxim Maximov <mcsi@mcsi.pp.ru>
To:        Alecs King <alecs@swissinfo.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Sound issue on -current
Message-ID:  <41002094.8010108@mcsi.pp.ru>
In-Reply-To: <20040722200600.GA1158@localhost>
References:  <20040722200600.GA1158@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
Alecs King wrote:
> Onboard nForce2 audio (Realtek ALC650 AC97Codec). I used to use 'device
> pcm' without problem. 
> 
> Just cvsup'ed the source and found that -current is now using a new
> 'sound/snd_*' scheme. I checked the NOTES but couldnt find any snd_*
> for my case. So i tried just using 'device sound' without any
> 'device snd_*' but failed.
> 
> Is there anything i missed? Which snd_* should i use? Any suggestions?

In /boot/loader.conf:

sound_load="YES"
snd_driver_load="YES"

should help you. Second line will load all available drivers. When 
you'll find out which one is yours, change that string to load 
appropriate driver.

References:
sys/conf/NOTES
/boot/defaults/loader.conf


-- 
Maxim Maximov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41002094.8010108>