You are not logged in.

#1 2011-06-07 07:20:02

sinatosk
Member
Registered: 2010-11-28
Posts: 107

[SOLVED] sound lost since last upgrade

I did an upgrade last night and since then my audio has stopped working...

every time I boot up into KDE... I get a notification ( from kmix I assume ) my 2 playback devices are not working...

I get no audio output from either of my soundcards...

I've not changed any settings and can't figure out what the problem is...

any suggestions?

I am in the audio group

thanks

my config ( still working on this )

pcm.!default {
    type plug
    slave.pcm "duplex"
}

pcm.non_block_duplex {
    type plug
    slave.pcm "duplex"
}

pcm.duplex {
    type asym
    playback.pcm "dmixer"
    capture.pcm "dsnooper"
}

pcm.dmixer {
    type dmix
    ipc_key 1234
    slave {
        pcm "hw:1,0"
        rate 44100
    }
}

pcm.dsnooper {
    type dsnoop
    ipc_key 1234
    slave {
        pcm "hw:0,0"
    }
}

Last edited by sinatosk (2011-06-07 14:03:06)

Offline

#2 2011-06-07 07:57:41

I'mGeorge
Member
Registered: 2011-03-23
Posts: 150

Re: [SOLVED] sound lost since last upgrade

try

sudo alsaconf

I've first installed Arch in March

Offline

#3 2011-06-07 08:41:40

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] sound lost since last upgrade

Maybe it's the udev upgrade: OSS emulation modules are not loaded by default, add to rc.conf if needed.

Offline

#4 2011-06-07 14:02:34

sinatosk
Member
Registered: 2010-11-28
Posts: 107

Re: [SOLVED] sound lost since last upgrade

embarrassing as this is...

I have a Asus Xonar D2X as my second sound card...

it requires extra power...

somehow the power cable that provides extra... wasn't correctly inplace... *confused*

wiggled that back in and it's fine now

I apologize tongue

thanks anyways

Offline

Board footer

Powered by FluxBB