SOUND ON/OFF Don't work

Discussion in 'Linux' started by paintballpump, Aug 24, 2008.

  1. paintballpump

    paintballpump

    Joined:
    Aug 23, 2008
    Messages:
    5
    Likes Received:
    0
    Well it is not a major problem But when i hit Fn + f8 The sound Icon who apear alway show that sound is off And same for the little sound config shortcut at the bottom right of the screen it alway show the red circle which mean the sound is off But actually My sound work perfectly. Does this Apen to anyone else? How did You Fix It?

    By the way My Fn + Up arrow // Down arrow For the sound volume doesn't work too.
     
    paintballpump, Aug 24, 2008
    #1
  2. paintballpump

    gbee

    Joined:
    Aug 8, 2008
    Messages:
    80
    Likes Received:
    0
    Location:
    England
    Just works as it should for me, did you install a different distro or packages which might have broken it?
     
    gbee, Aug 24, 2008
    #2
  3. paintballpump

    paintballpump

    Joined:
    Aug 23, 2008
    Messages:
    5
    Likes Received:
    0
    Maybe alsa-OSS and Plugin .. For the rest they don't have anything to do with sound.
     
    paintballpump, Aug 24, 2008
    #3
  4. paintballpump

    gbee

    Joined:
    Aug 8, 2008
    Messages:
    80
    Likes Received:
    0
    Location:
    England
    Anything to do with the kernel or acpi? Those Fn keys depend on that sort of stuff.
     
    gbee, Aug 24, 2008
    #4
  5. paintballpump

    IMSancho

    Joined:
    Aug 14, 2008
    Messages:
    95
    Likes Received:
    0
    Location:
    Australia
    Mine stopped working in the same way after installing a few KDE packages. I've just started using Kmix for the mixer with khotkeys instead of xhkeys for keyboard shortcuts, and then mapped the appropriate key combos to control Kmix. No pretty OSD, but works fine.
     
    IMSancho, Aug 24, 2008
    #5
  6. paintballpump

    prikolchik

    Joined:
    Aug 25, 2008
    Messages:
    21
    Likes Received:
    0
    Hi,
    I'm using Xubuntu 8.10 Alpha 4, and I've managed to fix this by
    1. Go to "Applications" -> "Settings: -> "Settings manager" -> "Keyboard" -> tab "Shortcuts" -> click "Add" button -> give some name to new profile
    2. see if you have something like:
    aumix -v0 | XF86AudioMute OR aumix -v0 | Fn + F8
    If you do, skip step 3.
    3. Add a new shortcut with same command as in step 4, press OK, and then press Fn + F8 to set the shortcut
    4. Double click on "aumix -v0" and type
    Code:
    amixer sset Master toggle
    5. That's for the mute button.

    Do similar for the Volume Up and Volume Down.
    1. Replace "aumix -v-10" with
    Code:
    amixer sset Master 5- unmute
    (that is for XF86AudioLowerVolume OR Fn + down arrow)
    2. Replace "aumix -v+10" with
    Code:
    amixer sset Master 5+ unmute
    (that is for XF86AudioRaiseVolume OR Fn + up arrow)

    That's it =). Reboot and it should work now!
     
    prikolchik, Aug 25, 2008
    #6
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.