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

    Webserver won't start

    Scheduled Pinned Locked Moved Solved
    Duet Web Control
    4
    76
    2.9k
    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.
    • Dougal1957undefined
      Dougal1957 @droftarts
      last edited by

      @droftarts I think his M552 line is wrong for an Ethernet version should it not have P0.0.0.0 to tell it to pick up an address via DHCP also not sure if you really need the S1 to enable it as well

      A Former User? 1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User @Haffwalker
        last edited by

        @Haffwalker said in Webserver won't start:

        Is it possible, that when I erased the board, that any kind of firmware which is supposed to run on the ethernet module got deleted as well? Maybe I have to flash firmware on that thing too?

        The firmware relating to the network is part of the Duet's RepRap firmware which you have at v3.0, so no. As far as replacing the Ethernet module its a possibility, but I'd be surprised to see it make a difference.

        To get to the bottom of whats going on we'd need something like a wireshark log of the traffic, which is a bit difficult to do without a bridge or managed switch with a mirror feature as far as I can tell.

        I suppose you can as a last effort set up a static IP address on your computer using the same ethernet cable (and no wifi), then set up the Duet 2 Ethernet with the same address and see if it works to rule out issues with DHCP (but its such a simple, tried and true protocol that incompatibilities are rare)

        1 Reply Last reply Reply Quote 0
        • A Former User?
          A Former User @Dougal1957
          last edited by

          @Dougal1957 said in Webserver won't start:

          @droftarts I think his M552 line is wrong for an Ethernet version should it not have P0.0.0.0 to tell it to pick up an address via DHCP also not sure if you really need the S1 to enable it as well

          He's supposedly tried the Duet without the SD card and thus no config, using only M552 S1

          1 Reply Last reply Reply Quote 0
          • droftartsundefined
            droftarts administrators @Haffwalker
            last edited by

            @Haffwalker said in Webserver won't start:

            Hi, yes I already took the WR802N out of the equation - the Duet is currently directly plugged into my router.

            Okay! Sorry, just catching up...

            @Dougal1957 said in Webserver won't start:

            @droftarts I think his M552 line is wrong for an Ethernet version should it not have P0.0.0.0 to tell it to pick up an address via DHCP also not sure if you really need the S1 to enable it as well

            Quite right. M552 should be M552 P0.0.0.0 S1 for DHCP, or for a fixed IP address, set the address using the P parameter.

            Ian

            Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

            Dougal1957undefined 1 Reply Last reply Reply Quote 0
            • Dougal1957undefined
              Dougal1957 @droftarts
              last edited by

              @droftarts I think his config is the one from his WiFi first post says he swapped them over it's one of those little things that catch us all out from time to time!

              1 Reply Last reply Reply Quote 0
              • A Former User?
                A Former User
                last edited by A Former User

                @Dougal1957 said in Webserver won't start:

                @droftarts I think his config is the one from his WiFi first post says he swapped them over it's one of those little things that catch us all out from time to time!

                @droftarts said in Webserver won't start:

                Quite right. M552 should be M552 P0.0.0.0 S1 for DHCP, or for a fixed IP address, set the address using the P parameter.

                see my post https://forum.duet3d.com/post/142097 Duet2Ethernet, no SD card, only send M552 S1 gets IP from DHCP server no problem. M552 P0.0.0.0 S1 will also work, but isn't needed unless to override a stored/configured static IP for a Wifi network afaik.

                1 Reply Last reply Reply Quote 0
                • Haffwalkerundefined
                  Haffwalker
                  last edited by Haffwalker

                  Well about the M552 P0.0.0.0 S1...I already tried that but it didnt make any difference...even if I specify an IP address eg. 192.168.0.14, it won´t work...I double and triple checked with my router and that IP isn`t occupied by any other device.

                  60b5a2a1-9371-453e-bcd2-6c0917121fda-image.png
                  d80e1112-4b90-46e6-a8fc-3cf69ff256a3-image.png

                  Dougal1957undefined 1 Reply Last reply Reply Quote 0
                  • Dougal1957undefined
                    Dougal1957 @Haffwalker
                    last edited by

                    @Haffwalker what's in your Config-overide.g?

                    Haffwalkerundefined 1 Reply Last reply Reply Quote 0
                    • Haffwalkerundefined
                      Haffwalker @Dougal1957
                      last edited by

                      @Dougal1957 SD card isn't plugged in right now.

                      droftartsundefined 1 Reply Last reply Reply Quote 0
                      • A Former User?
                        A Former User
                        last edited by

                        With the risk of repeating myself, its not a config issue if it doesn't work with the SD card removed.

                        Dougal1957undefined 1 Reply Last reply Reply Quote 0
                        • Dougal1957undefined
                          Dougal1957 @A Former User
                          last edited by

                          @bearer I think you'll find that the duet won't come up at all without an SD Card inserted but I am prepared to be proved wrong

                          A Former User? 1 Reply Last reply Reply Quote 0
                          • A Former User?
                            A Former User @Dougal1957
                            last edited by A Former User

                            @Dougal1957 said in Webserver won't start:

                            @bearer I think you'll find that the duet won't come up at all without an SD Card inserted but I am prepared to be proved wrong

                            @bearer said in Webserver won't start:

                            @Dougal1957 said in Webserver won't start:

                            @droftarts I think his config is the one from his WiFi first post says he swapped them over it's one of those little things that catch us all out from time to time!

                            see my post https://forum.duet3d.com/post/142097 Duet2Ethernet, no SD card, only send M552 S1 gets IP from DHCP server no problem. M552 P0.0.0.0 S1 will also work, but isn't needed unless to override a stored static IP for a Wifi network afaik.

                            there you go; proven wrong. (i.e. the whole session from the serial terminal is shown, M552 is send over serial to rule out other config issues)

                            Dougal1957undefined 1 Reply Last reply Reply Quote 0
                            • droftartsundefined
                              droftarts administrators @Haffwalker
                              last edited by

                              @Haffwalker At some point you changed from 3.01-RC5, which got an IP address, to 3.0, which doesn't. At what point did you also disconnect the TL-WR802N?

                              Just for completeness, can you downgrade to 2.05.1, and try connecting again, without SD card?

                              Ian

                              Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                              Haffwalkerundefined 2 Replies Last reply Reply Quote 0
                              • Dougal1957undefined
                                Dougal1957 @A Former User
                                last edited by

                                @bearer I Stand corrected I know that wouldn't work several years back.

                                1 Reply Last reply Reply Quote 0
                                • Haffwalkerundefined
                                  Haffwalker @droftarts
                                  last edited by

                                  @droftarts I will downgrade to 2.05.1 now, will let you know how if it works.

                                  1 Reply Last reply Reply Quote 0
                                  • Haffwalkerundefined
                                    Haffwalker
                                    last edited by

                                    Didn´t help...
                                    b8a92198-bcde-459b-9c78-bbe6b63f8265-image.png

                                    1 Reply Last reply Reply Quote 0
                                    • Haffwalkerundefined
                                      Haffwalker @droftarts
                                      last edited by

                                      @droftarts During my initial setup everything seemed to work nicely - duet got an IP and dwc was working. Then I unplugged everything - put it into the printer/attached cables and when I powered it up, it didnt work anymore. After that I got rid of the WR802N and connected it directly with my router and also I did downgrade from 3.01RC5 to RRF3.0 and now 2.05.

                                      1 Reply Last reply Reply Quote 0
                                      • A Former User?
                                        A Former User
                                        last edited by

                                        I'm a little curious why mine said "No SD card detected" at boot but yours didn't.

                                        Can you also run M503 and M20 before anything else when starting up just for good measure?

                                        Haffwalkerundefined 1 Reply Last reply Reply Quote 0
                                        • Haffwalkerundefined
                                          Haffwalker @A Former User
                                          last edited by

                                          @bearer Sure.

                                          Downgrading to 2.04 didnt help neither
                                          9e171aa0-a294-4dcc-8105-4c509dda105d-image.png

                                          droftartsundefined 1 Reply Last reply Reply Quote 0
                                          • Haffwalkerundefined
                                            Haffwalker
                                            last edited by

                                            Now with M503 and M20:

                                            b022721a-4d7c-4e32-93f7-913a3707b65b-image.png

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