Date: Thu, 9 Oct 2014 01:28:54 +0200 From: Stephen Riehm <freebsd@opensauce.de> To: Warren Block <wblock@wonkity.com> Cc: freebsd-questions@freebsd.org, David Benfell <benfell@parts-unknown.org> Subject: Re: How do I tell which driver I need for sound? Message-ID: <FB860D1F-AF22-479F-A166-A296F9359571@opensauce.de> In-Reply-To: <alpine.BSF.2.11.1410081705520.28307@wonkity.com> References: <20141008204214.GA93107@home.parts-unknown.org> <alpine.BSF.2.11.1410081539500.5159@wonkity.com> <20141008220048.GB39434@home.parts-unknown.org> <alpine.BSF.2.11.1410081705520.28307@wonkity.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
I'm also a bit lost with this. (Yes I've also read the sound-setup =
handbook)
My /boot/loader.conf consists of:
autoboot_delay=3D"2" =
=20
zfs_load=3D"YES" =
=20
sound_load=3D"YES" # Digital sound subsystem =
=20
snd_hda_load=3D"YES" # Intel High Definition Audio =
(Controller) =20
snd_driver_load=3D"YES" # All sound drivers
and even after multiple reboots, cat /dev/sndstat reports:
root:~ # cat /dev/sndstat =
=20
Installed devices: =
=20
root:~ #
and:
root:/boot # kldstat=20
Id Refs Address Size Name
1 94 0xffffffff80200000 1618b88 kernel
2 1 0xffffffff81819000 24d888 zfs.ko
3 2 0xffffffff81a67000 6658 opensolaris.ko
4 1 0xffffffff81a6e000 3fe8 snd_driver.ko
5 2 0xffffffff81a72000 89c0 snd_vibes.ko
6 2 0xffffffff81a7b000 7918 snd_via82c686.ko
7 2 0xffffffff81a83000 83d0 snd_t4dwave.ko
8 4 0xffffffff81a8c000 2850 snd_spicds.ko
9 2 0xffffffff81a8f000 a788 snd_solo.ko
10 5 0xffffffff81a9a000 60c8 snd_sbc.ko
11 2 0xffffffff81aa1000 80d0 snd_sb8.ko
12 2 0xffffffff81aaa000 8120 snd_sb16.ko
13 2 0xffffffff81ab3000 14e88 snd_neomagic.ko
14 3 0xffffffff81ac8000 16850 snd_mss.ko
15 2 0xffffffff81adf000 e7d0 snd_maestro3.ko
16 2 0xffffffff81aee000 d598 snd_maestro.ko
17 2 0xffffffff81afc000 7268 snd_fm801.ko
18 2 0xffffffff81b04000 a8b0 snd_ess.ko
19 2 0xffffffff81b0f000 c9b8 snd_envy24ht.ko
20 2 0xffffffff81b1c000 dfd0 snd_envy24.ko
21 2 0xffffffff81b2a000 fdf8 snd_ds1.ko
22 2 0xffffffff81b3a000 82b0 snd_cs4281.ko
23 2 0xffffffff81b43000 a308 snd_atiixp.ko
24 2 0xffffffff81b4e000 8ee8 snd_als4000.ko
25 2 0xffffffff81b57000 b880 snd_ad1816.ko
(no snd_hda in there?)
I'm running 10.0 STABLE on an Intel NUC D54250WYK (amd64)
Thanks for any insights!
Steve
On 09 Oct 2014, at 01:07, Warren Block <wblock@wonkity.com> wrote:
> On Wed, 8 Oct 2014, David Benfell wrote:
>=20
>> On Wed, Oct 08, 2014 at 03:39:57PM -0600, Warren Block wrote:
>>> On Wed, 8 Oct 2014, David Benfell wrote:
>>>=20
>>>> For some reason, sound has stopped working and I assume I should
>>>> reload the driver. But which one?
>>>=20
>>> =
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.htm=
l
>>=20
>> Been there. There is no obvious match between the hardware I have and
>> the kernel modules I have available.
>=20
> The important part is
> cat /dev/sndstat
>=20
> But for most motherboards, adding
> snd_hda_load=3D"YES"
>=20
> to /boot/loader.conf is enough.
> _______________________________________________
> 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FB860D1F-AF22-479F-A166-A296F9359571>
