programma di pseudorecovery via ftp e gestione telnet
+8
TysonVoip
tittopillo
nunziopuca
wireless
Ra95
kimblim
graymalking
Massinge
12 partecipanti
Pagina 2 di 3
Pagina 2 di 3 • 1, 2, 3
programma di pseudorecovery via ftp e gestione telnet
Promemoria primo messaggio :
IMPORTANTE!!
Nei casi più comuni è più semplice recuperare il fritz box con il recovery ufficiale AVM specifico per ogni modello. La procedura è spiegata QUI
PROCEDIMENTO pseudo recovery by Graymaliking:
Prendendo spunto dalla discussione
"Importante: [How-TO] Come effettuare un recovery FTP del Fritz partendo dal firmware (per firmware superiori al xx.04.30) "
ho sviluppato un sw in grado di eseguire il caricamento di firmware, anche modificati, direttamente sul fritzbox.
Il programma consente di operare su fw sia pre che post xx.04.30 con alcune precisazioni:
1) il fw che si vuole caricare è quello già caricato devono essere entrambi pre o post xx.04.30
2) se il fw è post xx.04.30 si può scegliere se fare un aggiornamento mantenendo le impostazioni caricate (sempre meglio salvarle) oppure uno pseudorecovery.
3) se il fw è pre xx.04.30 si può solo fare un aggiornamento senza recovery.
4) l'aggancio al ftp per versioni post xx.04.30 è automatico, quello per le versioni pre viene calibrato con un temporizzatore
5) si può forzare il caricamento di fw che hanno rispetto a quello installato numeri progressivi minori (salvo caso 1), diversa brandizzazione (avm, avme etc) e diverso annex.
6) Vengono bloccati caricamenti che implicano versioni di fritz differenti e capacità di memoria differente.
Il sw ha anche diverse utility telnet, come ad esempio l'ottenimento completo delle variabili del fritz e la possibilità di caricare script.
Il sw ha un Help (penso abbastanza completo) che invito a leggere.
Ovviamente, nonostante non abbia dato problemi nei test eseguiti, declino ogni responsabilità per danni o problemi che può arrecare.
Il sw è gratuito e ovviamente non commercializzabile.
Siamo in una versione beta, ritengo abbastanza avanzata, chi volesse contribuire al progetto può iniziare con il testarlo.
Ah dimenticavo lo trovate qui
copiate il link nella finestra browser
http://graymalking.altervista.org/documenti/beta%202.0.2.rar
IMPORTANTE!!
Nei casi più comuni è più semplice recuperare il fritz box con il recovery ufficiale AVM specifico per ogni modello. La procedura è spiegata QUI
PROCEDIMENTO pseudo recovery by Graymaliking:
Prendendo spunto dalla discussione
"Importante: [How-TO] Come effettuare un recovery FTP del Fritz partendo dal firmware (per firmware superiori al xx.04.30) "
ho sviluppato un sw in grado di eseguire il caricamento di firmware, anche modificati, direttamente sul fritzbox.
Il programma consente di operare su fw sia pre che post xx.04.30 con alcune precisazioni:
1) il fw che si vuole caricare è quello già caricato devono essere entrambi pre o post xx.04.30
2) se il fw è post xx.04.30 si può scegliere se fare un aggiornamento mantenendo le impostazioni caricate (sempre meglio salvarle) oppure uno pseudorecovery.
3) se il fw è pre xx.04.30 si può solo fare un aggiornamento senza recovery.
4) l'aggancio al ftp per versioni post xx.04.30 è automatico, quello per le versioni pre viene calibrato con un temporizzatore
5) si può forzare il caricamento di fw che hanno rispetto a quello installato numeri progressivi minori (salvo caso 1), diversa brandizzazione (avm, avme etc) e diverso annex.
6) Vengono bloccati caricamenti che implicano versioni di fritz differenti e capacità di memoria differente.
Il sw ha anche diverse utility telnet, come ad esempio l'ottenimento completo delle variabili del fritz e la possibilità di caricare script.
Il sw ha un Help (penso abbastanza completo) che invito a leggere.
Ovviamente, nonostante non abbia dato problemi nei test eseguiti, declino ogni responsabilità per danni o problemi che può arrecare.
Il sw è gratuito e ovviamente non commercializzabile.
Siamo in una versione beta, ritengo abbastanza avanzata, chi volesse contribuire al progetto può iniziare con il testarlo.
Ah dimenticavo lo trovate qui
copiate il link nella finestra browser
http://graymalking.altervista.org/documenti/beta%202.0.2.rar
Re: programma di pseudorecovery via ftp e gestione telnet
ln ftp quindi ci entra, raccogli le variabili che vediamo cosa non va
Re: programma di pseudorecovery via ftp e gestione telnet
Mi potrebbe precisare cosa sono le variabili e dove le trovo, credevo che fossero quelle indicate sopra.
EDITATO dal moderatore (Annex) per doppio post consecutivo:
sono queste?: numerazione firmware compatibile con l'intallazione
Brandizzazioni differenti (avm - avme - 1und1- freenet)
SETENV firmware_version avm
RECEIVE: 501 environment variable not set
SETENV firmware_info nt 04.76
RECEIVE: 501 Syntax error: Invalid number of parameters
ftp> open 192.168.178.1
Connected to 192.168.178.1.
220 ADAM2 FTP Server ready
Name (192.168.178.1:none): adam2
331 Password required for adam2
Password:
230 User adam2 successfully logged in
ftp> bin
200 Type set to BINARY
ftp> debug
Debugging on (debug=1).
ftp> quote PASV
---> PASV
227 Entering Passive Mode (192,168,178,1,4,121)
ftp> quote MEDIA FLSH
---> MEDIA FLSH
200 Media set to MEDIA_FLASH
ftp> put "kernel.image" mtd1
---> PASV
227 Entering Passive Mode (192,168,178,1,4,121)
---> STOR mtd1
150 Opening BINARY data connection
426 Data connection closed
7105650 bytes sent in 9 seconds (7.7e+002 Kbytes/s)
ftp> numerazione firmware compatibile con l'intallazione
?Invalid command
ftp> Brandizzazioni differenti (avm - avme - 1und1- freenet)
?Invalid command
ftp> SETENV firmware_version avm
?Invalid command
ftp> RECEIVE: 501 environment variable not set
?Invalid command
ftp>
ftp> SETENV firmware_info nt 04.76
?Invalid command
ftp> RECEIVE: 501 Syntax error: Invalid number of parameters
?Invalid command
ftp>
grazie
EDITATO dal moderatore (Annex) per doppio post consecutivo:
sono queste?: numerazione firmware compatibile con l'intallazione
Brandizzazioni differenti (avm - avme - 1und1- freenet)
SETENV firmware_version avm
RECEIVE: 501 environment variable not set
SETENV firmware_info nt 04.76
RECEIVE: 501 Syntax error: Invalid number of parameters
ftp> open 192.168.178.1
Connected to 192.168.178.1.
220 ADAM2 FTP Server ready
Name (192.168.178.1:none): adam2
331 Password required for adam2
Password:
230 User adam2 successfully logged in
ftp> bin
200 Type set to BINARY
ftp> debug
Debugging on (debug=1).
ftp> quote PASV
---> PASV
227 Entering Passive Mode (192,168,178,1,4,121)
ftp> quote MEDIA FLSH
---> MEDIA FLSH
200 Media set to MEDIA_FLASH
ftp> put "kernel.image" mtd1
---> PASV
227 Entering Passive Mode (192,168,178,1,4,121)
---> STOR mtd1
150 Opening BINARY data connection
426 Data connection closed
7105650 bytes sent in 9 seconds (7.7e+002 Kbytes/s)
ftp> numerazione firmware compatibile con l'intallazione
?Invalid command
ftp> Brandizzazioni differenti (avm - avme - 1und1- freenet)
?Invalid command
ftp> SETENV firmware_version avm
?Invalid command
ftp> RECEIVE: 501 environment variable not set
?Invalid command
ftp>
ftp> SETENV firmware_info nt 04.76
?Invalid command
ftp> RECEIVE: 501 Syntax error: Invalid number of parameters
?Invalid command
ftp>
grazie
tittopillo- nuovo utente
- Numero di messaggi : 35
Data d'iscrizione : 25.07.11
Re: programma di pseudorecovery via ftp e gestione telnet
Puoi utilizzare l'utility del mio programma per ricavare le variabili oppure :
via ftp inviare
GETENV HWRevision
GETENV ProductID
GETENV SerialNumber
GETENV annex
GETENV autoload
GETENV bootloaderVersion
GETENV bootserport
GETENV bluetooth
GETENV cpufrequency
GETENV firstfreeaddress
GETENV firmware_version
GETENV firmware_info
GETENV flashsize
GETENV maca
GETENV macb
GETENV macwlan
GETENV macdsl
GETENV memsize
GETENV modetty0
GETENV modetty1
GETENV mtd0
GETENV mtd1
GETENV mtd2
GETENV mtd3
GETENV mtd4
GETENV my_ipaddress
GETENV prompt
GETENV reserved
GETENV req_fullrate_freq
GETENV sysfrequency
GETENV urlader-version
GETENV usb_board_mac
GETENV usb_rndis_mac
GETENV usb_device_id
GETENV usb_revision_id
GETENV usb_device_name
GETENV usb_manufacturer_name
GETENV wlan_key
GETENV kernel_args
oppure via telnet (se funziona)
inviare
cat /proc/sys/urlader/environmentare
Inoltre indica con chiarezza:
quale fw hai montato
quale recovery tenti ti fare
che sistema operativo stai usando nel tuo pc
se hai antivirus o firewall attivi
nel caso non utilizzassi xp se stai facendo funzionare gli applicativi di recovery o il mio programma in modalità di amministratore
via ftp inviare
GETENV HWRevision
GETENV ProductID
GETENV SerialNumber
GETENV annex
GETENV autoload
GETENV bootloaderVersion
GETENV bootserport
GETENV bluetooth
GETENV cpufrequency
GETENV firstfreeaddress
GETENV firmware_version
GETENV firmware_info
GETENV flashsize
GETENV maca
GETENV macb
GETENV macwlan
GETENV macdsl
GETENV memsize
GETENV modetty0
GETENV modetty1
GETENV mtd0
GETENV mtd1
GETENV mtd2
GETENV mtd3
GETENV mtd4
GETENV my_ipaddress
GETENV prompt
GETENV reserved
GETENV req_fullrate_freq
GETENV sysfrequency
GETENV urlader-version
GETENV usb_board_mac
GETENV usb_rndis_mac
GETENV usb_device_id
GETENV usb_revision_id
GETENV usb_device_name
GETENV usb_manufacturer_name
GETENV wlan_key
GETENV kernel_args
oppure via telnet (se funziona)
inviare
cat /proc/sys/urlader/environmentare
Inoltre indica con chiarezza:
quale fw hai montato
quale recovery tenti ti fare
che sistema operativo stai usando nel tuo pc
se hai antivirus o firewall attivi
nel caso non utilizzassi xp se stai facendo funzionare gli applicativi di recovery o il mio programma in modalità di amministratore
Re: programma di pseudorecovery via ftp e gestione telnet
comincio col risponderti:1) fw 7141_40.04.76_Multi_IT_EN_DE_by_Annex_Flane_b1.03.image;
2) fritz.box_fon_wlan_7141.04.76.recover-image.exe;
3) XP
4) Avast e firewall che al momento disabilito
2) fritz.box_fon_wlan_7141.04.76.recover-image.exe;
3) XP
4) Avast e firewall che al momento disabilito
tittopillo- nuovo utente
- Numero di messaggi : 35
Data d'iscrizione : 25.07.11
Re: programma di pseudorecovery via ftp e gestione telnet
Manualmente entra in ftp ed invia i comandi Getenv che ti ho messo
Re: programma di pseudorecovery via ftp e gestione telnet
ecco fatto, ma alla fine non è successo niente, oppure dove ho sbagliato?
ftp> open 192.168.178.1
Connected to 192.168.178.1.
220 ADAM2 FTP Server ready
Name (192.168.178.1:none): adam2
331 Password required for adam2
Password:
230 User adam2 successfully logged in
ftp> GETENV HWRevision
?Invalid command
ftp> GETENV ProductID
?Invalid command
ftp> GETENV annex
?Invalid command
ftp> GETENV autoload
?Invalid command
ftp> GETENV bootserport
?Invalid command
ftp> GETEVEN bootloaderVersion
?Invalid command
ftp> GETENV bluetooth
?Invalid command
ftp> GETENV cpufrequeny
?Invalid command
ftp> GETENVfirstfreeaddress
?Invalid command
ftp> GETENV firmware_version
?Invalid command
ftp> GETENV firmware_info
?Invalid command
ftp> GETENV flashsize
?Invalid command
ftp> GETENV maca
?Invalid command
ftp> GETENV macb
?Invalid command
ftp> GETENV macwlan
?Invalid command
ftp> GETENV macdsl
?Invalid command
ftp> GETENV memsize
?Invalid command
ftp> GETENV modetty0
?Invalid command
ftp> GETENV modetty1
?Invalid command
ftp> GETENV mtd0
?Invalid command
ftp> GETENV mtd1
?Invalid command
ftp> GETENV mtd2
?Invalid command
ftp> GETENV mtd3
?Invalid command
ftp> GETENV mtd4
?Invalid command
ftp> GETENV my-ipaddress
?Invalid command
ftp> GETENV prompt
?Invalid command
ftp> GETENV reserved
?Invalid command
ftp> GETENV req_fullrate_freq
?Invalid command
ftp> GETENV sysfrequency
?Invalid command
ftp> GETENV urlader-version
?Invalid command
ftp> GETENV usb_board_mac
?Invalid command
ftp> GETENV usb_rndis-mac
?Invalid command
ftp> GETENV usb_device_ID
?Invalid command
ftp> GETENV usb_revision-id
?Invalid command
ftp> GETENV usb_device_name
?Invalid command
ftp> GETENV usb_manufacturer_name
?Invalid command
ftp> GETENV wlan_key
?Invalid command
ftp> GETENV kernel_args
?Invalid command
ftp> GETENV mtd3
?Invalid command
ftp> GETENV mtd4
?Invalid command
ftp> GETENV my-ipaddress
?Invalid command
ftp> GETENV prompt
?Invalid command
ftp> GETENV reserved
?Invalid command
ftp> GETENV req_fullrate_freq
?Invalid command
ftp> GETENV sysfrequency
?Invalid command
ftp> GETENV urlader-version
?Invalid command
ftp> GETENV usb_board_mac
?Invalid command
ftp> GETENV usb_rndis-mac
?Invalid command
ftp> GETENV usb_device_ID
?Invalid command
ftp> GETENV usb_revision-id
?Invalid command
ftp> GETENV usb_device_name
?Invalid command
ftp> GETENV usb_manufacturer_name
?Invalid command
ftp> GETENV wlan_key
?Invalid command
ftp> GETENV kernel_args
?Invalid command
grazie
ftp> open 192.168.178.1
Connected to 192.168.178.1.
220 ADAM2 FTP Server ready
Name (192.168.178.1:none): adam2
331 Password required for adam2
Password:
230 User adam2 successfully logged in
ftp> GETENV HWRevision
?Invalid command
ftp> GETENV ProductID
?Invalid command
ftp> GETENV annex
?Invalid command
ftp> GETENV autoload
?Invalid command
ftp> GETENV bootserport
?Invalid command
ftp> GETEVEN bootloaderVersion
?Invalid command
ftp> GETENV bluetooth
?Invalid command
ftp> GETENV cpufrequeny
?Invalid command
ftp> GETENVfirstfreeaddress
?Invalid command
ftp> GETENV firmware_version
?Invalid command
ftp> GETENV firmware_info
?Invalid command
ftp> GETENV flashsize
?Invalid command
ftp> GETENV maca
?Invalid command
ftp> GETENV macb
?Invalid command
ftp> GETENV macwlan
?Invalid command
ftp> GETENV macdsl
?Invalid command
ftp> GETENV memsize
?Invalid command
ftp> GETENV modetty0
?Invalid command
ftp> GETENV modetty1
?Invalid command
ftp> GETENV mtd0
?Invalid command
ftp> GETENV mtd1
?Invalid command
ftp> GETENV mtd2
?Invalid command
ftp> GETENV mtd3
?Invalid command
ftp> GETENV mtd4
?Invalid command
ftp> GETENV my-ipaddress
?Invalid command
ftp> GETENV prompt
?Invalid command
ftp> GETENV reserved
?Invalid command
ftp> GETENV req_fullrate_freq
?Invalid command
ftp> GETENV sysfrequency
?Invalid command
ftp> GETENV urlader-version
?Invalid command
ftp> GETENV usb_board_mac
?Invalid command
ftp> GETENV usb_rndis-mac
?Invalid command
ftp> GETENV usb_device_ID
?Invalid command
ftp> GETENV usb_revision-id
?Invalid command
ftp> GETENV usb_device_name
?Invalid command
ftp> GETENV usb_manufacturer_name
?Invalid command
ftp> GETENV wlan_key
?Invalid command
ftp> GETENV kernel_args
?Invalid command
ftp> GETENV mtd3
?Invalid command
ftp> GETENV mtd4
?Invalid command
ftp> GETENV my-ipaddress
?Invalid command
ftp> GETENV prompt
?Invalid command
ftp> GETENV reserved
?Invalid command
ftp> GETENV req_fullrate_freq
?Invalid command
ftp> GETENV sysfrequency
?Invalid command
ftp> GETENV urlader-version
?Invalid command
ftp> GETENV usb_board_mac
?Invalid command
ftp> GETENV usb_rndis-mac
?Invalid command
ftp> GETENV usb_device_ID
?Invalid command
ftp> GETENV usb_revision-id
?Invalid command
ftp> GETENV usb_device_name
?Invalid command
ftp> GETENV usb_manufacturer_name
?Invalid command
ftp> GETENV wlan_key
?Invalid command
ftp> GETENV kernel_args
?Invalid command
grazie
tittopillo- nuovo utente
- Numero di messaggi : 35
Data d'iscrizione : 25.07.11
Re: programma di pseudorecovery via ftp e gestione telnet
http://wiki.vocesuip.com/index.php?title=Come_entrare_in_FTP
http://wiki.vocesuip.com/index.php?title=Come_interrogare_il_FRITZBox_tramite_ftp:_GETENV
http://wiki.vocesuip.com/index.php?title=Come_interrogare_il_FRITZBox_tramite_ftp:_GETENV
Re: programma di pseudorecovery via ftp e gestione telnet
Ho tentato di entrare in FTP come suggerito, ma dopo aver digitato 192.168......, il sistema risponde: Non è riconosciuto come comando interno o esterno,un programma eseguibile......
Se puo' essere utile, riesco ad entrare in adam2 tramite il software ftp-for-win32.zip indicato da Massige ed arrivare sino al punto 7 put kernel.image mtd1, dopo mi carica sul fritz un file, ma che non porta a nulla. E comunque non mi permette di interrogare con GETENV il fritz. Grazie
Se puo' essere utile, riesco ad entrare in adam2 tramite il software ftp-for-win32.zip indicato da Massige ed arrivare sino al punto 7 put kernel.image mtd1, dopo mi carica sul fritz un file, ma che non porta a nulla. E comunque non mi permette di interrogare con GETENV il fritz. Grazie
tittopillo- nuovo utente
- Numero di messaggi : 35
Data d'iscrizione : 25.07.11
Re: programma di pseudorecovery via ftp e gestione telnet
evidentemente se parte il recovery ed il mio programma su ftp si riesce ad entrare per cui sbagli qualche cosa-
In alternativa via telnet riesci ad entrare ?
Puoi provare anche il mio programma selezionando
gestione telnet
immettere la pw
dopo di che vengono raccolte le informazioni
Ma alla pagina web ci accedi ?
In alternativa via telnet riesci ad entrare ?
Puoi provare anche il mio programma selezionando
gestione telnet
immettere la pw
dopo di che vengono raccolte le informazioni
Ma alla pagina web ci accedi ?
Re: programma di pseudorecovery via ftp e gestione telnet
Forse ci sono riuscito. No alla pagina web non accedo.
ftp> open 192.168.178.1
Connected to 192.168.178.1.
220 ADAM2 FTP Server ready
Name (192.168.178.1:none): adam2
331 Password required for adam2
Password:
230 User adam2 successfully logged in
ftp> GETENV HWRevision
?Invalid command
ftp> quote GETENV SerialNumber
SerialNumber 0000000000000000
ftp> GETENV annex
?Invalid command
ftp> quote autoload
ftp> quote GETENV bootloaderVersion
200 GETENV command successful
ftp> quote bootserport
502 Command not implemented
ftp> GETENV ProductID
?Invalid command
ftp> quote GETENV bootserport
bootloaderVersion 1.153
ftp> GETENV bluetooth
?Invalid command
ftp> quote cpufrequency
ftp> quote firstfreeaddress
200 GETENV command successful
ftp> quote GETENV firmware_version
502 Command not implemented
ftp> quote GETENV firmware_info
bootserport tty0
ftp> quote GETENV flashsize
ftp> quote GETENV mace
200 GETENV command successful
ftp> quote GETENV macb
502 Command not implemented
ftp> quote GETENV macwlan
502 Command not implemented
ftp> quote GETENV macdsl
501 environment variable not set
ftp> quote GETENV memsize
501 environment variable not set
ftp> quote GETENV modett0
flashsize 0x00800000
ftp> quote GETENV modetty0
ftp> quote GETENV modetty1
200 GETENV command successful
ftp> quote GETENV mtd1
501 environment variable not set
ftp> quote GETENV mtd0
macb 00:1A:4F:F2:0C:9D
ftp> quote GETENV mtd1
ftp> quote GETENV mtd2
200 GETENV command successful
ftp> quote GETENV mtd3
macwlan 00:04:0E:D5:70:C4
ftp> quote GETENV mtd4
ftp> quote GETENV my_ipaddress
200 GETENV command successful
ftp> quote GETENV prompt
macdsl 00:1A:4F:F2:0C:9E
ftp> quote GETENV reserved
ftp> quote GETENV req_fullrate_freq
200 GETENV command successful
ftp> quote GETENV sysfrequency
memsize 0x02000000
ftp> quote GETENV urlader-version
ftp> quote GETENV usb_board_mac
200 GETENV command successful
ftp> quote GETENV usb_rndis_mac
501 environment variable not set
ftp> quote GETENV usb_device_id
modetty0 38400,n,8,1,hw
ftp> quote GETENV usb_revision-id
ftp> quote GETENV usb_device_name
200 GETENV command successful
ftp> quote GETENV usb_manufacturer_name
modetty1 38400,n,8,1,hw
ftp> quote GETENV wlan_key
ftp> quote GETENV kernel_args
Grazie
ftp> open 192.168.178.1
Connected to 192.168.178.1.
220 ADAM2 FTP Server ready
Name (192.168.178.1:none): adam2
331 Password required for adam2
Password:
230 User adam2 successfully logged in
ftp> GETENV HWRevision
?Invalid command
ftp> quote GETENV SerialNumber
SerialNumber 0000000000000000
ftp> GETENV annex
?Invalid command
ftp> quote autoload
ftp> quote GETENV bootloaderVersion
200 GETENV command successful
ftp> quote bootserport
502 Command not implemented
ftp> GETENV ProductID
?Invalid command
ftp> quote GETENV bootserport
bootloaderVersion 1.153
ftp> GETENV bluetooth
?Invalid command
ftp> quote cpufrequency
ftp> quote firstfreeaddress
200 GETENV command successful
ftp> quote GETENV firmware_version
502 Command not implemented
ftp> quote GETENV firmware_info
bootserport tty0
ftp> quote GETENV flashsize
ftp> quote GETENV mace
200 GETENV command successful
ftp> quote GETENV macb
502 Command not implemented
ftp> quote GETENV macwlan
502 Command not implemented
ftp> quote GETENV macdsl
501 environment variable not set
ftp> quote GETENV memsize
501 environment variable not set
ftp> quote GETENV modett0
flashsize 0x00800000
ftp> quote GETENV modetty0
ftp> quote GETENV modetty1
200 GETENV command successful
ftp> quote GETENV mtd1
501 environment variable not set
ftp> quote GETENV mtd0
macb 00:1A:4F:F2:0C:9D
ftp> quote GETENV mtd1
ftp> quote GETENV mtd2
200 GETENV command successful
ftp> quote GETENV mtd3
macwlan 00:04:0E:D5:70:C4
ftp> quote GETENV mtd4
ftp> quote GETENV my_ipaddress
200 GETENV command successful
ftp> quote GETENV prompt
macdsl 00:1A:4F:F2:0C:9E
ftp> quote GETENV reserved
ftp> quote GETENV req_fullrate_freq
200 GETENV command successful
ftp> quote GETENV sysfrequency
memsize 0x02000000
ftp> quote GETENV urlader-version
ftp> quote GETENV usb_board_mac
200 GETENV command successful
ftp> quote GETENV usb_rndis_mac
501 environment variable not set
ftp> quote GETENV usb_device_id
modetty0 38400,n,8,1,hw
ftp> quote GETENV usb_revision-id
ftp> quote GETENV usb_device_name
200 GETENV command successful
ftp> quote GETENV usb_manufacturer_name
modetty1 38400,n,8,1,hw
ftp> quote GETENV wlan_key
ftp> quote GETENV kernel_args
Grazie
tittopillo- nuovo utente
- Numero di messaggi : 35
Data d'iscrizione : 25.07.11
Re: programma di pseudorecovery via ftp e gestione telnet
non riesco a capire come mai non risponda ad alcune variabili, non vorrei si fosse cancellato qualcue cosa
Magari massi ha qualche dritta
Magari massi ha qualche dritta
Re: programma di pseudorecovery via ftp e gestione telnet
Ho rifatto ftp, ed ho notato che in quest'ultimo ci son delle risposte che prima ignorava, come ad esempio ho fatto due volte il GETENV wlan key la prima volta ignorato, la seconda volta ha dato una risposta. Per cui se ci sono dei GETENV importanti ditelo, che proverò più di una volta.
Grazie ancora
ftp> open 192.168.178.1
Connected to 192.168.178.1.
220 ADAM2 FTP Server ready
Name (192.168.178.1:none): adam2
331 Password required for adam2
Password:
230 User adam2 successfully logged in
ftp> quote GETENV HWRevision
HWRevision 108
ftp> quote GETENV ProductID
ftp> quote GETENV SerialNumber
200 GETENV command successful
ftp> quote GETENV annex
ProductID Fritz_Box_7141
ftp> quote GETENV autoload
ftp> quote GETENV bootloaderVersion
200 GETENV command successful
ftp> quote GETENV bootserport
SerialNumber 0000000000000000
ftp> quote GETENV bluetooth
ftp> quote GETENV cpufrequency
200 GETENV command successful
ftp> quote GETENV firstfreeaddress
annex B
ftp> quote GETENV firmware_version
ftp> quote GETENV Firmware_info
200 GETENV command successful
ftp> quote GETENV flashsize
autoload yes
ftp> quote GETENV maca
ftp> quote GETENV macb
200 GETENV command successful
ftp> quote GETENV macwlan
bootloaderVersion 1.153
ftp> quote GETENV macdsl
ftp> quote GETENV memsize
200 GETENV command successful
ftp> quote GETENV modetty0
bootserport tty0
ftp> quote GETENV modetty1
ftp> quote GETENV mtd0
200 GETENV command successful
ftp> quote GETENV mtd1
501 environment variable not set
ftp> quote GETENV mtd2
cpufrequency 211968000
ftp> quote GETENV mtd3
ftp> quote GETENV mtd4
200 GETENV command successful
ftp> quote GETENV my_ipaddress
firstfreeaddress 0x946AE520
ftp> quote GETENV prompt
ftp> quote GETENV reserved
200 GETENV command successful
ftp> quote GETENV req_fullrate-freq
501 environment variable not set
ftp> quote GETENV sysfrequency
501 environment variable not set
ftp> quote GETENV urlader-version
flashsize 0x00800000
ftp> quote GETENV usb_board_mac
ftp> quote GETENV usb_rndis_mac
200 GETENV command successful
ftp> quote GETENV usb_device_id
maca 00:1A:4F:F2:0C:9C
ftp> quote GETENV usb_revision_id
ftp> quote GETENV usb_device_name
200 GETENV command successful
ftp> quote GETENV usb_manufacturer_name
macb 00:1A:4F:F2:0C:9D
ftp> quote GETENV wlan_key
ftp> quote GETENV kernel_args
200 GETENV command successful
ftp> quote GETENV wlan_key
macwlan 00:04:0E:D5:70:C4
ftp>
Grazie ancora
ftp> open 192.168.178.1
Connected to 192.168.178.1.
220 ADAM2 FTP Server ready
Name (192.168.178.1:none): adam2
331 Password required for adam2
Password:
230 User adam2 successfully logged in
ftp> quote GETENV HWRevision
HWRevision 108
ftp> quote GETENV ProductID
ftp> quote GETENV SerialNumber
200 GETENV command successful
ftp> quote GETENV annex
ProductID Fritz_Box_7141
ftp> quote GETENV autoload
ftp> quote GETENV bootloaderVersion
200 GETENV command successful
ftp> quote GETENV bootserport
SerialNumber 0000000000000000
ftp> quote GETENV bluetooth
ftp> quote GETENV cpufrequency
200 GETENV command successful
ftp> quote GETENV firstfreeaddress
annex B
ftp> quote GETENV firmware_version
ftp> quote GETENV Firmware_info
200 GETENV command successful
ftp> quote GETENV flashsize
autoload yes
ftp> quote GETENV maca
ftp> quote GETENV macb
200 GETENV command successful
ftp> quote GETENV macwlan
bootloaderVersion 1.153
ftp> quote GETENV macdsl
ftp> quote GETENV memsize
200 GETENV command successful
ftp> quote GETENV modetty0
bootserport tty0
ftp> quote GETENV modetty1
ftp> quote GETENV mtd0
200 GETENV command successful
ftp> quote GETENV mtd1
501 environment variable not set
ftp> quote GETENV mtd2
cpufrequency 211968000
ftp> quote GETENV mtd3
ftp> quote GETENV mtd4
200 GETENV command successful
ftp> quote GETENV my_ipaddress
firstfreeaddress 0x946AE520
ftp> quote GETENV prompt
ftp> quote GETENV reserved
200 GETENV command successful
ftp> quote GETENV req_fullrate-freq
501 environment variable not set
ftp> quote GETENV sysfrequency
501 environment variable not set
ftp> quote GETENV urlader-version
flashsize 0x00800000
ftp> quote GETENV usb_board_mac
ftp> quote GETENV usb_rndis_mac
200 GETENV command successful
ftp> quote GETENV usb_device_id
maca 00:1A:4F:F2:0C:9C
ftp> quote GETENV usb_revision_id
ftp> quote GETENV usb_device_name
200 GETENV command successful
ftp> quote GETENV usb_manufacturer_name
macb 00:1A:4F:F2:0C:9D
ftp> quote GETENV wlan_key
ftp> quote GETENV kernel_args
200 GETENV command successful
ftp> quote GETENV wlan_key
macwlan 00:04:0E:D5:70:C4
ftp>
tittopillo- nuovo utente
- Numero di messaggi : 35
Data d'iscrizione : 25.07.11
Re: programma di pseudorecovery via ftp e gestione telnet
prova ad inviare una alla volta le richieste ed aspettare le risposte
Re: programma di pseudorecovery via ftp e gestione telnet
Ogni richiesta è stata fatta più volte, alla fine ho messo insieme tutte le risposte, comprese quelle con 501...
ftp> open 192.168.178.1
Connected to 192.168.178.1.
220 ADAM2 FTP Server ready
Name (192.168.178.1:none): adam2
331 Password required for adam2
Password:
230 User adam2 successfully logged in
ftp> quote GETENV HWRevision
HWRevision 108
ftp> quote GETENV ProductID
ProductID Fritz_Box_7141
ftp> quote GETENV SerialNumber
SerialNumber 0000000000000000
ftp> quote GETENV annex
annex B
ftp> quote GETENV autoload
autoload yes
ftp> quote GETENV bootloaderVersion
bootloaderVersion 1.153
ftp> quote GETENV bootserport
bootserport tty0
ftp> quote GETENV bluetooth
501 environment variable not set
ftp> quote GETENV cpufrequency
cpufrequency 211968000
ftp> quote GETENV firstfreeaddress
firstfreeaddress 0x946AE520
ftp> quote GETENV firmware_version
501 environment variable not set
ftp> quote GETENV Firmware_info
501 environment variable not set
ftp> quote GETENV flashsize
flashsize 0x00800000
ftp> quote GETENV maca
maca 00:1A:4F:F2:0C:9C
ftp> quote GETENV macb
macb 00:1A:4F:F2:0C:9D
ftp> quote GETENV macwlan
macwlan 00:04:0E:D5:70:C4
ftp> quote GETENV macdsl
macdsl 00:1A:4F:F2:0C:9E
ftp> quote GETENV memsize
memsize 0x02000000
ftp> quote GETENV modetty0
modetty0 38400,n,8,1,hw
ftp> quote GETENV modetty1
modetty1 38400,n,8,1,hw
ftp> quote GETENV mtd0
mtd0 0x90000000,0x90000000
ftp> quote GETENV mtd1
mtd1 0x90010000,0x90780000
ftp> quote GETENV mtd2
mtd2 0x90000000,0x90010000
ftp> quote GETENV mtd3
mtd3 0x90780000,0x907C0000
ftp> quote GETENV mtd4
mtd4 0x907C0000,0x90800000
ftp> quote GETENV my_ipaddress
my_ipaddress 192.168.178.1
ftp> quote GETENV prompt
prompt Eva_AVM
ftp> quote GETENV reserved
501 environment variable not set
ftp> quote GETENV req_fullrate-freq
req_fullrate_freq 125000000
ftp> quote GETENV sysfrequency
sysfrequency 125000000
ftp> quote GETENV urlader-version
urlader-version 1153
ftp> quote GETENV usb_board_mac
usb_board_mac 00:1A:4F:F2:0C:9F
ftp> quote GETENV usb_rndis_mac
usb_rndis_mac 00:1A:4F:F2:0C:A0
ftp> quote GETENV usb_device_id
usb_device_id 0x0000
ftp> quote GETENV usb_revision_id
usb_revision_id 0x0000
ftp> quote GETENV usb_device_name
501 environment variable not set
ftp> quote GETENV usb_manufacturer_name
501 environment variable not set
ftp> quote GETENV wlan_key
501 environment variable not set
ftp> quote GETENV kernel_args
501 environment variable not set
ftp>
ftp> open 192.168.178.1
Connected to 192.168.178.1.
220 ADAM2 FTP Server ready
Name (192.168.178.1:none): adam2
331 Password required for adam2
Password:
230 User adam2 successfully logged in
ftp> quote GETENV HWRevision
HWRevision 108
ftp> quote GETENV ProductID
ProductID Fritz_Box_7141
ftp> quote GETENV SerialNumber
SerialNumber 0000000000000000
ftp> quote GETENV annex
annex B
ftp> quote GETENV autoload
autoload yes
ftp> quote GETENV bootloaderVersion
bootloaderVersion 1.153
ftp> quote GETENV bootserport
bootserport tty0
ftp> quote GETENV bluetooth
501 environment variable not set
ftp> quote GETENV cpufrequency
cpufrequency 211968000
ftp> quote GETENV firstfreeaddress
firstfreeaddress 0x946AE520
ftp> quote GETENV firmware_version
501 environment variable not set
ftp> quote GETENV Firmware_info
501 environment variable not set
ftp> quote GETENV flashsize
flashsize 0x00800000
ftp> quote GETENV maca
maca 00:1A:4F:F2:0C:9C
ftp> quote GETENV macb
macb 00:1A:4F:F2:0C:9D
ftp> quote GETENV macwlan
macwlan 00:04:0E:D5:70:C4
ftp> quote GETENV macdsl
macdsl 00:1A:4F:F2:0C:9E
ftp> quote GETENV memsize
memsize 0x02000000
ftp> quote GETENV modetty0
modetty0 38400,n,8,1,hw
ftp> quote GETENV modetty1
modetty1 38400,n,8,1,hw
ftp> quote GETENV mtd0
mtd0 0x90000000,0x90000000
ftp> quote GETENV mtd1
mtd1 0x90010000,0x90780000
ftp> quote GETENV mtd2
mtd2 0x90000000,0x90010000
ftp> quote GETENV mtd3
mtd3 0x90780000,0x907C0000
ftp> quote GETENV mtd4
mtd4 0x907C0000,0x90800000
ftp> quote GETENV my_ipaddress
my_ipaddress 192.168.178.1
ftp> quote GETENV prompt
prompt Eva_AVM
ftp> quote GETENV reserved
501 environment variable not set
ftp> quote GETENV req_fullrate-freq
req_fullrate_freq 125000000
ftp> quote GETENV sysfrequency
sysfrequency 125000000
ftp> quote GETENV urlader-version
urlader-version 1153
ftp> quote GETENV usb_board_mac
usb_board_mac 00:1A:4F:F2:0C:9F
ftp> quote GETENV usb_rndis_mac
usb_rndis_mac 00:1A:4F:F2:0C:A0
ftp> quote GETENV usb_device_id
usb_device_id 0x0000
ftp> quote GETENV usb_revision_id
usb_revision_id 0x0000
ftp> quote GETENV usb_device_name
501 environment variable not set
ftp> quote GETENV usb_manufacturer_name
501 environment variable not set
ftp> quote GETENV wlan_key
501 environment variable not set
ftp> quote GETENV kernel_args
501 environment variable not set
ftp>
tittopillo- nuovo utente
- Numero di messaggi : 35
Data d'iscrizione : 25.07.11
Re: programma di pseudorecovery via ftp e gestione telnet
Ad una prima occhiata mi sembra che le variabili principali siano ok, ma il fatto che si faccia fatica a ricavare alcune variabili ed altre addirittura non rispondano mi fanno pensare a dei problemi di trasmissione dati.
A livello di fw penso che Annex_Flane possano eventualmente darti delle indicazioni, ma:
- hai provato con altro pc ?
- hai provato con altro cavo lan ?
Il fatto che le risposte del fritz si sovrappongano potrebbe essere un indizio di come mai il programma di recovery non funzioni (magari dei ritardi di risposta).
Purtroppo non riesco ad esserti di ulteriore aiuto
A livello di fw penso che Annex_Flane possano eventualmente darti delle indicazioni, ma:
- hai provato con altro pc ?
- hai provato con altro cavo lan ?
Il fatto che le risposte del fritz si sovrappongano potrebbe essere un indizio di come mai il programma di recovery non funzioni (magari dei ritardi di risposta).
Purtroppo non riesco ad esserti di ulteriore aiuto
Re: programma di pseudorecovery via ftp e gestione telnet
Salve,
una domanda, sicuramente banale e dalla risposta scontata...Ho un fritz 7240 con Firmware-Version 73.04.87multi_by_Annex_V0.05b e vorrei montargli (per problemi che se non dovessi risolvere con l'aggiornamento, mi troverò a scrivere nel forum generale chiedendo il vostro supporto) il firmware FRITZ.Box_Fon_WLAN_7240.en-de-es-it-fr.73.05.54_Naf-mod.image. Purtroppo, non riesco ad effetture il recover alla versione tedesca (FRITZ.Box_Fon_WLAN_7240.05.54.recover-image.exe), mi confermi che posso utilizzare il tuo software per il mio intento?
Grazie
una domanda, sicuramente banale e dalla risposta scontata...Ho un fritz 7240 con Firmware-Version 73.04.87multi_by_Annex_V0.05b e vorrei montargli (per problemi che se non dovessi risolvere con l'aggiornamento, mi troverò a scrivere nel forum generale chiedendo il vostro supporto) il firmware FRITZ.Box_Fon_WLAN_7240.en-de-es-it-fr.73.05.54_Naf-mod.image. Purtroppo, non riesco ad effetture il recover alla versione tedesca (FRITZ.Box_Fon_WLAN_7240.05.54.recover-image.exe), mi confermi che posso utilizzare il tuo software per il mio intento?
Grazie
TysonVoip- nuovo utente
- Numero di messaggi : 15
Data d'iscrizione : 26.02.10
Re: programma di pseudorecovery via ftp e gestione telnet
Per usare il recovery devi riportare il fritz in avm perché i firm di Annex sono in avme.
Ciao
Ciao
_________________
Archlinux
Fritz!Fon 7150 WLAN fw 38.04.71-Ita Naf-Mod
Fritz!Box Fon WLAN 7240 fw 73.05.54.de_en_es_fr_it-Naf-Mod
Speedport W 503V Typ A fw 54-04-89 Multi-de_en_es_fr_it Naf-Mod
Speedport W 920V fw 75-04-92 Multi-de_en_es_fr_it Naf-Mod
Fritz!Box Fon WLAN 7330_SL fw 116.06.30.de_en_es_fr_it-Naf-Mod
Naf- Admin
- Numero di messaggi : 1192
Età : 53
Località : San Vito al T. PN
Data d'iscrizione : 14.11.08
Re: programma di pseudorecovery via ftp e gestione telnet
Il programma in questione è datato, lo avevo fatto su base del 7170 nel 2011.
Non so come abbia italianizzato il fw naf penso che la cosa migliore sia chiedere a lui come aggiornare il fw in questo thread
https://www.fritzbox-forum.com/t4601-disponibile-per-7240-730554-multilingua-e-multiannex-naf-mod?highlight=7240
Non so come abbia italianizzato il fw naf penso che la cosa migliore sia chiedere a lui come aggiornare il fw in questo thread
https://www.fritzbox-forum.com/t4601-disponibile-per-7240-730554-multilingua-e-multiannex-naf-mod?highlight=7240
TysonVoip- nuovo utente
- Numero di messaggi : 15
Data d'iscrizione : 26.02.10
Re: programma di pseudorecovery via ftp e gestione telnet
Scusate come faccio a reperire il programma?
arturcoach- nuovo utente
- Numero di messaggi : 5
Data d'iscrizione : 12.01.20
Re: programma di pseudorecovery via ftp e gestione telnet
Ciao a tutti,
il programma citato in questa guida non è più raggiungibile link indicato, c'è per caso un link aggiornato? grazie!
il programma citato in questa guida non è più raggiungibile link indicato, c'è per caso un link aggiornato? grazie!
Lucatom- nuovo utente
- Numero di messaggi : 4
Data d'iscrizione : 05.07.21
Re: programma di pseudorecovery via ftp e gestione telnet
E' un progetto ormai dismesso et obsoleto, se hai bisogno di guide per "come fare", apri le Wiki-Guide che trovi in cima al forum, altrimenti aspetta se Gray si accorge della domanda fatta e magari ti risponde appena ha un attimo.
_________________
Se qualcuno nel forum vi è stato utile, cliccate sul + che trovate a destra del post, fa piacere a tutti essere ringraziati in modo positivo
Pagina 2 di 3 • 1, 2, 3
Argomenti simili
» programma mac per fritzbox
» Presentazione come richiesto e programma di lavoro.
» help me telnet e ftp bloccato
» Attivare telnet su FRITZ!Box 7490
» Problema accesso telnet
» Presentazione come richiesto e programma di lavoro.
» help me telnet e ftp bloccato
» Attivare telnet su FRITZ!Box 7490
» Problema accesso telnet
Pagina 2 di 3
Permessi in questa sezione del forum:
Non puoi rispondere agli argomenti in questo forum.
Oggi alle 5:11 am Da DANIELONE
» Help Passaggio configurazione VOIP TIM da vecchio 7590 a nuovo 7690
Oggi alle 5:07 am Da DANIELONE
» Presentazione
Ieri alle 7:48 am Da GabryLiv
» Passaggio a FTTH e sostituzione fritz 7590 con fritz 4060
Ieri alle 3:27 am Da rohrl
» Mi presento anche io
Mer Nov 06, 2024 8:41 pm Da mackillers
» presentazione
Mer Nov 06, 2024 7:34 pm Da luca franceschini
» Buongiorno a tutti
Lun Nov 04, 2024 11:43 pm Da JesteR_vr
» greetings to everyone
Lun Nov 04, 2024 8:53 pm Da DANIELONE
» Ciao a tutti..Mi presento..
Lun Nov 04, 2024 3:11 am Da piergi85
» Configurazione dll'applicazione Myfritz per esecuzione conferma
Dom Nov 03, 2024 2:45 am Da DANIELONE
» Mi presento...
Sab Nov 02, 2024 1:40 am Da ricci206
» Disconnessioni per porta LAN difettosa?
Ven Nov 01, 2024 4:33 am Da Serpico89