inital dump

This commit is contained in:
2021-09-04 23:20:35 +02:00
parent 8d187d4413
commit 976d93836a
189 changed files with 26587 additions and 0 deletions

View File

@ -0,0 +1,17 @@
apt-get install i2c-tools
i2cdetect -y 1
modprobe rtc-ds1307
bash
echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device
exit
zeit mit internet syncroniseiren
hwclock -w
nano /etc/modules und rtc-ds1307 hinzufügen

View File

@ -0,0 +1,32 @@
apt-get install i2c-tools
i2cdetect -y 1
modprobe rtc-ds1307
bash
echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device
exit
zeit mit internet synchronisieren
hwclock -w
nano /etc/modules und rtc-ds1307 hinzufügen
nano /etc/rc.local
----------------------------------------------------
echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device
hwclock -s
----------------------------------------------------
Zusatz:
date -s "29 AUG 1997 13:00:00"