You are not logged in.
Pages: 1
I was running my audigy card just fine with 2.4/alsa1.0pre2, but when I upgraded, I can't seem to get it to work. Any sugesstions? here is my modprobe.conf (autogenerated)
alias snd-card-0 snd-emu10k1
alias sound-slot-0 snd-emu10k1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias /dev/sound/dsp snd-pcm-oss
alias /dev/sound/sequencer snd-seq-oss
alias /dev/sound/mixer snd-mixer-oss
options sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330
...
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { /usr/sbin/alsactl restore; }
...
remove snd-emu10k1 { /usr/sbin/alsactl store; } ; /sbin/modprobe -r --ignore-remove snd-emu10k1
Offline
My audigy works just fine for me in 2.6. Here is an excerpt from my modprobe.conf of the lines that deal with snd-emu10k1, as you can see, it is a lot less than what you have in your's, mainly because I am too lazy to do all that alias stuff or intense configuring:
options sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330
options snd-emu10k1 index=0 extin=0x3fcf extout=0x1fcf enable_ir=1
This is in my modules.conf:
options snd-emu10k1 index=0 extin=0x3fcf extout=0x1fcf enable_ir=1
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
Pages: 1