EDIT: PEBKAC --- i2detect zeigte zwar alles richtig an, anscheinend war die Stromversorgung nicht stabil auf meinem Breadboard. Und wegen sowas raucht einem den ganzen Tag der Kopf...
Dein/Euer Guide ist super und alles klappt, wie es soll 
Liebe Leute,
ich versuche mich nun schon den gesamten Tag an der Sache und komme einfach nicht weiter.
Ich bin diesem Guide hier gefolgt, dem von Carriba verlinkten natürlich auch und der Quelle bei GitHub inkl. Kommentaren (
+
- irgendwo war mal ein = zu wenig, dann war der Pfad zur hwclock in /usr/bin, bei mir ist er in /sbin/.
Eigenartig ist, dass, solange in der /etc/modules der bcm2708 NICHT auskommentiert ist, folgender Fehler erscheint:
[font="Menlo"] 4.178228] i2c /dev entries driver[/font]
[font="Menlo"][ 4.189017] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)[/font]
[font="Menlo"][ 4.354525] systemd[1]: Failed to start Load Kernel Modules.[/font]
[font="Menlo"][ 4.375011] systemd[1]: Dependency failed for Initialize i2c hardware RTC device driver.[/font]
hwclock will einfach nicht:
[font="Menlo"]root@raspberrypi:/home/pi# hwclock --debug[/font]
[font="Menlo"]hwclock from util-linux 2.25.2[/font]
[font="Menlo"]hwclock: cannot open /dev/rtc: No such file or directory[/font]
[font="Menlo"]No usable clock interface found.[/font]
[font="Menlo"]hwclock: Cannot access the Hardware Clock via any known method.[/font]
dmesg:
[font="Menlo"]-- Unit hwclock-sync.service has begun starting up.[/font]
[font="Menlo"]May 26 19:21:56 raspberrypi systemd[1]: Failed to reset devices.list on /system.slice: Invalid argument[/font]
[font="Menlo"]May 26 19:21:56 raspberrypi hwclock[1575]: hwclock: Cannot access the Hardware Clock via any known method.[/font]
[font="Menlo"]May 26 19:21:56 raspberrypi hwclock[1575]: hwclock: Use the --debug option to see the details of our search for an access method.[/font]
[font="Menlo"]May 26 19:21:56 raspberrypi systemd[1]: hwclock-sync.service: main process exited, code=exited, status=70/n/a[/font]
[font="Menlo"]May 26 19:21:56 raspberrypi systemd[1]: Failed to start Time Synchronization from RTC Source.[/font]
[font="Menlo"]-- Subject: Unit hwclock-sync.service has failed[/font]
i2cdetect zeigt aber die RTC an (und meinen ADXL345 - SDA und SDL in Reihe)
[font="Menlo"]root@raspberrypi:/home/pi# i2cdetect -y 1[/font]
[font="Menlo"] 0 1 2 3 4 5 6 7 8 9 a b c d e f[/font]
[font="Menlo"]00: -- -- -- -- -- -- -- -- -- -- -- -- -- [/font]
[font="Menlo"]10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [/font]
[font="Menlo"]20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [/font]
[font="Menlo"]30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [/font]
[font="Menlo"]40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [/font]
[font="Menlo"]50: -- -- -- 53 -- -- -- -- -- -- -- -- -- -- -- -- [/font]
[font="Menlo"]60: -- -- -- -- -- -- -- -- 68 -- -- -- -- -- -- -- [/font]
Weitere Methoden, die ich erfolglos ebenfalls ausprobiert habe, sind
https://feilipu.me/2014/12/21/ds3231-for-raspberry-pi/ (glaube für Jessie nicht mehr aktuell)
sowie
http://owenduffy.net/blog/?p=2637
hwclock allerdings war jedes Mal gleich stur...
Habt ihr noch eine Idee, wie ich hier weiterkommen kann?
Ist das RTC-Modul evtl einfach defekt?
Vielen Dank und viele Grüße
Jonas