recalbox / mk_arcade_joystick_rpi

Raspberry PI kernel module for arcade joystick on GPIO and MCP23017
GNU General Public License v2.0
200 stars 120 forks source link

Unable to build on retropie (4.4.13-v7+) #41

Open Jeroen-R opened 8 years ago

Jeroen-R commented 8 years ago

Executing install.sh results in an error on the following line:

wget http://www.niksula.hut.fi/~mhiienka/Rpi/linux-headers-rpi/linux-headers-uname -r_uname -r-2_armhf.deb

This is basically because http://www.niksula.hut.fi/~mhiienka/Rpi/linux-headers-rpi/linux-headers-4.4.13-v7+_4.4.13-v7+-2_armhf.deb does not exist.

I was able to make it work by replacing that line with the following:

sudo apt-get install raspberrypi-kernel-headers

I have no idea about how this change will affect other Linux versions, but it is worth considering implementing this change.

Pinuct commented 8 years ago

Is implemented in #39

Jeroen-R commented 8 years ago

Unless I am mistaken (new to github) that updates the readme, but not the install.sh file.

Pinuct commented 8 years ago

You are right, it is not in the install.sh. But there are some problems with newer kernel versions (4.4.15-v7+) #40 and using that command don't solve it.