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 ... 8 9 [10] 11 12 ... 26

Author Topic: OpenWrt (Chaos Calmer r46559) for ECI/r v1 & v2 - Update: G.INP/ReTX Support  (Read 270878 times)

jsamuel

  • Reg Member
  • ***
  • Posts: 117
Re: OpenWrt (Chaos Calmer r46559) for ECI/r v1 & v2 - Update: G.INP/ReTX Support
« Reply #135 on: September 02, 2015, 01:31:17 PM »

To double check phi2008 can you show me the status of
Quote
free
and also
Quote
df
:)
Logged

phi2008

  • Reg Member
  • ***
  • Posts: 420
Re: OpenWrt (Chaos Calmer r46559) for ECI/r v1 & v2 - Update: G.INP/ReTX Support
« Reply #136 on: September 02, 2015, 01:40:38 PM »

Code: [Select]
root@OpenWrt:~# free
             total         used         free       shared      buffers
Mem:         27456        21844         5612          568         1628
-/+ buffers:              20216         7240
Swap:            0            0            0
root@OpenWrt:~# df
Filesystem           1K-blocks      Used Available Use% Mounted on
rootfs                    1344       272      1072  20% /
/dev/root                 3072      3072         0 100% /rom
tmpfs                    13728       568     13160   4% /tmp
/dev/mtdblock3            1344       272      1072  20% /overlay
overlayfs:/overlay        1344       272      1072  20% /
tmpfs                      512         0       512   0% /dev
root@OpenWrt:~#
« Last Edit: September 02, 2015, 01:43:33 PM by phi2008 »
Logged

jsamuel

  • Reg Member
  • ***
  • Posts: 117
Re: OpenWrt (Chaos Calmer r46559) for ECI/r v1 & v2 - Update: G.INP/ReTX Support
« Reply #137 on: September 02, 2015, 01:51:06 PM »

Indeed strange, You have plenty of memory and spare space in /overlay so this looks like it's the work of opkg's bugs as above :no:
Have you tried rerunning the script? or same outcome?

As this is built on OpenWrt's Bleeding Edge there may be some bugs but it's stable enough for most uses. I'll test another build and see if this goes away.
Logged

phi2008

  • Reg Member
  • ***
  • Posts: 420
Re: OpenWrt (Chaos Calmer r46559) for ECI/r v1 & v2 - Update: G.INP/ReTX Support
« Reply #138 on: September 02, 2015, 02:08:53 PM »

Tried re-running again, gives out of memory error -

Code: [Select]
root@OpenWrt:~#  wget http://vanquishsolutions.co.uk/openwrt/VG3503J/update.sh && chmod +x update.sh
 && ./update.sh
Connecting to vanquishsolutions.co.uk (104.28.29.73:80)
update.sh            100% |***************************************************|  1058   0:00:00 ETA
Connecting to vanquishsolutions.co.uk (104.28.28.73:80)
index.htm            100% |***************************************************| 18626   0:00:00 ETA
LuCI Status: Updated /usr/lib/lua/luci/view/admin_status/index.htm
Connecting to vanquishsolutions.co.uk (104.28.29.73:80)
root                 100% |***************************************************|    59   0:00:00 ETA
Crontab: Added /etc/crontabs/root
Connecting to vanquishsolutions.co.uk (104.28.28.73:80)
dsl_control          100% |***************************************************|  1744   0:00:00 ETA
dsl_control: Updated /etc/init.d/dsl_control
Connecting to vanquishsolutions.co.uk (104.28.29.73:80)
lantiq_dsl.sh        100% |***************************************************| 18711   0:00:00 ETA
lantiq_dsl.sh: Updated /lib/functions/lantiq_dsl.sh
Connecting to vanquishsolutions.co.uk (104.28.28.73:80)
distfeeds.conf       100% |***************************************************|   645   0:00:00 ETA
opkg feeds: Updated /etc/opkg/distfeeds.conf
Downloading http://vanquishsolutions.co.uk/openwrt/VG3503J/packages/base/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading http://vanquishsolutions.co.uk/openwrt/VG3503J/packages/base/Packages.sig.
Signature check passed.
Downloading http://vanquishsolutions.co.uk/openwrt/VG3503J/packages/luci/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_luci.
Downloading http://vanquishsolutions.co.uk/openwrt/VG3503J/packages/luci/Packages.sig.
Signature check passed.
Downloading http://vanquishsolutions.co.uk/openwrt/VG3503J/packages/management/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_management.
Downloading http://vanquishsolutions.co.uk/openwrt/VG3503J/packages/management/Packages.sig.
Signature check passed.
Downloading http://vanquishsolutions.co.uk/openwrt/VG3503J/packages/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_packages.
Downloading http://vanquishsolutions.co.uk/openwrt/VG3503J/packages/packages/Packages.sig.
Signature check passed.
Downloading http://vanquishsolutions.co.uk/openwrt/VG3503J/packages/routing/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_routing.
Downloading http://vanquishsolutions.co.uk/openwrt/VG3503J/packages/routing/Packages.sig.
Signature check passed.
Downloading http://vanquishsolutions.co.uk/openwrt/VG3503J/packages/telephony/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_telephony.
Downloading http://vanquishsolutions.co.uk/openwrt/VG3503J/packages/telephony/Packages.sig.
Signature check passed.
Collected errors:
 * gz_open: fork: Out of memory.
 * pkg_hash_add_from_file: Failed to open /var/opkg-lists/chaos_calmer_routing: Out of memory.
Connecting to vanquishsolutions.co.uk (104.28.29.73:80)
munin-node           100% |***************************************************| 28549   0:00:00 ETA
muninlite: Updated /usr/sbin/munin-node
root@OpenWrt:~#

EDIT:

OK a reboot seems to have resulted in a successful script execution, I was just avoiding rebooting the modem until I really had to.
« Last Edit: September 02, 2015, 02:18:23 PM by phi2008 »
Logged

jsamuel

  • Reg Member
  • ***
  • Posts: 117
Re: OpenWrt (Chaos Calmer r46559) for ECI/r v1 & v2 - Update: G.INP/ReTX Support
« Reply #139 on: September 02, 2015, 02:26:35 PM »

Do you perhaps have LuCI open atall? Try closing it and try 'opkg update;opkg install muninlite' again when closed, or rerun ./update.sh

LuCI does have some performance issues, One of OpenWrt's dev's has confirmed but yet to investigate.

Logged

ejs

  • Kitizen
  • ****
  • Posts: 2078
Re: OpenWrt (Chaos Calmer r46559) for ECI/r v1 & v2 - Update: G.INP/ReTX Support
« Reply #140 on: September 09, 2015, 01:24:12 PM »

The Netgear D7800 source code release contains some newer Lantiq sources:

drv_dsl_cpe_api_vrx-4.16.5.4.tar.gz
drv_mei_cpe-1.4.9.7.tar.gz
dsl_cpe_control_vrx-4.16.5.4.tar.gz

The D7800 is VR10 / VRX320, but it looks like those Lantiq sources can be built for different devices. The changelog entries didn't sound particularly important, they are mostly to support the newer chip.
Logged

jsamuel

  • Reg Member
  • ***
  • Posts: 117
Re: OpenWrt (Chaos Calmer r46559) for ECI/r v1 & v2 - Update: G.INP/ReTX Support
« Reply #141 on: September 09, 2015, 01:33:30 PM »

Thank you ejs
I'll have a dig into it, I wonder where OEMs get the sources from. perhaps Lantiq give them updates directly?
Logged

ktz392837

  • Reg Member
  • ***
  • Posts: 559
Re: OpenWrt (Chaos Calmer r46559) for ECI/r v1 & v2 - Update: G.INP/ReTX Support
« Reply #142 on: September 09, 2015, 07:21:41 PM »

Does anyone know how the interaction with tftp should work.  I need to run tftp on windows but what command initiates the update or does the ctrl-c bit do the update and then you type the commands listed?  Thanks
Logged

currytop

  • Reg Member
  • ***
  • Posts: 114
Re: OpenWrt (Chaos Calmer r46559) for ECI/r v1 & v2 - Update: G.INP/ReTX Support
« Reply #143 on: September 10, 2015, 08:49:30 AM »

Does anyone know how the interaction with tftp should work.  I need to run tftp on windows but what command initiates the update or does the ctrl-c bit do the update and then you type the commands listed?  Thanks
The ECI has a monitor program that runs on boot. It's default behaviour is to listen on the serial port for a few seconds for a Ctrl-C indicating a person is trying to interact with it. Upon receiving it, it enters an interactive session which supports a series of commands. The commands listed define tftp server addresses in the environment etc and then saves them for the future. If your TFTP server on Windows is setup correctly, the correct LAN port connected and the ECI binary image stored in the right folder then the transfer is initiated over Ethernet by typing
Code: [Select]
run update_openwrt into the terminal program connected to the ECI serial port. That runs a command you setup earlier.

Hope that helps,

Steve
Logged

phi2008

  • Reg Member
  • ***
  • Posts: 420

Does anyone have the set-up to use this with BT TV/YouView which requires multicast? I have a router that works fine with BT TV/multicast using a standard HG612 modem but ECI with OpenWRT appears to need some tweaking before it'll work.  ???
Logged

jsamuel

  • Reg Member
  • ***
  • Posts: 117

It should work fine out of the box  ???
Logged

phi2008

  • Reg Member
  • ***
  • Posts: 420

Doesn't seem to work, tried a flash reset with no apparent effect - as I said the unlocked HG612 works OK. I've tried playing/faffing around with WRT and the best I can manage to do is sometimes get a garbled image on my BT/YouView box - my ethernet switch activity LEDs suggest multicast traffic is sometimes coming through the modem which gives cause for hope I suppose. My "OpenWRT-fu" is close to zero, and my knowledge of multicast IPTV is less than zero, so basically I don't have much of a clue.  :-\
Logged

hacktrix2006

  • Reg Member
  • ***
  • Posts: 305
    • xDSL Stats:

Hi all i am also now in this OpenWRT crew on the modem after spending nearly 3 hours trying to get a Serial connection on the board to which i ended up drilling the pads as direct heat or even a heated pin didn't melt the solder on the pads.

Now i have a question with the OpenWRT image stock settings can one fire up a PPPOE connection via a direct connection on the PC/Laptop like a normal BT VDSL router (For ASDL) with just making a new connection and dial via the PC/Laptop a PPPOE connection.

If not how does one make the modem act like the normal BT Firmware on OpenWRT.

Also whats the best way to connect via a the DSL-AC68U and its WAN port with the LAN2 port connected.

Whats the best Monitoring software as well for an OpenWRT'd ECI modem. Thanks in advance.

Logged

jsamuel

  • Reg Member
  • ***
  • Posts: 117

phi2008
I'm sorry :( I don't have a clue how those YouView boxes work, perhaps someone else can chime in?
I found this: http://wiki.openwrt.org/doc/howto/udp_multicast

hacktrix2006
I recommend setting up the modem to handle the PPP connection and not the PC.
Requires a change in /etc/config/network
http://forum.kitz.co.uk/index.php?topic=15918.60

Logged

jsamuel

  • Reg Member
  • ***
  • Posts: 117


Original image courtesy of Zen
Logged
Pages: 1 ... 8 9 [10] 11 12 ... 26
 

anything