DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i don't really know what the problem is then, but it seems to me that this line in your dmesg output might be part of the problem:
Code:
PCI: enabled onboard AC97/MC97 devices
are you sure you've disabled the card in the BIOS? Also, what distro are you using? Might be worth checking what's being started up when you boot. In slackware I'd check the /etc/rc.d/ directory for the modules being loaded at boottime.
Sorry I couldn't be more help.
edit: ah, and then suddenly rickh's post appeared! sounds like he might know more than I do - follow his advice!
i don't really know what the problem is then, but it seems to me that this line in your dmesg output might be part of the problem:
Code:
PCI: enabled onboard AC97/MC97 devices
are you sure you've disabled the card in the BIOS? Also, what distro are you using? Might be worth checking what's being started up when you boot. In slackware I'd check the /etc/rc.d/ directory for the modules being loaded at boottime.
Sorry I couldn't be more help.
edit: ah, and then suddenly rickh's post appeared! sounds like he might know more than I do - follow his advice!
Lol thanks. Btw I am certain I have disabeled ac97 in the bios (checked it twice)
Have you looked into the /etc/modprobe.d/sound and checked to see if the AC97 module is listed first there? If not try using something like this for the file.
Code:
alias snd-card-0 snd-emu10k1
options snd-emu10k1 index=0
alias snd-card-1 snd-via82xx
options snd-via82xx index=1
This should tell the system to always use the emu10k1 as the first sound device and the onboard as the second.
alias snd-card-0 snd-emu10k1
options snd-emu10k1 index=0
I changed it to:
Code:
alias snd-card-0 snd-emu10k1
options snd-emu10k1 index=0
alias snd-card-1 snd-via82xx
options snd-via82xx index=1
Rebooted and it worked Thank for the help
Your welcome BTW probably no need for reboot you could have used /etc/init.d/alsa reload to reload alsa with the new settings checking the results with a command like below to ensure the cards were detected in the proper order.
Code:
>$ cat /proc/asound/cards
0 [Audigy ]: Audigy - Audigy 1 [SB0090]
Audigy 1 [SB0090] (rev.3, serial:0x531102) at 0xe500, irq 16
1 [V8237 ]: VIA8237 - VIA 8237
VIA 8237 with ALC658D at 0xd800, irq 17
2 [Bt878 ]: Bt87x - Brooktree Bt878
Brooktree Bt878 at 0xfa024000, irq 20
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.