LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-26-2004, 03:39 PM   #1
SpOmA
LQ Newbie
 
Registered: Aug 2003
Posts: 26

Rep: Reputation: 16
HI, I have a problem with the multimedia buttons in my keyboard...


I recently installed mandrake 9.2 and I after a couple of hours I have noticed that my volume buttons in my keyboard doesnt respond.
This is the only way to up and down the volume(sorry for my english :\) and I just can't do that cause the buttons doesn't works...the only way now to do that is to open
KMIX
and increas the volume there... but It's hard to do that all the time...

So what do you think should I do?
Maybe there is a driver for my keyboard for linux.. I dont know. please help.

Thank you

BTW:
My keyboard is:
Natural Keyboard Pro (of microsoft)
 
Old 02-26-2004, 07:21 PM   #2
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Rep: Reputation: 30
go to www.google.com and search for a program named ACME which could enable you to use all the keys on your keyboard!
 
Old 02-26-2004, 09:56 PM   #3
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
ACME is a GNOME thing. Does it work if you aren't using the Gnome desktop?

The 'bare hands' solution is to edit the various X11 config files, as described for the Logitech keyboard in:

http://www.linuxquestions.org/questi...media+keyboard

You would have to do a bit of experimenting/searching to figure out the corresponding key codes for the MS keyboard.
 
Old 02-26-2004, 10:18 PM   #4
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
There is a program called hotkeys, that enables you to use the multimedia, etc keys on certain keyboards (ie volume, play, skip, etc).

I think there is support for a MS Natural Pro keybaord, and it should work with both KDE and GNOME.

There should be an RPM available on rpmfind.net, but the source is available from the link above.

I hope this helps
from Ian
 
Old 02-26-2004, 11:29 PM   #5
ArchDrwd13
LQ Newbie
 
Registered: Feb 2004
Posts: 2

Rep: Reputation: 0
A little late but...a good prog I use is Lineak (http://lineak.sourceforge.net/). Just install and add to your .kde/autostart folder after you config.
 
Old 02-27-2004, 04:52 AM   #6
SpOmA
LQ Newbie
 
Registered: Aug 2003
Posts: 26

Original Poster
Rep: Reputation: 16
IBALL

Man, I downloaded the source package from the site you gave me to HOTKEYS
and when I do ./configure
It stucks somewhere and says:

*** The xml2-config script installed by LIBXML could not be found
*** If libxml was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the XML2_CONFIG environment variable to the
*** full path to xml2-config
checking for pthread_create in -lpthread... yes
checking for db_create in -ldb3... no
checking for db_create in -ldb... no
no
*** Cannot find a suitable Berkeley DB library on your system
*** Version 3.2.9 or above is required
*** If you've installed it in an unusual location, please
*** use --with-db3-inc and --with-db3-lib to specify it.

I really dont have any idea what to do now :\
 
Old 02-27-2004, 04:58 AM   #7
SpOmA
LQ Newbie
 
Registered: Aug 2003
Posts: 26

Original Poster
Rep: Reputation: 16
Oh and
ArchDrwd13

When I'm doing ./configure to lineakd it's work pretty fine
but then when I'm doing 'make'
I get:

lineak_core_functions.cpp:221: error: 'VERSION' undeclared (first use this function)
lineak_core_functions.cpp:221: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[2]: *** [lineak_core_functions.lo] Error 1
make[2]: Leaving directory '/usr/local/lineakd-0.8/lineak'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/lineakd-0.8'
make: *** [all] Error 2


So same question here... what should I do now?
 
Old 02-27-2004, 01:11 PM   #8
SpOmA
LQ Newbie
 
Registered: Aug 2003
Posts: 26

Original Poster
Rep: Reputation: 16
I still need help :\
 
Old 02-29-2004, 12:11 AM   #9
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
Personally I would go for the 'bare hands' approach, which involves editing some X11 configuration files and possibly also making some settings in your window manager or desktop.

In addition to the link in my earlier post in this thread you could take a look at:

http://www.linuxgazette.com/node/view/2493

which specifically mentions your keyboard. If you don't understand any of the steps you could ask more specific questions. The basic idea is that you can reassign any key on your keyboard, and then set up your desktop to run specific commands in response to certain keys.

To find out what codes your keyboard generates there is a program called xev. Start it from a console window, move the pointer into the xev window and hit some keys. You will get the idea.

Last edited by maroonbaboon; 02-29-2004 at 12:15 AM.
 
Old 02-29-2004, 12:31 AM   #10
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Quote:
*** The xml2-config script installed by LIBXML could not be found
*** If libxml was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the XML2_CONFIG environment variable to the
*** full path to xml2-config
checking for pthread_create in -lpthread... yes
checking for db_create in -ldb3... no
checking for db_create in -ldb... no
no
*** Cannot find a suitable Berkeley DB library on your system
*** Version 3.2.9 or above is required
*** If you've installed it in an unusual location, please
*** use --with-db3-inc and --with-db3-lib to specify it.
1) Make sure that "xml2-config" is in your path. On my system it is in /usr/bin so it is in my path. Try to find an RPM package if xml2-config is not installed on your system, or create a symbolic link to it if it is.

2)Similarly for Berkeley DB.

These are just dependency problems...
Maybe you should download the hotkeys RPM from rpmfind.net

On a side note:
To help sort the dependency problems, install "apt-get" which sorts out the dependency problems automatically. Then you simply have to run "apt-get install hotkeys" which will download and install hotkeys for you.

I hope this helps
--Ian
 
Old 09-21-2004, 07:05 PM   #11
ArchDrwd13
LQ Newbie
 
Registered: Feb 2004
Posts: 2

Rep: Reputation: 0
Lineak

I tried that and ended up getting stuck with similar errors, then I just went to rpmfind.net and dl'd the appropriate package/works like a charm. Sorry for the delayed response, hope that helps...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
multimedia buttons v1pEr Linux - Laptop and Netbook 5 03-10-2005 11:24 AM
Yet Another Multimedia Keyboard Problem drj000 Linux - Hardware 1 03-07-2005 10:42 PM
Compaq multimedia keyboard problem gabardal Linux - Hardware 0 02-25-2005 08:12 PM
Program for keybinding of Multimedia buttons on keyboard alitrix Linux - Software 24 10-17-2004 07:23 PM
USB Multimedia Keyboard 9001AH BTC problem UnstatableSoul Linux - Hardware 0 03-25-2004 10:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration