PiTFT installation disables gamecon module?
-
@BuZz Trying to. Unfortunately they're not as involved in their customer support as you all are. Thanks and I'll keep on it.
-
@BuZz Do you have an idea of how to manually install the gamecon drivers from the .deb-packages and kernel headers here? http://www.niksula.hut.fi/~mhiienka/Rpi/
Bit of a n00b, so is that even possible?
When installing the PiTFT screen, it downgrades the kernel to 4.1.14 v7, and adafruit said they have no ETA to when theyll update it. The only workaround I can imagine is using the .deb and matching older 4.1.14 v7 headers there, but I don't know how to actually do that. -
I can maybe put some logic in, but it's work they should be doing not me :/
It's a shame their support is bad, since they make money from this - we get donations sure, but it's not a living, and we all do this for fun :-)
I'll have a think tomorrow, and I may consider a workaround, if the headers for your kernel are available.
-
@BuZz Thanks, I really appreciate any advice. Even just guiding me in the direction of how I can learn to manually install the older headers and gamecon driver from the .deb's listed on that link. I don't mind doing the work if I know what it is I should be doing :)
-
@BuZz Any thoughts come up on this? :)
-
You need to speak to them to get hold of headers for their custom kernel.
If they are unable to support their products, you can get a screen that doesn't require additional drivers (composite / hdmi)
The link above - if those headers work - you can install them with
dpkg -i
You will need to manually install gamecondriver. (install the packages, and add the module manually. -
If you install the
linux-headers
package that matches your kerneldpkg -i linux-headers-etc-etc.deb
you can then try and install the gamecondriver by doingsudo ./retropie_packages.sh gamecondriver install_bin sudo ./retropie_packages.sh gamecondriver gui
(with the latest version of the retropie-setup script - update it from retropie-setup menu)
-
Thanks @BuZz , appreciate the info. I still can't get those headers installed using dpkg -i . Seems to be a dead end for my technical ability at this point. I'll try and keep bugging them to update on their side...
-
I had a similar issue with mk_arcade_joystick_rpi, the 3rd party linux headers didn't compile correctly.
Try installing the linux headers package using the command:
sudo apt-get install raspberrypi-kernel-headers
Then
cd ~/RetroPie_Setup
sudo ./retropie_packages.sh gamecondriver install_bin
sudo ./retropie_packages.sh gamecondriver guiHopefully this will give you the correct headers for your Pi and then allow you to compile the gamecon driver correctly.
Simon
-
@simonster That won't help him since those kernel headers do not match the kernel he is required to run for the drivers for the screen. He needs the kernel headers that match the kernel version he is running.
Note - On current RetroPie, you do not need to install raspberrypi-kernel-headers since the gamecondriver module does it automatically.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.