25/10/2011 10:25, P Purkayastha wrote :
> To the devs:
>
> I chatted with the OP on IRC. The problem stems from the fact that his hw:0
> is the HDMI audio output which has apparently no audio controls in alsamixer
> (like "Master" channel, etc). His actual sound card is at hw:1.
>
> Now, the mixer GUI allows one to select which sound hardware to control, but
> that GUI is accessible only from the mixer icon on the shelf. Since the
> mixer icon doesn't show up in the shelf, there is no way for the OP to
> change this preference.
>
> I could myself reproduce this behavior and I can see that if I switch the
> settings in the mixer icon to the audio output from my nvidia graphics card
> then the mixer icon just disappears. And there is no way of getting it back,
> other than hacking into modules.mixer.cfg.
>
> Possible remedy: perhaps the mixer should check whether the Master channel
> or PCM channel is present in the current hardware device and if it is not
> present, then it could perhaps go on to the next hardware device, or simply
> show the mixer icon but refuse to control the hardware.

I prefer from far the first solution (switching to next sound card if 
one) :-) .

I don't succeed in using this :
/* Save this text as m.src and then run
    eet -e modules.mixer.cfg config m.src 1
    Then copy modules.mixer.cfg to .e/e/config/<profile>/
    And then restart e with ctrl-alt-end */
group "Mixer_Module_Config" struct {
     group "gadgets" hash {
         key "mixer.1";
         group "Mixer_Gadget_Config" struct {
             value "lock_sliders" int: 1;
             value "show_locked" int: 0;
             value "keybindings_popup" int: 0;
             value "card" string: "hw:0";
             value "channel_name" string: "Master";
         }
     }
     group "gadgets" hash {
         key "mixer.0";
         group "Mixer_Gadget_Config" struct {
             value "lock_sliders" int: 1;
             value "show_locked" int: 0;
             value "keybindings_popup" int: 1;
             value "card" string: "hw:1";
             value "channel_name" string: "PCM";
         }
     }
     value "version" int: 3;
     value "default_gc_id" string: "mixer.0";
     value "desktop_notification" int: 0;
}

Icon still refuses to show up on shelf.


>
>
> On Thursday, October 20, 2011 9:13:42 PM UTC+8, le dahut wrote:
>>
>> Hi,
>>
>> I've compiled e17 Monday with easy_e17.sh (12 October release) on Fedora
>> 15 i386.
>>
>> I've tried to add sound mixer on shelf with right click =>  Content =>
>> Mixer =>  Add, but nothing happens.
>>
>> There is nothing in ".xsession-errors" (no changes in file after
>> adding/removing mixer) nor in /var/log/Xorg.0.log
>>
>> 'alsamixergui' works.
>>
>>
>> What can I do ?
>>
>>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to