vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have audiophile 24/96 and sb audigy2 soundcards. What i should put in ~/.asoundrc to get audiophile working. Now when i play with xmms with focus on audiophile, it says: failed to open audio output: alsa output plugin. I have emu10k1 in hw:0,0 emu10k1 efx in in hw:0,2 ice1712 in hw:1,0. |
| ||||
| Pete wrote in <92bd6cf.0504090108.6f203f82@posting.google.com> : > I have audiophile 24/96 and sb audigy2 soundcards. What i should put > in ~/.asoundrc to get audiophile working. Now when i play with xmms > with focus on audiophile, it says: failed to open audio output: alsa > output plugin. I have emu10k1 in hw:0,0 emu10k1 efx in in hw:0,2 > ice1712 in hw:1,0. You want the default sections. Probably something like: pcm.!default { type hw slave.pcm "hw:1,0" } ctl.!default { type hw card 1 } I'm not sure about that slave.pcm line though. |