LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Dell Inspiron panel buttons and kmilo (https://www.linuxquestions.org/questions/linux-hardware-18/dell-inspiron-panel-buttons-and-kmilo-380282/)

jjorloff1 11-05-2005 03:57 PM

Dell Inspiron panel buttons and kmilo
 
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?

jjorloff1 11-05-2005 04:02 PM

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.

jjorloff1 11-05-2005 04:16 PM

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

jjorloff1 11-05-2005 04:22 PM

by trying to configure shortcuts, i have realized that the play/ff/rr/stop buttons arent even recognized

scalpel 11-16-2005 01:33 PM

hi,

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

hope this helps
M;chi


All times are GMT -5. The time now is 05:53 PM.