I have an Intel HDA card that I want to use, and an ATI Radeon HD 2600 card that I don't want to use. 'lspci -k' is showing both of them, and saying that they are both using the snd-hda-intel kernel module:
Code: Select all
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
01:00.1 Audio device: ATI Technologies Inc RV630/M76 audio device [Radeon HD 2600 Series]
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
I've checked /var/log/messages and dmesg and no errors are showing up there when I restart the alsasound init script.
The hardware is not damaged -- it works fine from Windows.
I've tried rmmod'ing all of the kernel modules and reloading them, which doesn't help either.
The following kernel modules are enabled:
Code: Select all
1539:CONFIG_SND=m
1540:CONFIG_SND_TIMER=m
1541:CONFIG_SND_PCM=m
1542:CONFIG_SND_JACK=y
1543:CONFIG_SND_SEQUENCER=m
1545:CONFIG_SND_OSSEMUL=y
1546:CONFIG_SND_MIXER_OSS=m
1547:CONFIG_SND_PCM_OSS=m
1548:CONFIG_SND_PCM_OSS_PLUGINS=y
1549:CONFIG_SND_SEQUENCER_OSS=y
1550:CONFIG_SND_HRTIMER=m
1551:CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
1553:CONFIG_SND_SUPPORT_OLD_API=y
1557:CONFIG_SND_VMASTER=y
1559:CONFIG_SND_PCI=y
1599:CONFIG_SND_HDA_INTEL=m
1600:# CONFIG_SND_HDA_HWDEP is not set
1601:CONFIG_SND_HDA_INPUT_BEEP=y
1606:# CONFIG_SND_HDA_CODEC_ATIHDMI is not set
1608:# CONFIG_SND_HDA_CODEC_INTELHDMI is not set
1612:CONFIG_SND_HDA_GENERIC=y
1613:CONFIG_SND_HDA_POWER_SAVE=y
1614:CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
Code: Select all
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xf3300000 irq 22
1 [HDMI ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xf3010000 irq 17
Code: Select all
0: [ 0] : control
1: : sequencer
16: [ 0- 0]: digital audio playback
24: [ 0- 0]: digital audio capture
32: [ 1] : control
33: : timer
--jrtayloriv



