Forum

Full Version: [Solved] modprobe lirc_rpi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
How i can load "modprobe lirc_rpi" at the startup?
Because my remote only works when i load lirc_rpi modul manually.
Thanks

OKi
log into your RPI via ssh, and run following commands:

Code:
sudo -i
echo  "lirc_rpi" >> /etc/modules
(8th Sep, 2013 01:17 PM)mk01 Wrote: [ -> ]log into your RPI via ssh, and run following commands:

Code:
sudo -i
echo  "lirc_rpi" >> /etc/modules

awsome,
Thanks
oki
Reference URL's