Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Volume and Brightness FN keys not working on Asus

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Beans
    2

    Volume and Brightness FN keys not working on Asus

    I have an Asus m50s laptop and I installed Ubuntu on it because Vista sucks obviously, and I run Ubuntu on my desktop. I can't however, use the volume or brightness controls via the fn key. Volume is only adjustable through the volume applet or rebinding. The volume through the fn key was working perfectly fine just yesterday and now it does not and I have not installed anything new or updated. The brightness keys never worked, and in fact I cannot adjust the brightness of the backlight at all, which means my screen is really dull when plugged in making it hard to see. There is no option to adjust the brightness through the powermanagement applet and the brightness applet available to add to the main panel also does nothing. I have looked all around but it seems impossible to find any information on this laptop model and it's really annoying me because it's a good laptop and I cannot use it to it's full potential.

  2. #2
    Join Date
    Dec 2008
    Beans
    1

    Re: Volume and Brightness FN keys not working on Asus

    Yea. I have such prblems =(

  3. #3
    Join Date
    May 2008
    Location
    New Zealand
    Beans
    5

    Re: Volume and Brightness FN keys not working on Asus

    Quote Originally Posted by takerphenom View Post
    I have an Asus m50s laptop and I installed Ubuntu on it because Vista sucks obviously, and I run Ubuntu on my desktop. I can't however, use the volume or brightness controls via the fn key. Volume is only adjustable through the volume applet or rebinding. The volume through the fn key was working perfectly fine just yesterday and now it does not and I have not installed anything new or updated. The brightness keys never worked, and in fact I cannot adjust the brightness of the backlight at all, which means my screen is really dull when plugged in making it hard to see. There is no option to adjust the brightness through the powermanagement applet and the brightness applet available to add to the main panel also does nothing. I have looked all around but it seems impossible to find any information on this laptop model and it's really annoying me because it's a good laptop and I cannot use it to it's full potential.
    Same here.. although the scary part is that when i turn off the brightness to the minimum there is no effect on Ubuntu, but when i restart the laptop (mine is a ASUS PRO50GL) the screen is all dark and i have to use the same combination of keys to put it back to normal..
    Sound combination with Fn, isnt working either though.
    Help would be great...

  4. #4
    Join Date
    Jan 2009
    Beans
    4

    Re: Volume and Brightness FN keys not working on Asus

    i had some trouble with this and still do.

    The only thing I've found to fix the brightness issue has been to run the following code in the terminal every time I restart.

    sudo su
    echo 10 > /sys/devices/platform/asus-laptop/ls_level

    I realize that this is only a temporary fix, but it help to be able to see your screen when you're trying to fix other things.
    Note, you can't run it as just sudo echo... for some reason. Not sure why, just know you can't.

    Hope this helps you, and I hope someone finds a fix for this bug someday soon.

    edit: I forgot to mention that i have an m50s.
    Last edited by Stillwellean; January 12th, 2009 at 06:38 AM.

  5. #5
    Join Date
    Aug 2008
    Location
    NYC
    Beans
    544
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Volume and Brightness FN keys not working on Asus

    im on a sony vaio and same problem. I cant figure out how to fix the brightness. No matter what I do it doesnt work. Only time it did was when I inserted a code but after reset it doesnt work. This is basically the only thing im fustrated about. Not so much about the headphone and speaker problem.

  6. #6
    Join Date
    Nov 2008
    Beans
    39

    Re: Volume and Brightness FN keys not working on Asus

    Quote Originally Posted by tjeremiah View Post
    im on a sony vaio and same problem. I cant figure out how to fix the brightness. No matter what I do it doesnt work. Only time it did was when I inserted a code but after reset it doesnt work. This is basically the only thing im fustrated about. Not so much about the headphone and speaker problem.
    Same here on my Vaio.
    "I am sorry Ubuntu did not work out for you. "

  7. #7
    Join Date
    Aug 2008
    Location
    NYC
    Beans
    544
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Volume and Brightness FN keys not working on Asus

    any help?

  8. #8
    Join Date
    Jul 2010
    Beans
    5

    Re: Volume and Brightness FN keys not working on Asus

    Quote Originally Posted by Stillwellean View Post
    i had some trouble with this and still do.
    sudo su
    echo 10 > /sys/devices/platform/asus-laptop/ls_level

    I realize that this is only a temporary fix, but it help to be able to see your screen when you're trying to fix other things.
    Note, you can't run it as just sudo echo... for some reason. Not sure why, just know you can't.
    That is because only the “echo” command itself runs from superuser, while the redirection (>) is performed from your user, which doesn’t have write permissions for writing to that file.

    So, to perform the redirection from superuser, you can run it this way:

    sudo sh -c "echo 10 > /sys/devices/platform/asus-laptop/ls_level"

  9. #9
    Join Date
    Oct 2007
    Beans
    1

    Smile Re: Volume and Brightness FN keys not working on Asus

    I found a solution... OK someone else did but... hooray that was bothering me

    http://www.webupd8.org/2010/05/enabl...eeepc-and.html

  10. #10
    Join Date
    Jan 2012
    Beans
    1

    Re: Volume and Brightness FN keys not working on Asus

    I just bought at ASUS K53T and the brightness key worked but only to change one level of brightness, now it doesn't work at all. Can anyone help?

Page 1 of 2 12 LastLast

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
  •