Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1] 2 3

Author Topic: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?  (Read 20742 times)

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog

Anticipating the answer "no!!!!" :

Is it possible to get a bit more information out of the D-Link DSL-2780 router modem, as supplied by TalkTalk?  Specifically, the bitloading graph.  Would be very interesting to see such a thing :)

It's currently running v2.02t (beta firmware), previously had v1.13.

I can telnet into it, and do a few things, but can't find anything akin to xdsl debug bitloadinginfo

Upon logging in via telnet, I am presented with this :

BusyBox v1.00 (2011.12.14-02:41+0000) Built-in shell (msh)
Enter 'help' for a list of built-in commands.

and help gives me this :

Built-in commands:
-------------------
        . : break cd continue eval exec exit export help login newgrp
        read readonly set shift times trap umask wait

Thanks

Ian
Logged

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #1 on: May 08, 2012, 12:52:14 PM »

For the curious, and/or those also owning a Dlink DSL-2780 :

Although not listed on the "help" list of possible commands, the box also supports some unix commands, eg ls and cat  I'm not very familiar with Unix, so can't say what other commands it might or might not support, as I don't know what they are!

Looking around the directory structure with ls, you can find some web pages that don't seem to appear when navigating through the web interface to the modem, either the basic info screens or the "caution : for advanced users only!" interface.

Ian

Logged

Blackeagle

  • Reg Member
  • ***
  • Posts: 257
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #2 on: May 08, 2012, 10:20:33 PM »

Routerstats lite apparently has a config file for the 2780 for basic SNR/sync monitoring.

Don't have a 2780 to test with but the command is probably more like adslctl --stats

Other D-link stuff I have got appears to be running a version of zynOS which is Zexcel.  OrbMT is able to produce a bitloading graph if that proves to be the case although the fact you log straight into a busybox shell would tend to indicate otherwise.
Logged
ASCII stupid question, get a stupid ANSI -- TalkTalk Broadband since 2006

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43614
  • Penguins CAN fly
    • DSLstats
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #3 on: May 08, 2012, 10:33:31 PM »

Quote
Don't have a 2780 to test with but the command is probably more like adslctl --stats

Only Netgear use the 'adslctl' form of the command. The standard Broadcom command would be

adsl info --stats

but I'm not sure that we know what chipset the router has, do we?

[Edit] Info from the TT forum suggests that it has a Trend chipset.
« Last Edit: May 08, 2012, 10:38:27 PM by roseway »
Logged
  Eric

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #4 on: May 09, 2012, 12:39:03 AM »


I suspect it's a "no!!!" :   >:(

DSL-2780 # adsl info --stats
adsl: not found

DSL-2780 # adslctl --stats
adslctl: not found


It seems a pretty good modem - synchs higher than a few others I've tried (admittedly older),  has lots of options for port mapping , and has been reliable so far.

Shame the telnet interface seems so limited - I've played around with the commands that "help" lists, but they seem limited in use.

Ian

Logged

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #5 on: May 09, 2012, 12:42:11 AM »

Routerstats lite apparently has a config file for the 2780 for basic SNR/sync monitoring.

Yes, and I've been running that with interest.  Worked fine.  But made me want to see the bitloading stats/graph that the full routerstats can show, and I can't get it to provide them on this modem, so suspect it hasn't the facility/it's been disabled.

Ian
Logged

burakkucat

  • Respected
  • Senior Kitizen
  • *
  • Posts: 38300
  • Over the Rainbow Bridge
    • The ELRepo Project
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #6 on: May 09, 2012, 02:16:59 AM »

You have the ls command, so let's make use of it.

Telnet into the device and execute ls -l. Take a look at the output. There will be one or more directories listed, as well as files. The directory (directories) of interest will be /bin, /sbin, /usr/bin or perhaps /usr/sbin. Notice the sub-string of commonality, bin? (The abbreviation for binary, the shorthand for executable binary file.)

You need to see what files are present within those bin directories. There may just be an interesting command, all ready and waiting for you to execute it . . . What may be interesting are those commands which have the sub-string dsl.

Congratulations. You are now taking your first steps in the art of "Hugging the Penguin."  :D
Logged
:cat:  100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

Please consider making a donation to support the running of this site.

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43614
  • Penguins CAN fly
    • DSLstats
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #7 on: May 09, 2012, 07:39:34 AM »

To add to what b*cat said above, a very useful command if you have it is 'cat', when used with the /proc directory. This directory is full of pseudo files which actually describe the state of processes and hardware in the machine. So, for example, the command cat  /proc/cpuinfo will give you details of the cpu in the machine. There may possibly be something in /proc which will give you the information you want.
Logged
  Eric

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #8 on: May 09, 2012, 10:57:25 AM »

You have the ls command, so let's make use of it.
[...]
Congratulations. You are now taking your first steps in the art of "Hugging the Penguin."  :D

When I started work *mumble* years ago, I had the choice of working on the Unix systems or the VAX/VMS systems.  I chose VMS, which led me down the path to Windows NT etc etc.  Never really left that comfort zone !

Thanks for the info, gonna try it out in a bit (also thanks to roseway for additional notes) :)

Ian


Logged

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #9 on: May 09, 2012, 11:14:34 AM »

OK...

(this may be a long post of copy n paste)

Nothing leaps out at me as being what I wanted (bitloading) but there's lots of interesting things!

Perhaps someone can spot something in this lot :

DSL-2780 # ls -l
drwxr-xr-x   15 0        0             323 www
drwxr-xr-x   11 0        0               0 var
drwxr-xr-x    4 0        0              29 usr
lrwxrwxrwx    1 0        0               8 tmp -> /var/tmp
drwxr-xr-x   10 0        0               0 sys
drwxr-xr-x    2 0        0             176 sbin
drwxr-xr-x    2 0        0               3 root
dr-xr-xr-x   53 0        0               0 proc
drwxr-xr-x    2 0        0               3 mnt
drwxr-xr-x    4 0        0             467 lib
drwxr-xr-x    4 0        0              29 htdocs
drwxr-xr-x    2 0        0               3 home
drwxr-xr-x   10 0        0             345 etc
drwxr-xr-x    5 0        0               0 dev
drwxr-xr-x    2 0        0             456 bin

DSL-2780 # ls -l sbin
lrwxrwxrwx    1 0        0               9 xgi -> /sbin/atp
-rwxr-xr-x    1 0        0           91804 udevd
-rwxr-xr-x    1 0        0           19036 syslogd
lrwxrwxrwx    1 0        0              14 route -> ../bin/busybox
lrwxrwxrwx    1 0        0              14 rmmod -> ../bin/busybox
-rwxr-xr-x    1 0        0          174420 ripd
lrwxrwxrwx    1 0        0              14 reboot -> ../bin/busybox
lrwxrwxrwx    1 0        0              14 modprobe -> ../bin/busybox
lrwxrwxrwx    1 0        0              14 lsmod -> ../bin/busybox
-rwxr-xr-x    1 0        0           14044 klogd
lrwxrwxrwx    1 0        0              14 insmod -> ../bin/busybox
lrwxrwxrwx    1 0        0              14 init -> ../bin/busybox
lrwxrwxrwx    1 0        0              14 ifconfig -> ../bin/busybox
-rwxr-xr-x    1 0        0          148392 httpd
lrwxrwxrwx    1 0        0              14 getty -> ../bin/busybox
-rwxr-xr-x    1 0        0           54948 atp

DSL-2780 # ls -l bin
lrwxrwxrwx    1 0        0               7 zcat -> busybox
lrwxrwxrwx    1 0        0               7 umount -> busybox
lrwxrwxrwx    1 0        0               7 true -> busybox
-rwxr-xr-x    1 0        0            2713 spy
lrwxrwxrwx    1 0        0               7 sleep -> busybox
lrwxrwxrwx    1 0        0               7 sh -> busybox
lrwxrwxrwx    1 0        0               7 sed -> busybox
lrwxrwxrwx    1 0        0               7 rmdir -> busybox
lrwxrwxrwx    1 0        0               7 rm -> busybox
-rwxr-xr-x    1 0        0              70 reboot
lrwxrwxrwx    1 0        0               7 pwd -> busybox
lrwxrwxrwx    1 0        0               7 ps -> busybox
lrwxrwxrwx    1 0        0               7 ping -> busybox
lrwxrwxrwx    1 0        0               7 mv -> busybox
lrwxrwxrwx    1 0        0               7 msh -> busybox
lrwxrwxrwx    1 0        0               7 mount -> busybox
lrwxrwxrwx    1 0        0               7 mknod -> busybox
lrwxrwxrwx    1 0        0               7 mkdir -> busybox
lrwxrwxrwx    1 0        0               7 ls -> busybox
lrwxrwxrwx    1 0        0               7 login -> busybox
-rwxr-xr-x    1 0        0           14508 logcmd
lrwxrwxrwx    1 0        0               7 ln -> busybox
lrwxrwxrwx    1 0        0               7 kill -> busybox
lrwxrwxrwx    1 0        0               7 gzip -> busybox
lrwxrwxrwx    1 0        0               7 gunzip -> busybox
lrwxrwxrwx    1 0        0               7 grep -> busybox
lrwxrwxrwx    1 0        0               7 false -> busybox
lrwxrwxrwx    1 0        0               7 echo -> busybox
lrwxrwxrwx    1 0        0               7 date -> busybox
lrwxrwxrwx    1 0        0               7 cp -> busybox
lrwxrwxrwx    1 0        0               7 chmod -> busybox
lrwxrwxrwx    1 0        0               7 cat -> busybox
-rwxrwxr-x    1 0        0          325168 busybox
-rwxr-xr-x    1 0        0           18460 alpha_wa_cmd
-rwxr-xr-x    1 0        0            5884 alpha_flash_cmd
-rwxr-xr-x    1 0        0           23040 alpha_dns_resolve
-rwxr-xr-x    1 0        0           72460 alphaWanAgent
-rwxr-xr-x    1 0        0           10412 alphaLogd
-rwxr-xr-x    1 0        0           68008 alphaInetd
-rwxr-xr-x    1 0        0           38116 alphaHousekeeper
-rwxr-xr-x    1 0        0           14748 alphaFlashAgent

DSL-2780 # cd proc
DSL-2780 # cat cpuinfo
system type             : Ralink SoC
processor               : 0
cpu model               : MIPS 24K V4.12
BogoMIPS                : 255.48
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes
ASEs implemented        : mips16 dsp
VCED exceptions         : not available
VCEI exceptions         : not available


DSL-2780 # cat version
Linux version 2.6.21 (jenny@BS6FC5) (gcc version 3.3.5) #1 Wed Dec 14 10:41:43 CST 2011

Thanks

Ian
Logged

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #10 on: May 09, 2012, 11:16:45 AM »

In case it's of any interest/use, this is a listing of the /proc directory :

DSL-2780 # ls -l
dr-xr-xr-x    4 0        0               0 8242
dr-xr-xr-x    4 0        0               0 7839
dr-xr-xr-x    4 0        0               0 7838
dr-xr-xr-x    4 0        0               0 2774
dr-xr-xr-x    4 0        0               0 2750
dr-xr-xr-x    4 0        0               0 2733
dr-xr-xr-x    4 0        0               0 2557
dr-xr-xr-x    4 0        0               0 2377
dr-xr-xr-x    4 0        0               0 2370
dr-xr-xr-x    4 0        0               0 2011
dr-xr-xr-x    4 0        0               0 1881
dr-xr-xr-x    4 0        0               0 1727
dr-xr-xr-x    4 0        0               0 1714
dr-xr-xr-x    4 0        0               0 1694
dr-xr-xr-x    4 0        0               0 1624
dr-xr-xr-x    4 0        0               0 1576
dr-xr-xr-x    4 0        0               0 1570
dr-xr-xr-x    4 0        0               0 1537
dr-xr-xr-x    4 0        0               0 1533
dr-xr-xr-x    4 0        0               0 1497
dr-xr-xr-x    4 0        0               0 1208
dr-xr-xr-x    4 0        0               0 1193
dr-xr-xr-x    4 0        0               0 1146
dr-xr-xr-x    4 0        0               0 772
dr-xr-xr-x    4 0        0               0 726
dr-xr-xr-x    4 0        0               0 720
dr-xr-xr-x    4 0        0               0 674
dr-xr-xr-x    4 0        0               0 637
dr-xr-xr-x    4 0        0               0 46
dr-xr-xr-x    4 0        0               0 45
dr-xr-xr-x    4 0        0               0 44
dr-xr-xr-x    4 0        0               0 43
dr-xr-xr-x    4 0        0               0 30
dr-xr-xr-x    4 0        0               0 5
dr-xr-xr-x    4 0        0               0 4
dr-xr-xr-x    4 0        0               0 3
dr-xr-xr-x    4 0        0               0 2
dr-xr-xr-x    4 0        0               0 1
lrwxrwxrwx    1 0        0              64 self -> 8242
-r--r--r--    1 0        0               0 loadavg
-r--r--r--    1 0        0               0 uptime
-r--r--r--    1 0        0               0 meminfo
-r--r--r--    1 0        0               0 version
-r--r--r--    1 0        0               0 filesystems
-r--r--r--    1 0        0               0 cmdline
-r--r--r--    1 0        0               0 locks
-r--r--r--    1 0        0               0 execdomains
lrwxrwxrwx    1 0        0              11 mounts -> self/mounts
-r--------    1 0        0               0 kmsg
-r--r--r--    1 0        0               0 devices
-r--r--r--    1 0        0               0 cpuinfo
-r--r--r--    1 0        0               0 partitions
-r--r--r--    1 0        0               0 stat
-r--r--r--    1 0        0               0 interrupts
-rw-r--r--    1 0        0               0 slabinfo
-r--r--r--    1 0        0               0 buddyinfo
-r--r--r--    1 0        0               0 vmstat
-r--r--r--    1 0        0               0 zoneinfo
-r--r--r--    1 0        0               0 diskstats
-r--r--r--    1 0        0               0 modules
-r--------    1 0        0        33558528 kcore
dr-xr-xr-x    5 0        0               0 net
dr-xr-xr-x    2 0        0               0 sysvipc
dr-xr-xr-x    3 0        0               0 fs
dr-xr-xr-x    2 0        0               0 driver
dr-xr-xr-x    4 0        0               0 tty
dr-xr-xr-x    4 0        0               0 bus
dr-xr-xr-x    1 0        0               0 sys
dr-xr-xr-x  130 0        0               0 irq
-r--r--r--    1 0        0               0 misc
dr-xr-xr-x    2 0        0               0 scsi
dr-xr-xr-x    2 0        0               0 pthrough
-rw-r--r--    1 0        0               0 alpha_atm_queue_qos
dr-xr-xr-x    2 0        0               0 wlan_portmap
-r--r--r--    1 0        0               0 ioports
-r--r--r--    1 0        0               0 iomem
-rw-r--r--    1 0        0               0 timer_list
-r--r--r--    1 0        0               0 kallsyms
-r--r--r--    1 0        0               0 swaps
-r--r--r--    1 0        0               0 crypto
-rw-r--r--    1 0        0               0 system_reset
dr-xr-xr-x    4 0        0               0 rt3052
-r--r--r--    1 0        0               0 mtd
-rw-r--r--    1 0        0               0 ip_qos_table
dr-xr-xr-x    2 0        0               0 rt2880


Ian
Logged

asbokid

  • Kitizen
  • ****
  • Posts: 1286
    • Hacking the 2Wire
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #11 on: May 09, 2012, 01:58:32 PM »

A few more, please!

Code: [Select]
ls -l /usr
ls -l /usr/bin
ls -l /usr/sbin

cheers, a
Logged

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #12 on: May 09, 2012, 08:09:26 PM »

Ooh, I didn't look in there! And there's loads!

DSL-2780 # ls -l /usr
drwxr-xr-x    2 0        0             997 sbin
drwxr-xr-x    2 0        0             170 bin

DSL-2780 # ls -l /usr/bin
lrwxrwxrwx    1 0        0              17 yes -> ../../bin/busybox
lrwxrwxrwx    1 0        0              17 wc -> ../../bin/busybox
lrwxrwxrwx    1 0        0              17 uptime -> ../../bin/busybox
-rwxr-xr-x    1 0        0           74844 udevstart
-rwxr-xr-x    1 0        0           74924 udevinfo
lrwxrwxrwx    1 0        0              17 tr -> ../../bin/busybox
lrwxrwxrwx    1 0        0              17 tftp -> ../../bin/busybox
lrwxrwxrwx    1 0        0              17 test -> ../../bin/busybox
lrwxrwxrwx    1 0        0              17 logger -> ../../bin/busybox
lrwxrwxrwx    1 0        0              17 killall -> ../../bin/busybox
lrwxrwxrwx    1 0        0              17 free -> ../../bin/busybox
lrwxrwxrwx    1 0        0              17 expr -> ../../bin/busybox
lrwxrwxrwx    1 0        0              17 dirname -> ../../bin/busybox
lrwxrwxrwx    1 0        0              17 cut -> ../../bin/busybox
lrwxrwxrwx    1 0        0              17 basename -> ../../bin/busybox
lrwxrwxrwx    1 0        0              17 [ -> ../../bin/busybox

DSL-2780 # ls -l /usr/sbin
lrwxrwxrwx    1 0        0               7 xmldbc -> ./xmldb
-rwxr-xr-x    1 0        0          145312 xmldb
-rwxr-xr-x    1 0        0          348684 wps
-rwxr-xr-x    1 0        0           49856 wlxmlpatch
lrwxrwxrwx    1 0        0              10 wfanotify -> ./upnpkits
lrwxrwxrwx    1 0        0              10 wfadev -> ./upnpkits
-rwxr-xr-x    1 0        0            5663 wan
lrwxrwxrwx    1 0        0               8 vconfig -> ./nsbbox
lrwxrwxrwx    1 0        0               7 usockc -> ./rgbin
-rwxr-xr-x    1 0        0           10124 usb_printer_hotplug
-rwxr-xr-x    1 0        0           40016 usb_modeswitch
-rwxr-xr-x    1 0        0          116520 upnpkits
lrwxrwxrwx    1 0        0              10 upnpdev -> ./upnpkits
lrwxrwxrwx    1 0        0              10 upnpcp -> ./upnpkits
-rwxr-xr-x    1 0        0           10220 umnt_dev
-rwxr-xr-x    1 0        0           77800 udhcpd
lrwxrwxrwx    1 0        0               8 udhcpc -> ./udhcpd
-rwxr-xr-x    1 0        0            9916 udevmonitor
-rwxr-xr-x    1 0        0            9932 trigger
-rw-r--r--    1 0        0           29452 tr069.xml
-rwxr-xr-x    1 0        0          471896 tr069
-rwxr-xr-x    1 0        0             573 time
-rwxr-xr-x    1 0        0          126500 tc
-rwxr-xr-x    1 0        0            1003 syslog
-rwxr-xr-x    1 0        0            1825 sys
-rwxr-xr-x    1 0        0             750 switch
lrwxrwxrwx    1 0        0               9 sw_reg_rw -> rt3052esw
-rwxr-xr-x    1 0        0            7699 submit
-rwxr-xr-x    1 0        0           18812 stunnel
-rwxr-xr-x    1 0        0             860 stats
lrwxrwxrwx    1 0        0               8 smtpclient -> ./nsbbox
lrwxrwxrwx    1 0        0               9 slinktype -> rt3052esw
-rwxr-xr-x    1 0        0             676 show_version
lrwxrwxrwx    1 0        0               7 scut -> ./rgbin
-rwxr-xr-x    1 0        0           14332 rt3052esw
lrwxrwxrwx    1 0        0               7 rgdb -> ./xmldb
lrwxrwxrwx    1 0        0               7 rgcfg -> ./rgbin
-rwxr-xr-x    1 0        0           54564 rgbin
-rwxr-xr-x    1 0        0            5628 reg
lrwxrwxrwx    1 0        0               7 rand_generator -> ./rgbin
lrwxrwxrwx    1 0        0               9 psts -> rt3052esw
-rwxr-xr-x    1 0        0          336604 pppd
-rwxr-xr-x    1 0        0           14380 portt
lrwxrwxrwx    1 0        0               7 pfile -> ./rgbin
lrwxrwxrwx    1 0        0               8 ntpclient -> ./nsbbox
-rwxr-xr-x    1 0        0           77160 nsbbox
-rwxr-xr-x    1 0        0           27684 mnt_dev
lrwxrwxrwx    1 0        0               9 mii_reg_rw -> rt3052esw
-rwxr-xr-x    1 0        0            5676 mii_mgr
-rwxr-xr-x    1 0        0           10613 mfc
lrwxrwxrwx    1 0        0               7 mask_wpakey -> ./rgbin
lrwxrwxrwx    1 0        0              10 iwpriv -> ./iwconfig
-rwxr-xr-x    1 0        0           65184 iwconfig
-rwxr-xr-x    1 0        0           76952 iptables
-rwxr-xr-x    1 0        0          130144 ip
-rwxr-xr-x    1 0        0           56068 igmpproxy
-rwxr-xr-x    1 0        0          253872 hostapd
lrwxrwxrwx    1 0        0               7 gethostip -> ./rgbin
lrwxrwxrwx    1 0        0              10 genuuid -> ./upnpkits
-rwxr-xr-x    1 0        0           86940 ebtables
-rwxr-xr-x    1 0        0           36064 dyndns
-rwxr-xr-x    1 0        0             569 diagtest
-rwxr-xr-x    1 0        0            8369 diagnostic
lrwxrwxrwx    1 0        0               7 dayconvert -> ./rgbin
lrwxrwxrwx    1 0        0               9 ctest -> rt3052esw
-rwxr-xr-x    1 0        0            6665 cli
lrwxrwxrwx    1 0        0               7 chnet -> ./rgbin
-rwxr-xr-x    1 0        0             852 cabletest:5
-rwxr-xr-x    1 0        0             852 cabletest:4
-rwxr-xr-x    1 0        0             852 cabletest:3
-rwxr-xr-x    1 0        0             853 cabletest:2
-rwxr-xr-x    1 0        0             850 cabletest:1
lrwxrwxrwx    1 0        0               8 brctl -> ./nsbbox
-rwxr-xr-x    1 0        0           14400 bdtool
lrwxrwxrwx    1 0        0               8 b64enc -> ./nsbbox
lrwxrwxrwx    1 0        0               8 b64dec -> ./nsbbox
-rwxr-xr-x    1 0        0            9916 ated
lrwxrwxrwx    1 0        0               7 alpha_macaddr -> ./rgbin
lrwxrwxrwx    1 0        0               8 alpha_bdtool -> ./bdtool
-rwxr-xr-x    1 0        0           63432 alpha_3gtool


Thanks!

Ian
Logged

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #13 on: May 09, 2012, 08:53:52 PM »

in /usr/sbin there's cli

Which looked promising, and does show me some interesting things, but unless I'm missing something, doesn't show me anything I didn't already know.

DSL-2780 # cli
usage:
        cli fwversion get
        cli hwversion get|set <value>
        cli ledtest set {on|off}
        cli keydetect set {on|off}
        cli mac set <XX:XX:XX:XX:XX:XX>
        cli mac get
        cli countrycode set <value>
        cli countrycode get
        cli config set default
        cli usb get
        cli bridge set {llc|vc}
        cli checkadslmode
        cli adsl get {speed|status}
        cli wlan {get|set ssid <value>}
        cli wlan {get|set channel <value>}
        cli wlan {get|set bw <value>}
        cli testwlan set on
        cli pin set <value>
        cli pin get
        cli wpakey set <value>
        cli wpakey get
        cli serialnumber get
        cli serialnumber set <value>

DSL-2780 # cli adsl get speed
US: 1020 kbps
DS: 21153 kbps
OK

DSL-2780 # cli adsl get status
1
OK



Ian

Logged

burakkucat

  • Respected
  • Senior Kitizen
  • *
  • Posts: 38300
  • Over the Rainbow Bridge
    • The ELRepo Project
Re: stats / bitloading from D-Link DSL-2780 (from TalkTalk) possible?
« Reply #14 on: May 09, 2012, 09:06:40 PM »

Nothing containing the sub-string DSL but plenty to keep Asbokid interested in your modem/router . . .  ;D
Logged
:cat:  100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

Please consider making a donation to support the running of this site.
Pages: [1] 2 3