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. Raspberry Pi4 kein eth0 mehr

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    3.8k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

Raspberry Pi4 kein eth0 mehr

Scheduled Pinned Locked Moved Hardware
pi4eth0lan
17 Posts 3 Posters 3.1k Views 3 Watching
  • 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.
  • S stoffel67

    Hallo zusammen,
    ich habe seit dem WE das Problem ( aus heiterem Himmel), es gibt kein eth0 mehr wenn ich "ifconfig" eingebe.
    ich habe jetzt einen Eintrag enxb827eb304c11:...
    den habe ich mit ifconfig auf meine IP-Adresse des PI gesetzt, somit komme ich per WEB wieder auf den ioBroker,
    "pushover" geht nicht, da wird bei einem PING nur eine IPV6 adresse angezeigt...
    wie bekomme ich wieder "eth0" und die IP adresse automatisch von der Fritzbox?

    UncleSamU Offline
    UncleSamU Offline
    UncleSam
    Developer
    wrote on last edited by
    #8

    @stoffel67 sagte in Raspberry Pi4 kein eth0 mehr:

    da wird bei einem PING nur eine IPV6 adresse angezeigt

    Hast du etwas an deinem Router geändert? IPv6 eingeschaltet oder so?

    Bitte bei Problemen mit meinen Adaptern, Issue auf GitHub erfassen: Loxone | I2C | Luxtronik2
    ♡-lichen Dank an meine Sponsoren

    S 1 Reply Last reply
    0
    • UncleSamU UncleSam

      @stoffel67 sagte in Raspberry Pi4 kein eth0 mehr:

      da wird bei einem PING nur eine IPV6 adresse angezeigt

      Hast du etwas an deinem Router geändert? IPv6 eingeschaltet oder so?

      S Offline
      S Offline
      stoffel67
      wrote on last edited by
      #9

      @UncleSam Nein, hab nix geändert,

      pi@raspip:/etc/network $ ifup enxb827eb304c11
      ifup: unknown interface enxb827eb304c11
      pi@raspip:/etc/network $ ifconfig enxb827eb304c11 dhcp start
      dhcp: Unbekannter Rechner
      ifconfig: `--help' gives usage information.
      pi@raspip:/etc/network $
      
      

      Mein Adapter: JUNG/GIRA eNet-Adapter

      UncleSamU 1 Reply Last reply
      0
      • S stoffel67

        @UncleSam Nein, hab nix geändert,

        pi@raspip:/etc/network $ ifup enxb827eb304c11
        ifup: unknown interface enxb827eb304c11
        pi@raspip:/etc/network $ ifconfig enxb827eb304c11 dhcp start
        dhcp: Unbekannter Rechner
        ifconfig: `--help' gives usage information.
        pi@raspip:/etc/network $
        
        
        UncleSamU Offline
        UncleSamU Offline
        UncleSam
        Developer
        wrote on last edited by
        #10

        @stoffel67 und mit sudo?

        Bitte bei Problemen mit meinen Adaptern, Issue auf GitHub erfassen: Loxone | I2C | Luxtronik2
        ♡-lichen Dank an meine Sponsoren

        S 1 Reply Last reply
        0
        • UncleSamU UncleSam

          @stoffel67 und mit sudo?

          S Offline
          S Offline
          stoffel67
          wrote on last edited by
          #11

          @UncleSam
          geliches... da scheint am ifocnfig was nicht zu stimmen...

          pi@raspip:/etc/network $ sudo ifup enxb827eb304c11
          ifup: unknown interface enxb827eb304c11
          pi@raspip:/etc/network $ sudo ifconfig enxb827eb304c11 dhcp start
          dhcp: Unbekannter Rechner
          ifconfig: `--help' gives usage information.
          
          

          Mein Adapter: JUNG/GIRA eNet-Adapter

          Thomas BraunT 2 Replies Last reply
          0
          • S stoffel67

            @UncleSam
            geliches... da scheint am ifocnfig was nicht zu stimmen...

            pi@raspip:/etc/network $ sudo ifup enxb827eb304c11
            ifup: unknown interface enxb827eb304c11
            pi@raspip:/etc/network $ sudo ifconfig enxb827eb304c11 dhcp start
            dhcp: Unbekannter Rechner
            ifconfig: `--help' gives usage information.
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by Thomas Braun
            #12

            @stoffel67

            sudo service dhcpcd status
            route -n
            

            liefert?

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            S 1 Reply Last reply
            0
            • S stoffel67

              @UncleSam
              geliches... da scheint am ifocnfig was nicht zu stimmen...

              pi@raspip:/etc/network $ sudo ifup enxb827eb304c11
              ifup: unknown interface enxb827eb304c11
              pi@raspip:/etc/network $ sudo ifconfig enxb827eb304c11 dhcp start
              dhcp: Unbekannter Rechner
              ifconfig: `--help' gives usage information.
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #13

              @stoffel67
              Und was steht in

              cat /etc/network/interface
              

              drin?

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              S 1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @stoffel67

                sudo service dhcpcd status
                route -n
                

                liefert?

                S Offline
                S Offline
                stoffel67
                wrote on last edited by
                #14

                @Thomas-Braun

                pi@raspip:/etc/network $ route -n
                Kernel-IP-Routentabelle
                Ziel            Router          Genmask         Flags Metric Ref    Use Iface
                0.0.0.0         0.0.0.0         0.0.0.0         U     202    0        0 enxb827eb304c11
                169.254.0.0     0.0.0.0         255.255.0.0     U     202    0        0 enxb827eb304c11
                pi@raspip:/etc/network $
                
                

                Mein Adapter: JUNG/GIRA eNet-Adapter

                1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @stoffel67
                  Und was steht in

                  cat /etc/network/interface
                  

                  drin?

                  S Offline
                  S Offline
                  stoffel67
                  wrote on last edited by
                  #15

                  @Thomas-Braun

                  pi@raspip:/etc/network $ cat /etc/network/interface
                  cat: /etc/network/interface: Datei oder Verzeichnis nicht gefunden
                  
                  

                  Mein Adapter: JUNG/GIRA eNet-Adapter

                  Thomas BraunT 1 Reply Last reply
                  0
                  • S stoffel67

                    @Thomas-Braun

                    pi@raspip:/etc/network $ cat /etc/network/interface
                    cat: /etc/network/interface: Datei oder Verzeichnis nicht gefunden
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by Thomas Braun
                    #16

                    @stoffel67
                    Am besten liest du dich hier ein:

                    http://www.netzmafia.de/skripten/hardware/RasPi/RasPi_Network.html

                    Insbesondere der Absatz
                    Oh Schreck! eth0 ist weg!
                    dürfte interessant sein.

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    S 1 Reply Last reply
                    1
                    • Thomas BraunT Thomas Braun

                      @stoffel67
                      Am besten liest du dich hier ein:

                      http://www.netzmafia.de/skripten/hardware/RasPi/RasPi_Network.html

                      Insbesondere der Absatz
                      Oh Schreck! eth0 ist weg!
                      dürfte interessant sein.

                      S Offline
                      S Offline
                      stoffel67
                      wrote on last edited by
                      #17

                      @Thomas-Braun
                      OK, hab's gelesen... und "net.ifnames=0" in cmdlines.txt eingetragen,
                      danach reboot... und siehe da eth0 ist wieder da... und ioBroker schient auch wieder fehlerfrei zu laufen( puhover geht)
                      werde es jetzt mal beobachten...

                      Mein Adapter: JUNG/GIRA eNet-Adapter

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


                      Support us

                      ioBroker
                      Community Adapters
                      Donate

                      291

                      Online

                      32.7k

                      Users

                      82.4k

                      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