You are not logged in.
Pages: 1
#rc.conf
MODULES=(forcedeth slhc snd-intel8x0 ac97_bus snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-hwdep snd-page-alloc snd-pcm snd-rawmidi snd-timer snd snd-ac97-codec soundcore snd-usb-audio snd-usb-lib)
DAEMONS=(syslog-ng alsa iptables network netfs crond mpd)
#
# /etc/modprobe.conf (for v2.6 kernels)
#
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.14 ---
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---
options snd-intel8x0 ac97_quirk=0
#/etc/asound.conf start:
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dsp0 {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 8192
rate 44100 #many new cards are 48000 only
}
bindings {
0 0
1 1
}
}
ctl.dmixer {
type hw
card 0
}
#end.
#libao.conf
default_driver=alsa10
mpd.conf
audio_output {
type "alsa"
name "My ALSA Device"
device "dmixer" # optional
format "44100:16:2" # optional
options dev=dmixer
}
mplayer says: Could no open/initialize audio device -> no sound.
[flyer@athlon ~]$ mpc play
Athlete - It's Not Your Fault
[playing] #5/1131 3:42/4:18 (86%)
volume:100% repeat: off random: off
[flyer@athlon ~]$
But still no sound. Is there something wrong with the module? Everything worked fine before editing asound.conf and libao.conf. Deleting them doesn't help. Maybe there's something wrong with the mplayer too, because it's always muted after the start.
Offline
I do none of these settings actually... I too have nForce chipset but prefer snd-intel8x0 instead.. It works fine for me.. As far as I know, you're not aloud to use forcedeth and snd-intel8x0 drivers at the same time.
Quis custodiet ipsos custodiet?
Offline
I do none of these settings actually... I too have nForce chipset but prefer snd-intel8x0 instead.. It works fine for me.. As far as I know, you're not aloud to use forcedeth and snd-intel8x0 drivers at the same time.
umm, forcedeth is an ethernet driver...snd-intel8x0 is a sound driver. I use both, having an nforce 4 mobo.
Offline
Try using sudo alsamixer and unmute everything.
Offline
Pages: 1