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 ... 52 53 [54] 55 56 ... 84

Author Topic: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)  (Read 402558 times)

Dika2110

  • Just arrived
  • *
  • Posts: 5
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #795 on: March 02, 2018, 10:24:16 PM »

Same website, same laptop, same router, different behaviours!
Edge 41.16299.248.0
Internet Explorer 11.248.16299.0
Chrome 64.0.3282.186 - 32 bits version

It's seems to be related to the specific browser on that website, of course, but only IE is able to connect the service properly.
Thanks again for your help.

Logged

eclp

  • Reg Member
  • ***
  • Posts: 136
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #796 on: March 03, 2018, 12:30:20 AM »



Photoshop ...  ::)

The content in the tile gateway should look like this... and in the tile Internet, bridge friends are also considered.
But I can't get it done yet.  :(

 :)

Logged
DGA4132 Firmware 1.1.0 + TIM-GUI unlocked
DGA4132 Test device unlocked

Ivymike

  • Reg Member
  • ***
  • Posts: 100
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #797 on: March 03, 2018, 08:02:34 AM »

Like this?




i added this code:

Code: [Select]
local name = proxy.get("uci.env.var.friendly_sw_version_activebank")
if name then
    name = name[1].value
else
    name = ""
end

right under these strings:

Code: [Select]
local name = proxy.get("uci.versioncusto.override.fwversion_override")
if name then
    name = name[1].value
else
    name = ""
end
« Last Edit: March 03, 2018, 10:23:41 AM by Ivymike »
Logged

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #798 on: March 03, 2018, 10:07:27 AM »

About the green light near "gateway in bridge mode", you have to look in /www/cards/snippets/003_internet_bridged.lp
the function to create the light is createSimpleLight
you can see an example how to use it in the other files like 003_internet_pppoe_routed.lp

anyway here is the html template for the lights, maybe hardcoding will be easier  ::):
Quote
<span class="simple-desc"><div class="light green"></div>connected</span>

<span class="simple-desc"><div class="light red"></div>disconnected</span>

<span class="simple-desc"><div class="light orange"></div>connecting</span>

<span class="simple-desc"><div class="light off"></div>disabled</span>

Maybe just try this if you want to see a green light :
Code: [Select]
--pretranslated: do not change this file
 
-- Enable localization
gettext.textdomain('webui-core')

local ui_helper = require("web.ui_helper")
local modalPath = nil

local session = ngx.ctx.session
if session:hasAccess("/modals/internet-modal.lp") then
    modalPath = "/modals/internet-modal.lp"
end
  ngx.print('\
\
\
  <p class="subinfos">\
    '); ngx.print('<span class="simple-desc"><div class="light green"></div>connected</span>');  ngx.print( T("Gateway in bridge mode") ); ngx.print('\
  </p>\
');
« Last Edit: March 03, 2018, 10:33:57 AM by shdf »
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

eclp

  • Reg Member
  • ***
  • Posts: 136
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #799 on: March 03, 2018, 11:52:15 AM »

Thanks guys! I will try it out and give you feedback....  :)

But before that I still have the problem with my test device, it's stuck in a bootloop. Nothing seems possible these days. Tftpd64 flashes the firmware properly, the router restarts and gets stuck with orange light.

Code: [Select]
Rcvd BootP Msg for IP 0.0.0.0, Mac A4:91:XX:XX:XX:XX [03/03 12:50:19.321]
DHCP: proposed address 192.168.1.1 [03/03 12:50:19.321]
Connection received from 192.168.1.1 on port 2407 [03/03 12:50:19.336]
Read request for file <110.rbi>. Mode octet [03/03 12:50:19.336]
Using local port 63576 [03/03 12:50:19.336]
<110.rbi>: sent 51461 blks, 26347691 bytes in 10 s. 0 blk resent [03/03 12:50:29.333]

 >:(
Logged
DGA4132 Firmware 1.1.0 + TIM-GUI unlocked
DGA4132 Test device unlocked

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #800 on: March 03, 2018, 12:02:07 PM »

so you can't use autoflashgui anymore ?
you are probably on bank2 that's why flashing with tftp doesn't have any effect...
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

eclp

  • Reg Member
  • ***
  • Posts: 136
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #801 on: March 03, 2018, 12:15:39 PM »

Autoflashgui doesn't work here at all anymore.

Code: [Select]
During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tkinter\__init__.py", line 1699, in __call__
  File "autoflashgui.py", line 302, in run
  File "autoflashgui.py", line 108, in mainScript
  File "autoflashgui.py", line 53, in srp6authenticate
  File "site-packages\robobrowser\browser.py", line 205, in open
  File "site-packages\requests\sessions.py", line 508, in request
  File "site-packages\requests\sessions.py", line 618, in send
  File "site-packages\requests\adapters.py", line 508, in send
requests.exceptions.ConnectionError: HTTPConnectionPool(host='192.168.1.1', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000228F1B329E8>: Failed to establish a new connection: [WinError 10053] An existing connection has been terminated by the host computer software-controlled\r\captured by the host computer',))

 :)
Logged
DGA4132 Firmware 1.1.0 + TIM-GUI unlocked
DGA4132 Test device unlocked

onix20

  • Just arrived
  • *
  • Posts: 9
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #802 on: March 03, 2018, 01:56:36 PM »

This is what you need :
- Download autoflashGUI to downgrade/upgrade your firmware. This is also used to unlock your firmware if you select the firmware 1.0.3.
- Download your firmware from my MEGA repository (see my signature at the bottom). Download both versions 1.0.3 and the 1.1.0 and put both files in the autoflashgui folder.
- Download an unlocked GUI for your router, in order to be able to configure it for your ISP. http://www.dga4132.tk

1) With autoflashgui, flash the firmware 1.1.0

2) with autoflashgui, flash the firmware 1.0.3, configure it like in my screenshot below, don't forget to tick "dga4132 1.0.3 root inactive" :

it will flash the firmware 1.0.3 and reboot the modem, root it, root the inactive bank where is located the firmware 1.1.0, and reboot again but this time with the firmware 1.1.0 (root and ssh enabled).

3) now you can access the router with putty (login/pass = root/root) and winscp. if you're an advanced user and have some openwrt knowledge, you can go directly to the /etc/config/ folder and start configuring your modem/router. if not then you have to install an unlocked GUI to configure it from your browser.

4) with winscp copy the unlocked gui file dga4132_unlocked.tar.gz in the /tmp folder of the router

5) from putty run these comands :
Code: [Select]
tar -zxvf /tmp/dga4132_unlocked.tar.gz -C /
/etc/init.d/rootdevice force
/etc/init.d/rootdevice force
at this point your modem should reboot, so just wait...the content of Bank_1 will be copied into bank_2 or vice versa, and bank_1 will be set as the active bank_1. In case of big problem it's always good to be on bank_1 active as it will let you reflash the modem with TFTP.
If you see some errore messages just ignore them, it's not important. it's just because you don't have a WAN ip address as your ISP is not configured yet.

6) you can now start configuring your modem from the GUI.

I wanted upgrade my rootet  firmware 1.1.0_002 with tim gui  to  firmware 1.1.0 . After point 1 I am loosing my ssh connecting. No connect with Winzip/Putty. The connect to the Tim gui is also failed. What can I do get rooting again?
Logged

giulio63

  • Just arrived
  • *
  • Posts: 1
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #803 on: March 03, 2018, 02:04:17 PM »

Hello,
I'm with Firmware 1.1.0 GUI and GUI Ansuel 4.6.9, it's possible modify it to have in the tab Gateway, also the info about the Firmware version and the router uptime how I've seen here in some screenshots about the GUI TIM unlocked ?

Thanks

Giulio
Logged
DGA4130 Firmware 1.1.0 GUI Ansuel 4.6.9

eclp

  • Reg Member
  • ***
  • Posts: 136
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #804 on: March 03, 2018, 03:06:26 PM »

For green light in bridge mode this code (hardcoded) is correct:

/www/cards/snippets/003_internet_bridged.lp

Code: [Select]
--pretranslated: do not change this file
 
-- Enable localization
gettext.textdomain('webui-core')

local ui_helper = require("web.ui_helper")
local modalPath = nil

local session = ngx.ctx.session
if session:hasAccess("/modals/internet-modal.lp") then
    modalPath = "/modals/internet-modal.lp"
end
  ngx.print('\
\
');  ngx.print( ui_helper.createCardHeader(T"Internet Access", modalPath) ); ngx.print('\
<div class="content">\
  <p class="subinfos">\
    '); ngx.print('<div class="light green"></div>');  ngx.print( T("Gateway in bridge mode") ); ngx.print('\
  </p>\
</div>\
');

 :)
Logged
DGA4132 Firmware 1.1.0 + TIM-GUI unlocked
DGA4132 Test device unlocked

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #805 on: March 03, 2018, 03:16:30 PM »

I wanted upgrade my rootet  firmware 1.1.0_002 with tim gui  to  firmware 1.1.0 . After point 1 I am loosing my ssh connecting. No connect with Winzip/Putty. The connect to the Tim gui is also failed. What can I do get rooting again?
this is normal ! do you even understand what you're doing ?  :o continue the procedure up to the end...
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #806 on: March 03, 2018, 03:20:24 PM »

Hello,
I'm with Firmware 1.1.0 GUI and GUI Ansuel 4.6.9, it's possible modify it to have in the tab Gateway, also the info about the Firmware version and the router uptime how I've seen here in some screenshots about the GUI TIM unlocked ?

Thanks

Giulio
OMG...i left the italian forum and now everyone is coming here ?

replace the file /www/cards/001_gateway.lp with the one in the unlocked TIM GUI.
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #807 on: March 03, 2018, 03:24:17 PM »

@eclp
nice  ;)
the only problem with the hardcoded green light is that it will show "connected" even if you're not... :(
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

onix20

  • Just arrived
  • *
  • Posts: 9
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #808 on: March 03, 2018, 04:11:21 PM »

this is normal ! do you even understand what you're doing ?  :o continue the procedure up to the end...
Hi,

I have made this:

1) With autoflashgui, flash the firmware 1.1.0

2) with autoflashgui, flash the firmware 1.0.3, configure it like in my screenshot below, don't forget to tick "dga4132 1.0.3 root inactive" :


-->the modem donīt reboot automaticly. :(
The modem makes nothing.

I canīt use the gui (login fail), I canīt use WinSCP/Putty.



« Last Edit: March 03, 2018, 09:16:06 PM by onix20 »
Logged

balteck

  • Member
  • **
  • Posts: 16
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #809 on: March 03, 2018, 04:33:46 PM »

@eclp
nice  ;)
the only problem with the hardcoded green light is that it will show "connected" even if you're not... :(

In bridge mode the lan port is always bridged with dsl port, so there isn't the case when it is "not connected", because it means that the two ports are connected together.

It is a differente meaning of "PPPoE connected", indicating a successfully authentication to Internet.

So I think it is right in this way.
Logged
Pages: 1 ... 52 53 [54] 55 56 ... 84