Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 3.3 jetzt im STABLE!

    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

    js-controller 3.3 jetzt im STABLE!

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

      @sms sagte in js-controller 3.3 jetzt im STABLE!:

      end Kernel panic - not syncing: Can not allocate SWIOTLB buffer earlier and can't now provide you with the DMA bounce buffer

      https://forum-raspberrypi.de/forum/thread/51271-kernel-panic-swiotlb/

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

        @thomas-braun Die Seite habe ich schon gefunden, nur finde ich den Parameter: "gpu_mem=" nicht in der config.txt

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

          @sms

          Dann trag ihn ein. Bei mir schaut das so aus:

          [all]
          enable_uart=1
          gpu_mem=32
          

          Wenn das System gleich ohne Desktop im RunLevel 3 liefe, dann dürfte es an der Stelle erst gar kein Problem geben. Knips den Desktop-Kram aus!

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

            @thomas-braun also das ist keine Desktop Version, sondern die "Lite". Gerade mal bei den anderen PI's geschaut, dort gibt es den Eintrag "GPU_mem" auch nicht.

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

              @sms

              Hast du den denn jetzt eingetragen?

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

                @thomas-braun ausprobiert ja, keine Änderung

                # For more options and information see
                # http://rpf.io/configtxt
                # Some settings may impact device functionality. See link above for details
                
                # uncomment if you get no picture on HDMI for a default "safe" mode
                #hdmi_safe=1
                
                # uncomment this if your display has a black border of unused pixels visible
                # and your display can output without overscan
                #disable_overscan=1
                
                # uncomment the following to adjust overscan. Use positive numbers if console
                # goes off screen, and negative if there is too much border
                #overscan_left=16
                #overscan_right=16
                #overscan_top=16
                #overscan_bottom=16
                
                # uncomment to force a console size. By default it will be display's size minus
                # overscan.
                #framebuffer_width=1280
                #framebuffer_height=720
                
                # uncomment if hdmi display is not detected and composite is being output
                #hdmi_force_hotplug=1
                
                # uncomment to force a specific HDMI mode (this will force VGA)
                #hdmi_group=1
                #hdmi_mode=1
                
                # uncomment to force a HDMI mode rather than DVI. This can make audio work in
                # DMT (computer monitor) modes
                #hdmi_drive=2
                
                # uncomment to increase signal to HDMI, if you have interference, blanking, or
                # no display
                #config_hdmi_boost=4
                
                # uncomment for composite PAL
                #sdtv_mode=2
                
                #uncomment to overclock the arm. 700 MHz is the default.
                #arm_freq=800
                
                # Uncomment some or all of these to enable the optional hardware interfaces
                dtparam=i2c_arm=on
                #dtparam=i2s=on
                dtparam=spi=off
                
                # Uncomment this to enable infrared communication.
                #dtoverlay=gpio-ir,gpio_pin=17
                #dtoverlay=gpio-ir-tx,gpio_pin=18
                
                # Additional overlays and parameters are documented /boot/overlays/README
                
                # Enable audio (loads snd_bcm2835)
                dtparam=audio=on
                
                [pi4]
                # Enable DRM VC4 V3D driver on top of the dispmanx display stack
                dtoverlay=vc4-fkms-v3d
                max_framebuffers=2
                
                [all]
                #dtoverlay=vc4-fkms-v3d
                enable_uart=1
                dtoverlay=w1-gpio
                gpu_mem=32
                

                Trage ich 16 statt 32 ein, kommt zwar keine Fehlermeldung, aber der TV wird dunkel und es geht nicht weiter ...

                1 Reply Last reply Reply Quote 0
                • Negalein
                  Negalein Global Moderator last edited by

                  Hallo

                  Habe heute den JS-Controller auf 3.3.22 upgedatet.
                  Lt. Info ist er jetzt auf 3.3.22
                  hosts - ioBroker.png

                  Aber ich bekam Fehler beim Update.
                  Was haben die zu bedeuten?

                  nega@ioBroker:~$ iob upgrade self
                  Update js-controller from @3.3.19 to @3.3.22
                  NPM version: 6.14.13
                  npm install iobroker.js-controller@3.3.22 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
                  /bin/sh: 1: cmake: not found
                  make: *** [config_deps.target.mk:13: /opt/iobroker/node_modules/cpu-features/deps/cpu_features/build/Makefile] Error 127
                  gyp ERR! build error
                  gyp ERR! stack Error: `make` failed with exit code: 2
                  gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
                  gyp ERR! stack     at ChildProcess.emit (events.js:375:28)
                  gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
                  gyp ERR! System Linux 5.11.22-5-pve
                  gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                  gyp ERR! cwd /opt/iobroker/node_modules/cpu-features
                  gyp ERR! node -v v14.17.1
                  gyp ERR! node-gyp -v v5.1.0
                  gyp ERR! not ok
                  
                  
                  liv-in-sky Thomas Braun 2 Replies Last reply Reply Quote 0
                  • liv-in-sky
                    liv-in-sky @Negalein last edited by liv-in-sky

                    @negalein
                    evtl hilft das

                    https://forum.iobroker.net/topic/50461/error-bei-adapter-updates-bin-sh-1-cmake-not-foundmake?_=1640161794760

                    oder hier

                    https://forum.iobroker.net/topic/47576/adapter-updates-fehler-cmake-not-found?_=1640161794767

                    Negalein 1 Reply Last reply Reply Quote 1
                    • Negalein
                      Negalein Global Moderator @liv-in-sky last edited by

                      @liv-in-sky sagte in js-controller 3.3 jetzt im STABLE!:

                      evtl hilft das

                      Merci

                      hab gesucht und nichts gefunden.

                      Aber hätt ich nach cmake und nicht nach ckmake gesucht, wäre ich fündig geworden! 😂

                      liv-in-sky 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Negalein last edited by

                        @negalein

                        cmake: not found
                        bedeutet, dass das Paket cmake fehlt. Nachinstallieren.

                        Negalein apollon77 2 Replies Last reply Reply Quote 2
                        • Negalein
                          Negalein Global Moderator @Thomas Braun last edited by

                          @thomas-braun sagte in js-controller 3.3 jetzt im STABLE!:

                          cmake: not found
                          bedeutet, dass das Paket cmake fehlt. Nachinstallieren.

                          schon erledigt 🙂

                          1 Reply Last reply Reply Quote 0
                          • liv-in-sky
                            liv-in-sky @Negalein last edited by

                            @negalein

                            hatte das problem auch - @Thomas-Braun hatte damals geholfen - daher wußte ich, dass es threads gibt 🙂

                            1 Reply Last reply Reply Quote 0
                            • crunchip
                              crunchip Forum Testing Most Active last edited by

                              gerade das update angestoßen, daher nun die Frage, ging da was schief bzw ist das relevant?

                              root@IoBroker:~# iob upgrade self
                              Update js-controller from @3.3.21 to @3.3.22
                              NPM version: 6.14.15
                              npm install iobroker.js-controller@3.3.22 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
                              In file included from ../src/binding.cc:1:
                              /home/iobroker/.cache/node-gyp/14.18.2/include/node/node.h:787:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUN                            CTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)                            ’} [-Wcast-function-type]
                                     (node::addon_register_func) (regfunc),                          \
                                                                         ^
                              /home/iobroker/.cache/node-gyp/14.18.2/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
                                 NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                                 ^~~~~~~~~~~~~
                              ../src/binding.cc:153:1: note: in expansion of macro ‘NODE_MODULE’
                               NODE_MODULE(cpufeatures, init)
                               ^~~~~~~~~~~
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @crunchip last edited by

                                @crunchip

                                Nö, das ist normaler Output beim bauen von nodejs-Modulen.

                                1 Reply Last reply Reply Quote 2
                                • apollon77
                                  apollon77 @Thomas Braun last edited by

                                  @thomas-braun Wir werden es im Installer hinzufügen

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

                                    @apollon77

                                    Okay. Hab noch nicht geschaut wer da immer nach cmake ruft. Auf meinem System (Raspberrry 4 / 8 GB) ist es jedenfalls nicht drauf.

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

                                      @thomas-braun Ein nerviges Modul node_modules/cpu-features ... https://github.com/mscdex/cpu-features/issues/1#issuecomment-930124519 🙂

                                      jasonseminara created this issue in mscdex/cpu-features

                                      closed Yarn install error #1

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

                                        @apollon77

                                        Das kommt direkt aus der nodeJS-Runtime?

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

                                          @thomas-braun Nee. ein npm Modul was dann irgend wo drin ist und dann in irgendeinam adapter benötigt wird nutzt cmake um seinen binären Teil zu "Builden" ... aber keiner braucht bisher cmake also ists in keinen build-essentials Paketen und nirgends sonst drin

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

                                            @apollon77

                                            Ja, cmake ist schon etwas 'exotisch'.

                                            apollon77 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

                                            564
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            61
                                            344
                                            65285
                                            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