Sign up here and you can log into the forum!

Email WD and tell them you want Netflix + 3TB hdd

General WDLXTV-Plus forum

Re: Email WD and tell them you want Netflix + 3TB hdd   

Postby mcmanuf » Wed Oct 05, 2011 9:05 pm

Thanks RMerlin.

Exactly something like that i had hoped for.
Will update first post soon enough.

It is correct that the outdated kernel is included in this zip file?
http://download.wdc.com/gpl/WDTV_LivePlus_GPL_Code_package_1.06.16_B_G(0802).zip

So what we are basically asking them is to update this zip file, because the kernel in this zip file does not match the official 1.06.16 firmware, eventhough it says 1.06.16 GPL in the title of the zip file ?

And by they way, do you know if they violate their GPL obligations? If so, the message may be more powerful if we state that they do not fullfill their GPL obligations? What do you think?
mcmanuf
Donor
 
Posts: 44
Joined: Tue Dec 21, 2010 4:11 pm

Re: Email WD and tell them you want Netflix + 3TB hdd   

Postby RMerlin » Thu Oct 06, 2011 6:01 am

mcmanuf wrote:It is correct that the outdated kernel is included in this zip file?
http://download.wdc.com/gpl/WDTV_LivePlus_GPL_Code_package_1.06.16_B_G(0802).zip

So what we are basically asking them is to update this zip file, because the kernel in this zip file does not match the official 1.06.16 firmware, eventhough it says 1.06.16 GPL in the title of the zip file ?


Yep.

mcmanuf wrote:And by they way, do you know if they violate their GPL obligations? If so, the message may be more powerful if we state that they do not fullfill their GPL obligations? What do you think?


Not a clue. Anything related to legalese make my head hurt, since plain common sense is never the predominant trait in any license.
WDLXTV Webend maintainer. Visit http://www.lostrealm.ca/wdlxtv to see my other WDLXTV projects.
If you like my work, please consider donating.
User avatar
RMerlin
WDLXTV Team
 
Posts: 3236
Joined: Sat Jun 26, 2010 9:25 am
Location: Montreal, Canada

Re: Email WD and tell them you want Netflix + 3TB hdd   

Postby humblehyper » Sun Oct 09, 2011 9:07 pm

I hope they fix it asap, such a shame we can't use moviesheets.
humblehyper
n00b
 
Posts: 4
Joined: Sun Oct 09, 2011 9:05 pm

Re: Email WD and tell them you want Netflix + 3TB hdd   

Postby RMerlin » Mon Oct 10, 2011 9:03 am

humblehyper wrote:I hope they fix it asap, such a shame we can't use moviesheets.


Eh? Moviesheets have zero to do with all of this.
WDLXTV Webend maintainer. Visit http://www.lostrealm.ca/wdlxtv to see my other WDLXTV projects.
If you like my work, please consider donating.
User avatar
RMerlin
WDLXTV Team
 
Posts: 3236
Joined: Sat Jun 26, 2010 9:25 am
Location: Montreal, Canada

Re: Email WD and tell them you want Netflix + 3TB hdd   

Postby humblehyper » Mon Oct 10, 2011 12:35 pm

LOL I know, I was just saying because it doesn't support 3TB I can't use my 3TB and I wanted to put moviesheets there, my only option is to use the stock firmware without moviesheets LOL
humblehyper
n00b
 
Posts: 4
Joined: Sun Oct 09, 2011 9:05 pm

Re: Email WD and tell them you want Netflix + 3TB hdd   

Postby mad_ady » Thu Oct 13, 2011 4:08 am

I got a reply from WD
The latest GPL code version of WD TV™ Live Plus HD Media Player's firmware is 1.06.16 (it supports drives greater than 2TB) and you can download it from the following link: http://support.wdc.com/product/download.asp?groupid=1006&sid=129&lang=en


How can I prove it to them the file is wrong?
User avatar
mad_ady
Developer
 
Posts: 3028
Joined: Fri Nov 05, 2010 9:08 am
Location: Bucharest, Romania

Re: Email WD and tell them you want Netflix + 3TB hdd   

Postby RMerlin » Thu Oct 13, 2011 6:02 am

mad_ady wrote:I got a reply from WD
The latest GPL code version of WD TV™ Live Plus HD Media Player's firmware is 1.06.16 (it supports drives greater than 2TB) and you can download it from the following link: http://support.wdc.com/product/download.asp?groupid=1006&sid=129&lang=en


How can I prove it to them the file is wrong?


You'd have to flash a device with that kernel, and get the output from "uname -a". The date should prove that this kernel is older, and predates the release of the >2TB-capable firmware.
WDLXTV Webend maintainer. Visit http://www.lostrealm.ca/wdlxtv to see my other WDLXTV projects.
If you like my work, please consider donating.
User avatar
RMerlin
WDLXTV Team
 
Posts: 3236
Joined: Sat Jun 26, 2010 9:25 am
Location: Montreal, Canada

Re: Email WD and tell them you want Netflix + 3TB hdd   

Postby mad_ady » Thu Oct 13, 2011 10:19 pm

I wonder if I can get the equivalent of /proc/config.gz from that file without flashing it... I'll have a look, but I doubt it.
RMerlin - is there any risk in flashing with that file?

Actually, I'm runing a live, so I won't be risking it :)

The kernel file inside their archive is Bungalow_launcher_firmware_3/wdtvlive2.fff (md5: fab219be066b2b0b6b449c31a569eef6).
If you mount it (it's a romfs) it has a dev directory with sigmblock[ad-g].bin files.
The actual kernel is inside sigmblockd.bin. It too is a romfs, so if you mount it, you get a file called vmlinux_xload.zbf, which, unfortunately, is a pile of binary crap :)

So, yes, I believe RMerlin's suggestion is the only way to go. Flash with this fff file, then boot and run this grep command:
Code: Select all
uname -a
zcat /proc/config.gz | grep CONFIG_EFI_PARTITION


For my live system, this is what it shows (running the latest kernel shipped with 1.02-0.5.1.4):
Code: Select all
# uname -a
Linux Deneb 2.6.22.19-19-4 #9 PREEMPT Mon Aug 1 14:35:04 CST 2011 mips GNU/Linux
# zcat /proc/config.gz | grep CONFIG_EFI_PARTITION
CONFIG_EFI_PARTITION=y


So I'm now waiting for somebody stupid brave enough to do this and post back the output so I can relay it back to WD...
User avatar
mad_ady
Developer
 
Posts: 3028
Joined: Fri Nov 05, 2010 9:08 am
Location: Bucharest, Romania

Re: Email WD and tell them you want Netflix + 3TB hdd   

Postby RMerlin » Fri Oct 14, 2011 6:01 am

Kernel is encrypted so the only way to view anything from it is to actually flash it.

And yes - you do need a Live Plus to flash it. Different SoC, I wouldn't even try crossflashing a kernel.
WDLXTV Webend maintainer. Visit http://www.lostrealm.ca/wdlxtv to see my other WDLXTV projects.
If you like my work, please consider donating.
User avatar
RMerlin
WDLXTV Team
 
Posts: 3236
Joined: Sat Jun 26, 2010 9:25 am
Location: Montreal, Canada

Re: Email WD and tell them you want Netflix + 3TB hdd   

Postby mad_ady » Fri Oct 14, 2011 7:59 am

So, who, among the plus users, is going to take the plunge and flash with that kernel and post back the output of those commands? I need somebody adventurous (and most likely with a serial cable :P)
User avatar
mad_ady
Developer
 
Posts: 3028
Joined: Fri Nov 05, 2010 9:08 am
Location: Bucharest, Romania

PreviousNext

Return to Discussion

Who is online

Users browsing this forum: No registered users and 4 guests