I have been trying to make the WAN connection to DSL work without success. And I found similar threads here and here and here and here. All of them end up with missing network interface. To me it looks like even the default setup which is referring to dsl0 is incomplete. I'd assume the firmware is needed even if it is ADSL only.
On the other hand I could configure eht0.7 as WAN device, however, I'm not able to assing VLAN Id 40 (which is required by my provider M-net) to that device. As a result I get this System Log messages:
Sun Apr 17 01:20:53 2022 daemon.warn pppd[2937]: Timeout waiting for PADO packets
Sun Apr 17 01:20:53 2022 daemon.err pppd[2937]: Unable to complete PPPoE Discovery
Does anybody here has a fully working setup (as all-in-one DSL router incl. modem)?
And you of have reset the configuration while installation or later? Because otherwise it wont have changed anything at the configuration.
In general its always a good idea to use the latest DSL-firmware file. In Germany you have ADSL lines with ANNEX-B. In this case you have to use vr9-B-dsl.bin for example from here Howto: Updating the Lantiq XRX200 devices with latest DSL vectoring firmware - #39 by godraselti or if you dont trust this file, then download the latest 7490 firmware image on your own and extract it from there.
Most people put this firmware file into /lib/firmware of the router because there is also the old redistributable DSL-firmware file. Dont forget to configure set in the DSL-tab to use this DSL-firmware file instead of the default OpenWrt one.
Also dont forget that sometimes it could take up to 10 minutes for a sync in some cases. So be patient as long as it tries to sync.
Well, not really, Deutsche Telkom as biggest operator of access lines uses AnnexJ... not sure whether the linecards still sync with devices set for AnnexB, but I assume they should.
When you run ubus call dsl metrics | grep state\" on the command line what does it return? Or if look at the GUI in the overview tab (Status-> Overview look inside the DSL section) what does 'Line State:' report?
% /** Line State: EXCEPTION.
% Entered upon an initialization or showtime failure or whenever a regular
% state transition cannot be followed.
% Corresponds to the following device specific state
% - Modem Status: FAIL_STATE */
linestate_strings.DSL_LINESTATE_EXCEPTION = '0x00000001';
# default is 4, 1 and 2 are a firehose, 3 spits out something at retrains
echo "LOG 3" > /proc/driver/mei_cpe/config
echo "TRACE 3" > /proc/driver/mei_cpe/config
or maybe even 2 or 1, and then try to connect again does anything useful show up?