Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ALSA] aysm module gone after last @world update
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2931
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Mon Jul 24, 2017 7:33 pm    Post subject: [ALSA] aysm module gone after last @world update Reply with quote

Hi

My ~/.asoundrc looks like this

Code:

pcm.usb
{
    type hw
    card U0x46d0x81b
}

pcm.!default
{
    type asym
    playback.pcm
    {   
        type plug
        slave.pcm "dmix"
    }   
    capture.pcm
    {   
        type plug
        slave.pcm "usb"
    }
}

ctl.!default {
    type asym
    playback.pcm
    {
        type plug
        slave.pcm "dmix"
    }
    capture.pcm
    {
        type plug
        slave.pcm "usb"
    }
}


pcm.usb is a logitech Webcam C310 and the built-in microphone works really well, so I wanted to set this microphone as the default one. This has been working great for a couple of years. Last week I made an @world update. I wanted to run alsamixer and I got this

Code:

ALSA lib /var/tmp/portage/media-libs/alsa-lib-1.1.2/work/alsa-lib-1.1.2/src/dlmisc.c:254:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib64/alsa-lib/libasound_module_ctl_asym.so
cannot open mixer: No such device or address


The file /usr/lib64/alsa-lib/libasound_module_ctl_asym.so doesn't exist anymore. I haven't changed any USE flag before the @world update. My current flags are

Code:

$ emerge -pv media-plugins/alsa-plugins
[ebuild   R    ] media-plugins/alsa-plugins-1.1.1-r1::gentoo  USE="ffmpeg -debug -jack -libav -libsamplerate -pulseaudio -speex" ABI_X86="32 (64) (-x32)" 358 KiB


what happend to the async module? How can I rewrite my ~/.asoundrc so that the micrphone from my webcam is the default one?
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum