Kodi Community Forum

Full Version: adding the lirc
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I had been trying to get a IR remote going.
I finally got the IR sensor going on the player, just having trouble installing the lirc i found here. https://community.volumio.org/t/how-i-in...olumio/382

I get down to here and fail to go
 
sudo apt-get update
sudo apt-get install lirc
sudo nano /etc/lirc/hardware.conf

LIRCD_ARGS="–uinput"

DRIVER=“default”

DEVICE="/dev/lirc0"

MODULES=“lirc_rpi”
Now save all this ctrl+x and Y.