newsZigzagDownLoader (ZDL) - News: Reconnection of the TIM modem from the command line

 
 
Latest News
[en] DCC reverse posted by zoninoz, Thu 23 Nov 2023 07:47:03 PM UTC
[it] DCC inverso posted by zoninoz, Thu 23 Nov 2023 07:46:48 PM UTC
[en] New option: -X KEYWORDS, --xdcc-search=KEYWORDS posted by zoninoz, Wed 22 Nov 2023 03:51:52 PM UTC
[it] Nuova opzione: -X KEYWORDS, --xdcc-search=KEYWORDS posted by zoninoz, Wed 22 Nov 2023 03:51:34 PM UTC
[en] New extension posted by zoninoz, Tue 14 Nov 2023 08:17:40 PM UTC

[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`

 

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code