Page 1 of 4 123 ... LastLast
Results 1 to 10 of 33

Thread: How to enable Fn keys on Eee PC 1005HA and 10.04 Lucid Lynx?

  1. #1
    Join Date
    Apr 2005
    Beans
    6

    How to enable Fn keys on Eee PC 1005HA and 10.04 Lucid Lynx?

    Hello,

    I've just installed Ubuntu 10.04 Lucid Lynx on my Eee PC 1005HA, and everything seems to work except the Fn keys. The only Fn keys that work out of the box are Brightness Up/Down.

    I'm mostly interested in making the Volume Mute/Up/Down keys work, and I'd be grateful for any advice and pointers.

    Thank you!

  2. #2
    Join Date
    Apr 2010
    Location
    London
    Beans
    2
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to enable Fn keys on Eee PC 1005HA and 10.04 Lucid Lynx?

    Hi!

    Try these steps.

    1) Open terminal and type
    Code:
    sudo gedit /etc/default/grub

    2) enter password
    3) add
    Code:
    acpi_osi=Linux
    to
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT
    , so that it will look like:
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash  acpi_osi=Linux"
    4) save file
    5) open terminal again, and type
    Code:
    sudo update-grub
    6) restart the machine
    7) use hotkeys

    I followed those steps on my EEE1005HA, and everything worked. Just have to find a way to ensure dialog boxes come up stating what has been done (e.g. Volume muted).

  3. #3
    Join Date
    Apr 2010
    Location
    London
    Beans
    2
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to enable Fn keys on Eee PC 1005HA and 10.04 Lucid Lynx?

    And I have kind of found a way to enable the messages. So when I click 'FN' & 'Space' it tells me what mode I am using (it's just a bit slow in changing the status). I followed the steps from here, just go to the bit with the title "Super Hybrid Engine, Installing an eeePC tray utility, and getting all hotkeys to work". Also you don't need to install "eeepc-laptop-dkms" according to some other threads which I went through (even if you tried, you'll get some error message).And there's no need to go into the "Finishing off: Final hotkeys" part.

    SO yeah, that is basically it. It isn't flawless, but it still works
    Last edited by kevinp93; April 30th, 2010 at 11:27 PM. Reason: None

  4. #4
    Join Date
    Apr 2005
    Beans
    6

    Re: How to enable Fn keys on Eee PC 1005HA and 10.04 Lucid Lynx?

    Adding acpi_osi=Linux did the trick. Thank you so much, kevinp93!

  5. #5
    Join Date
    Aug 2009
    Location
    Kaohsiung, Taiwan
    Beans
    71
    Distro
    Ubuntu

    Re: How to enable Fn keys on Eee PC 1005HA and 10.04 Lucid Lynx?

    How's the battery consumption compared to karmic koala??
    Windows 7 Home Premium Dell XPS L502X i7-2630 NV 540M 750GB
    Kubuntu 11.10 | Asus eeepc 1005pe

  6. #6
    Join Date
    May 2010
    Beans
    5
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to enable Fn keys on Eee PC 1005HA and 10.04 Lucid Lynx?

    Quote Originally Posted by kevinp93 View Post
    And I have kind of found a way to enable the messages. So when I click 'FN' & 'Space' it tells me what mode I am using (it's just a bit slow in changing the status). I followed the steps from here, just go to the bit with the title "Super Hybrid Engine, Installing an eeePC tray utility, and getting all hotkeys to work". Also you don't need to install "eeepc-laptop-dkms" according to some other threads which I went through (even if you tried, you'll get some error message).And there's no need to go into the "Finishing off: Final hotkeys" part.

    SO yeah, that is basically it. It isn't flawless, but it still works

    That how-to recommends installing eeepc-tray which is no longer supported or updated. (the project has become "Jupiter" and is available only through sourceforge/download or eeebuntu repositories) It is a great utility but it tends to crap out after key packages are updated - and without updates itself it won't start working again.

  7. #7
    Join Date
    Jan 2010
    Location
    Netherworld
    Beans
    5
    Distro
    Ubuntu UNR

    Re: How to enable Fn keys on Eee PC 1005HA and 10.04 Lucid Lynx?

    Quote Originally Posted by kevinp93 View Post
    Hi!

    Try these steps.

    1) Open terminal and type
    Code:
    sudo gedit /etc/default/grub

    2) enter password
    3) add
    Code:
    acpi_osi=Linux
    to
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT
    , so that it will look like:
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash  acpi_osi=Linux"
    4) save file
    5) open terminal again, and type
    Code:
    sudo update-grub
    6) restart the machine
    7) use hotkeys

    I followed those steps on my EEE1005HA, and everything worked. Just have to find a way to ensure dialog boxes come up stating what has been done (e.g. Volume muted).
    it works perfectly! Thanks kevin93....

  8. #8
    Join Date
    Jul 2008
    Location
    Stockholm, Sweden
    Beans
    12
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: How to enable Fn keys on Eee PC 1005HA and 10.04 Lucid Lynx?

    For EeePC 1001HA the instructions under #2 worked even better than expected. This means I got WiFi (Fn+F2), keypad enable/disable (Fn+F3), Monitor toggle (Fn+F'8') and all three volume hotkeys (Fn+F10-12). The notifications for volume change work. As a bonus the silver touchpad enable, to the left, works which is even better than under Karmic!

    Thanks!
    Last edited by mb36; May 17th, 2010 at 09:15 PM.

  9. #9
    Join Date
    Mar 2010
    Beans
    1

    Re: How to enable Fn keys on Eee PC 1005HA and 10.04 Lucid Lynx?

    I did this on my 1000HE and everything is working great, except the volume keys. Any ideas?

  10. #10
    Join Date
    Jan 2010
    Beans
    5
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to enable Fn keys on Eee PC 1005HA and 10.04 Lucid Lynx?

    Hey thanks the the poster who showed how to get the function key working. Could someone explain what exactly happens when you add this to the grub code??

Page 1 of 4 123 ... 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
  •