The chipset speaks both, it's just the original TP-Link firmware that limits it to ADSL2+. I have both a W8970 and a W9980 (same chipset) on VDSL lines. If you look at the logfile above, the VDSL line is successfully connected (and quite nicely, I might add, 105 MBit is nothing to scoff at). So the problem must be on the authentication side, most probably the VLAN ID setting.
@vahithosan: I don't speak Turkish, but a cursory Google search seems to confirm that a the VDSL line needs to be on the correct VLAN ID, and you must set it in the ifname section. For example, VLAN ID 35 would be configured as:
I couldn't tell you which VLAN ID is the correct one, you'll have to check yourself, either with other forums, customer support or manuals, or with your old router. Some forums seem to indeed indicate VLAN ID 35, but this page seems to say VLAN ID 15.
[quote="vahithosan, post:1, topic:4149, full:true"]
Hi. I installed LEDE on W8970 (17.01.1).[/quote]
Hi, I would like to try it too, but when following instructions at guide-quick-start/standardflashinginstructions
they say
The Device Techdata page will have two links: Firmware LEDE Install URL and Firmware LEDE Upgrade URL. The first is for a “factory installation”, the second for a “sysupgrade installation”.
Thank you. If I understand correctly you installed 15.05 release of openwrt-lantiq-xrx200-TDW8970-sysupgrade.image first using linked instructions and updated to LEDE afterwards using web interface of OPEN WRT?
OK, I already had serial access. Telnet did not work for me.So I installed OPEN WRT first and upgraded using sysupgrade image to LEDE. I see this firmware version now in web interface:
LEDE Reboot 17.01.1 r3316-7eb58cf109 / LuCI lede-17.01 branch (git-17.100.70571-29fabe2)
Today after reading about LEDE/Luci I decided to configure the router and use it insted of my old ADSL router. I can not get ADSL working, DSL status is DOWN.
Status: DOWN
Line State: not initialized [0x0]
Line Mode:
Annex:
Profile:
Data Rate: 0 b/s / 0 b/s
Max. Attainable Data Rate (ATTNDR): 0 b/s / 0 b/s
Did you need to install DSL support after installing LEDE?
Very strange I just reverted to TP-Link firmware and ADSL works. With LEDE there was no ADSL. And I planned to use this router for coming VDSL next month. Can someone please help with LEDE/xDSL?
This is a shot in the dark as I don't have first-hand experience with ADSL lines, only VDSL lines on this router. But AFAIK the annex setting is relevant for ADSL (not for VDSL). Did you select the correct annex in network's dsl config? I.e.,
Hi i have a VDSL line too, but i know for the ADSL are the "config atm-bridge 'atm'" are relevant too.
You need the right VPI and VCI values and you must specefied the exact right DSL specification like: Annex B G992.1
VDSL should be work automatic.
The xfer_mode is on ADSL normally (i think soo) atm.
be shure that the Firmware a installed:
opkg list-installed | grep dsl-vrx200 should get:
dsl-vrx200-firmware-xdsl-a and dsl-vrx200-firmware-xdsl-b-patch
or
dsl-vrx200-firmware-xdsl-b and dsl-vrx200-firmware-xdsl-a-patch
How the loading (and patching) process work can be see in this script:
/etc/init.d/dsl_control
you can specified the firmware what should be used via:
option firmware 'path-to-your-firmware'
note that the restrubale firmware does not support vectoring if you need vectoring you can extract any other firmware from a vr9 device like FritzBox 7360 and use them.
see here: https://xdarklight.github.io/lantiq-xdsl-firmware-info/
Thanks. I tried some more options but no luck so far. Just to be sure .. I have W8970B, not plain W8970 as most of you probably, version V1. I hope that hw flavour is also supported with the same firmware.
BTW I have
dsl-vrx200-firmware-xdsl-b and dsl-vrx200-firmware-xdsl-a-patch
installed
I talked to the guy at the provider. He says 15s (as seen from the log) is not enough, login usually takes longer for most customers for whatever reason. So it seems like I have to increase timeout on 40s or so. But where can I do this change? Forum search did not bring me much.