Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] ioB VM Ware und kopieren auf sdKarte

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    [gelöst] ioB VM Ware und kopieren auf sdKarte

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @sandro_gera last edited by

      @sandro_gera Ah, der raspbee II schleppt eine Echtzeituhr an. Wusste ich nicht.
      Zeig mal was du da bislang in die Konsole gepackt hast und was die Rückmeldungen waren. Alles zeigen, nix kürzen. Eingaben, Ausgaben, Fehlermeldungen...

      S 2 Replies Last reply Reply Quote 0
      • S
        sandro_gera @Thomas Braun last edited by

        @Thomas-Braun

        Da ist nichts mehr drin hab ja neu gestartet

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @sandro_gera last edited by

          @sandro_gera Dann kannst es ja jetzt machen

          S 1 Reply Last reply Reply Quote 0
          • S
            sandro_gera @Thomas Braun last edited by

            @Thomas-Braun

            Ich glaub das die installation für ein Buster mit Desktop gemacht ist

            1 Reply Last reply Reply Quote 0
            • S
              sandro_gera @Thomas Braun last edited by

              @Thomas-Braun
              Was kann ich jetzt machen?

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @sandro_gera last edited by

                @sandro_gera Mach es halt nochmal. Ich muss die Ein- und Ausgaben aber sehen.

                S 2 Replies Last reply Reply Quote 0
                • S
                  sandro_gera @Thomas Braun last edited by sandro_gera

                  @Thomas-Braun

                  pi@RaspBee-II-Phoscon:~ $ sudo apt update
                  OK:1 http://archive.raspberrypi.org/debian buster InRelease
                  OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                  OK:3 http://phoscon.de/apt/deconz buster InRelease
                  Paketlisten werden gelesen... Fertig
                  Abhängigkeitsbaum wird aufgebaut.
                  Statusinformationen werden eingelesen.... Fertig
                  Alle Pakete sind aktuell.
                  pi@RaspBee-II-Phoscon:~ $ sudo apt install i2c-tools build-essential raspberrypi-kernel-headers
                  Paketlisten werden gelesen... Fertig
                  Abhängigkeitsbaum wird aufgebaut.
                  Statusinformationen werden eingelesen.... Fertig
                  build-essential ist schon die neueste Version (12.6).
                  i2c-tools ist schon die neueste Version (4.1-1).
                  raspberrypi-kernel-headers ist schon die neueste Version (1.20201022-1).
                  0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                  pi@RaspBee-II-Phoscon:~ $ curl -O -L https://github.com/dresden-elektronik/raspbee2-rtc/archive/master.zip
                    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                                   Dload  Upload   Total   Spent    Left  Speed
                  100   136  100   136    0     0    539      0 --:--:-- --:--:-- --:--:--   539
                  100  3847  100  3847    0     0   6609      0 --:--:-- --:--:-- --:--:--  6609
                  pi@RaspBee-II-Phoscon:~ $ unzip master.zip
                  Archive:  master.zip
                  6fabff2ee826c004dfb17eb4a5df115e262a0157
                  replace raspbee2-rtc-master/LICENSE? [y]es, [n]o, [A]ll, [N]one, [r]ename:
                  

                  Da weiß ich schonmal nicht was ich auswählen soll

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @sandro_gera last edited by

                    @sandro_gera A

                    1 Reply Last reply Reply Quote 0
                    • S
                      sandro_gera @Thomas Braun last edited by

                      @Thomas-Braun

                      replace raspbee2-rtc-master/LICENSE? [y]es, [n]o, [A]ll, [N]one, [r]ename: ^Cpi@RaspBee-II-Phoscon:~ $ cd raspbee2-rtc-master
                      pi@RaspBee-II-Phoscon:~/raspbee2-rtc-master $ make
                      checking deb package dependencies...
                      i2c-tools
                      build-essential
                      raspberrypi-kernel-headers
                      build rtc module...
                      make -C /lib/modules/5.4.72-v7+/build M=/home/pi/raspbee2-rtc-master modules
                      make[1]: Verzeichnis „/usr/src/linux-headers-5.4.72-v7+“ wird betreten
                        Building modules, stage 2.
                        MODPOST 1 modules
                      make[1]: Verzeichnis „/usr/src/linux-headers-5.4.72-v7+“ wird verlassen
                      rtc module successfully build, you may run 'sudo make install' now
                      pi@RaspBee-II-Phoscon:~/raspbee2-rtc-master $ sudo make install
                      install rtc module...
                      make[1]: Verzeichnis „/usr/src/linux-headers-5.4.72-v7+“ wird betreten
                        INSTALL /home/pi/raspbee2-rtc-master/rtc-pcf85063.ko
                        DEPMOD  5.4.72-v7+
                      Warning: modules_install: missing 'System.map' file. Skipping depmod.
                      make[1]: Verzeichnis „/usr/src/linux-headers-5.4.72-v7+“ wird verlassen
                      systemctl disable fake-hwclock
                      Synchronizing state of fake-hwclock.service with SysV service script with /lib/systemd/systemd-sysv-install.
                      Executing: /lib/systemd/systemd-sysv-install disable fake-hwclock
                      enable rtc module...
                      rtc_pcf85063
                      enable i2c interface...
                      raspi-config nonint do_i2c 0
                      install rtc service...
                      systemctl start rtc-pcf85063.service
                      systemctl enable rtc-pcf85063.service
                      Done - Please reboot your machine now
                      pi@RaspBee-II-Phoscon:~/raspbee2-rtc-master $
                      
                      

                      jetzt würde ich noch sudo reboot machen

                      Thomas Braun 2 Replies Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @sandro_gera last edited by

                        @sandro_gera Ja

                        1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @sandro_gera last edited by

                          @sandro_gera Ist denn jetzt die Uhrzeit schon richtig?

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            sandro_gera @Thomas Braun last edited by

                            @Thomas-Braun

                            wo seh ich das denn?

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @sandro_gera last edited by

                              @sandro_gera

                              date
                              
                              S 2 Replies Last reply Reply Quote 0
                              • S
                                sandro_gera @Thomas Braun last edited by

                                @Thomas-Braun

                                pi@RaspBee-II-Phoscon:~ $ sudo hwclock --systohc
                                pi@RaspBee-II-Phoscon:~ $ sudo hwclock --verbose
                                hwclock from util-linux 2.33.1
                                System Time: 1603491567.290117
                                Trying to open: /dev/rtc0
                                Using the rtc interface to the clock.
                                Last drift adjustment done at 1603491550 seconds after 1969
                                Last calibration done at 1603491550 seconds after 1969
                                Hardware clock is on UTC time
                                Assuming hardware clock is kept in UTC time.
                                Waiting for clock tick...
                                ioctl(4, RTC_UIE_ON, 0): Das Argument ist ungültig
                                Waiting in loop for time from /dev/rtc0 to change
                                hwclock: ioctl(RTC_RD_TIME) to /dev/rtc0 to read the time failed: Das Argument ist ungültig
                                ...synchronization failed
                                
                                
                                1 Reply Last reply Reply Quote 0
                                • S
                                  sandro_gera @Thomas Braun last edited by sandro_gera

                                  @Thomas-Braun

                                  Die Uhrzeit stimmt

                                  code_tpi@RaspBee-II-Phoscon:~ $ date
                                  Sa 24. Okt 00:20:06 CEST 2020
                                  

                                  Ich bin echt gerade am überlegen ob ich mir dieses fertig image runterlade
                                  Raspbian Buster Headless
                                  Beta Image ohne Desktop basierend auf Debian Buster

                                  Da sollte deConz bereits installiert sein

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @sandro_gera last edited by

                                    @sandro_gera Keine Ahnung was da klemmt.
                                    reboote nochmal, vielleicht renkt sich das ein.

                                    S 4 Replies Last reply Reply Quote 0
                                    • S
                                      sandro_gera @Thomas Braun last edited by

                                      @Thomas-Braun

                                      die installation von deConz hat ja auch nicht geklappt aber ich mach das nochmal und schicke dir die ein und Ausgabe

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        sandro_gera @Thomas Braun last edited by

                                        @Thomas-Braun

                                        Nach reboot immnoch

                                        pi@RaspBee-II-Phoscon:~ $ sudo hwclock --verbose
                                        hwclock from util-linux 2.33.1
                                        System Time: 1603492069.670306
                                        Trying to open: /dev/rtc0
                                        Using the rtc interface to the clock.
                                        Last drift adjustment done at 1603491550 seconds after 1969
                                        Last calibration done at 1603491550 seconds after 1969
                                        Hardware clock is on UTC time
                                        Assuming hardware clock is kept in UTC time.
                                        Waiting for clock tick...
                                        ioctl(4, RTC_UIE_ON, 0): Das Argument ist ungültig
                                        Waiting in loop for time from /dev/rtc0 to change
                                        hwclock: ioctl(RTC_RD_TIME) to /dev/rtc0 to read the time failed: Das Argument ist ungültig
                                        ...synchronization failed
                                        
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • S
                                          sandro_gera @Thomas Braun last edited by

                                          @Thomas-Braun

                                          dann hab ich das gemacht

                                          Zugriffsrechte der seriellen Schnittstelle für Nutzer setzen

                                          sudo raspi-config
                                          Interfacing Options → Serial

                                          Would you like a login shell accessible over serial? → No
                                          Would you like the serial port hardware to be enabled? → Yes
                                          Hinweis: Die Zugriffsrechte werden erst nach einem Neustart aktiv.

                                          1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @sandro_gera last edited by

                                            @sandro_gera Tante Google lssgt:

                                            Please try the command sudo hwclock --verbose while deCONZ is running. There is a FW problem that restarts the ConBeeII when deCONZ is not running. A FW update is on its way.

                                            Da musst du wohl die Firmware von dem Raspbee aktualisieren. Dazu brauchst du aber ein laufendes deCONZ

                                            S 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            746
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            installation iobroker
                                            4
                                            201
                                            14155
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo