JEFFreal wrote:...
Do you already have it working?
I've as isp telfort also. I'm on scapi 47026 but get max 10mbit download.
What build are you using? Can you share it with your vdsl.bin included. That would be sweet!
Thanks
I'm using LEDE Reboot 17.01.2 r3435-65eec8bd5f now, which seems to work well. I haven't had luck with scapi versions, they wouldn't run properly, but that probably had to do with me being not being patient during installation.
I haven't been able to get the DSL up to full speed though. Should be 30/3 Mbps as said before, but I'm getting up to 22/2 now. I'm using firmware extracted from here. I found a recent Speedlink firmware, and I'm getting up and down vectoring support with it. So it looks good, but still no maximum speed. Not sure if I'm allowed to post the firmware file itself here.
As I posted before, I may have to fiddle with the settings a bit, as I'm getting an Annex B connection, but I've set it to Annex A, which seems a bit strange. Guess I'll have to try a few settings to see if it something improves. But, maybe it's just that Telfort uses a different lantiq firmware .bin
Therefore, I was hoping someone had root access to the original latest Telfort firmware to extract the lantiq firmware and settings.

config globals 'globals'
option ula_prefix 'xxxx:xxxx:xxxx::/48'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 4 6t'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '5 6t'
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option _orig_ifname 'eth0.1 radio0.network1'
option _orig_bridge 'true'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
config interface 'wan'
option _orig_ifname 'wan'
option _orig_bridge 'false'
option proto 'dhcp'
option ifname 'eth0.2'
config interface 'vdsl'
option ifname 'ptm0.34'
option proto 'dhcp'
option service 'Telfort'
option mtu '1480'
option macaddr 'xx:xx:xx:xx:xx:xx'
config atm-bridge 'atm'
option vpi '0'
option vci '34'
option encaps 'llc'
option payload 'routed'
config dsl 'dsl'
option tone 'av'
option line_mode 'vdsl'
option xfer_mode 'ptm'
option firmware '/lib/firmware/xcpe_579B07_574C02.bin'
option annex 'a'
(Last edited by reynard80 on 11 Sep 2017, 08:03)