Hello all. I recently went through with installing FreeBSD 11.0 on an old HP laptop that I have lying around. As of right now, everything seems to be in working order - X11 doesn't hiccup on me, wireless mouse/touchpad are all configured fairly well, etc. However, there's one area that always manages to bug me - sound. As in, it works but only when I'm damn near maxed out on volume.
Output of
I have the snd_hda(4) module loaded, and it's appended in /boot/loader.conf as such
For what it's worth, sound has always been a hit/miss thing for me on Linux as well, where I wouldn't get decent playback unless I jacked the volume all the way near max (as opposed to Windows where I would have flawless playback). Is this a *nix thing or is it a problem with my hardware specifically?
EDIT: Here is a video demonstrating the problem that I have.
Output of
cat /dev/sndstat
Code:
[shaun@bsdwarudo /usr/home/shaun]$ cat /dev/sndstat
Installed devices:
pcm0: <IDT 92HD87B2/4 (Analog 2.0+HP/2.0)> (play/rec) default
pcm1: <IDT 92HD87B2/4 (Analog Mic)> (rec)
pcm2: <Intel Panther Point (HDMI/DP 8ch)> (play)
No devices installed from userspace.
I have the snd_hda(4) module loaded, and it's appended in /boot/loader.conf as such
Code:
# Sound support
snd_hda_load="YES"
For what it's worth, sound has always been a hit/miss thing for me on Linux as well, where I wouldn't get decent playback unless I jacked the volume all the way near max (as opposed to Windows where I would have flawless playback). Is this a *nix thing or is it a problem with my hardware specifically?
EDIT: Here is a video demonstrating the problem that I have.
Last edited by a moderator: