Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Getting Duet Ethernet not Connected.

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    7
    1.5k
    Loading More Posts
    • 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.
    • Kilsdonkundefined
      Kilsdonk
      last edited by

      Use the RepRapFirmware configurator.
      ; Network
      M550 PHenk ; Set machine name
      M552 S1 ; Enable network
      ;*** Access point is configured manually via M587
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      Follow the steps on the “Getting Connected to your Duet” Terminal on the mac.
      /dev/tty.*
      /dev/tty.Bluetooth-Incoming-Port /dev/tty.usbmodem1421
      screen /dev/tty.usbmodem1421 115200

      I get blank screen.
      M552
      Network is enabled, configured IP address: 0.0.0.0, actual IP address: 0.0.0.0
      ok
      M552 S1
      OK

      No IP address is showing.
      IP address: 0.0.0.0 is not working on the mac.
      Using DHCP with Manual address 0.0.0.0 gives warning Invalid IP Address.
      Automatic DHCP result: Ethernet has a self-assigned IP address and will not be able to connect to the Internet.

      Using the factory setup was 2 times working.

      What to do?

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        Evidently the Duet has not been assigned an IP address via DHCP. Have you connected the Duet Ethernet to your router, or directly to your PC?

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • Kilsdonkundefined
          Kilsdonk
          last edited by

          Duet Ethernet is connected directly to the mac.
          DHCP gives: IP address 169.254.12.65 and 255.255.0.0
          The warning I get is: Ethernet has a self-assigned IP address and will not be able to connect to the Internet.

          DHCP Manual IP 0.0.0.0 gives the message :The value entered is reserved for the default route and cannot be used as the IP address for this computer.

          1 Reply Last reply Reply Quote 0
          • dc42undefined
            dc42 administrators
            last edited by

            Your Mac almost certainly doesn't run a DHCP server by default, so you will need to use static IP addresses to connect a Duet and a Mac together directly. Same as with a Duet and a PC.

            Duet WiFi hardware designer and firmware engineer
            Please do not ask me for Duet support via PM or email, use the forum
            http://www.escher3d.com, https://miscsolutions.wordpress.com

            1 Reply Last reply Reply Quote 0
            • Kilsdonkundefined
              Kilsdonk
              last edited by

              I did.
              Network is enabled, configured IP address: 192.168.1.14, actual IP address: 192.168.1.14

              Static I use now 192.168.1.14
              Direct the warning :Another device on the network is using your computer’s IP address (192.168.1.14).
              What will be next step. Why so difficult.Getting Connected to your Duet is unclear.

              dc42undefined 1 Reply Last reply Reply Quote 0
              • dc42undefined
                dc42 administrators @Kilsdonk
                last edited by

                @kilsdonk said in Getting Duet Ethernet not Connected.:

                I did.
                Network is enabled, configured IP address: 192.168.1.14, actual IP address: 192.168.1.14

                Static I use now 192.168.1.14
                Direct the warning :Another device on the network is using your computer’s IP address (192.168.1.14).
                What will be next step. Why so difficult.Getting Connected to your Duet is unclear.

                If that's the static IP address you assigned to the Duet, what IP address did you assign to the Mac? They need to be different, e.g. 192.169.1.14 and 192.168.1.15.

                Duet WiFi hardware designer and firmware engineer
                Please do not ask me for Duet support via PM or email, use the forum
                http://www.escher3d.com, https://miscsolutions.wordpress.com

                1 Reply Last reply Reply Quote 0
                • Kilsdonkundefined
                  Kilsdonk
                  last edited by

                  Thanks for your quick reply. This was the problem. Duet is working now.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  Unless otherwise noted, all forum content is licensed under CC-BY-SA