On Fri, Dec 08, 2000 at 01:13:05PM -0600, Pascal Hos wrote: > Hi, > > I have a MSI 694d board with onboard audio with via82cxxx chip. I'm > having severe problems trying to get the sound working. When compiling > the kernel I selected modular sound card support and modular OSS sound > modules with modular VIA 82C686 Audio Codec. > When doing "modprobe via82cxxx" I get the following output: > > server1:/usr/src/linux# modprobe via82cxxx > /lib/modules/2.2.17-withreiser/misc/via82cxxx.o: init_module: Device or > resource busy > Hint: this error can be caused by incorrect module parameters, including > invalid IO or IRQ parameters > /lib/modules/2.2.17-withreiser/misc/via82cxxx.o: insmod > /lib/modules/2.2.17-withreiser/misc/via82cxxx.o failed > /lib/modules/2.2.17-withreiser/misc/via82cxxx.o: insmod via82cxxx failed > > > server1:/usr/src/linux# cat /proc/interrupts > CPU0 CPU1 > 0: 97906 95262 IO-APIC-edge timer > 1: 2301 2326 IO-APIC-edge keyboard > 2: 0 0 XT-PIC cascade > 4: 0 0 IO-APIC-edge serial > 8: 0 1 IO-APIC-edge rtc > 12: 16062 15078 IO-APIC-edge PS/2 Mouse > 13: 1 0 XT-PIC fpu > 14: 64239 30927 IO-APIC-edge ide0 > 15: 25 4 IO-APIC-edge ide1 > 17: 2909 2986 IO-APIC-level eth0 > NMI: 0 > ERR: 0 > > Any help would be appreciated > > Pascal Hos > [EMAIL PROTECTED]
You're definitely going to need to manually specify the IO/IRQ/DMA for an 82c686 with 2.2.17 if it's going to work. ALSA and the precompiled modules in Woody should work with minimal effort, however. Alternatively, kernel 2.2.18 works with the 82c686 much more nicely. Mine worked immediately.