bugcoder
2004-08-15, 02:40 PM CDT
Sorry my english is not so good.
I readed a lot of forums to try to solve the proble to configure my nforce 2 sound in fedora.
My problem is that I configure my sound SPDIF, this only works with xmmsthe alsa volume control doen't work. Please help me ;-)
My modprobe.conf
alias eth0 3c59x
alias eth1 forcedeth
alias snd-card-0 snd-intel8x0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove
alias char-major-81 bttv
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd
alias net-pf-10 off
My /etc/asound.conf
pcm.!default {
type plug
slave.pcm "nforce"
}
pcm.nforce {
type dmix
ipc_key 1024
slave {
pcm "hw:0,2"
period_time 0
period_size 1024
buffer_size 4096
rate 48000
}
}
I readed a lot of forums to try to solve the proble to configure my nforce 2 sound in fedora.
My problem is that I configure my sound SPDIF, this only works with xmmsthe alsa volume control doen't work. Please help me ;-)
My modprobe.conf
alias eth0 3c59x
alias eth1 forcedeth
alias snd-card-0 snd-intel8x0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove
alias char-major-81 bttv
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd
alias net-pf-10 off
My /etc/asound.conf
pcm.!default {
type plug
slave.pcm "nforce"
}
pcm.nforce {
type dmix
ipc_key 1024
slave {
pcm "hw:0,2"
period_time 0
period_size 1024
buffer_size 4096
rate 48000
}
}