Using PCBSD 10.1 on an Intel N3530 ValleyView / Bay Trail system-on-a-chip, sound is completely broken as if some component were frozen and not responding.
Symptoms are:
dmesg, sysctl outputs posted here: http://pastebin.com/9wmtducU
The snd_hda() driver recognizes that a Realtek codec exists but does not appear to identify the exact Realtek codec number. I have not been able to find a conclusive source for this information.
Adding
to loader.conf and rerunning
I do not know how to diagnose sound issues like this and would appreciate any advice.
Symptoms are:
cat foo.wav > /dev/dsp0.0
or dsp1.0 produces:Code:cat: stdout: Invalid argument
- mplayer shows one frame of video and freezes
- vlc does the same
- mplayer
Code:
Audio device got stuck!
- vlc:
Code:
[8020cea50] OSS audio output error, cannot write samples: Invalid argument
- systemsettings: OSS sound test causes systemsettings to hang
- pc-soundconfig sound test on pcm0 does nothing
- pc-soundconfig sound test on pcm1 sends a loud unmuteable jackhammer noise through system speakers or headphones
dmesg, sysctl outputs posted here: http://pastebin.com/9wmtducU
The snd_hda() driver recognizes that a Realtek codec exists but does not appear to identify the exact Realtek codec number. I have not been able to find a conclusive source for this information.
Adding
Code:
snd_hda_load="YES"
grub-mkconfig
produces a boot message to the effect that the sound module is already loaded.I do not know how to diagnose sound issues like this and would appreciate any advice.