Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: volume muted

  1. #11
    Join Date
    Nov 2006
    Location
    Seattle
    Beans
    88
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: volume muted

    Quote Originally Posted by mac9416 View Post
    Hey, ethos101,

    It turns out that commands in rc.local don't run at startup like they are supposed to. At least they don't for me. I ended up putting '/sbin/alsactl restore' in my Fluxbox startup script and it worked fairly reliably.

    However, the best method is probably the one suggested by n.hinton that I described above ( post #8 ). Give it a try and tell me how it turns out.

    Good luck!
    Yea, that was the first method I tried. It didn't work at all.

  2. #12
    Join Date
    Feb 2008
    Location
    Memphis, TN
    Beans
    613
    Distro
    Ubuntu

    Re: volume muted

    Quote Originally Posted by mac9416 View Post
    1. Open /etc/init.d/alsa-utils for editing...
      Code:
      $ sudo gedit /etc/init.d/alsa-utils
    2. Comment out the line that says...
      mute_and_zero_levels "$TARGET_CARD" || EXITSTATUS=1
      ...to look like...
      Quote:
      #mute_and_zero_levels "$TARGET_CARD" || EXITSTATUS=1
      Note: you can search for the line using ctrl+f
    3. Save the file, and reboot!
    So you tried the above method and it didn't work? If so, try running '/sbin/alsactl restore' and see if it restores your settings. If it does, we'll have to find some startup script that will run that command on bootup.
    Myth: Linux is only usable with a persistent Internet connection. WRONG!
    You can use Keryx to download your .debs with dependencies from any OS!

Page 2 of 2 FirstFirst 12

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
  •