Hi, there, long time *ix user, new to BSD.
OK, so it looks like I got drivers. Bootup logging reported:
Browsing the forums, I did a pindump:
Grepping dmesg...
Of concern is this:
That "No devices" thing has me a little worried. But, AFAICT per guide 9.2.1, I seem to have the drivers loaded up properly. For yuks, beep(1) doesn't do anything.
For additional yuks, I've tried toggling hw.snd.default_unit between 0 and 1 without any audible change via beep.
Questions:
1. What is "No devices installed from userspace" suggesting I did wrong (or is it ignore-able?)
2. I'm not sure what the next step ought be
Coloring commentary:
This (old) machine previously was running Debian 12 and was leveraging pulseaudio and it worked there. Based on pkg configuration and forum commentary, pulse seems distasteful to many so I'd like to avoid solving my problem with it.
Code:
root@freebsd:~ # kldload snd_driver
kldload: can't load snd_driver: module already loaded or in kernel
root@freebsd:~ # grep snd /boot/loader.conf
snd_driver_load="YES"
OK, so it looks like I got drivers. Bootup logging reported:
Code:
hdacc0: <Realtek ALC225 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC225 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC225 (Analog)> at nid 33 and 18 on hdaa0
hdacc1: <Intel Skylake HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel Skylake Audio Function Group> at nid 1 on hdacc1
pcm1: <Intel Skylake (HDMI/DP 8ch)> at nid 3 on hdaa1
Browsing the forums, I did a pindump:
Code:
hdaa0: <Realtek ALC225 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC225 (Analog)> at nid 33 and 18 on hdaa0
hdaa0: Dumping AFG pins:
hdaa0: nid 0x as seq device conn jack loc color misc
hdaa0: 18 b7a60150 5 0 Mic Fixed Digital Lid-In Unknown 1
hdaa0: Caps: IN
hdaa0: 19 40000000 0 0 Line-out None Unknown 0x00 Unknown 0 DISA
hdaa0: Caps: IN
hdaa0: 20 901701b0 11 0 Speaker Fixed Analog Internal Unknown 1 DISA
hdaa0: Caps: OUT EAPD Sense: 0x00000000 (disconnected)
hdaa0: 22 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA
hdaa0: Caps: OUT HP Sense: 0x00000000 (disconnected)
hdaa0: 23 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA
hdaa0: Caps: OUT HP Sense: 0x00000000 (disconnected)
hdaa0: 24 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA
hdaa0: Caps: IN Sense: 0x00000000 (disconnected)
hdaa0: 25 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA
hdaa0: Caps: IN VREF Sense: 0x00000000 (disconnected)
hdaa0: 26 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA
hdaa0: Caps: IN VREF Sense: 0x00000000 (disconnected)
hdaa0: 27 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA
hdaa0: Caps: IN OUT EAPD VREF Sense: 0x80000000 (connected)
hdaa0: 30 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA
hdaa0: Caps: OUT
hdaa0: 33 04211020 2 0 Headphones Jack 1/8 Right Black 0
hdaa0: Caps: OUT HP EAPD Sense: 0x00000000 (disconnected)
hdaa0: NumGPIO=3 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1
hdaa0: GPIO0: disabled
hdaa0: GPIO1: disabled
hdaa0: GPIO2: disabled
Grepping dmesg...
Code:
root@freebsd:~ # dmesg |grep pcm
pcm0: <Realtek ALC225 (Analog)> at nid 33 and 18 on hdaa0
pcm1: <Intel Skylake (HDMI/DP 8ch)> at nid 3 on hdaa1
pcm0: <Realtek ALC225 (Analog)> at nid 33 and 18 on hdaa0
pcm1: <Intel Skylake (HDMI/DP 8ch)> at nid 3 on hdaa1
Of concern is this:
Code:
# cat /dev/sndstat
pcm0: <Realtek ALC225 (Analog)> (play/rec) default
pcm1: <Intel Skylake (HDMI/DP 8ch)> (play)
No devices installed from userspace.
That "No devices" thing has me a little worried. But, AFAICT per guide 9.2.1, I seem to have the drivers loaded up properly. For yuks, beep(1) doesn't do anything.
For additional yuks, I've tried toggling hw.snd.default_unit between 0 and 1 without any audible change via beep.
Questions:
1. What is "No devices installed from userspace" suggesting I did wrong (or is it ignore-able?)
2. I'm not sure what the next step ought be
Coloring commentary:
This (old) machine previously was running Debian 12 and was leveraging pulseaudio and it worked there. Based on pkg configuration and forum commentary, pulse seems distasteful to many so I'd like to avoid solving my problem with it.