-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing tch-nginx-gui on Technicolor TG-1 Bricked the Gateway #1171
Comments
Can you please advise on my problem as I have set aside the router since September 26th awaiting a response on my problem. Regards, fbagnato |
I don't have a response for you, and I need more info about the device, maybe is a firmware v15 and pretty sure patches are needed to have it working... If you want to retry use directly the dev version, and post a log of the install with the debug flag |
Hello @FrancYescO , Thanks for your reply. The device is a Technicolor TGiiNet-1 TG-1 Broadband Gateway (A TG-1 model original distributed by the Australian iiNet Internet Provider). The firmware installed on it is version v15.53.8141-ver1.9.2. The device is rooted. When you say "If you want to retry use directly the dev version, and post a log of the install with the debug flag" when I ran the 1st command "curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI.tar.bz2 --output /tmp/GUI.tar.bz2" did it install the dev version? I see that the latest version is v9.6.97. Is this the "dev" version that you speak of and if so what is the curl command to get the dev version? Also, how do I turn the debug flag on and post a log to you? Regards, fbagnato |
Hello @FrancYescO , I'm still waiting on your reply from my last post. Could you please attend to it? Regards, fbagnato |
Hello @FrancYescO , I'm still waiting on your reply from my last post. I still haven't been able to complete the modification on my router and would appreciate your reply. Could you please attend to it? Regards, fbagnato |
`curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI_dev.tar.bz2 --output /tmp/GUI_dev.tar.bz2 | bzcat /tmp/GUI_dev.tar.bz2 | tar -C / -xvf - /etc/init.d/rootdevice debug` Like said before with a "new" device just rooted |
Hello @FrancYescO I tried the command you provided but got an error. Is the syntax correct???? Here is the output: root@dsldevice:~# curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI_dev.tar.bz2 --output /t |
i updated the command up, seems there was a missing |
Thanks for your prompt reply @FrancYescO Now when I run the command most likely it will re-brick the router as it has in the past. Where does the debug command put the debug file you need? If it is on the router I won't be able to access it as the router will be bricked. Regards, fbagnato |
it will just give more logs during the install, and pretty sure will go in the same "bricked" status. as i assume you already done, you can restore the router via TFTP/reset button. |
Nope, got the following: root@dsldevice:~# curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI_dev.tar.bz2 --output /t |
Can I just run the official command on the main page of: curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI.tar.bz2 --output /tmp/GUI.tar.bz2 Just adding debug to the end of the command? Regards, fbagnato |
you should also replace all the three occurence of GUI.tar.bz2 with GUI_dev.tar.bz2 |
Hello @FrancYescO, I got the following error: curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI_dev.tar.bz2 --output /tmp/GUI_dev.tar.bz2 C:\WINDOWS\system32>bzcat /tmp/GUI_dev.tar.bz2 | tar -C / -xvf - /etc/init.d/rootdevice force debug |
C:\WINDOWS\system32>curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI_dev.tar.bz2 --output /tmp/GUI_dev.tar.bz2 bzcat /tmp/GUI_dev.tar.bz2 | tar -C / -xvf - /etc/init.d/rootdevice force debug |
|
Hello @FrancYescO I forgot to SSH into the router on the last command run. Can you please provide the correct command to run. My last attempt was the command: Output was: |
Hello @FrancYescO Should there be a new line between two commands? ie. should the command be: curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI_dev.tar.bz2 --output /t Regards, fbagnato |
Hello @FrancYescO Can you please help me, I am not an expert and am limited as to what I can figure out myself. Regards, fbagnato |
yes |
Hello @FrancYescO I don't understand what I am doing wrong! Here is the 1st command I ran: curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI_dev.tar.bz2 --output /t Here is the output from the first command: root@dsldevice:~# curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI_dev.tar.bz2 --output /t Can you please provide the correct command to run? Regards, fbagnato |
Do you know why the last command failed with a bzcat: bunzip error -3 Does this mean there is something wrong with the GUI_dev.tar.bz2 file? What command should I run? Can I replace GUI_dev.tar.bz2 with GUI.tar.bz2? I hope you can reply so that we can finally get the debug command to successfully run.. Regards, fbagnato |
curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI_dev.tar.bz2 --output /tmp/GUI_dev.tar.bz2 bzcat /tmp/GUI_dev.tar.bz2 | tar -C / -xvf - /etc/init.d/rootdevice debug |
Hello @FrancYescO Finally a positive result, the commands you provided ran successfully. Thank-you for persisting with me. I have attached the output from the commands. Please let me know what happens next. Is it possible to install tch-nginx-gui on this router? Regards, fbagnato |
Hello @FrancYescO Just wondering if you had a chance to look at my submitted debug log? Regards, fbagnato |
Hello @FrancYescO Just wondering if you had a chance to look at my submitted debug log? I'm still waiting on your input so are you able to reply? Regards, fbagnato |
1 similar comment
Hello @FrancYescO Just wondering if you had a chance to look at my submitted debug log? I'm still waiting on your input so are you able to reply? Regards, fbagnato |
Unfortunately not, is not going to happen soon |
Hello @FrancYescO, Thanks for the update, much appreciated. I would like to know if this router can be updated with tch-nginx-gui so I would appreciate an answer whenever you get a chance. Regards, fbagnato |
Hello,
I tried to install the tch-nginx-gui but the Gateway ended up in a bootloop.
I was able to reflash the firmware using TFTP and the Gateway is functional again.
I entered the commands:
curl -k https://raw.githubusercontent.com/Ansuel/gui-dev-build-auto/master/GUI.tar.bz2 --output /tmp/GUI.tar.bz2
bzcat /tmp/GUI.tar.bz2 | tar -C / -xvf -
/etc/init.d/rootdevice force
The curl command seemed to work perfectly but none of the outputs from the /etc/init.d/rootdevice force seemed to work.
Is the Technicolor TG-1 supported by your tool?
Is there a way I can get it working on the Technicolor TG-1?
The attached text file is the output from the commands run.
Ansuel_tch-nginx-gui Log.txt
Regards,
fbagnato
The text was updated successfully, but these errors were encountered: