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 ... 56 57 [58] 59 60 ... 84

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

Ivymike

  • Reg Member
  • ***
  • Posts: 100
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #855 on: March 06, 2018, 11:17:59 AM »

Thank you @eclp... can you help me with my problem? "show advanced" tabs have disappear
Logged

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #856 on: March 06, 2018, 11:55:05 AM »

you see that it disappear but you didn't see that the page is displayed in advanced mode automaticaly  ;D?

this is the reason, in /etc/config/web

Quote
config uiconfig 'uidefault'
   option nsplink 'http://www.technicolor.com'
   option defaultuser 'admin'
   option upgradefw '1'
   option alwaysadvanced '1'
set it to '0' if you like to click on the buttons  ;D
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

Ivymike

  • Reg Member
  • ***
  • Posts: 100
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #857 on: March 06, 2018, 12:28:25 PM »

you see that it disappear but you didn't see that the page is displayed in advanced mode automaticaly  ;D?

this is the reason, in /etc/config/web
set it to '0' if you like to click on the buttons  ;D

yes i did but i didn't mention it.
I'll try, it's all for knowledge, didn't seem i have touched that file...   :-\
Logged

Ivymike

  • Reg Member
  • ***
  • Posts: 100
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #858 on: March 06, 2018, 12:45:37 PM »

it's work  :)

you're very expert shdf... i can't believe you cannot solve 2,4 wifi issues


EDIT: i've problem with aria... by browser it's disconnected only with firefox but every option is correct, if i use AGTEF program or IE... it's connected.
« Last Edit: March 06, 2018, 05:16:56 PM by Ivymike »
Logged

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #859 on: March 06, 2018, 05:49:23 PM »

isn't it a chrome problem since their last update ? i think the problem is the chrome cache...even when my modem is shut down chrome show me the aria interface (even when i refresh the page !!) when i go to http://192.168.1.1/aria  :lol: this should not be possible.
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

Ivymike

  • Reg Member
  • ***
  • Posts: 100
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #860 on: March 06, 2018, 07:29:16 PM »

firefox no chrome, but does like chrome, i tried to erase cache but nothing
Logged

Ivymike

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

Meanwhile i'm downloading, i cannot load aria page, it's freezing for a few minutes

« Last Edit: March 07, 2018, 08:58:41 AM by Ivymike »
Logged

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #862 on: March 07, 2018, 09:02:56 AM »

the CPU is overloaded maybe ?
i noticed with 5 torrents @full speed the router is very slow and the cpu load is very high. By the way i added this to see the Cpu load :


001_gateway.lp
Code: [Select]
--pretranslated: do not change this file
 
-- Enable localization
gettext.textdomain('webui-core')
 
local proxy = require("datamodel")
local ui_helper = require("web.ui_helper")
local content_helper = require("web.content_helper")
 
local find, sub = string.find, string.sub
local floor, ipairs = math.floor, ipairs
local format = string.format
 
-- Non-configurable data
local content = {
  software_name = "uci.version.version.@version[0].marketing_name",
  software_version = "uci.version.version.@version[0].marketing_version",
  factory_id = "uci.env.rip.factory_id",
  serial_number = "uci.env.rip.serial",
}
 
content_helper.getExactContent(content)
 
content["uptime"] = content_helper.readfile("/proc/uptime","number",floor)
 
local name = proxy.get("uci.env.var.friendly_sw_version_activebank")
if name then
    name = name[1].value
    name = name:gsub("_"," ")
else
    name = ""
end
 
local board = proxy.get("uci.env.rip.board_mnemonic")
if board then
    board = board[1].value
else
    board = ""
end

content["loadavg"] = content_helper.readfile("/proc/loadavg","string")
loadavg = string.sub(content["loadavg"],1,14)
 
-- Construct an uptime string from the number of seconds
local function secondsToTime(uptime)
  local days =  floor(uptime / 86400)
  local hours =  floor(uptime / 3600) % 24
  local minutes = floor(uptime / 60) % 60
  local seconds = uptime % 60
  if (days > 0) then
    return format(T"%ddays %dhours %dmin", days, hours, minutes)
  elseif (hours > 0) then
    return format(T"%dhours %dmin %dsec", hours, minutes, seconds)
  elseif (minutes > 0) then
    return format(T"%dmin %dsec", minutes, seconds)
  else
    return format(T"%dsec", seconds)
  end
end
 
local session = ngx.ctx.session
if session:hasAccess("/modals/gateway-modal.lp") then
 
local headerAttr = {
    icon = {
        class = "icon-cogs"
    }
}
 
  ngx.print('\
<div class="span3">\
 <div class="smallcard">\
   ');  ngx.print( ui_helper.createCardHeader(T"Gateway", "modals/gateway-modal.lp", nil, nil, headerAttr) ); ngx.print('\
   <div class="content">\
     <div class="light green"></div>\
     <p>');  ngx.print( T"Version: " ); ngx.print(' <strong>');  ngx.print( content.software_name .. " (" .. content.software_version .. ")" ); ngx.print('</strong></br>\
     <span class="subinfos">');  ngx.print( T"Firmware: " ); ngx.print(' '); ngx.print('<b>'); ngx.print( name ); ngx.print('</b>'); ngx.print('</span>\
      <p class="subinfos">');  ngx.print( T"CPU Load: " ); ngx.print(' '); ngx.print('<b>'); ngx.print( loadavg ); ngx.print('</b>'); ngx.print('</br>\
     ');  ngx.print( T"Uptime: " ); ngx.print(' <b>');  ngx.print( secondsToTime(content["uptime"]) ); ngx.print('</b></p>\
     <div data-toggle="modal" data-remote="modals/gateway-modal.lp" data-id="gateway-modal">\
     </div>\
   </div>\
 </div>\
</div>\
'); 
end
  ngx.print('\
');
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 #863 on: March 07, 2018, 09:41:25 AM »

Cool.
The current CPU frequency display in percent would still be interesting for the tile.

 :)
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 #864 on: March 07, 2018, 10:00:01 AM »

Cool.
The current CPU frequency display in percent would still be interesting for the tile.

 :)

True  ::)
Logged

shdf

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

"The current CPU frequency display"
what is this ?  ???
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

Ivymike

  • Reg Member
  • ***
  • Posts: 100
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #866 on: March 07, 2018, 10:14:20 AM »

"The current CPU frequency display"
what is this ?  ???

i think he wanted say... instead 0.11 0.12. 0.44 for example, to have 11% 12% 44%, if it's possible
Logged

eclp

  • Reg Member
  • ***
  • Posts: 136
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #867 on: March 07, 2018, 10:19:15 AM »

Yes, right.

I just don't know what a CPU is at all, I assume dual-core?

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

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

Ivymike

  • Reg Member
  • ***
  • Posts: 100
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #869 on: March 07, 2018, 12:10:22 PM »

mpstat command by telnet showing CPU %usr.

Logged
Pages: 1 ... 56 57 [58] 59 60 ... 84
 

anything