Kitz Forum

Broadband Related => Router Monitoring Software => Topic started by: drsox on January 18, 2013, 12:14:44 PM

Title: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on January 18, 2013, 12:14:44 PM
So.... Two updates / forks / versions in one post here.

Most importantly:

eDMT for ECI Modem B-FOCus V-2FUb/r Rev B

(https://forum.kitz.co.uk/proxy.php?request=http%3A%2F%2Fnew.tinygrab.com%2Ff799a65919c6c006b13b846c0bf887d18c523f463a.png&hash=3be672650a15e41d54177e094a19af98d130ab50)
(https://forum.kitz.co.uk/proxy.php?request=http%3A%2F%2Fnew.tinygrab.com%2Ff799a65919dceb2e479de6f927f37eab58d7983774.png&hash=e5e86326ea3ba6118046f5aeea1c83c2dd3e7b52)

http://www.fruk.net/downloads/eDMT-rmod.zip

Works with the new /r variant (http://forum.kitz.co.uk/index.php?topic=11818.0) of the ECI modem. Also has bigger and auto resizing graphs (not that well implemented though but does help!).

Secondly:

Fixed eDMT

(https://forum.kitz.co.uk/proxy.php?request=http%3A%2F%2Fnew.tinygrab.com%2Ff799a659192576f73f6ec1cdfc5ef9b949af7ba8a8.png&hash=bd07af1c24372ca5cc6358684729ac977e261dbe)

Simply a copy of the original (at least, the source code I was sent) with the following change...
IPHostEntry IPHost = Dns.GetHostEntry(address);
string[] aliases = IPHost.Aliases;
IPAddress[] addr = IPHost.AddressList;
iep = new IPEndPoint(addr[0], port);


Is now....
IPAddress addr = IPAddress.Parse(address);
iep = new IPEndPoint(addr, port);


The Dns.GetHostEntry(address) line seemed to cause all of my machines to try not just a normal DNS lookup - but a windows netbios lookup, fail, then bomb out. So it would never connect or create graphs. This fix has worked on my machine and a friends network too. Hope it is useful to you!
Note: This version will only connect to the modem via IP, not hostname!

http://www.fruk.net/downloads/eDMT-nohostlookup.zip

Enjoy... Hope that the original author doesn't mind these modifications..
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: les-70 on January 18, 2013, 02:27:04 PM
  Many thanks for this post  :) .  Would it be possible to create version that plotted Hlog attenuation rather than the power? I think that would be a more helpful diagnostic.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on January 18, 2013, 07:09:21 PM
Can the information be retrieved via telnet?
I've done no research with this - just taken someone else s existing program and modified a few lines of code.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: roseway on January 18, 2013, 07:23:40 PM
Can the information be retrieved via telnet?
I've done no research with this - just taken someone else s existing program and modified a few lines of code.

Yes it can: xdslcmd info --Hlog
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on January 18, 2013, 07:26:51 PM
IFX CPE login: admin
Password:


BusyBox v1.00 (2012.05.25-03:37+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

# xdslcmd info --Hlog
-sh: xdslcmd: not found
#
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: roseway on January 18, 2013, 10:39:42 PM
Sorry, I do apologise. I was thinking of the HG612, and failed to notice the topic title.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on January 18, 2013, 11:27:23 PM
Thought so :D I've done similar many, many times.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: les-70 on January 19, 2013, 08:01:41 AM
Thanks for trying.  Careful reading of the long post on hacking the /I version suggests that Qln and Hlog don't are not available in any obvious way on the ECI.

 http://forum.kitz.co.uk/index.php/topic,10635.msg215094.html#msg215094
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: Bald_Eagle1 on January 19, 2013, 01:15:32 PM
Similarly to G997_DeltSNRGet,  possibly some variation on these will do it? :-


echo "G997_DeltHLOGGet" > /tmp/pipe/dsl_cpe0_cmd    (long form)
or:-
echo "g997dhlogg" > /tmp/pipe/dsl_cpe0_cmd              (short form)

echo cat /tmp/pipe/dsl_cpe0_ack




echo "G997_DeltQLNGet" > /tmp/pipe/dsl_cpe0_cmd      (long form)

or:-
echo "g997dqlng" > /tmp/pipe/dsl_cpe0_cmd                (short form)

echo cat /tmp/pipe/dsl_cpe0_ack



This translated web page may have some clues:-

German web page (http://translate.google.co.uk/translate?hl=en&sl=de&u=http://www.wehavemorefun.de/fritzbox/Dsl_control&prev=/search%3Fq%3Dlantiq%2Bscript%2Bqln%2Bstat%26hl%3Den%26tbo%3Dd%26biw%3D1280%26bih%3D804&sa=X&ei=15P6UJ7mNs3K0AXRuYHYDA&sqi=2&ved=0CFYQ7gEwBQ)


Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on January 19, 2013, 01:25:04 PM
# echo "g997dhlogg 0 1" > /tmp/pipe/dsl_cpe0_cmd
# cat /tmp/pipe/dsl_cpe0_ack
nReturn=0 nDirection=0 nDeltDataType=1 nMeasurementTime=0 nGroupSize=8 nNumData=0
nFormat=(nToneIndex(dec),nHlog(dec)) nData=""
# echo "g997dhlogg 0 0" > /tmp/pipe/dsl_cpe0_cmd
# cat /tmp/pipe/dsl_cpe0_ack
nReturn=-30#
I've no idea what the correct response to the command should be or even what hlog is supposed to indicate.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: Bald_Eagle1 on January 19, 2013, 01:28:13 PM
I have a feeling it doesn't need the 0 1 or 0 0, but don't have an unlocked ECI to play about with.

The fact you received some sort of reply suggests it may be on the right track.

I THINK I somehow got some output when I had remote access to an unlocked ECI modem on A.O.'s connection, but didn't pursue it.

Hlog shows us attenuation over frequency is an indication of the line quality as per the attached examples from a HG612.

The first is my quite highly attenuated long distance but now physically O.K. connection & the second is from an even longer connection with a bit of a physical problem.
The 3rd example is from a much higher speed, good quality connection (your own connection, in fact).
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: les-70 on January 19, 2013, 01:43:19 PM
  Hlog should be a fairly predictable smoothly decaying curve with the decay rate related to line length.  Dips in Hlog indicate issues caused by reflected signals interfering.   Most commonly considered with bridged taps.  see e.g.

                 http://documents.exfo.com/appnotes/anote233-ang.pdf

 If you look at any of the graphing scripts montages found in posts on kitz you will find more examples.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on January 19, 2013, 06:13:13 PM
I have a feeling it doesn't need the 0 1 or 0 0, but don't have an unlocked ECI to play about with.
# echo "g997dqlng" > /tmp/pipe/dsl_cpe0_cmd
#  cat /tmp/pipe/dsl_cpe0_ack
nReturn=-1 (wrong number of parameters/help not available)
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: Bald_Eagle1 on January 19, 2013, 08:04:53 PM
This is the best clue I have found so far:-

Long Form: G997_DeltHLOGGet
Short Form: g997dhlogg

Input Parameter
- DSL_uint16_t nLine
- DSL_AccessDir_t nDirection
   accessdir na = -1
   upstream = 0
   downstream = 1

Output Parameter
- DSL_int_t nReturn
- DSL_uint16_t nLine
- DSL_AccessDir_t nDirection
   accessdir na = -1
   upstream = 0
   downstream = 1
- DSL_uint16_t nMeasureTime
- DSL_uint8_t  nGroupSize
- DSL_uint16_t nNumData
- DSL_uint16_t nNSCData


Now, when you did get a response, it seems to have followed the output as above.

However, you were attempting to use line 0, direction 0 & also line 0, direction 1.

It may just be worth giving it a shot at line 1?

i.e.   echo "g997dhlogg 1 1" > /tmp/pipe/dsl_cpe0_cmd
&     echo "g997dhlogg 1 0" > /tmp/pipe/dsl_cpe0_cmd

Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on January 20, 2013, 12:45:36 PM
Looks promising!

http://beusergroup.co.uk/pastebin/?q=50fbf5fd2b635

Now just need time to hack apart eDMT more :D
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: Bald_Eagle1 on January 20, 2013, 04:25:44 PM
Looks promising!

http://beusergroup.co.uk/pastebin/?q=50fbf5fd2b635


From that output we can see only 512 entries (nNumData=512), but when multiplied by the nGroupSize=8, that makes the 4096 tones we would expect.

I must admit, the output doesn't have a great deal of meaning for me at the moment, other than it is decimal values.
AFAIK, the HG612 reports logarithmic values (for each & every DS tone when on a Huawei DSLAM & occasionally also US too, but only when connected to an ECI cabinet).

   2788      -160.0000
   2789      -160.0000
   2790      -160.0000
   2791      -160.0000
   2792      -139.7500
   2793      -140.5000
   2794      -139.8750
   2795      -140.7500
   2796      -140.8750
   2797      -141.0000
   2798      -140.3125
   2799      -140.5000
   2800      -135.8750
   2801      -141.3125
   2802      -141.3125
   2803      -141.1875
   2804      -140.9375
   2805      -140.9375
   2806      -141.4375


Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: Chrysalis on January 23, 2013, 02:13:58 PM
ok guys I have one of these unlocked but I see the tool is missing error stats, also that you guys have higher transmit power than me (time to ask why openreach cut my signal power?)

is there a telnet command to view the error stats?

also whats the easiest way to make 192.168.168.168 accessible without changing my pc ip, as its a very unfriendly ip.

also the tool says incorrect login credentials but they work on telnet.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: ehsan123 on January 29, 2013, 10:56:42 PM
Try the other edmt software and apprently I was told that no telnet commands exist for us to see the stats (yet) unlike on then hg612   this sucks as I also wanted to view full line stats including error rate etc . Well people are working on this so I remain hopeful  :'( :baby:
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: Theagg on February 01, 2013, 03:41:55 PM
Hi

Ok, so I have the unlcoked ECI modem, (plus Sky Hub), I have downloaded both versions of eDMT and I'm running Windows 7.

Neither versions of eDMT work as is (both give a Timeout connection error message), so obviously I assume, as the newbie I am, there is something else that needs to be done first to allow eDMT to gain access

Instructions said I need to force a 192.168.168.X IP address on my PC's network adapter, so do I correctly assume that means going to the Network adapter properties and changing the button from "Obtain IP address automatically" to "use the following IP address" and enter the above values ? No mention of what to put for subnet and default gateway if thats the case ?

This, of course, is with the Sky Hub disconnected and the ECI modem plugged directly into my PC LAN socket.

The other option suggested is to set up NAT rules on a router which will allow traffic to reach the ECI modem (so you could still remain connected to the internet) but if I'm correct, you can't do this with the Sky Hub router ?
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on February 01, 2013, 03:45:37 PM
Connecting directly using a computer set the network adapter to use the following IP address. You can use, say, 192.168.168.33 and subnet mask 255.25.255.0
The other information doesn't need to be filled in.

Remember to set it back to automatic when you reconnect to your normal LAN.

You won't be able to setup the NAT stuff without a clever router that runs DDWRT, busybox or Tomato. The base Sky router won't do it :(
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: ehsan123 on February 02, 2013, 01:19:47 PM
Hi so yeah the edmt software worked for a while but now it says missing or unexpected data and isnt displaying the stats anymore (50/50 if it will display or not ) oh wrll i did manage to get all the details on paper  :o
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: ben1066 on March 08, 2013, 05:21:15 PM
Nice to see people using this, I'm not sure why you'd get unexpected data, the parsing may be wrong, but it works fine on my non /r model. With regards to the DNS lookup, I again don't know why that doesn't work for some, but if the new method works, I see no issue with it. A lot of the code could probably be done better as I was just working on what I got back from the modem, and the error handling isn't very...elegant, if you're getting errors some but not all of the time, if you could get the pipe output when it fails, I may be able to have a look at it.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: mikehiow on April 08, 2013, 08:50:32 PM
I've got the ECI /r modem.

I can telnet in, but eDMT is giving me "Unexpected or missing data"?
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: asbokid on April 08, 2013, 09:05:36 PM
I've got the ECI /r modem.

I can telnet in, but eDMT is giving me "Unexpected or missing data"?

IIRC, drsox patched a version of eDMT, an application originally written for the ECI /I by ben1066. The source code hasn't been released publicly though.  Any chance of that patched code so that others can progress it?

cheers, a

Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: mikehiow on April 08, 2013, 10:10:59 PM
I was using the modified version.

Turns out I had locked up the pipe by trying (unsuccessfully) to read the settings via telnet.

A reboot fixed it.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: asbokid on April 08, 2013, 10:25:26 PM
Glad you got it sorted, mikehiow  :)

Are you able to use the cabling arrangement that biohead documented for the earlier ECI /I model?

i.e. continue to use the internet while obtaining statistics, all from LAN1?

cheers, a
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on April 08, 2013, 10:53:09 PM
Source: https://code.google.com/p/edmtmod/downloads/list
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: mikehiow on April 08, 2013, 11:31:23 PM
Glad you got it sorted, mikehiow  :)

Are you able to use the cabling arrangement that biohead documented for the earlier ECI /I model?

i.e. continue to use the internet while obtaining statistics, all from LAN1?

cheers, a

I am using the internet whilst getting statistics.

I haven't used any fancy cabling arrangements though - neither do I fancy plugging my LAN into a potentially open network ;)

I simply gave my WAN interface an IP of 192.168.168.1 and routed 192.168.168.0/24 via that. Works a treat.

For anyone using the Asus RT-N66U (or pretty much any linux based router with iptables - although you may have to change the interface), I did the following;
Code: [Select]
ifconfig eth0 192.168.168.1 netmask 255.255.255.0
iptables -I POSTROUTING -t nat -o eth0 -d 192.168.168.0/24 -j MASQUERADE

Seeing as the WAN connection is PPPoE (and thus Layer 2), I don't see why the cabling method shouldn't work, as well.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: asbokid on April 09, 2013, 12:48:02 AM
Source: https://code.google.com/p/edmtmod/downloads/list

Thanks Tom, that's excellent.  :D Hopefully others will now join the project to get the ECI reporting a similar suite of data for which the Broadcoms are famous!

cheers, a
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: asbokid on April 09, 2013, 12:52:40 AM
I am using the internet whilst getting statistics.

I haven't used any fancy cabling arrangements though - neither do I fancy plugging my LAN into a potentially open network ;)

I simply gave my WAN interface an IP of 192.168.168.1 and routed 192.168.168.0/24 via that. Works a treat.

That's great news, even if does require a posh router.  So the loss of LAN2 isn't exactly catastrophic. Have you found telnetd is hanging up?  I've left it running for days without any problems, but then it's in a semi-dormant state - synced up but with no layer 3 traffic (across the bridge).

A new kernel and root file system using the OpenWRT toolchain was built. Almost everything went well, but LAN2 still doesn't work!  Hopefully, the clever people at OpenWRT will work out why!

cheers, a
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: mikehiow on April 09, 2013, 12:58:26 AM
I almost fancied having a go at building the OR sources, if only to introduce a script periodically restart telnet.

What do you hope to achieve building it with the OpenWRT stuff? Is the aim to run OpenWRT or just to have a build with some additional tools/binaries to make it a little more useful? Is there any flash on the device?
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: asbokid on April 09, 2013, 02:05:22 AM
Hmm.. the OR sources.  Pass on them!  They did compile in the end, or most of them did, but there's so much missing - e.g. no httpd - it was hardly worth the bother, except there's obviously some board-specific stuff in there. That needs extracting and putting in the source tree for OpenWRT proper.

A kernel for the EASY80920 reference board [1] of the Lantiq VR9, built with the openWRT toolchain from SVN runs okay on it, but there's no ethernet switch support at all, or I couldn't get it to work.  Hopefully blogic, the Lantiq maintainer at OpenWRT, can find time to discover why:


(https://forum.kitz.co.uk/proxy.php?request=http%3A%2F%2Fwww2.picturepush.com%2Fphoto%2Fa%2F12645205%2Fimg%2FECI-BFOCuS-Revision--r-%2528Arcadyan%2529%2Fopenwrt-easy80920nor-Screenshot-from-2013-04-09-03.png&hash=106092d4afd58901b7afcfd5e4bdcbedba733dd7) (http://picturepush.com/public/12645205)

Code: [Select]

ROM VER: 1.
ROM VER: 1.0.5
CFG 01
DDR autotuning Rev 0.3c
DDR size from 0xa0000000 - 0xa3ffffff
DDR check ok... start booting...



VG3503J 1-A-DC BootLoader v2.00.01 (May 25 2012 - 13:44:42)

CLOCK CPU 333M RAM 166M
DRAM:  32 MiB
Flash: 8 MiB
In:    serial
Out:   serial
Err:   serial
Net:   Internal phy(GE) firmware version: 0x8400
vr9 Switch

Hit any key to stop autoboot:  3  0

VR9 # tftp
Using vr9 Switch device
TFTP from server 192.168.1.11; our IP address is 192.168.1.2
Filename 'uImage'.
Load address: 0x80800000
Loading: #################################################################
#################################################################
#################################################################
################
done
Bytes transferred = 3093631 (2f347f hex)

VR9 # bootm
## Booting kernel from Legacy Image at 80800000 ...
   Image Name:   MIPS OpenWrt Linux-3.8.3
   Created:      2013-04-02   2:26:05 UTC
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    3093567 Bytes = 3 MiB
   Load Address: 80002000
   Entry Point:  80002000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK

Starting kernel ...

[    0.000000] Linux version 3.8.3 (asbokid@core2quad) (gcc version 4.6.4 20121210 (prerelease) (Linaro GCC 4.6-2012.12) ) #21 Tue Apr 2 03:25:47 BST 2013
[    0.000000] SoC: VR9 rev 1.1
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU revision is: 00019555 (MIPS 34Kc)
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 04000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x00000000-0x03ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000-0x03ffffff]
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
[    0.000000] Kernel command line: console=ttyLTQ0,115200 init=/etc/preinit
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Writing ErrCtl register=000040d0
[    0.000000] Readback ErrCtl register=000040d0
[    0.000000] Memory: 54656k/65536k available (2563k kernel code, 10880k reserved, 783k data, 6692k init, 0k highmem)
[    0.000000] NR_IRQS:256
[    0.000000] CPU Clock: 333MHz
[    0.000000] Calibrating delay loop... 221.18 BogoMIPS (lpj=442368)
[    0.040000] pid_max: default: 32768 minimum: 301
[    0.044000] Mount-cache hash table entries: 512
[    0.048000] pinctrl core: initialized pinctrl subsystem
[    0.052000] NET: Registered protocol family 16
[    0.068000] pinctrl-xway 1e100b10.pinmux: Init done
[    0.072000] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28
[    0.080000] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV
[    0.104000] bio: create slab <bio-0> at 0
[    0.108000] gpio-stp-xway 1e100bb0.stp: Init done
[    0.112000] usbcore: registered new interface driver usbfs
[    0.116000] usbcore: registered new interface driver hub
[    0.120000] usbcore: registered new device driver usb
[    0.124000] Switching to clocksource MIPS
[    0.132000] NET: Registered protocol family 2
[    0.136000] TCP established hash table entries: 512 (order: 0, 4096 bytes)
[    0.144000] TCP bind hash table entries: 512 (order: -1, 2048 bytes)
[    0.152000] TCP: Hash tables configured (established 512 bind 512)
[    0.156000] TCP: reno registered
[    0.160000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.168000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.172000] NET: Registered protocol family 1
[    0.416000] gptu: totally 6 16-bit timers/counters
[    0.420000] gptu: misc_register on minor 63
[    0.424000] gptu: succeeded to request irq 126
[    0.428000] gptu: succeeded to request irq 127
[    0.432000] gptu: succeeded to request irq 128
[    0.436000] gptu: succeeded to request irq 129
[    0.444000] gptu: succeeded to request irq 130
[    0.448000] gptu: succeeded to request irq 131
[    0.456000] phy-xrx200 gphy-xrx200.5: requesting lantiq/vr9_phy11g_a2x.bin
[    0.464000] phy-xrx200 gphy-xrx200.5: booting GPHY0 firmware at 2D00000
[    0.468000] phy-xrx200 gphy-xrx200.5: booting GPHY1 firmware at 2D00000
[    0.580000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.584000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.596000] msgmni has been set to 106
[    0.600000] io scheduler noop registered
[    0.604000] io scheduler deadline registered (default)
[    0.608000] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112) is a lantiq,asc
[    0.616000] console [ttyLTQ0] enabled, bootconsole disabled
[    0.616000] console [ttyLTQ0] enabled, bootconsole disabled
[    0.632000] ltq_nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022cb
[    0.640000] Amd/Fujitsu Extended Query Table at 0x0040
[    0.644000]   Amd/Fujitsu Extended Query version 1.1.
[    0.652000] number of CFI chips: 1
[    0.656000] 3 ofpart partitions found on MTD device ltq_nor
[    0.660000] Creating 3 MTD partitions on "ltq_nor":
[    0.664000] 0x000000000000-0x000000010000 : "uboot"
[    0.672000] 0x000000010000-0x000000020000 : "uboot_env"
[    0.680000] 0x000000020000-0x000000800000 : "linux"
[    0.708000] no uImage or brnImage or eva found in linux partition
[    0.716000] Can't split linux partition
[    0.828000] libphy: lantiq,xrx200-mdio: probed
[    0.840000] eth0: attached PHY [Generic PHY] (phy_addr=0:00, irq=-1)
[    0.844000] eth0: attached PHY [Generic PHY] (phy_addr=0:01, irq=-1)
[    0.852000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:11, irq=-1)
[    0.860000] eth1: attached PHY [Generic PHY] (phy_addr=0:05, irq=-1)
[    0.868000] eth2: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:13, irq=-1)
[    0.876000] wdt 1f8803f0.watchdog: Init done
[    0.880000] leds-gpio gpio-leds.7: pins are not configured from the driver
[    0.892000] TCP: cubic registered
[    0.896000] NET: Registered protocol family 17
[    0.900000] 8021q: 802.1Q VLAN Support v1.8
[    0.936000] Freeing unused kernel memory: 6692k freed
[    1.840000] eth0: port 0 got link
[    1.840000] eth0: port 1 got link
[    1.864000] eth1: port 5 got link

- preinit -
Press the [f] key and hit [enter] to enter failsafe mode
- regular preinit -
- init -
Please press Enter to activate this console.

[    6.020000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH
[    6.040000] Compat-drivers backport release: compat-drivers-2013-01-21-1
[    6.048000] Backport based on wireless-testing.git master-2013-02-22
[    6.052000] compat.git: wireless-testing.git
[    6.092000] cfg80211: Calling CRDA to update world regulatory domain
[    6.096000] cfg80211: World regulatory domain updated:
[    6.100000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    6.108000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    6.116000] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    6.124000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    6.132000] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    6.140000] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    6.392000] NET: Registered protocol family 8
[    6.392000] NET: Registered protocol family 20
[    6.468000] PPP generic driver version 2.4.2
[    6.540000] ip_tables: (C) 2000-2006 Netfilter Core Team

[    6.716000] NET: Registered protocol family 24
[    6.744000] nf_conntrack version 0.5.0 (958 buckets, 3832 max)
[    7.028000] IFXUSB: ifxusb_hcd: version 3.2 B110801
[    7.032000] Chip Version :01c2 BurstSize=0

[    7.596000] MEI CPE Driver, Version 1.2.0

[    7.600000] (c) Copyright 2009, Infineon Technologies AG
[    7.600000] ### MEI CPE - MEI CPE - MEI CPE - MEI CPE ###

[    7.636000]
[    7.636000] Lantiq CPE API Driver version: DSL CPE API V4.11.4
[    7.644000]
[    7.644000] Predefined debug level: 2
[    7.672000] ATM1.0.26    ATM (A1) firmware version 0.24
[    7.676000] ifxmips_atm: ATM init succeed

[    7.696000] ltq_deu_vr9: Unknown symbol crypto_register_shash (err 0)
[    7.700000] ltq_deu_vr9: Unknown symbol crypto_unregister_shash (err 0)
[   13.740000] device eth0 entered promiscuous mode
[   13.752000] br-lan: port 1(eth0) entered forwarding state
[   13.756000] br-lan: port 1(eth0) entered forwarding state
[   15.760000] br-lan: port 1(eth0) entered forwarding state



BusyBox v1.19.4 (2013-03-31 04:03:52 BST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 BARRIER BREAKER (Bleeding Edge, r36141)
 -----------------------------------------------------
  * 1/2 oz Galliano         Pour all ingredients into
  * 4 oz cold Coffee        an irish coffee mug filled
  * 1 1/2 oz Dark Rum       with crushed ice. Stir.
  * 2 tsp. Creme de Cacao
 -----------------------------------------------------
root@OpenWrt:/# uname -a
Linux OpenWrt 3.8.3 #21 Tue Apr 2 03:25:47 BST 2013 mips GNU/Linux

# cat /proc/cpuroot@OpenWrt:/# cat /proc/cpuinfo
system type : VR9 rev 1.1
processor : 0
cpu model : MIPS 34Kc V5.5
BogoMIPS : 221.18
wait instruction : yes
microsecond timers : yes
tlb_entries : 16
extra interrupt vector : yes
hardware watchpoint : yes, count: 4, address/irw mask: [0x0000, 0x0490, 0x0f88, 0x0608]
ASEs implemented : mips16 dsp mt
shadow register sets : 1
kscratch registers : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available

root@OpenWrt:/#


There's 8MB of NOR flash on the Arcadyan vg3503j (the ECI /r) board. In theory there's loads of space for better things because the squashfs root file system consumes less than 4MB and the kernel about 1MB. What is reserved for a secondary rootfs is unused.

So the telnetd does periodically hang for you, too?  Does this coincide with anything to do with btagent?

cheers, a

EDIT:  Just to add, the flash-based kernel is also locked through the use of a checksum in the bootloader.  When I changed the kernel, the bootloader complained.  Yet when I loaded the kernel via tftpboot, it worked fine, so the lock is only effective for the kernel on the flash.  In other words,  a generic and non-locked u-boot bootloader needs writing to flash.  It would be nice to have JTAG pinout just in case that goes wrong!  ::)

[1] http://www.lantiq.com/uploads/tx_abzlantiqproducts/PB-e-0028-v1_lres.pdf
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: mikehiow on April 09, 2013, 03:15:46 AM
Any chance of you sharing what you have so far?

I'd like to have a play.

Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: mikehiow on April 09, 2013, 10:47:26 AM
Well, it's been up since around 8PM yesterday.

Telnet is still running without killing btagent.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on April 09, 2013, 11:14:34 AM
Other than locking up the pipe (submitting a request and then not "reading" it, then disconnecting and trying to reconnect and getting no login prompt) I've never seen any of the ECI Modems I have tested lose telnet ability.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: asbokid on April 09, 2013, 04:25:18 PM
Any chance of you sharing what you have so far?

I'd like to have a play.

Hi Mike,

There's nothing much to share..

Checkout the latest development sources from the subversion repository.. [1]

Code: [Select]
make menuconfig

and select in the config:

Code: [Select]
CONFIG_TARGET_lantiq=y
CONFIG_TARGET_lantiq_xway=y
CONFIG_TARGET_lantiq_xway_EASY80920NOR=y

Code: [Select]
make
and the kernel/fs uimage should be created under:

Code: [Select]
/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-lantiq_xway/
set up a tftpd server on the PC (in debian I used tftpd-hpa)

copy the uImage into the tftp download directory

load the new kernel from the tftp server into the ECI's memory, boot it, and away you go :-)

cheers, a

[1] https://dev.openwrt.org/wiki/GetSource
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: asbokid on April 09, 2013, 04:30:42 PM
Other than locking up the pipe (submitting a request and then not "reading" it, then disconnecting and trying to reconnect and getting no login prompt) I've never seen any of the ECI Modems I have tested lose telnet ability.

That's what I found too, drsox.    The only time that telnetd seems to hang is when the line isn't synced up and the btagent nevertheless tries repeatedly to touch base with a bt firmware server.

cheers, a
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: mikehiow on April 09, 2013, 05:20:48 PM
Telnet is still up here, so hopefully it's nothing to worry about.

I'd like to create a web app to log, graph and display stats etc. as well as notify of sync/error changes etc.

I'm happy to share the finished article if anyone could help me with obtaining the stats and any maths that is required to get meaningful figures?

Is there a reference anywhere that you used drsox? I guess I ought to start with your eDMT sources.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on April 09, 2013, 06:01:00 PM
I just modified an existing program by ben1066 - http://forum.kitz.co.uk/index.php/topic,10635.msg215127.html#msg215127

I've got little time (and skills) for math ;)
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: mikehiow on April 09, 2013, 10:53:47 PM
Well I've made a start collecting data. Your code has been extremely useful so far - I've managed to collect downstream SNR data, so it's just a case of grabbing the rest of the data in the same fashion.

I'm trying to work out how often you're polling it, though?

Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on April 10, 2013, 12:07:51 AM
I believe the program just does a snapshot and won't do one again until the refresh button is pressed.. you could make it timed simply by dropping a timer onto the form and logic to only fresh (ie, automate the clicking of the refresh button) once it has connected and if it isn't already busy with another task.

I too need to sort out some sort of ongoing logging to file but real life/work gets in the way :>
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: mikehiow on April 10, 2013, 12:24:44 AM
Oh, so the graphs are static?

I get it now. I'm afraid I'm not that well versed with the intricacies of VDSL. How often are these values liable to change?

If you have a server capable of running PHP, I'm happy to share my work once it's complete. I plan on logging to a database periodically with some graphing to go with it.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: c6em on April 10, 2013, 08:26:52 AM
The SNR margin value and bit loading data for a router are changing by the second....real time.

Even SNRmargin vs time monitoring programs like Routerstats and Rsux only in reality monitor a snap shot of the conditions at the instant in time they take a reading - whether that is every 15 seconds or 1 min or whatever the user sets it to.

The oringal DMT for windows ADSL connections did have a sister program called DMT3D which took the data from DMT which did have a continous monitoring option within it...and then plot it in 3D.  It was only a half developed program as I recall.

Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: Miked1963 on September 11, 2014, 09:10:56 AM
Hi Guys,
I recently got an eci/r (unlocked), got it set up and running, the BT agent is disabled, and my connection is a lot more stable, the problem I've got is I can't seem to be able to cut and paste
the stats or graphs. Could it be because eDMT is pinned to the task bar and I open it from this,
and not in a browser like explorer. When I right click on the stats or graphs nothing comes up,

Thanks in advance..

Mike.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on September 11, 2014, 09:22:05 AM
It is a program rather than a website so you won't be able to just click on stuff and highlight it as you would on a word document or website.

Print screen button and paste it into word or paint to save or share the information :)
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: Miked1963 on September 11, 2014, 09:26:59 AM
Hi drsox
So is it just a case of hitting cntlr then pr scr buttons, because I've tried this and nothing came up,

Mike.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: kitz on September 12, 2014, 08:02:29 PM
Hi drsox
So is it just a case of hitting cntlr then pr scr buttons, because I've tried this and nothing came up,

Mike.

Just to clarify, are you then pasting the image into an image editor program?   
The print screen - despite its name, only sends it to memory.   You then have to paste it into another program such as Photoshop or Paint
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: Bald_Eagle1 on September 12, 2014, 10:57:17 PM
Or even to M$ Word or Excel etc.

Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: Miked1963 on September 15, 2014, 02:19:23 PM
Hi drsox
So is it just a case of hitting cntlr then pr scr buttons, because I've tried this and nothing came up,

Mike.

Just to clarify, are you then pasting the image into an image editor program?   
The print screen - despite its name, only sends it to memory.   You then have to paste it into another program such as Photoshop or Paint
Thanks for the reply,
So I can't just paste it to the forums then, I have to do it through paint or photoshop,  ??

Mike
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on September 15, 2014, 06:37:53 PM
You might find TinyGrab easier for sharing screen shots or sections of your screen:
http://www.tinygrab.com/
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: kitz on September 15, 2014, 07:54:44 PM
I havent a clue if this is any help or not, but this is some sort of part code for obtaining logging data from VR9/VRX318/VRX220 lantiq chipsets.

Sorry if its irrelevant, but rather me make an ass of myself than keep hold of some info that may or may not be useful.

This is just a snippet

Code: [Select]
cr PLAM 0 0 1 [,108,107,109,102,115,]// PLAM_NearEndFailureFlags - gs_g997_Failure_Flag_NE
cr PLAM 1 0 1 [,108,107,109,102,115,]// PLAM_FarEndFailureFlags - gs_g997_Failure_Flag_FE
cr PLAM 2 0 5 [,108,107,109,102,115,]// PLAM_TR1AlarmIndicators - gt_G997_TR1AlarmIndicators

cr INFO 67 0 7 [,109,102,115,]// INFO 67 0 (7) ATU-C Transmission System Capabilities
cr INFO 70 0 2 [,109,102,115,]// INFO 70 0 (2) Previous init: success/failure cause (ATU-R), Previous init: Last State transmitted US (ATU-R), HLINSCds
cr INFO 71 0 2 [,109,102,115,]// INFO 71 0 (2) Previous init: success/failure cause (ATU-C), Previous init: Last Statetransmitted DS (ATU-C), HLINSCus
cr INFO 74 0 512 [,109,102,115,]// INFO 74 0 (512) INFO_HLOG_DS - gsa_RxHlog
cr INFO 75 0 64 [,109,102,115,]// INFO 75 0 (64) HLOGpsus
cr INFO 76 0 256 [,109,102,115,]// INFO 76 0 (128) QLNpsds, VDSL: INFO_QLN_DS (76) guca_QLN
cr INFO 77 0 32 [,109,102,115,]// INFO 77 0 (32) QLNpsus
cr INFO 79 0 8 [,109,102,115,]// INFO 79 0 (3) HLOGMTds, VDSL: INFO_ChannelMeasurement_DS (79) gt_ChannelMeasurement_NE => HlinSC, HlinG, HlogMT, HlogG, QlnMT, QlnG, SnrMT, SnrG


# TTNet - Debug variables
mr gs_ExcessMarRedDB_ 4 [,109,102,115,]             // gs_ExcessMarRedDB (Excess Margin reduction in DB (Q8.8)), gs_ExcessMarFGReduction (Fine gain reduction in dB (Q8.8))
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: adslmax on October 09, 2014, 04:23:57 PM
Will u make one for HG612 Openreach Modem. I like this software!
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: kitz on October 09, 2014, 06:07:14 PM
Will u make one for HG612 Openreach Modem. I like this software!

HG612 ModemStats (http://www.kitz.co.uk/routers/hg612stats.htm) written by BE,  is the version for the Huawei HG612.  It outputs everything line stats related from the HG612.
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: johnbullas on December 26, 2014, 09:59:26 PM
https://www.flickr.com/photos/johnbullas/sets/72157647247392454/ (https://www.flickr.com/photos/johnbullas/sets/72157647247392454/)

Merry Christmas! As an escape from the 40th iteration of "The Two Ronnies"  ;D I am trying to learn how to get eDMT working on a spare Openreach modem (model /r) that was given to me as a peace offering since the Openreach engineer was at a loss to determine where the difference between the 78mb his gizmo said I should be getting, and the 60mb odd (I had at the time) that I had consistently been measuring, came from.

So having hunted down the holes to drill out with my 1mm drill and then fitted  the solder-in headers (I used 4 of the 40x10 headers I bought for a couple of quid on ebay! - happy to sell the rest as required)... I had a steep learning curve to climb......... 

Any way up, I am very new to Linux type stuff but, with the help of a neighbour (who happens to work for Netgear), have issued a few commands to the modem (killed off btagent etc)

kill -9 `pidof btagentstart.sh`
kill -9 `pidof btagent`

/usr/sbin/vg3503j_bt_xml_modify.sh WAN_CFG_GROUP_T_00 development_phase ENABLE
[not sure about this one?]

/usr/sbin/vg3503j_bt_xml_modify.sh WAN_CFG_GROUP_T_00 lan_mgm_admin ENABLE

/usr/sbin/vg3503j_bt_xml_modify.sh WAN_CFG_GROUP_T_00 lan1_mgm_fixed_ip 192.168.1.168 

 
Now I realise that time has passed since this modem was first "hacked" so my question is this:

THE QUESTION: For the benefit of the keen amateur (and past user of DMT with Thompson ADSL modems) could someone kindly point me towards a concise list of the commands to issue down my newly soldered header pins in order to get eDMT up and running??

( for link to eDMT see:https://code.google.com/p/edmtmod/downloads/list (https://code.google.com/p/edmtmod/downloads/list) )

n.b. I found DMT really useful and informative with my ADSL broadband service with BE and hopefully, even if I can't tweak like before, it might be a bit more explicit than simply having a download speed!

Other devices have been hammering my connection so the speeds I have been seeing have been up and down, testing hourly 24/7 gave a good measure of maximum capability with a combination of my own webspace and think thinkbroadband.com's test files here: http://www.thinkbroadband.com/download.html (http://www.thinkbroadband.com/download.html) giving me 72-73mb download and 18/19mb upload .......

(https://farm9.staticflickr.com/8674/15931995519_5366a4e389_z.jpg)

Hey nonny-no!
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: drsox on December 27, 2014, 01:37:34 PM
Only LAN1 works at the moment.

The modem is on 192.168.168.168 (or in your case it looks like you issued the command to listen on 192.168.1.168) and isn’t running a DHCP server, these new BT Modems also don’t run a webserver. To access it you should either plug a computer directly into it and force a 192.168.168.X (or 192.168.1.X in your case?) IP address on the computers network adapter or setup NAT rules on your router to allow traffic from your LAN to reach the modem.

You can obtain stats using telnet commands (see the kitz forum) or using eDMT from the first post on this thread:

http://forum.kitz.co.uk/index.php/topic,12111.0.html
Title: eDMT for ECI Modem B-FOCus V-2FUb/r Rev B - RESULTS FOR COMMENT
Post by: johnbullas on December 30, 2014, 01:59:02 AM
I got the following screendumps from eDMT for my ECI Modem B-FOCus V-2FUb/r Rev B by printing to PDF-Xchange viewer (free) from the right click menu option in eDMT then saving out the graphs as PNG files from within PDF-X....

After a bit of soldering and a bit of typing, my spare Openreach /r has spilled the beans, all I am left with now is the task of making sense of the output: thus

(https://farm8.staticflickr.com/7554/15956744019_568881a83e_c.jpg)
Detail Full size: https://www.flickr.com/photos/johnbullas/15956744019/ (https://www.flickr.com/photos/johnbullas/15956744019/)

(https://farm9.staticflickr.com/8656/15956673459_cb02f7a4c4_c.jpg)
SNR Full size: https://www.flickr.com/photos/johnbullas/15956673459/ (https://www.flickr.com/photos/johnbullas/15956673459/)

(https://farm8.staticflickr.com/7524/16140845281_0e7afbcb1b_c.jpg)
Bitloading full size: https://www.flickr.com/photos/johnbullas/16140845281/ (https://www.flickr.com/photos/johnbullas/16140845281/)

(https://farm8.staticflickr.com/7547/15523023993_c66d5fbdcb_c.jpg)
Gain full size:https://www.flickr.com/photos/johnbullas/15523023993/ (https://www.flickr.com/photos/johnbullas/15523023993/)

I am assuming smooth flat curves are best BUT I have nothing to refer to .... can anyone comment on what I have produced?

Happy Christmas!

Dr B
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: johnbullas on December 31, 2014, 12:13:33 AM
The dip in the SNR bar chart is most concerning to me...... can anyone make sense of what I am seeing. I am going to leave the BT modem connected overnight to see if any more flesh is put on the bones....

Merry Christmas!
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: ktz392837 on March 09, 2015, 04:47:35 PM
If I have a ECI /r rev b does it need to be unlocked to use this software?

Is there a guide for unlocking this version?

Thanks
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: johnbullas on March 09, 2015, 06:50:29 PM
Advice based on 20:20 hindsight... buy a Huawei. 20 quid on Ebay.... . no soldering...no majorchacking... nice and easy.. it has.. 2 been logging stats for 3 weeks!
Title: Re: Fixed eDMT and eDMT for ECI Modem B-FOCus V-2FUb/r Rev B
Post by: graham.auld on October 08, 2015, 02:40:58 PM
The download version of eDMT modified for /r didn't work on my latest model, turns out the reason was because of a hostname difference.
My new /r rev B's  have the following login prompt

ltqcpe.lantiq.com login:

I've modified the modified eDMT version published by FRUK for my use - there are a couple of niggles I've not tidied up but it does the job.

It's a bit big to post on the forum but you can download it from here if it helps you.

http://bramley.auld.me.uk/eDMT-rmodx.zip