Pikeyd and OSMC? Getting lots of warnings

Hello,

I followed this tutorial.
I am getting lots of warnings if i try to make:

Can someone help?

This isn’t an issue with OSMC.

They are just warnings. It compiles successfully. I just tried it myself.

1 Like

Finaly I got it working:

sudo nano /etc/modprobe.d/raspi-blacklist.conf
Add the following lines to the file:
#blacklist i2c-bcm2708
#blacklist i2c-dev

sudo nano /boot/config.txt
Add the following lines to the file:
dtparam=i2c1=on
dtparam=i2c_arm=on

sudo nano /etc/modules
Add the following lines to the file:
i2c-bcm2708
i2c-dev
uinput