xdslcmd has no option for snr or interleav control

Associate
Joined
28 Jun 2018
Posts
1
after 2 days trying to figure how to get access to the router's shell I've managed and got into the shell after all I was in shock afteri issued this command: xdslcmd --help and got this

Code:
$ xdslcmd --help
Usage: xdslcmd start [--up] [--mod <a|d|l|t|2|p|e|m|v>]
           [--trellis <on|off>] [--bitswap <on|off>] [--sesdrop <on|off>]
           [--sra <on|off>] [--phyReXmt <0|1>] [--i24k <on|off>]
           [--profile <0x01 - 0xFF>|<"8a |8b |8c |8d |12a |12b |17a |30a">]
           [--SOS <on|off>]
       xdslcmd stop
       xdslcmd connection [--up] [--down] [--loopback]
           [--diagmode] [--normal] [--L0]
       xdslcmd configure [--mod <a|d|l|t|2|p|e|m|v>]
           [--trellis <on|off>] [--bitswap <on|off>] [--sesdrop <on|off>]
           [--sra <on|off>] [--phyReXmt <0|1>] [--i24k <on|off>]
           [--profile <0x01 - 0xFF>|<"8a |8b |8c |8d |12a |12b |17a |30a">]
           [--SOS <on|off>]
       xdslcmd info [--state] [--show] [--stats] [--SNR] [--QLN] [--Hlog] [--Hlin] [--Bits]
           [--linediag] [--linediag1] [--pbParams][--vdsllinediag] [--adsllinediag] [--total] [--testparam]
           [--vendor]
       xdslcmd profile [--show]
       xdslcmd --version
       xdslcmd --help
$

The router is a new one, called Huawei HG630 V2 Ver.B, it supports all kinds of VDSL profiles from 8a to 30a it seems decent cause at factory settings I get 100Mbps compared to the ZTE ZXHN H168N V3.1 which syncs at 80Mbps.

Is there something I can do you upload the proper driver to the router, I know it might end up being bricked but no worries I have the stock firmware which came with it and the SPI programmer

This router supposed to be a Broadcom chip but it reads:

Code:
$ cat /proc/cpuinfo
Processor    : ARMv7 Processor rev 1 (v7l)
processor    : 0
BogoMIPS    : 1497.49

processor    : 1
BogoMIPS    : 1497.49

Features    : swp half thumb fastmult edsp
CPU implementer    : 0x41
CPU architecture: 7
CPU variant    : 0x4
CPU part    : 0xc09
CPU revision    : 1

Hardware    : sd56xx
Revision    : 0000
Serial        : 0000000000000000
$
Is this normal?
 
Back
Top Bottom