I've been using an HP Pavillion dv4-1430us laptop with Ubuntu 10.04 installed on it. I want to use the IR6 remote control that comes with the laptop on my Ubuntu. However, I've failed to do so after several attempts.
Could anyone please let me know about the complete and detailed procedure to get the remote working in Ubuntu 10.04?
Here's what worked on my HP-2140us:
sudo dpkg-reconfigure lirc
Finally, if you plan to use the remote with rhythmbox/totem/banshee/etc., you'll need to enable the lirc/remote control plugins in those apps.
update: you might need to restart after step 3
update 2 For Rhythmbox support add this in
~/.lircrc
:I was able to make my HP IR remote work only with rhythmbox:
Install
gnome-lirc-properties
using Software Center orapt-get
Edit the hardware.conf file
add this text:
Copy the configuration from this URL
Paste it to
lirc.conf
(open it like this)Reboot
Test if the IR is working
In the terminal type the comand
irw
and press the remote control buttons to check.In Rhythmbox go to Edit > Plugins and enable the LIRC plugin.