Results 1 to 2 of 2

Thread: amixer doesn't unmute

  1. #1
    Join Date
    Jul 2011
    Beans
    56

    Exclamation amixer doesn't unmute

    My Xubuntu 12.10 x32 have this shortcuts for Fn multimedia keys:

    Code:
    amixer -c 1 sset Master playback 5%+
    amixer -c 1 sset Master playback 5%-
    amixer -c 1 sset Master playback toggle
    Only the toggle doesn't unmute. I need to unmute in GUI.
    Last edited by ubunet; March 15th, 2013 at 01:05 AM. Reason: solved

  2. #2
    Join Date
    Jul 2011
    Beans
    56

    Re: amixer doesn't unmute

    Adding -D pulse parameter works to me.
    Code:
    amixer -c 1 -D pulse sset Master playback toggle
    Last edited by ubunet; March 15th, 2013 at 01:07 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •