Hi , Nutki , i have a new issue with another linux image from RetrOrangePi , wich is Debian 8 Jessie i wanted to install this old image because they patched the Mali Gpu in this image and it runs better the emulator like Neogeo, N64 and PSX, so i wanted to install the driver for the snes classic controller but the cmake for this old linux is 3.0.2 and your code is for 3.7 , i have installed all the libraries same as the other image even upgraded the cmake , but the make won't compile the code , i even tried with the already compiled driver from the other image and if i test the driver works , i run by sudo ./i2c-classic-controller -d -y 0 and works i see the events of each button , so i copied the driver manually to usr/local/bin i made it executable , i copied the services to systemd/system and enable the systemctl both services , i did copied the rules to the etc/udev/rules.d folder, edited the etc/modules file added the line i2c-dev but still don't generates a js0 or js1 in dev/input folder so the program don't see it as joystick , can you point me in the right direction , thanks apreciated
Hi , Nutki , i have a new issue with another linux image from RetrOrangePi , wich is Debian 8 Jessie i wanted to install this old image because they patched the Mali Gpu in this image and it runs better the emulator like Neogeo, N64 and PSX, so i wanted to install the driver for the snes classic controller but the cmake for this old linux is 3.0.2 and your code is for 3.7 , i have installed all the libraries same as the other image even upgraded the cmake , but the make won't compile the code , i even tried with the already compiled driver from the other image and if i test the driver works , i run by sudo ./i2c-classic-controller -d -y 0 and works i see the events of each button , so i copied the driver manually to usr/local/bin i made it executable , i copied the services to systemd/system and enable the systemctl both services , i did copied the rules to the etc/udev/rules.d folder, edited the etc/modules file added the line i2c-dev but still don't generates a js0 or js1 in dev/input folder so the program don't see it as joystick , can you point me in the right direction , thanks apreciated