Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2009 05:37:47 +0200
From:      Bernt Hansson <bernt@bah.homeip.net>
To:        Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net>
Cc:        freebsd-multimedia@freebsd.org, Roland Smith <rsmith@xs4all.nl>
Subject:   Re: Compiling in sound driver in kernel
Message-ID:  <4A31CD8B.9070707@bah.homeip.net>
In-Reply-To: <200906111921.59143.mel.flynn%2Bfbsd.questions@mailing.thruhere.net>
References:  <BLU0-SMTP462B5A385FA31495A8FBC993450@phx.gbl> <200906111150.00121.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> <4A31676C.6020709@bah.homeip.net> <200906111921.59143.mel.flynn%2Bfbsd.questions@mailing.thruhere.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Mel Flynn said the following on 2009-06-12 05:21:
> Moving from -questions to -multimedia. snd_hda is in kernel config, yet no 
> trace of sound on boot. Kernel is edited kernel, even though named "GENERIC". 
> Using snd_hda_load="YES" in loader.conf also does not load the module. Module 
> can however be loaded after boot.
> 
> Bernt, could you also provide kldstat -v |grep -E '(sound|snd)' (without 
> loading the module)?

Of course. Here you go, without snd_hda loaded

# kldstat -v |grep -E '(sound|snd)'
                 298 msgsnd



With snd_hda loaded

# kldstat -v | grep -E '(sound|snd)'
                 298 msgsnd
10    1 0xffffffff80e3e000 131d6    snd_hda.ko
                 409 hdac/snd_hda_pcm
                 410 pci/snd_hda
11    1 0xffffffff80e52000 2e530    sound.ko
                 407 sound

I'm not subscribed to this list so don't forget to CC



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