Solved

VDSL 50Mbps / openwrt / langsam und ohne IP

6 years ago

Hi!

 

Irgendwie ist mir die Idee gekommen, meinem VDSL-Router (TP-Link Archer VR200v (hw:v1)) OpenWRT zu verpassen.

Das Problem ist jetzt „nur“, dass er sich mit 22Mbit/sec statt 50Mbit/sec verbindet, und dass er keine WAN IP bekommt, und dass ich keine aussagekräftigen Meldungen dazu finde.

 

Muss da n Doppelkreuz vor das da „0001@t-online.de“?

Der Archer selbst sagt nämlich von Haus aus nur Ziffern vor dem at(@).

 

Kennt hier jemand n aktuelles HowTo oder so?

 

Thx.

 

Bye.

 

OpenWRT Version:

openwrt-18.06.2-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin

 

OpenWRT sagt über die DSL-Leitung das da:

Line State: UP [0x0]
Line Mode: G.993.2 (VDSL2)
Line Uptime: 34s
Annex: B
Profile: 17a
Data Rate: 22.635 Mb/s / 1.464 Mb/s
Max. Attainable Data Rate (ATTNDR): 22.635 Mb/s / 1.464 Mb/s
Latency: 0.62 ms / 0.0 ms
Line Attenuation (LATN): 5.7 dB / 2.5 dB
Signal Attenuation (SATN): 5.7 dB / 2.5 dB
Noise Margin (SNR): 6.3 dB / 9.4 dB
Aggregate Transmit Power(ACTATP): 13.6 dB / 9.9 dB
Forward Error Correction Seconds (FECS): 0 / 0
Errored seconds (ES): 0 / 5
Severely Errored Seconds (SES): 0 / 0
Loss of Signal Seconds (LOSS): 0 / 0
Unavailable Seconds (UAS): 175 / 175
Header Error Code Errors (HEC): 0 / 0
Non Pre-emtive CRC errors (CRC_P): 0 / 0
Pre-emtive CRC errors (CRCP_P): 0 / 0
ATU-C System Vendor ID: Broadcom 177.239
Power Management Mode: L0 - Synchronized

2389

10

    • Accepted Solution

      accepted by

      6 years ago

      Hi!

       

      Mit ner anderen Firmware (version:5.8.1.5.0.7-5.8.0.9.0.1, sha1sum:29de7210958de4ba57464685f680dd66e6fb5b36, Größe:898856Bytes) geht es noch viel besser. Zu finden derzeit dort: https://xdarklight.github.io/lantiq-xdsl-firmware-info/ oder bei mir auf der Festplatte und im Backup.

       

      yay! Fröhlich

       

      Bye.

       

      technische Leitungs-Daten:

      root@cap:~# /etc/init.d/dsl_control status
      ATU-C Vendor ID:                          Broadcom 177.239
      ATU-C System Vendor ID:                   Broadcom
      Chipset:                                  Lantiq-VRX200
      Firmware Version:                         5.8.1.5.0.7
      API Version:                              4.17.18.6
      XTSE Capabilities:                        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2
      Annex:                                    B
      Line Mode:                                G.993.5 (VDSL2 with down- and upstream vectoring)
      Profile:                                  17a
      Line State:                               UP [0x801: showtime_tc_sync]
      Forward Error Correction Seconds (FECS):  Near: 0 / Far: 12
      Errored seconds (ES):                     Near: 0 / Far: 14
      Severely Errored Seconds (SES):           Near: 0 / Far: 0
      Loss of Signal Seconds (LOSS):            Near: 0 / Far: 0
      Unavailable Seconds (UAS):                Near: 102 / Far: 102
      Header Error Code Errors (HEC):           Near: 0 / Far: 0
      Non Pre-emtive CRC errors (CRC_P):        Near: 0 / Far: 0
      Pre-emtive CRC errors (CRCP_P):           Near: 0 / Far: 0
      Power Management Mode:                    L0 - Synchronized
      Latency [Interleave Delay]:               0.15 ms [Fast]   0.0 ms [Fast]
      Data Rate:                                Down: 51.392 Mb/s / Up: 10.047 Mb/s
      Line Attenuation (LATN):                  Down: 11.4 dB / Up: 11.1 dB
      Signal Attenuation (SATN):                Down: 11.4 dB / Up: 11.2 dB
      Noise Margin (SNR):                       Down: 27.2 dB / Up: 29.7 dB
      Aggregate Transmit Power (ACTATP):        Down: 0.9 dB / Up: 14.4 dB
      Max. Attainable Data Rate (ATTNDR):       Down: 129.665 Mb/s / Up: 38.695 Mb/s
      Line Uptime Seconds:                      247
      Line Uptime:                              4m 7s
      root@cap:~# 

      /etc/config/network:

      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 igmp_snooping '1'
              option ifname 'eth0.7'
              option proto 'static'
              option ipaddr '10.7.3.2'
              option netmask '255.255.255.0'
              option ip6assign '60'
      
      config globals 'globals'
      
      config atm-bridge 'atm'
              option vpi '1'
              option vci '32'
              option encaps 'llc'
              option payload 'bridged'
      
      config dsl 'dsl'
              option annex 'b'
              option tone 'bv'
              option xfer_mode 'ptm'
              option line_mode 'vdsl'
              option ds_snr_offset '0'
              option firmware '/lib/firmware/dsl_vr9_firmware_xdsl-05.08.01.05.00.07_05.08.00.09.00.01.bin'
      
      config interface 'wan'
              option ifname 'dsl0.7'
              option proto 'pppoe'
              option ipv6 'auto'
              option username '[AK][ZN]0001@t-online.de
              option password '[PK]
                                                                                                                                    
      config device 'wan_dev'                                                                                                       
              option name 'dsl0'                                                                                                    
              option macaddr '[MAC]'                                                                                    
                                                                                                                                    
      config interface 'wan6'                                                                                                       
              option ifname '@wan'                                                                                                  
              option proto 'dhcpv6'                                                                                                 
                                                                                                                                    
      config switch                                                                                                                 
              option name 'switch0'                                                                                                 
              option reset '1'                                                                                                      
              option enable_vlan '1'                                                                                                
                                                                                                                                    
      config switch_vlan                                                                                                            
              option device 'switch0'                                                                                               
              option vlan '7'                                                                                                       
              option ports '0 2 4 5 6t'

      1

      Answer

      from

      5 years ago

      Hallo, 
      ich bin auf die gleiche Idee gekommen.... wie ist das Kommando um die DSL-Stats unter OpenWRT fuer den vr200v abzurufen ?

      DSL-Firmware hab ich jetzt erstmal die vom 921er Speedport genommen
      /T.

      Unlogged in user

      Answer

      from

    This could help you too