I have been testing Jessie BETA on Pi Zeros and want to bring to the development team some issues I am having. Please let me know if there is anywhere else I should be posting.
1. Gamecon & DB9 Drivers do not load without first installing libgcc-4.7.dev, gcc-4.7, and cpp-4.7.
This code needs to be run before using the gamecon script.
sudo apt-get install cpp-4.7 gcc-4.7 libgcc-4.7.dev
2. The gamecon_gpio_rpi module will not load on boot.
modprobe gamecon_gpio_rpi map=0,0,2,0,0,0
will work fine, but adding gamecon_gpio_rpi map=0,0,2,0,0,0
to /etc/modules
ends up having the kernel modules fail to load.
Thanks to everyone working on this project.