Start a Conversation

Unsolved

This post is more than 5 years old

7994

May 24th, 2006 00:00

Inspiron E1505/6400 MediaDirect Buttons

I am running PClinuxOS on an E1505 Machine, I am trying to get the MediaDirect buttons (volume up, volume down, play,stop etc.) To control the Appliations. Do I needs some drivers or is it a configuration issue. I'm pretty new to Linux so be kind.
 
 
Thanks
Scotty
 
   

May 30th, 2006 12:00

I am using lineakd for my media buttons and it seems to work just fine.

I even wrote a howto for it here: http://www.gidnetwork.com/b-106.html.

Message Edited by darrin2520 on 05-30-200608:47 AM

May 31st, 2006 00:00

Worked like a champ!!

Thanks

May 31st, 2006 01:00

In case anyone is interested here is the Global definitions I added to the etc/lineakkb.def file

[DELL-6400]
brandname = "Dell"
modelname = "Dell Inspiron 6400"
[KEYS]
Play = 162
Previous = 144
Next = 153
Stop = 164
VolumeUp = 176
VolumeDown = 174
Mute = 160
MediaDirect = 237
[END KEYS]
[END DELL-6000]
No Events found!

Top