Results 1 to 4 of 4

Thread: Mute optical output

  1. #1
    Join Date
    Apr 2006
    Beans
    11

    Mute optical output

    Hi

    I have Ubuntu 12.04 installed on my Macbook Pro 5.5 and on every boot it keeps enabling the optical output. How do i make the mute stick after a reboot?

  2. #2
    Join Date
    Apr 2009
    Beans
    11

    Re: Mute optical output

    Quote Originally Posted by needtosearchforum View Post
    Hi

    I have Ubuntu 12.04 installed on my Macbook Pro 5.5 and on every boot it keeps enabling the optical output. How do i make the mute stick after a reboot?
    Hi, probably same thing here

    Open Terminal
    type "alsamixer"
    Go to "S/PDIF" (not the last one)
    Type on your keyboard "M" for mute.

    I don't know yet how to save these settings but id'like to
    All command are without quotes. I hope this will help you. Have a nice day.

  3. #3
    Join Date
    Jun 2006
    Beans
    18

    Re: Mute optical output

    Use the command:

    amixer set IEC958 off

    To make it permanent either add it to your rc.local or create a script and add it to your startup items.

  4. #4
    Join Date
    Apr 2006
    Beans
    11

    Re: Mute optical output

    Quote Originally Posted by pantropik View Post
    Use the command:

    amixer set IEC958 off

    To make it permanent either add it to your rc.local or create a script and add it to your startup items.
    Thanks. Using this command mutes the optical output but adding it to my /etc/rc.local file doesnt seem to work. I added a redirect to logfile to my rc.local file:


    Code:
    amixer set IEC958 off >> /tmp/logfile 2>&1
    exit 0
    And the output of logfile is:
    Code:
    Simple mixer control 'IEC958',0
      Capabilities: pswitch pswitch-joined penum
      Playback channels: Mono
      Mono: Playback [off]
    So it seems the amixer command is run during boot but something else enables it when i sign in.

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
  •