You are not logged in.

#1 2007-09-30 07:58:26

F1y3r
Member
Registered: 2007-09-28
Posts: 61

snd-intel8x0 problem

#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

#2 2007-09-30 09:04:49

T-u-N-i-X
Member
From: İstanbul
Registered: 2006-03-14
Posts: 435
Website

Re: snd-intel8x0 problem

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

#3 2007-09-30 18:44:38

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: snd-intel8x0 problem

T-u-N-i-X wrote:

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. smile

Offline

#4 2007-09-30 21:20:26

gwydir8
Member
Registered: 2006-12-18
Posts: 10

Re: snd-intel8x0 problem

Try using sudo alsamixer and unmute everything.

Offline

Board footer

Powered by FluxBB