https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273151

--- Comment #6 from Alex M. <mate...@yahoo.com> ---
The kernel panic is caused by snd_hda.ko.

In the file /usr/src/sys/amd64/conf/GENERIC, section 'Sound support', I
commented out all the lines except one:
...
# Sound support
device          sound                   # Generic sound driver (required)
#device         snd_cmi                 # CMedia CMI8338/CMI8738
#device         snd_csa                 # Crystal Semiconductor CS461x/428x
#device         snd_emu10kx             # Creative SoundBlaster Live! and
Audigy
#device         snd_es137x              # Ensoniq AudioPCI ES137x
#device         snd_hda                 # Intel High Definition Audio
#device         snd_ich                 # Intel,NVidia and other ICH AC'97
Audio
#device         snd_via8233             # VIA VT8233x Audio
...

swift@eagle:~ cat /boot/device.hints
...
hint.hdac.1.cad0.nid20.config="as=1"
hint.hdac.1.cad0.nid27.config="as=1 seq=15"

With the new kernel, after logging in, I run the following command:

swift@eagles:~ sudo /sbin/kldload -n /boot/kernel/snd_hda.ko

which intermittently generates the kernel panic as you can see in
 kernelPanicScreenMessge.jpg.
Attached are also the crash files from /var/crash:
core.txt.6
vmcore.6
info.6
bounds

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to