Bug 142072 - volume + and volume - Fn keys do not work at fsc amilo pro v2030
Summary: volume + and volume - Fn keys do not work at fsc amilo pro v2030
Status: RESOLVED WORKSFORME
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Mobile Devices (show other bugs)
Version: Final
Hardware: All SuSE Linux 10.0
: P5 - None : Normal
Target Milestone: ---
Assignee: Timo Hoenig
QA Contact: Siegfried Olschner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-09 15:45 UTC by Martin Jürgens
Modified: 2006-01-26 12:52 UTC (History)
1 user (show)

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
output of xev (5.89 KB, text/plain)
2006-01-25 18:46 UTC, Martin Jürgens
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Jürgens 2006-01-09 15:45:43 UTC
The volume + and volume - Fn keys at my Fujitsu Siemens Computer Amilo Pro V2030 Notebook do not work. Please tell me which further information you need to fix this bug.
Comment 1 Siegfried Olschner 2006-01-09 16:14:19 UTC
Stefan, work for your team?
Comment 2 Stefan Behlert 2006-01-10 17:59:20 UTC
Unfortunately yes :)
Comment 3 Timo Hoenig 2006-01-10 18:04:10 UTC
Do we have a similar machine in-house?
Comment 4 Stefan Behlert 2006-01-11 14:44:29 UTC
No.
Comment 5 Timo Hoenig 2006-01-25 16:34:11 UTC
Martin, can you please run 'xev' and press the keys.  Tell me if toemthing happens in the window of xev once you press them.
Comment 6 Martin Jürgens 2006-01-25 18:41:44 UTC
In the window of xev nothing happens. 

But xev gives output when I run it in a console. I will attach the output. I ran xev, hold FN, pressed F6 (mute), pressed F10 (volume -), pressed F11 (volume +). Then I closed xev via CTRL + C.
Comment 7 Martin Jürgens 2006-01-25 18:46:51 UTC
Created attachment 65072 [details]
output of xev
Comment 8 Timo Hoenig 2006-01-25 19:52:45 UTC
OK, next try.  Pleae make sure, that IAL (package: ial) is installed.  Become root.

$ rcial stop
$ iald -d3 -f

Now press the keys and have a look if the events come through.
Comment 9 Martin Jürgens 2006-01-25 20:15:49 UTC
muse:/home/martin # rcial stop
Shutting down IAL daemon                                             done
muse:/home/martin # iald -d3 -f
Info:    iald.c:470 main(): Running in foreground
Info:    libial.c:68 ial_dbus_connect(): dbus_bus_get(): Success.
Error:   iald_dbus.c:59 iald_dbus_setup(): dbus_bus_request_name(): Error. (Connection ":1.54" is not allowed to own the service "com.novell.Ial" due to security policies in the configuration file)
muse:/home/martin #

The keys still do not work.
Comment 10 Timo Hoenig 2006-01-25 20:23:05 UTC
Looks like you recently installed IAL which requires a restart of D-BUS (on SL10.0).  And to make it worse: rcdbus restart does not work on 10.0 as long as you're having D-BUS session busses running.

Please do (being root):

$ killall dbus-daemon
$ iald -d3 -f

Press your keys and report if some magic happens.
Comment 11 Timo Hoenig 2006-01-25 20:24:16 UTC
> $ killall dbus-daemon
> $ iald -d3 -f

This is wrong.  Use:

$ killall dbus-daemon
$ rcdbus restart
$ iald -d3 -f
Comment 12 Martin Jürgens 2006-01-25 20:38:20 UTC
It still does not work. ial says this when pressing the keys:

Debug:   libial.c:148 event_send(): Sending IAL Event: Mute (Sender=evdev, Source=AT Translated Set 2 keyboard, Raw=0x71).
Debug:   libial.c:148 event_send(): Sending IAL Event: Volume Down (Sender=evdev, Source=AT Translated Set 2 keyboard, Raw=0x72).
Debug:   libial.c:148 event_send(): Sending IAL Event: Volume Up (Sender=evdev, Source=AT Translated Set 2 keyboard, Raw=0x73).
Comment 13 Timo Hoenig 2006-01-25 22:44:13 UTC
Hey, those are good news.  Your keys _are_ working.  They just need to be connected to an action.

Which desktop environment are you using?  GNOME or KDE?
Comment 14 Martin Jürgens 2006-01-26 12:27:05 UTC
I use GNOME.
Comment 15 Timo Hoenig 2006-01-26 12:31:34 UTC
OK, fine.

You should be able to get your keys working by doing the following:

- start gnome-control-center
- click on shortcuts
(scroll a little down to "Sound"
- click the action you want to assign to a specific key
- press the desired key on your desktop
Comment 16 Martin Jürgens 2006-01-26 12:44:55 UTC
It works, thank you! 

Any chance to make it working out of the box?
Comment 17 Timo Hoenig 2006-01-26 12:52:29 UTC
Perfect, glad it works.  Enjoy your hotkeys :-)


I think that we have a chance to make it "just work".  Though, I need to think about it a little more.  Hopefully I'll find a solution make its way into SUSE LINUX 10.1.

I'll close this bug as WORKSFORME as it rather was a configuration problem and not a real bug.