ZigzagDownLoader (ZDL) - News
[en] Reconnection of the TIM modem from the command line
Item posted by Gianluca Zoni <zoninoz> on Wed 25 Nov 2020 06:11:58 PM UTC.
In the following link there is a bash script that allows the reconnection of the TIM modem/router from the command line:
https://www.inventati.org/zoninoz/zdl/zmodem
ZigzagModem works for the TIM ADSL / VDSL service and uses some functions of ZDL. To use it without installing ZDL it is necessary to delete and modify some parts of the code.
To install and configure ZDL:
- download and save it in /usr/local/bin/
- open the file /usr/local/bin/ zmodem and enter the credentials to login to the modem, between the quotation marks to the right of the USER and PASSWORD variables
- make sure the file is executable, with the command `chmod x /usr/local/bin/zmodem`
- configure ZDL to make it use zmodem:
- go to option 7 of `zdl --configure` or reconnecter variable in $HOME/.zdl/zdl.conf file
- enter `zmodem -r`
Powered by Savane 3.14-8aba.
Corresponding source code