|
Can someone please test IR on this OPiPC image: https://mega.nz/#F!ARAXSY6a!LPMIb2NNLd5s9P7C8D6ZVg
I backported LIRC sunxi IR driver from mainline kernel. Now all protocols and IR remotes should work. To add your remote, you should run:
- irrecord /storage/.config/lircd.conf
Copy code
Just follow on-screen instructions. Before that command you can run
to get all valid key names. NOTE: You should only use key names which starts with "KEY_".
After you set up all your keys, you should restart the board. Your remote should just work now. Please report any problem. If everything seems to be fine, I will push changes to github. |
|