Bug 968
Summary: | nForce ALSA audio causes Badness in pci_find_subsys | ||
---|---|---|---|
Product: | Drivers | Reporter: | Willem 3 de Bruijn (wdebruij) |
Component: | PCI | Assignee: | Greg Kroah-Hartman (greg) |
Status: | REJECTED WILL_NOT_FIX | ||
Severity: | normal | CC: | wdebruij |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.0-test1 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Willem 3 de Bruijn
2003-07-20 05:10:49 UTC
I've done a bit of debugging: first of all I made a configuration error in my nForce ALSA settings leading to preempt_count() == 258 => (preempt_count() & (HARDIRQ_MASK | SOFTIRQ_MASK)) == 256 after fixing this I received the following error preempt_count() == 102 => (preempt_count() & (HARDIRQ_MASK | SOFTIRQ_MASK)) == 100 Unfortunately I have no idea what this means and whether it poses a problem. What I do know is that xmms in oss emulation mode, xmms in pure ALSA output mode and mplayer in both modes lock up immediately. Since I haven't tried previous versions of the kernel with ALSA (I used OSS for simplicity) I'm not quite sure this is a new bug, a previous one I didn't find on the mailing lists or a configuration error. I'll try my previous kernel (2.5.70) with ALSA to figure this out. This driver is not in the 2.6.0-test1 kernel tree. I can't find the os_pci_init_handle function anywhere... Where does it come from?os_pci_init_handle It might be part of the binary nvidia released video driver. I didn't know it could mess up the system, since the video did not cause any actual problems. Being a binary release I have no way to find out whether this is the codebase in which `os_pci_init_handle' resides. Anyway, searching through a couple of fora online I noticed a message saying that ALSA has problems working simultaneously with ACPI. Disabling this code did solve my problem. I'm afraid, therefore, that I posted this bugreport in the wrong category. My apologies for this. It seems I had two problems mixed up into a ball of errorreports and other symptoms. *** This bug has been marked as a duplicate of 10 *** Please file a new bug, if you still have problems, without the nvidia driver. It seems that this is not a kernel bug now, so I won't update it anymore. Thanks for your help. |