Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Hardware
  4. NEO X7

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

NEO X7

Scheduled Pinned Locked Moved Hardware
16 Posts 4 Posters 2.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chaos99
    wrote on last edited by
    #4

    @Jey Cee:

    Hi chaos,

    wo hängts denn? Ubuntu passt. Bei mir läuft es seit gestern auch auf ubuntu.

    Gesendet von meinem Jolla mit Tapatalk `

    linuxium@LINUXIUMONE:/opt/iobroker$ npm install iobroker

    /usr/local/bin/node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/local/bin/node)

    /usr/local/bin/node: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.16' not found (required by /usr/local/bin/node)

    linuxium@LINUXIUMONE:/opt/iobroker$

    1 Reply Last reply
    0
    • HomoranH Do not disturb
      HomoranH Do not disturb
      Homoran
      Global Moderator Administrators
      wrote on last edited by
      #5

      build essentials installiert?

      apt-get install -y build-essential
      

      Gruß

      Rainer

      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      1 Reply Last reply
      0
      • C Offline
        C Offline
        chaos99
        wrote on last edited by
        #6

        linuxium@LINUXIUMONE:~$ sudo apt-get install -y build-essential

        [sudo] password for linuxium:

        Reading package lists… Done

        Building dependency tree

        Reading state information... Done

        build-essential is already the newest version.

        The following package was automatically installed and is no longer required:

        libkms1

        Use 'apt-get autoremove' to remove them.

        0 upgraded, 0 newly installed, 0 to remove and 25 not upgraded.

        linuxium@LINUXIUMONE:~$ npm install iobroker

        /usr/local/bin/node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/local/bin/node)

        /usr/local/bin/node: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.16' not found (required by /usr/local/bin/node)

        linuxium@LINUXIUMONE:~$

        1 Reply Last reply
        0
        • Jey CeeJ Online
          Jey CeeJ Online
          Jey Cee
          Developer
          wrote on last edited by
          #7

          Ok nachdem es sich nicht um ein standard ubuntu linux handelt könnte es schwer werden.

          Dir fehlen die module libstdc++.so und libc.so.6. Soweit ich weiss gehören die zum gcc compiler.

          Normales vorgehen wäre jetzt gcc zu installieren oder nur die einzelnen module. Aber ich weiss nicht wie das bei dir geht.

          Gesendet von meinem Jolla mit Tapatalk

          Persönlicher Support
          Spenden -> paypal.me/J3YC33

          1 Reply Last reply
          0
          • HomoranH Do not disturb
            HomoranH Do not disturb
            Homoran
            Global Moderator Administrators
            wrote on last edited by
            #8

            Ich habe noch ein wenig gegoogelt. Dabei ist die Frage aufgekommen:

            Welches Ubuntu hast du drauf?

            64bit???

            …und dann bin ich mangels Wissen raus :(

            Gruß

            Rainer

            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            1 Reply Last reply
            0
            • C Offline
              C Offline
              chaos99
              wrote on last edited by
              #9

              geht mir genauso , ich bin froh das mein cubi laeuft , und da seh ich ganz gut durch , fuer ein leihe, aber jetzt steh ich auch erstmal auf dem schlauch

              1 Reply Last reply
              0
              • C Offline
                C Offline
                chaos99
                wrote on last edited by
                #10

                root@LINUXIUMONE:/opt/iobroker# npm install iobroker

                npm http GET https://registry.npmjs.org/iobroker

                npm ERR! Error: failed to fetch from registry: iobroker

                npm ERR! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12

                npm ERR! at cb (/usr/share/npm/lib/utils/npm-registry-client/request.js:31:9)

                npm ERR! at Request._callback (/usr/share/npm/lib/utils/npm-registry-client/request.js:136:18)

                npm ERR! at Request.callback (/usr/lib/nodejs/request/main.js:119:22)

                npm ERR! at Request. <anonymous>(/usr/lib/nodejs/request/main.js:212:58)

                npm ERR! at Request.emit (events.js:88:20)

                npm ERR! at ClientRequest. <anonymous>(/usr/lib/nodejs/request/main.js:412:12)

                npm ERR! at ClientRequest.emit (events.js:67:17)

                npm ERR! at HTTPParser.onIncoming (http.js:1261:11)

                npm ERR! at HTTPParser.onHeadersComplete (http.js:102:31)

                npm ERR! You may report this log at:

                npm ERR! <http://bugs.debian.org/npm>

                npm ERR! or use

                npm ERR! reportbug –attach /opt/iobroker/npm-debug.log npm

                npm ERR!

                npm ERR! System Linux 3.0.36+

                npm ERR! command "node" "/usr/bin/npm" "install" "iobroker"

                npm ERR! cwd /opt/iobroker

                npm ERR! node -v v0.6.12

                npm ERR! npm -v 1.1.4

                npm ERR! message failed to fetch from registry: iobroker

                npm ERR!

                npm ERR! Additional logging details can be found in:

                npm ERR! /opt/iobroker/npm-debug.log

                npm not ok

                root@LINUXIUMONE:/opt/iobroker#</anonymous></anonymous>

                1 Reply Last reply
                0
                • HomoranH Do not disturb
                  HomoranH Do not disturb
                  Homoran
                  Global Moderator Administrators
                  wrote on last edited by
                  #11

                  was hast du für ein ubuntu???
                  > System Linux 3.0.36+
                  das ist aber nicht das neueste ;-)

                  ebenso ist nodejs und npm nicht aktuell:

                  node -v v0.6.12
                  npm -v 1.1.4
                  

                  alles sehr alt.

                  wie hast du das installiert?

                  Gruß

                  Rainer

                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  1 Reply Last reply
                  0
                  • C Offline
                    C Offline
                    chaos99
                    wrote on last edited by
                    #12

                    ja das hab ich auch raus bekommen , ich weis nur nicht wie ih das update oder wie ich ne neue version installiere

                    1 Reply Last reply
                    0
                    • C Offline
                      C Offline
                      chaos99
                      wrote on last edited by
                      #13

                      linuxium@LINUXIUMONE:/opt/iobroker$ curl -sL https://deb.nodesource.com/setup | sudo bash -

                      curl: command not found

                      linuxium@LINUXIUMONE:/opt/iobroker$

                      den befehl soll ich eingeben aber , es geht nicht ….

                      1 Reply Last reply
                      0
                      • Jey CeeJ Online
                        Jey CeeJ Online
                        Jey Cee
                        Developer
                        wrote on last edited by
                        #14

                        Das programm curl ist nicht installiert.

                        Gesendet von meinem Jolla mit Tapatalk

                        Persönlicher Support
                        Spenden -> paypal.me/J3YC33

                        1 Reply Last reply
                        0
                        • C Offline
                          C Offline
                          chaos99
                          wrote on last edited by
                          #15

                          curl hab ich installiert, das geht jetyt auch>

                          inuxium@LINUXIUMONE:/opt/iobroker$ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -

                          Installing the NodeSource Node.js 6.x repo…

                          Populating apt-get cache...

                          • apt-get update

                          Hit http://ports.ubuntu.com precise Release.gpg

                          Hit http://ports.ubuntu.com precise-security Release.gpg

                          Hit http://ports.ubuntu.com precise-updates Release.gpg

                          Hit http://ports.ubuntu.com precise Release.gpg

                          Hit http://ports.ubuntu.com precise-security Release.gpg

                          Hit http://ports.ubuntu.com precise-updates Release.gpg

                          Hit http://ppa.launchpad.net precise Release.gpg

                          Hit http://ports.ubuntu.com precise Release

                          Hit http://ports.ubuntu.com precise-security Release

                          Hit http://ports.ubuntu.com precise-updates Release

                          Hit http://ports.ubuntu.com precise Release

                          Hit http://ports.ubuntu.com precise-security Release

                          Hit http://ppa.launchpad.net precise Release

                          Hit http://ports.ubuntu.com precise-updates Release

                          Hit http://ports.ubuntu.com precise/main armhf Packages

                          Hit http://ports.ubuntu.com precise/universe armhf Packages

                          Hit http://ports.ubuntu.com precise/main TranslationIndex

                          Hit http://ports.ubuntu.com precise/universe TranslationIndex

                          Hit http://ports.ubuntu.com precise-security/main armhf Packages

                          Hit http://ports.ubuntu.com precise-security/universe armhf Packages

                          Hit http://ports.ubuntu.com precise-security/main TranslationIndex

                          Hit http://ports.ubuntu.com precise-security/universe TranslationIndex

                          Hit http://ports.ubuntu.com precise-updates/main armhf Packages

                          Hit http://ports.ubuntu.com precise-updates/universe armhf Packages

                          Hit http://ppa.launchpad.net precise/main Sources

                          Hit http://ports.ubuntu.com precise-updates/main TranslationIndex

                          Hit http://ports.ubuntu.com precise-updates/universe TranslationIndex

                          Hit http://ports.ubuntu.com precise/main armhf Packages

                          Hit http://ports.ubuntu.com precise/universe armhf Packages

                          Hit http://ports.ubuntu.com precise/main TranslationIndex

                          Hit http://ports.ubuntu.com precise/universe TranslationIndex

                          Hit http://ports.ubuntu.com precise/main Translation-en

                          Hit http://ports.ubuntu.com precise/universe Translation-en

                          Hit http://ports.ubuntu.com precise-security/main armhf Packages

                          Hit http://ports.ubuntu.com precise-security/universe armhf Packages

                          Hit http://ports.ubuntu.com precise-security/main TranslationIndex

                          Hit http://ppa.launchpad.net precise/main armhf Packages

                          Hit http://ports.ubuntu.com precise-security/universe TranslationIndex

                          Hit http://ports.ubuntu.com precise-updates/main armhf Packages

                          Hit http://ports.ubuntu.com precise-updates/universe armhf Packages

                          Hit http://ports.ubuntu.com precise-updates/main TranslationIndex

                          Hit http://ppa.launchpad.net precise/main TranslationIndex

                          Hit http://ports.ubuntu.com precise-updates/universe TranslationIndex

                          Hit http://ports.ubuntu.com precise-security/main Translation-en

                          Hit http://ports.ubuntu.com precise-security/universe Translation-en

                          Hit http://ports.ubuntu.com precise-updates/main Translation-en

                          Hit http://ppa.launchpad.net precise/main Translation-en

                          Hit http://ports.ubuntu.com precise-updates/universe Translation-en

                          Hit http://ports.ubuntu.com precise/main Translation-en

                          Hit http://ports.ubuntu.com precise/universe Translation-en

                          Hit http://ports.ubuntu.com precise-security/main Translation-en

                          Hit http://ports.ubuntu.com precise-security/universe Translation-en

                          Hit http://ports.ubuntu.com precise-updates/main Translation-en

                          Hit http://ports.ubuntu.com precise-updates/universe Translation-en

                          Hit https://deb.nodesource.com precise Release.gpg

                          Hit https://deb.nodesource.com precise Release

                          Hit https://deb.nodesource.com precise/main Sources

                          Hit https://deb.nodesource.com precise/main armhf Packages

                          Get:1 https://deb.nodesource.com precise/main TranslationIndex [162 B]

                          Ign https://deb.nodesource.com precise/main TranslationIndex

                          Ign https://deb.nodesource.com precise/main Translation-en

                          Reading package lists… Done

                          Confirming "precise" is supported...

                          • curl -sLf -o /dev/null 'https://deb.nodesource.com/node_6.x/dis ... se/Release'

                          Adding the NodeSource signing key to your keyring...

                          • curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -

                          OK

                          Creating apt sources list file for the NodeSource Node.js 6.x repo...

                          • echo 'deb https://deb.nodesource.com/node_6.x precise main' > /etc/apt/sources.list.d/nodesource.list

                          • echo 'deb-src https://deb.nodesource.com/node_6.x precise main' >> /etc/apt/sources.list.d/nodesource.list

                          Running apt-get update for you...

                          • apt-get update

                          Hit http://ports.ubuntu.com precise Release.gpg

                          Hit http://ports.ubuntu.com precise-security Release.gpg

                          Hit http://ports.ubuntu.com precise-updates Release.gpg

                          Hit http://ports.ubuntu.com precise Release.gpg

                          Hit http://ports.ubuntu.com precise-security Release.gpg

                          Hit http://ports.ubuntu.com precise-updates Release.gpg

                          Hit http://ppa.launchpad.net precise Release.gpg

                          Hit http://ports.ubuntu.com precise Release

                          Hit http://ports.ubuntu.com precise-security Release

                          Hit http://ports.ubuntu.com precise-updates Release

                          Hit http://ports.ubuntu.com precise Release

                          Hit http://ports.ubuntu.com precise-security Release

                          Hit http://ppa.launchpad.net precise Release

                          Hit http://ports.ubuntu.com precise-updates Release

                          Hit http://ports.ubuntu.com precise/main armhf Packages

                          Hit http://ports.ubuntu.com precise/universe armhf Packages

                          Hit http://ports.ubuntu.com precise/main TranslationIndex

                          Hit http://ports.ubuntu.com precise/universe TranslationIndex

                          Hit http://ports.ubuntu.com precise-security/main armhf Packages

                          Hit http://ports.ubuntu.com precise-security/universe armhf Packages

                          Hit http://ports.ubuntu.com precise-security/main TranslationIndex

                          Hit http://ports.ubuntu.com precise-security/universe TranslationIndex

                          Hit http://ports.ubuntu.com precise-updates/main armhf Packages

                          Hit http://ports.ubuntu.com precise-updates/universe armhf Packages

                          Hit http://ports.ubuntu.com precise-updates/main TranslationIndex

                          Hit http://ports.ubuntu.com precise-updates/universe TranslationIndex

                          Hit http://ports.ubuntu.com precise/main armhf Packages

                          Hit http://ppa.launchpad.net precise/main Sources

                          Hit http://ports.ubuntu.com precise/universe armhf Packages

                          Hit http://ports.ubuntu.com precise/main TranslationIndex

                          Hit http://ports.ubuntu.com precise/universe TranslationIndex

                          Hit http://ports.ubuntu.com precise-security/main armhf Packages

                          Hit http://ports.ubuntu.com precise-security/universe armhf Packages

                          Hit http://ports.ubuntu.com precise-security/main TranslationIndex

                          Hit http://ports.ubuntu.com precise-security/universe TranslationIndex

                          Hit http://ports.ubuntu.com precise/main Translation-en

                          Hit http://ports.ubuntu.com precise/universe Translation-en

                          Hit http://ports.ubuntu.com precise-security/main Translation-en

                          Hit http://ppa.launchpad.net precise/main armhf Packages

                          Hit http://ppa.launchpad.net precise/main TranslationIndex

                          Hit http://ports.ubuntu.com precise-security/universe Translation-en

                          Hit http://ports.ubuntu.com precise-updates/main armhf Packages

                          Hit http://ports.ubuntu.com precise-updates/universe armhf Packages

                          Hit http://ports.ubuntu.com precise-updates/main TranslationIndex

                          Hit http://ports.ubuntu.com precise-updates/universe TranslationIndex

                          Hit http://ports.ubuntu.com precise-updates/main Translation-en

                          Hit http://ports.ubuntu.com precise-updates/universe Translation-en

                          Hit http://ports.ubuntu.com precise/main Translation-en

                          Hit http://ports.ubuntu.com precise/universe Translation-en

                          Hit http://ports.ubuntu.com precise-security/main Translation-en

                          Hit http://ports.ubuntu.com precise-security/universe Translation-en

                          Hit http://ports.ubuntu.com precise-updates/main Translation-en

                          Hit http://ppa.launchpad.net precise/main Translation-en

                          Hit http://ports.ubuntu.com precise-updates/universe Translation-en

                          Get:1 https://deb.nodesource.com precise Release.gpg [860 B]

                          Get:2 https://deb.nodesource.com precise Release [2994 B]

                          Get:3 https://deb.nodesource.com precise/main Sources [763 B]

                          Get:4 https://deb.nodesource.com precise/main armhf Packages [20 B]

                          Get:5 https://deb.nodesource.com precise/main TranslationIndex [162 B]

                          Ign https://deb.nodesource.com precise/main TranslationIndex

                          Ign https://deb.nodesource.com precise/main Translation-en

                          Fetched 4637 B in 20s (221 B/s)

                          Reading package lists… Done

                          Run apt-get install nodejs (as root) to install Node.js 6.x and npm

                          linuxium@LINUXIUMONE:/opt/iobroker$ sudo apt-get install -y nodejs

                          Reading package lists... Done

                          Building dependency tree

                          Reading state information... Done

                          nodejs is already the newest version.

                          The following packages were automatically installed and are no longer required:

                          libc-ares-dev node-node-uuid libev4 libv8-dev libv8-3.7.12.22 libc-ares2

                          libev-dev libkms1

                          Use 'apt-get autoremove' to remove them.

                          0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.

                          linuxium@LINUXIUMONE:/opt/iobroker$ node -v

                          v0.10.41

                          linuxium@LINUXIUMONE:/opt/iobroker$ sudo apt-get install -y build-essential

                          Reading package lists... Done

                          Building dependency tree

                          Reading state information... Done

                          build-essential is already the newest version.

                          The following packages were automatically installed and are no longer required:

                          libc-ares-dev node-node-uuid libev4 libv8-dev libv8-3.7.12.22 libc-ares2

                          libev-dev libkms1

                          Use 'apt-get autoremove' to remove them.

                          0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.

                          wenn ich jezt >

                          ^Clinuxium@LINUXIUMONE:/opt/iobroker$ sudo npm install iobroker

                          blinkt der courser nur noch und ich musss mit strg c beenden , denn es passiert nichts

                          1 Reply Last reply
                          0
                          • Raidy007R Offline
                            Raidy007R Offline
                            Raidy007
                            wrote on last edited by
                            #16

                            Hat schon jemand den X7 erfolgreich mit ioBroker zum laufen bekommen?

                            Oder hat es sonst noch jemand testen können? Habe auch noch ein X7 zum testen da!

                            Ansonsten überlege ich mal den Rock64 zu testen…

                            Jens

                            Viele Grüße
                            Raidy

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            625

                            Online

                            32.4k

                            Users

                            81.5k

                            Topics

                            1.3m

                            Posts
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                            ioBroker Community 2014-2025
                            logo
                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Home
                            • Recent
                            • Tags
                            • Unread 0
                            • Categories
                            • Unreplied
                            • Popular
                            • GitHub
                            • Docu
                            • Hilfe