Getting mad: Config OK but HTML rejected
-
Hi everyone,
I'm no newbie to 3D printing. I'm an early repraper with a reasonable background and usually I manage to install firmwares with no issue (Repetier, Marlin, GRBL...)
The board is a DUET2 maestro with PanelDue which seems working fine on the screen side.
I'm under Linux/Ubuntu Studio.I have the same desapointing issue since the start with this board I try to run for months !
I followed the installing instructions many times from the Dozuki.
I get the board connected thru USB with proper port with CuteCom.
M115 returns a 2.02 version which is the version provided when the board was purchased.FIRMWARE_NAME: RepRapFirmware for Duet 2 Maestro FIRMWARE_VERSION: 2.02RC2(RTOS) ELECTRONICS: Duet Maestro 1.0 FIRMWARE_DATE: 2018-09-07b2␊
M552 reports an enable network, a proper IP and I set to my Internet router to a corresponding DHCP fixed IP
Network is enabled, configured IP address: 192.168.0.46, actual IP address: 192.168.0.46
And https://duettest.Local does not work either.
I made a new installation on SDcard with the last stable 3.4.1 version.
But, as I cannot access to the web interface, I cannot upgrade :Your Duet rejected the HTTP request: page not found
I repeated the install process patiently several times, and everything seems looking fine. And I'm still stuck at the same step...
Any help would be greatly appreciated.
-
@axelsixtysix the DWC v3.4.1 files on the SD card are incompatible with RepRapFirmware 2.02 on the Duet. Either:
- update the firmware on the Maestro to 3.4.1. Easiest to erase the firmware and update it via USB, see https://docs.duet3d.com/User_manual/RepRapFirmware/Updating_firmware using 'DuetMaestroFirmware.bin' from https://github.com/Duet3D/RepRapFirmware/releases/tag/3.4.1 or
- delete the www folder on the SD card, create a new empty www folder, download and unzip
DuetWebControl-1.22.6.zip
from https://github.com/Duet3D/RepRapFirmware/releases/tag/2.02 and copy the files to the www folder on the SD card.
Ian
-
One other thing that might cause frustration - During one of the steps between 2.02 and the current fw, a bug in MAC address generation was fixed. The impact was that your board will not have the same MAC address with the rev 3 fw, so it's likely it will not have the same IP address.