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

Install problems #2

Closed mal3kith-developer closed 9 years ago

mal3kith-developer commented 9 years ago

Hi First: i try to install this driver behind berryboot and retropie default installation, after sudo sh ./install.sh command ill get errors, log says about unrecognized kernel: 3.12.26-rpi-aufs, which is default installed with berryboot. Second: Alone retropie img install (kernel 3.12.22+) dont works with your driver.

Can you help me please?

Thanks in advance

digitalLumberjack commented 9 years ago

I'll look at it tomorrow.

Le jeu. 22 janv. 2015 à 21:27, mal3kith-developer notifications@github.com a écrit :

Hi First: i try to install this driver behind berryboot and retropie default installation, after sudo sh ./install.sh command ill get errors, log says about unrecognized kernel: 3.12.26-rpi-aufs, which is default installed with berryboot. Second: Alone retropie img install (kernel 3.12.22+) dont works with your driver.

Can you help me please?

Thanks in advance

— Reply to this email directly or view it on GitHub https://github.com/digitalLumberjack/mk_arcade_joystick_rpi/issues/2.

digitalLumberjack commented 9 years ago

Hi,

The issue come from the kernel in retropie image is 3.18.X and no headers armhf are available. You need to install them by hand for now, i'll make some modifications in the installation file to be more specific on the error, and i'll try to publish headers when i'll have some time.

mal3kith-developer commented 9 years ago

Thank you

2015-01-24 11:24 GMT+01:00 digitalLumberjack notifications@github.com:

Hi,

The issue come from the kernel in retropie image is 3.18.X and no headers armhf are available. You need to install them by hand for now, i'll make some modifications in the installation file to be more specific on the error, and i'll try to publish headers when i'll have some time.

— Reply to this email directly or view it on GitHub https://github.com/digitalLumberjack/mk_arcade_joystick_rpi/issues/2#issuecomment-71309515 .

digitalLumberjack commented 9 years ago

Ok so we saw on the other issue (https://github.com/digitalLumberjack/mk_arcade_joystick_rpi/issues/3) that we cannot install the module on 3.18.X kernels.

If you are on raspbian, you have to get the 3.12.28+ kernel by downgrading your rpi-firmware with : sudo rpi-update de69b134dc6e4066fe70db29816d57895dffd9b9 Then reboot and use uname -r to check the version of you rpi.

No you can compile with ./install.sh

For other os i'm trying to find a way to make the diver compatible.

mal3kith-developer commented 9 years ago

I'm using retropie img, i dont know if it is raspbian based so. But i'll try anyway.

Thank you

2015-01-27 10:12 GMT+01:00 digitalLumberjack notifications@github.com:

Ok so we saw on the other issue (#3 https://github.com/digitalLumberjack/mk_arcade_joystick_rpi/issues/3) that we cannot install the module on 3.18.X kernels.

If you are on raspbian, you have to get the 3.12.28+ kernel by downgrading your rpi-firmware with : sudo rpi-update de69b134dc6e4066fe70db29816d57895dffd9b9 Then reboot and use uname -r to check the version of you rpi.

No you can compile with ./install.sh

For other os i'm trying to find a way to make the diver compatible.

— Reply to this email directly or view it on GitHub https://github.com/digitalLumberjack/mk_arcade_joystick_rpi/issues/2#issuecomment-71613288 .

digitalLumberjack commented 9 years ago

The last retropie beta should now work as it has the 3.18.3 kernel. Check the v0.1.3 release

mal3kith-developer commented 9 years ago

Thank you very much

2015-01-28 8:35 GMT+01:00 digitalLumberjack notifications@github.com:

Closed #2 https://github.com/digitalLumberjack/mk_arcade_joystick_rpi/issues/2.

— Reply to this email directly or view it on GitHub https://github.com/digitalLumberjack/mk_arcade_joystick_rpi/issues/2#event-225900113 .

mal3kith-developer commented 9 years ago

Hi, ill install it yesterday and works fine.

Thank you again

2015-01-28 9:10 GMT+01:00 Male Kith mal3kith.developer@gmail.com:

Thank you very much

2015-01-28 8:35 GMT+01:00 digitalLumberjack notifications@github.com:

Closed #2 https://github.com/digitalLumberjack/mk_arcade_joystick_rpi/issues/2.

— Reply to this email directly or view it on GitHub https://github.com/digitalLumberjack/mk_arcade_joystick_rpi/issues/2#event-225900113 .

digitalLumberjack commented 9 years ago

Great news :)