Results 31 to 40 of 41
sky broken firmware original V1 router V1.04.13
This is a discussion on sky broken firmware original V1 router V1.04.13 within the Sky Broadband help forums, part of the Sky Broadband help and support category; I understand that the older firmware does not support WPA2 and it doesn't support Sky's implementation of MER . The ...
- 26-06-12, 11:02 AM #31
Re: sky broken firmware original V1 router V1.04.13
I understand that the older firmware does not support WPA2 and it doesn't support Sky's implementation of MER. The new firmware does fix both of these.
PlusNet Fibre since Jan 2021
Previously Sky Fibre & Sky BB since 2010.
Advertisement- 26-06-12, 02:45 PM #32
- 26-06-12, 06:04 PM #33
Re: sky broken firmware original V1 router V1.04.13
I was not defending the damage which has been caused by the update, merely pointing out what benefits the update was meant to bring, rather than just suggest "the update is to fix a security issue with the wifi".
Sky would like more moved across to MER but I guess that there are many who are using their own routers which is making it a little difficult.
PlusNet Fibre since Jan 2021
Previously Sky Fibre & Sky BB since 2010.
- 26-06-12, 10:36 PM #34
Re: sky broken firmware original V1 router V1.04.13
No it works on unmodified Sky firmware.
I've been using a little hack for a few years on mine to make it auto enable telnet whenever it is rebooted. I've just modified it to run a script instead, which will be stored in the router's non-volitile ram.
And I've created a simple script to make the firmware update job lie about the firmware version
- 29-06-12, 02:54 PM #35
Re: sky broken firmware original V1 router V1.04.13
Ok, I've added an option to run a user defined script when the sky dg834gt attempts to establish a PPP connection.
You'll need to run my plug in (link at bottom), Select upload dgstats, open the router UI in your browser, or reload it if you've already got the page open, and select the "Extra" option on the router's side menu, and paste your script into the "Script to run before connect" and click enable.
You can use this to either kill the firmware update task (provisioning_ap) or change the firmware version number.
The following script/command will stop the update task running (I'd recommend using this option if your router hasn't already been upgraded to the broken firmware, as it is possible that sky's update server might try to downgrade routers that have prematurely upgraded):-
Code:killall provisioning_ap
Code:cd /etc;if [ "$(cat version)" = "A1.03.87" ] ;then echo "A1.04.13">version;fi
The script + hack will survive a reboot, you can remove it using my program, or by a factory reset, or via telnet.
The script won't get to run if the router's phone line is not plugged in, so if you ever do something in your script that stops you accessing the router UI, reboot the router with the phone line unplugged and you'll be able to log in to the router back-up your settings and factory reset it.
I'm using the following script which also enables telnet
Code:cd /etc;if [ "$(cat version)" = "A1.03.87" ] ;then echo "A1.04.13">version;fi;if [ ! -f 1st ] ;then touch 1st; else exit;fi;utelnetd -d -l /bin/sh
Last edited by fuzzy logic; 29-06-12 at 05:18 PM.
-
- 29-06-12, 04:58 PM #36
Re: sky broken firmware original V1 router V1.04.13
Will try this as soon as possible mate, cheers.
- 01-07-12, 11:51 AM #37
Re: sky broken firmware original V1 router V1.04.13
HI guys, sorry to hijack the thread, I've had a similar problem with 1.04.13 and sent them an email complaining. Today I get one back saying a new routers on the way, so it does work! Their still charging me postage of 2 quid but I can live with that!
- 02-07-12, 11:18 AM #38
Re: sky broken firmware original V1 router V1.04.13
Who did you email? My email simply resulted in them telling me to get a new router off them for £35!
- 03-07-12, 12:41 PM #39
Re: sky broken firmware original V1 router V1.04.13
I sent it to their complaints department instead of broadband support. I basically told them that A) the firmware update is broken and I know it, they know it, and everybody in this thread knows it, and B) I refuse to pay out of pocket for their screw up. I got the email back next day saying there's a new router on its way. I used to work for a notorious competitor who told us never to replace gear unless it came from Complaints, that way they can write it off. To be honest I did it all the time lol
- 03-07-12, 12:54 PM #40