You are not logged in.
Pages: 1
Last night I installed my second monitor. Works great. The problem I am now having is that I am using my videocard's hdmi port, and its using it as the first Audio Device(SB). I can't get any sound to come out of my onboard sound now. (Generic)
I can't really backlist the driver, since I need it for my other card. Any idea's on how to disable the first. I'm not using it for audio.
[root@myhost michael]# cat /proc/asound/modules
0 snd_hda_intel
1 snd_hda_intel
2 em28xx_alsa 0 [SB ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0xfe6f8000 irq 16
1 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xfe7fc000 irq 45
2 [Em28xxAudio ]: Em28xx-Audio - Em28xx Audio
Empia Em28xx AudioKB3PEV -- Amateur Radio Callsign
Offline
You just put:
defaults.ctl.card 1
defaults.pcm.card 1
defaults.pcm.device 1
in your ~/.asoundrc file(create it if it isn't there).
from: http://wiki.archlinux.org/index.php/Als … sound_card
Last edited by test1000 (2010-10-24 23:21:50)
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
Pages: 1