[FS#114] lantiq / TD-W8970: package kmod-ltq-atm-vr9 depends br2684ctl

LEDE Bugs lede-bugs at lists.infradead.org
Wed Aug 24 00:06:15 PDT 2016


The following task has a new comment added:

FS#114 - lantiq / TD-W8970: package kmod-ltq-atm-vr9 depends br2684ctl
User who did this - Thomas (z3non)

----------
I'm running it on an ADSL2+ line with Annex A in ATM mode:

The dsl devices shows this status:

# /etc/init.d/dsl_control status                                                                    :(
ATU-C Vendor ID:                          Broadcom 164.141
ATU-C System Vendor ID:                   00,00,30,30,30,30,00,00
Chipset:                                  Lantiq-VRX200 Unknown
Firmware Version:                         5.7.1.8.0.1
API Version:                              4.16.6.3
XTSE Capabilities:                        0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0
Annex:                                    A
Line Mode:                                G.992.5 (ADSL2+)
Profile:
Line State:                               UP [0x801: showtime_tc_sync]
Forward Error Correction Seconds (FECS):  Near: 27 / Far: 0
Errored seconds (ES):                     Near: 0 / Far: 0
Severely Errored Seconds (SES):           Near: 0 / Far: 6
Loss of Signal Seconds (LOSS):            Near: 0 / Far: 0
Unavailable Seconds (UAS):                Near: 47 / Far: 47
Header Error Code Errors (HEC):           Near: 0 / Far: 22401
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:               Down: Fast (0.0 ms) / Up: Fast (0.25 ms)
Data Rate:                                Down: 8.736 Mb/s / Up: 765 Kb/s
Line Attenuation (LATN):                  Down: 25.7dB / Up: 12.6dB
Signal Attenuation (SATN):                Down: 24.0dB / Up: 12.4dB
Noise Margin (SNR):                       Down: 21.5dB / Up: 13.4dB
Aggregate Transmit Power (ACTATP):        Down: 17.8dB / Up: 12.0dB
Max. Attainable Data Rate (ATTNDR):       Down: 8.930 Mb/s / Up: 977 Kb/s
Line Uptime Seconds:                      34189
Line Uptime:                              9h 29m 49s



# ifconfig pppoa-wan
pppoa-wan Link encap:Point-to-Point Protocol
          inet addr:xx.x.x.x  P-t-P:y.yy.y.yyy  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:517019 errors:0 dropped:0 overruns:0 frame:0
          TX packets:304105 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:746223261 (711.6 MiB)  TX bytes:19947796 (19.0 MiB)


The protocol used is PPPoA. No ATM-Bridge needed. (for reference: This is the working setup I found for Telekom Austria (aka A1, formerly knwon as AON) ADSL lines.)

Here are the relevant parts of my /etc/config/network file

config dsl 'dsl'
        option xfer_mode 'atm'
        option line_mode 'adsl'
        option firmware '/lib/firmware/lantiq-vrx200-a.bin'
        option annex 'a'

config interface 'wan'
        option ifname 'atm0'
        option proto 'pppoa'
        option vci '48'
        option vpi '8'
        option username 'xxxxxx'
        option password 'yyyyyy'
        option delegate '0'
        option ipv6 '0'
        option encaps 'vc'

----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=114#comment290



More information about the lede-bugs mailing list