Hello,
cjlindem, your lirc configuration looks fine.
However, you should add the following at the end of /etc/pulse/default.pa:
Code:
load-module module-lirc config=~/.lirc/pulseaudio appname=pulseaudio
provided that your configuration for pulseaudio is saved in ~/.lirc/pulseaudio.
I just post here what is currently working for me under 10.04:
Code:
begin
remote = mceusb
prog = pulseaudio
config = volume-down
button = VolDown
repeat = 1
delay = 0
end
begin
remote = mceusb
prog = pulseaudio
config = volume-up
button = VolUp
repeat = 1
delay = 0
end
begin
remote = mceusb
prog = pulseaudio
config = mute-toggle
button = Mute
repeat = 0
delay = 0
end
Cheers.