Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am running suse 10.0 oss on a dell inspiron 6000. My front panel buttons wont work. some forums said to install kmilo. I did that with an rpm, and the files i expected to see were there; however, it didnt auto configure my buttons so I dont know what to do. I tried xev, but when i do that it just opens a box and nothing happens. I couldnt begin to try xmodmap or whatever cuz i dont have any idea what the buttons are called. Does anyone know how to get the buttons working?
Figured it out, had to go to Regional and Accessability, then to keyboard layout, choose US, then scroll through down to laptop/notebook dell 8*** something or another.
ok there is still a problem. . . the play/ff/rr/stop buttons dont work, and the volume increases and decreases the master volume, and that is generally fine for the laptop, but it does nothing to the headphones volume
first, to discover your keycodes with xev, it must be run from console, since it sends its output there.
then set your .Xmodmap to define the key symbols like that:
keycode 160 = XF86AudioMute
or for a quick start, run xmodmap -e 'keycode 160 = XF86AudioMute'
after that you should disable kmilo in kcontrol, somwhere in the services section, because it catches all your keyboard events before khotkeys does. so, that's basically it, configuring khotkeys shouldn't be a problem anymore
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.