Ich wollte nun endlich mal die Überwachungskamera bauen, und stellte dabei fest, daß das Kameramodul in meinem RaspberryPi nicht mehr klappt. Zuerst dachte ich, das Modul sei defekt. Aber ein Test in einen anderen RaspberryPi klappte ohne Probleme. Da dachte ich noch, das läge an der Schnittstelle, aber ein Wechsel der Speicherkarten, brachte die Ernüchterung.

mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
mmal: camera component couldn’t be enabled
mmal: main: Failed to create camera component
mmal: Failed to run camera app. Please check for firmware updates
root@pione:/home/pi# uname -a
Linux pione 3.18.5+ #744 PREEMPT Fri Jan 30 18:19:07 GMT 2015 armv6l GNU/Linux
root@pione:/home/pi#
Da der andere RaspberryPi das Adafruit PiTFT Modul hat, hat sich dort der Kernel nicht geupdatet. Das wird der Grund sein, warum das Kamera-Modul dort immer noch Funktioniert. Natürlich habe ich auch die Updates durchgeführt, aber auch das brachte keinen Erfolg.

sudo apt-get update
sudo apt-get upgrade
Auch ein sudo apt-get dist-upgrade ist eben kein Firmware Update.

*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
*** Performing self-update
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7938 100 7938 0 0 17925 0 –:–:– –:–:– –:–:– 27184
*** Relaunching after update
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
*** We’re running for the first time
*** Backing up files (this will take a few minutes)
*** Backing up firmware
*** Backing up modules 3.18.5+
*** Downloading specific firmware revision (this will take a few minutes)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 168 0 168 0 0 216 0 –:–:– –:–:– –:–:– 299
100 43.2M 100 43.2M 0 0 288k 0 0:02:33 0:02:33 –:–:– 705k
*** Updating firmware
*** Updating kernel modules
*** depmod 3.18.6+
*** depmod 3.18.6-v7+
*** Updating VideoCore libraries
*** Using HardFP libraries
*** Updating SDK
*** Running ldconfig
*** Storing current firmware revision
*** Deleting downloaded files
*** Syncing changes to disk
*** If no errors appeared, your firmware was successfully updated to 38aa676b044f8de46aedb4bd972538a7ad6a3ce1
*** A reboot is needed to activate the new firmware

root@pione:/home/pi# uname -a
Linux pione 3.18.6+ #754 PREEMPT Sun Feb 8 20:22:45 GMT 2015 armv6l GNU/Linux
root@pione:/home/pi# sudo raspistill -o 2015-02-10_image-01.jpg
mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
mmal: camera component couldn’t be enabled
mmal: main: Failed to create camera component
mmal: Failed to run camera app. Please check for firmware updates
Leider bleibt mein Problem weiterhin, das Kamera-Modul klappt nicht.
Update 11.02.2015
Durch das ganze hin und her testen, ist das Flachbandkabel kaputt gegangen. Deswegen, waren die letzten Updates und Config’s zwar Richtig, aber ohne Erfolg. Ein einfaches Updaten und ein Umstellen mit raspi-config reicht völlig aus.