Netgear DG834Gv3: Aggiungiamo WoL
febbraio 6th, 2010 | by Hypnotize |
WoL, o Wake On Lan è una tecnologia per la quale un computer può essere acceso via LAN. Sostanzialmente la scheda di rete rimane in ascolto, quando il router manda un particolare pacchetto, la macchina si accende. Maggiori informazioni su Wikipedia.
Per installare questo supporto sul router Netgear DG834Gv3 bisogna creare un nuovo firmware, partiamo subito.
Scarichiamo i sorgenti del firmware da questa pagina, dopodichè diamo i seguenti comandi:
1 2 3 | unzip DG834V3_V4.01.XX_src.zip tar xvfj DG834V3_V4.01.XX_src.tar.bz2 cd DG834V3_V4.01.XX_YY_src ; tar xfvj target.tar.bz2 |
Dopodichè modifichiamo il file DG834V3_V4.01.XX_YY_src/target/www.ita/menu.htm aggiungendo sotto a questa porzione di codice:
1 2 3 4 | <tr> <td valign="top"><img src="redbull.gif" alt="" width="7" height="7" align="top" vspace="6"></td> <td><a href="setup.cgi?next_file=upnp.htm&todo=cfg_init" target="formframe">UPnP</a></td> </tr> |
quest’altra:
1 2 3 4 | <tr> <td valign="top"><img src="redbull.gif" alt="" width="7" height="7" align="top" vspace="6"></td> <td><a href="setup.cgi?next_file=wol.htm" target="formframe">Wake on LAN</a></td> </tr> |
Ora scarichiamo l’utility WoL da questo indirizzo e diamo i seguenti comandi:
1 2 3 4 5 6 | mkdir wol cd wol ; tar xvfz ../wol.tgz rm -rf www.ita/menu.htm www.deu www.eng www.fre cp -R * ../DG834V3_V4.01.XX_YY_src/target cd ../DG834V3_V4.01.XX_YY_src ./build.sh "DG834V3_V4.01.XX.img" target nuovo.img |
Bene, il file da uploadare nel router è “nuovo.img”
Tags: Netgear, Netgear DG834Gv3, Wake on LanPost correlati
Tags: Netgear, Netgear DG834Gv3, Wake on Lan
