dpostolov That is, the problem is related to playing audio from an internal USB audio device and closing the application at that point.
Hmm. This could be either:
a) the USB issue you reported before with this system, or
b) related to this hdaudio
error:
hdaudio0 at pci0 dev 31 function 3: HD Audio Controller
hdaudio0: interrupting at msi5 vec 0
hdaudio0: HDA ver. 1.0, OSS 9, ISS 7, BSS 0, SDO 1, 64-bit
hdaudio0: autoconfiguration error: no codecs found
hdaudio0: autoconfiguration error: device driver failed to attach
- Can you try the latest -HEAD for any USB issues?
- For the
hdaudio
, can you just disable it?
In /boot.cfg
add userconf=disable hdaudio*
(make sure no hdaudio
appears in the dmesg
output afterwards.)
If the problem persists, you'll have to compile a custom kernel with:
options HDAUDIO_DEBUG
options HDAFG_DEBUG
options USBVERBOSE
options USB_DEBUG
options UAUDIO_DEBUG
options DEBUG
options LOCKDEBUG
to get useful info for the kernel folks.