I also had this problem, and solved it by modifying the hotkey-setup
script, because dmidecode doesn't give the names as the script expects.

For dmidecode --string system-manufacturer I get "MICRO-STAR INT'L CO.,LTD."
For dmidecode --string system-product-name I get "MS-1057"
For dmidecode --string system-version I get "0571"

In /etc/init.d/hotkey-setup I simply changed

        MICRO-STAR*)
        case "$name" in
            *INFINITY*)
            . /usr/share/hotkey-setup/micro-star-infinity.hk
            ;;
        esac
        ;;

to

        MICRO-STAR*)
            . /usr/share/hotkey-setup/micro-star-infinity.hk
        ;;

to avoid checking for name, because it's not that it excepts.

I attached the dmidecode output, please make the necessary changes to
this script to work as it should.

** Attachment added: "dmidecode_msi_s262_20080316.txt"
   http://launchpadlibrarian.net/12693525/dmidecode_msi_s262_20080316.txt

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to