Here is the output from cat /proc/asound/cards :
Code:
0 [CA0106 ]: CA0106 - CA0106
X-Fi Extreme Audio [SBxxxx] at 0x7f00 irq 20
1 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xfbffc000 irq 16
I have disbaled the onboard audio from the bios so i can use the creative soundcard. I had to create a ~/.asoundrc to get the creative to be the default as alsa would select the nvidia card. The creative soundcard works in gxine etc but still no sound from iceweasel.
Here is the ~/.asoundrc config:
Code:
pcm.!default {
type hw
card CA0106
}
ctl.!default {
type hw
card CA0106
}
|