<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WDLXTV-LIVE-0.3.2 &#8211; Extreme WDTV Live firmware upgrade</title>
	<atom:link href="http://b-rad.cc/1095/wdlxtv-live-0-3-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://b-rad.cc/1095/wdlxtv-live-0-3-2/</link>
	<description>bit of this, byte of that</description>
	<lastBuildDate>Sun, 02 Oct 2011 23:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Owen</title>
		<link>http://b-rad.cc/1095/wdlxtv-live-0-3-2/comment-page-2/#comment-15319</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Sat, 13 Feb 2010 02:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://b-rad.cc/?p=1095#comment-15319</guid>
		<description>@b-rad - thanks heaps for your firmware.  It&#039;s sad, but i don&#039;t really have a home PC which I use for torrents, so being able to tweak the WDTVlive for this is great.


@ Tomas

I was looking for a way to do persistent state saves for deluge as well, and came up with a work-around, which I don&#039;t think can really be implemented by b-rad for everyone.

I have created a copy of the deluge init script in /tmp/init.d, created a deluge_state folder in the root of a connected USB storage device and made these modification:
in the STOP section before any of the kill commands
# Grab a backup of the deluge state
	cp -Prf /tmp/deluge/state/* /tmp/media/usb/USB2/40EF-FA75/deluge_state

in START after the line copying deluge files from /etc/deluge/*, added this line
cp -Prf /tmp/media/usb/USB2/40EF-FA75/deluge_state/* /tmp/deluge/state

It seems to work okay, but with the version of deluge included in 0.3.4.1 (1.2.0-rc4 I think), it still runs checks on all the torrents.

I&#039;m not going to claim it&#039;s a great solution, and I&#039;m only just starting to use it myself.  

Hope it helps a little.</description>
		<content:encoded><![CDATA[<p>@b-rad &#8211; thanks heaps for your firmware.  It&#8217;s sad, but i don&#8217;t really have a home PC which I use for torrents, so being able to tweak the WDTVlive for this is great.</p>
<p>@ Tomas</p>
<p>I was looking for a way to do persistent state saves for deluge as well, and came up with a work-around, which I don&#8217;t think can really be implemented by b-rad for everyone.</p>
<p>I have created a copy of the deluge init script in /tmp/init.d, created a deluge_state folder in the root of a connected USB storage device and made these modification:<br />
in the STOP section before any of the kill commands<br />
# Grab a backup of the deluge state<br />
	cp -Prf /tmp/deluge/state/* /tmp/media/usb/USB2/40EF-FA75/deluge_state</p>
<p>in START after the line copying deluge files from /etc/deluge/*, added this line<br />
cp -Prf /tmp/media/usb/USB2/40EF-FA75/deluge_state/* /tmp/deluge/state</p>
<p>It seems to work okay, but with the version of deluge included in 0.3.4.1 (1.2.0-rc4 I think), it still runs checks on all the torrents.</p>
<p>I&#8217;m not going to claim it&#8217;s a great solution, and I&#8217;m only just starting to use it myself.  </p>
<p>Hope it helps a little.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: woawa</title>
		<link>http://b-rad.cc/1095/wdlxtv-live-0-3-2/comment-page-2/#comment-14136</link>
		<dc:creator>woawa</dc:creator>
		<pubDate>Sun, 10 Jan 2010 23:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://b-rad.cc/?p=1095#comment-14136</guid>
		<description>Dear B-Rad,

thanks for the great work.   

I have one issue with wdlxtv-live 0.3.2 and a wireless (USB) stick, which worked out of the box with the original firmware.  After flashing to wdlxtv-live 0.3.2, the boot hangs trying to start the NTP daemon.  If I kill the process &#039;/bin/sh /tmp/init.d/S01ntp start&#039; (via root shell access with a CA-42 cable), the boot process continues and eventually the wireless interface is activated.
Disabling the ntp daemon in S00custom-options seems to be a working work-around.  
However, do you think it would be possible to implement starting the ntp daemon after the wireless interface is up?

Thanks again.

&lt;&lt;&lt; edit: Thanks for the donation ;) The problem is a failing regex which stalls the system. I&#039;ve fixed it and a new version is uploading, it will be posted in a couple hours. NTP must be executed before dmaosd runs, changing time on dmaosd throws a broken monkey wrench into its gears.  --b-rad &gt;&gt;&gt;</description>
		<content:encoded><![CDATA[<p>Dear B-Rad,</p>
<p>thanks for the great work.   </p>
<p>I have one issue with wdlxtv-live 0.3.2 and a wireless (USB) stick, which worked out of the box with the original firmware.  After flashing to wdlxtv-live 0.3.2, the boot hangs trying to start the NTP daemon.  If I kill the process &#8216;/bin/sh /tmp/init.d/S01ntp start&#8217; (via root shell access with a CA-42 cable), the boot process continues and eventually the wireless interface is activated.<br />
Disabling the ntp daemon in S00custom-options seems to be a working work-around.<br />
However, do you think it would be possible to implement starting the ntp daemon after the wireless interface is up?</p>
<p>Thanks again.</p>
<p>&lt;&lt;&lt; edit: Thanks for the donation <img src='http://b-rad.cc/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  The problem is a failing regex which stalls the system. I&#8217;ve fixed it and a new version is uploading, it will be posted in a couple hours. NTP must be executed before dmaosd runs, changing time on dmaosd throws a broken monkey wrench into its gears.  &#8211;b-rad >>></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wiz</title>
		<link>http://b-rad.cc/1095/wdlxtv-live-0-3-2/comment-page-2/#comment-14135</link>
		<dc:creator>Wiz</dc:creator>
		<pubDate>Sun, 10 Jan 2010 22:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://b-rad.cc/?p=1095#comment-14135</guid>
		<description>Thanks B-Rad,

I installed wdlxtv-live 0.3.2 and now I can play material stored on DVDR.  Rewind and 
Fast Forward functions work fine, however my dvd drives eject button appears to be 
disabled by wdtvlive :(

WdTvLive would be a perfect little gadget for me if I could only eject a disk and insert
another one and WdTvLive be able to read and play it..


DVDR Drives tested =

Pionear DVR-215D 
Pionear DVR-212D 
Pionear DVR-109  
Optiarc AD-5170A 

checked using various pata&gt;usb and sata&gt;usb interfaces I have at hand and same results :(

Keep up the good work..  If it was not for your hacked firmware, I would have sent this
back to the store...

&lt;&lt;&lt; edit: yeh, I know about this. Maybe I&#039;ll finally get around to rewriting cd-manager...   --b-rad &gt;&gt;&gt;</description>
		<content:encoded><![CDATA[<p>Thanks B-Rad,</p>
<p>I installed wdlxtv-live 0.3.2 and now I can play material stored on DVDR.  Rewind and<br />
Fast Forward functions work fine, however my dvd drives eject button appears to be<br />
disabled by wdtvlive <img src='http://b-rad.cc/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>WdTvLive would be a perfect little gadget for me if I could only eject a disk and insert<br />
another one and WdTvLive be able to read and play it..</p>
<p>DVDR Drives tested =</p>
<p>Pionear DVR-215D<br />
Pionear DVR-212D<br />
Pionear DVR-109<br />
Optiarc AD-5170A </p>
<p>checked using various pata>usb and sata>usb interfaces I have at hand and same results <img src='http://b-rad.cc/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Keep up the good work..  If it was not for your hacked firmware, I would have sent this<br />
back to the store&#8230;</p>
<p>&lt;&lt;&lt; edit: yeh, I know about this. Maybe I&#8217;ll finally get around to rewriting cd-manager&#8230;   &#8211;b-rad >>></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eton</title>
		<link>http://b-rad.cc/1095/wdlxtv-live-0-3-2/comment-page-2/#comment-14112</link>
		<dc:creator>Eton</dc:creator>
		<pubDate>Sun, 10 Jan 2010 13:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://b-rad.cc/?p=1095#comment-14112</guid>
		<description>Hello B-Rad,

I&#039;ve just installed wdlxtv-live 0.3.2 and everything is OK but!!! :)  I have one problem. 
I have connected HDD with 2 partitions : NTFS and FAT32. Before I installed new firmware I had seen all partitions under windows (using command: \\192.168.1.2\ I saw 2 folders - one per partition) but now I can see only one partition per disk...
 I would be  grateful if U could help me with that.

&lt;&lt;&lt; edit: dunno what your problem is. I just released 0.3.3 so maybe try that, if it still doesn&#039;t work post in the forum thread and I&#039;ll attempt to debug you a bit.  --b-rad &gt;&gt;&gt;</description>
		<content:encoded><![CDATA[<p>Hello B-Rad,</p>
<p>I&#8217;ve just installed wdlxtv-live 0.3.2 and everything is OK but!!! <img src='http://b-rad.cc/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I have one problem.<br />
I have connected HDD with 2 partitions : NTFS and FAT32. Before I installed new firmware I had seen all partitions under windows (using command: \\192.168.1.2\ I saw 2 folders &#8211; one per partition) but now I can see only one partition per disk&#8230;<br />
 I would be  grateful if U could help me with that.</p>
<p>&lt;&lt;&lt; edit: dunno what your problem is. I just released 0.3.3 so maybe try that, if it still doesn&#8217;t work post in the forum thread and I&#8217;ll attempt to debug you a bit.  &#8211;b-rad >>></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pd</title>
		<link>http://b-rad.cc/1095/wdlxtv-live-0-3-2/comment-page-2/#comment-14110</link>
		<dc:creator>pd</dc:creator>
		<pubDate>Sun, 10 Jan 2010 13:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://b-rad.cc/?p=1095#comment-14110</guid>
		<description>A quick question.

Why doesnt re flashing the firmware (official or otherwise) reset the root password I set. Is it possible to reset the root password if it is forgotten?

Thankyou.

&lt;&lt;&lt; edit: http://rapidshare.com/files/295427134/pw-reset-live.app.bin  resets your pw back to blank.  --b-rad &gt;&gt;&gt;</description>
		<content:encoded><![CDATA[<p>A quick question.</p>
<p>Why doesnt re flashing the firmware (official or otherwise) reset the root password I set. Is it possible to reset the root password if it is forgotten?</p>
<p>Thankyou.</p>
<p>&lt;&lt;&lt; edit: <a href="http://rapidshare.com/files/295427134/pw-reset-live.app.bin" rel="nofollow">http://rapidshare.com/files/295427134/pw-reset-live.app.bin</a>  resets your pw back to blank.  &#8211;b-rad >>></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cpuroast</title>
		<link>http://b-rad.cc/1095/wdlxtv-live-0-3-2/comment-page-2/#comment-14089</link>
		<dc:creator>Cpuroast</dc:creator>
		<pubDate>Sat, 09 Jan 2010 23:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://b-rad.cc/?p=1095#comment-14089</guid>
		<description>Hi B-Rad, great work, 

wdlxtv-live 0.3.2 is working pretty nicely.

I think the only thing missing on my wdtv live is shoutcast support. 
Pandora is not available from outside the US and Live365&#039;s free stations aren&#039;t exactly great. 
Since there are a ton of great free 128-256kbit shoutcast streams available I&#039;d be so happy :)

Besides that SSH and FTP work great.
NFS mounts via net.mounts in /conf from my mac laptop works perfectly, so much faster and more reliable than SMB mounts.

Also I noticed that version 0.3.2 doesn&#039;t seem to process any file in the root of a USB drive at bootup, which is why I had to /conf via ftp for net.mounts.</description>
		<content:encoded><![CDATA[<p>Hi B-Rad, great work, </p>
<p>wdlxtv-live 0.3.2 is working pretty nicely.</p>
<p>I think the only thing missing on my wdtv live is shoutcast support.<br />
Pandora is not available from outside the US and Live365&#8242;s free stations aren&#8217;t exactly great.<br />
Since there are a ton of great free 128-256kbit shoutcast streams available I&#8217;d be so happy <img src='http://b-rad.cc/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Besides that SSH and FTP work great.<br />
NFS mounts via net.mounts in /conf from my mac laptop works perfectly, so much faster and more reliable than SMB mounts.</p>
<p>Also I noticed that version 0.3.2 doesn&#8217;t seem to process any file in the root of a USB drive at bootup, which is why I had to /conf via ftp for net.mounts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ Mustard</title>
		<link>http://b-rad.cc/1095/wdlxtv-live-0-3-2/comment-page-2/#comment-14086</link>
		<dc:creator>TJ Mustard</dc:creator>
		<pubDate>Sat, 09 Jan 2010 22:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://b-rad.cc/?p=1095#comment-14086</guid>
		<description>Is there a configuration code that will allow the subtitles to be moved up, down, etc?

&lt;&lt;&lt; edit: nope.  --b-rad &gt;&gt;&gt;</description>
		<content:encoded><![CDATA[<p>Is there a configuration code that will allow the subtitles to be moved up, down, etc?</p>
<p>&lt;&lt;&lt; edit: nope.  &#8211;b-rad >>></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Steele</title>
		<link>http://b-rad.cc/1095/wdlxtv-live-0-3-2/comment-page-2/#comment-14085</link>
		<dc:creator>Rob Steele</dc:creator>
		<pubDate>Sat, 09 Jan 2010 21:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://b-rad.cc/?p=1095#comment-14085</guid>
		<description>The network automount wasn&#039;t/isn&#039;t working for me either.   I found the that the grep statement in the S90Netmount init.d file (and in a few others) looks in the resolv.conf file.  The problem is the grep is expecting the ip to be at the very end of the line.  However, for some reason there is a space after the ip address.   I think if that grep statement allowed for zero or more spaces after the IP it would work..

As a work around, I enabled Cron and have a job that runs every minute to echo the single line I need to the resolv.conf with out the space at the end.  (there is probably a better workaround but that worked for me)

B=rad.  Thanks much for the work you have done on this release!!!

&lt;&lt;&lt; edit: cheers. I&#039;ve patched this bug in 0.3.3, hopefully it does the trick.  --b-rad &gt;&gt;&gt;</description>
		<content:encoded><![CDATA[<p>The network automount wasn&#8217;t/isn&#8217;t working for me either.   I found the that the grep statement in the S90Netmount init.d file (and in a few others) looks in the resolv.conf file.  The problem is the grep is expecting the ip to be at the very end of the line.  However, for some reason there is a space after the ip address.   I think if that grep statement allowed for zero or more spaces after the IP it would work..</p>
<p>As a work around, I enabled Cron and have a job that runs every minute to echo the single line I need to the resolv.conf with out the space at the end.  (there is probably a better workaround but that worked for me)</p>
<p>B=rad.  Thanks much for the work you have done on this release!!!</p>
<p>&lt;&lt;&lt; edit: cheers. I&#8217;ve patched this bug in 0.3.3, hopefully it does the trick.  &#8211;b-rad >>></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomy_pc</title>
		<link>http://b-rad.cc/1095/wdlxtv-live-0-3-2/comment-page-2/#comment-14079</link>
		<dc:creator>thomy_pc</dc:creator>
		<pubDate>Sat, 09 Jan 2010 19:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://b-rad.cc/?p=1095#comment-14079</guid>
		<description>Hi,
How can i replace the /osd/image/welcome_logo.png and
/osd/welcome.xml
to the original wd-files?

thomy_pc</description>
		<content:encoded><![CDATA[<p>Hi,<br />
How can i replace the /osd/image/welcome_logo.png and<br />
/osd/welcome.xml<br />
to the original wd-files?</p>
<p>thomy_pc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://b-rad.cc/1095/wdlxtv-live-0-3-2/comment-page-2/#comment-14058</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 09 Jan 2010 03:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://b-rad.cc/?p=1095#comment-14058</guid>
		<description>I added optware to my wdtv... I am a bit lost though, and I did read on the site with optware it states something about &#039;ext3-boot is required below&#039; so it might explain it.. however this is my error..

 df -a &#124; grep opt
/dev/loop2              124.0M     20.0M     97.5M  17% /opt

ls -alrt /opt/bin/ipkg
-rwxr-xr-x    1 default  default      3852 Feb 25  2009 /opt/bin/ipkg

 /opt/bin/ipkg
-sh: /opt/bin/ipkg: not found

what am I missing?

&lt;&lt;&lt; edit: You&#039;re missing that original wdtv and wdtv live are different CPU&#039;s and are not binary compatible ;)  --b-rad &gt;&gt;&gt;</description>
		<content:encoded><![CDATA[<p>I added optware to my wdtv&#8230; I am a bit lost though, and I did read on the site with optware it states something about &#8216;ext3-boot is required below&#8217; so it might explain it.. however this is my error..</p>
<p> df -a | grep opt<br />
/dev/loop2              124.0M     20.0M     97.5M  17% /opt</p>
<p>ls -alrt /opt/bin/ipkg<br />
-rwxr-xr-x    1 default  default      3852 Feb 25  2009 /opt/bin/ipkg</p>
<p> /opt/bin/ipkg<br />
-sh: /opt/bin/ipkg: not found</p>
<p>what am I missing?</p>
<p>&lt;&lt;&lt; edit: You&#8217;re missing that original wdtv and wdtv live are different CPU&#8217;s and are not binary compatible <img src='http://b-rad.cc/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   &#8211;b-rad >>></p>
]]></content:encoded>
	</item>
</channel>
</rss>

