Hi marqs,
I just tried to install the new Version on my Raspi 2 and got some Errors:
Code: Select all
Log started at: Tue 31 Oct 18:18:46 UTC 2017
RetroPie-Setup version: 4.3.3 (16172fc)
System: Linux retropie 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linux
= = = = = = = = = = = = = = = = = = = = =
Installing dependencies for 'gamecondriver' : Gamecon & db9 drivers
= = = = = = = = = = = = = = = = = = = = =
= = = = = = = = = = = = = = = = = = = = =
Installing 'gamecondriver' : Gamecon & db9 drivers
= = = = = = = = = = = = = = = = = = = = =
(Reading database ... 88421 files and directories currently installed.)
Preparing to unpack gamecon-gpio-rpi-dkms_1.3_all.deb ...
------------------------------
Deleting module version: 1.3
completely from the DKMS tree.
------------------------------
Done.
Unpacking gamecon-gpio-rpi-dkms (1.3) over (1.3) ...
Setting up gamecon-gpio-rpi-dkms (1.3) ...
Loading new gamecon_gpio_rpi-1.3 DKMS files...
First Installation: checking all kernels...
dpkg: warning: version '*-*' has bad syntax: version number does not start with digit
It is likely that 4.9.59-v7+ belongs to a chroot's host
Building for architecture armv7l
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
(Reading database ... 88421 files and directories currently installed.)
Preparing to unpack db9-gpio-rpi-dkms_1.1_all.deb ...
------------------------------
Deleting module version: 1.1
completely from the DKMS tree.
------------------------------
Done.
Unpacking db9-gpio-rpi-dkms (1.1) over (1.1) ...
Setting up db9-gpio-rpi-dkms (1.1) ...
Loading new db9_gpio_rpi-1.1 DKMS files...
First Installation: checking all kernels...
dpkg: warning: version '*-*' has bad syntax: version number does not start with digit
It is likely that 4.9.59-v7+ belongs to a chroot's host
Building for architecture armv7l
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
modinfo: ERROR: Module gamecon_gpio_rpi not found.
modinfo: ERROR: Module db9_gpio_rpi not found.
Gamecon GPIO driver installation FAILED
Db9 GPIO driver installation FAILED
Log ended at: Tue 31 Oct 18:19:04 UTC 2017
Total running time: 0 hours, 0 mins, 18 secs
I tried this before, maybe a half year ago and got some other issues with my megadrive controllers and after you driver update I headed back to this topic.
Seems, that the installation cannot figure out my version or got some other issues with my Version.
After looking in the
Makefile in your source, I found this:
KVERSION := `uname -r`
If i run this on my Pi, it gives me "4.9.59-v7+"
Maybe the problem in the message
dpkg: warning: version '*-*' has bad syntax: version number does not start with digit is from the uname -r command. (Output is "4.9.43-v7+") and your installer got some problems with the "
-"
Also I'm not sure what this really means:
Code: Select all
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
I don't understand much from this, but maybe you can release a shorter fix or give me some instructions how to deal with these troubles?
Thanks in advance,
Currypaul
P.S. My Pi was set up today with an actual Retropie Build. It is nearly untouched, without much configuration etc.