Skip to content

Installation

Francesco Molitierno edited this page Sep 5, 2019 · 1 revision

Basic installation instructions for the latest Stable release:

First you need to get root acces to your Gateway

Some Topics to help you get root access:

  • DGA4130 TIM: https://www.ilpuntotecnico.com/forum/index.php/topic,77325.html
  • DGA4132 TIM: https://www.ilpuntotecnico.com/forum/index.php/topic,78162.html
  • 789vac v2 TIM: https://www.ilpuntotecnico.com/forum/index.php/topic,77071.html
  • 789vac v2 Tiscali: https://www.ilpuntotecnico.com/forum/index.php/topic,77988.html
  • 799vac, 800vac and 797n v3 Any ISP: https://whirlpool.net.au/wiki/hack_technicolor
General GUI Topic: https://www.ilpuntotecnico.com/forum/index.php/topic,78585.0.html

Second execute these commands (Active WAN/Internet connection required):

``` curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI.tar.bz2 --output /tmp/GUI.tar.bz2 ```

Third execute these commands (Inactive connection required):

``` bzcat /tmp/GUI.tar.bz2 | tar -C / -xvf - /etc/init.d/rootdevice force ```