<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Seriously, what&#039;s with the speed!?!?</title>
		<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed</link>
		<description>Posts in the discussion thread &quot;Seriously, what&#039;s with the speed!?!?&quot; - I can only get about 3 Mbps.</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-353065</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-353065</link>
				<description></description>
				<pubDate>Sun, 11 Jan 2009 04:19:32 +0000</pubDate>
				<wikidot:authorName>incorrect</wikidot:authorName>				<wikidot:authorUserId>265515</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Installing Debian is actually looking much more preferable than trying to retrofit around what I have right now.</p> <p>I'd like to know what the 'ethtool -k eth0' output is on one of these things using a newer kernel.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-352762</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-352762</link>
				<description></description>
				<pubDate>Sat, 10 Jan 2009 15:50:38 +0000</pubDate>
				<wikidot:authorName>kevku</wikidot:authorName>				<wikidot:authorUserId>52945</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Install debian?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-352680</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-352680</link>
				<description></description>
				<pubDate>Sat, 10 Jan 2009 12:43:28 +0000</pubDate>
				<wikidot:authorName>incorrect</wikidot:authorName>				<wikidot:authorUserId>265515</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Just done some quick digging around on this, and I think the problem lies with TCP Offload not being enabled in the stock kernel/drivers supplied with the MBWE.</p> <p>The ethernet controller is the VIA Velocity VT6122, as per <a href="http://mybookworld.wikidot.com/hardware">hardware</a>, and confirmed via dmesg on the unit.</p> <p>Running 'ethtool -k' shows the following:</p> <div class="code"> <pre> <code>ethtool -k eth0 Offload parameters for eth0: Cannot get device rx csum settings: Operation not supported Cannot get device tx csum settings: Operation not supported Cannot get device scatter-gather settings: Operation not supported Cannot get device tcp segmentation offload settings: Operation not supported no offload info available</code> </pre></div> <p>Basically, the kernel cannot enable any of the TCP offload options within the chip.</p> <p>Now, the chip definitely supports TCP TCP/UDP/IP checksum and TCP segment offloading, as per <a href="http://www.via.com.tw/en/products/networking/velocity/vt6122/">here</a>.</p> <p>Documentation provided within the Linux Kernel source for the VIA Velocity drivers (linux-source-2.6.26/drivers/net/via-velocity.c) states:</p> <div class="code"> <pre> <code>/* txcsum_offload[] is used for setting the checksum offload ability of NIC. (We only support RX checksum offload now) 0: disable csum_offload[checksum offload 1: enable checksum offload. (Default) */</code> </pre></div> <p>so we should at least be able to enable RX checksum offload using this code, and if this code were used it would be enabled by default.</p> <p>The kernel version provided with the 2.00.18 is 2.6.17.14, so it's entirely possible the above was added between 2.6.17.14 and 2.6.26, after WD standardised the build environment.</p> <p>Next step would be to build a replacement kernel and drivers to run on the MBWE.</p> <p>Anyone interested in giving me pointers on how this may be done?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-348676</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-348676</link>
				<description></description>
				<pubDate>Mon, 05 Jan 2009 17:15:58 +0000</pubDate>
				<wikidot:authorName>JpgOrganizer</wikidot:authorName>				<wikidot:authorUserId>62100</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>how to open the case … have a look here: <a href="http://mybookworld.wikidot.com/forum/t-80132/open-howto-for-the-wdc-mb-se2#post-236790">http://mybookworld.wikidot.com/forum/t-80132/open-howto-for-the-wdc-mb-se2#post-236790</a></p> <p>I've found some further comments on opening the case: <a href="http://mybookworld.wikidot.com/forum/t-100053/wd-myworld-ii-1tb#post-292109">http://mybookworld.wikidot.com/forum/t-100053/wd-myworld-ii-1tb#post-292109</a></p> <p>Regards,<br /> JpgOrganizer</p> <hr /> <p>MBWE II, 2x 500&nbsp;GB<br /> Firmware 01.01.18<br /> Raid 1<br /> Hacks: SSH, spindown</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-348657</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-348657</link>
				<description></description>
				<pubDate>Mon, 05 Jan 2009 16:52:21 +0000</pubDate>
				<wikidot:authorName>fmano</wikidot:authorName>				<wikidot:authorUserId>260630</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>i do not have much spare time, but when possible, i'll take that shots and post here the links. (but first i'm going to figure out how to open the case…lool)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-346537</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-346537</link>
				<description></description>
				<pubDate>Fri, 02 Jan 2009 18:51:30 +0000</pubDate>
				<wikidot:authorName>kevku</wikidot:authorName>				<wikidot:authorUserId>52945</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>maybe it's too much to ask, but some hi-res photos of the PCB board would be good :).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-346379</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-346379</link>
				<description></description>
				<pubDate>Fri, 02 Jan 2009 14:17:00 +0000</pubDate>
				<wikidot:authorName>fmano</wikidot:authorName>				<wikidot:authorUserId>260630</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre> <code>MemTotal: 62520 kB MemFree: 1648 kB Buffers: 1312 kB Cached: 50984 kB SwapCached: 0 kB Active: 26028 kB Inactive: 29832 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 62520 kB LowFree: 1648 kB SwapTotal: 104312 kB SwapFree: 104312 kB Dirty: 8 kB Writeback: 0 kB Mapped: 8348 kB Slab: 3580 kB CommitLimit: 135572 kB Committed_AS: 9284 kB PageTables: 252 kB VmallocTotal: 450560 kB VmallocUsed: 64 kB VmallocChunk: 450496 kB</code> </pre></div> <p>Yup…. 64MB………<br /> Maybe a new hardware revision…..but the speeds are the same :(</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-345488</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-345488</link>
				<description></description>
				<pubDate>Wed, 31 Dec 2008 14:05:42 +0000</pubDate>
				<wikidot:authorName>stark</wikidot:authorName>				<wikidot:authorUserId>85651</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>64?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-345197</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-345197</link>
				<description></description>
				<pubDate>Tue, 30 Dec 2008 22:01:17 +0000</pubDate>
				<wikidot:authorName>fmano</wikidot:authorName>				<wikidot:authorUserId>260630</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>[[toc]<br /> Men !!!</p> <p>My WBII as 64MB of ram, and the speed's are the same as the rest of the people….</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-262950</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-262950</link>
				<description></description>
				<pubDate>Thu, 18 Sep 2008 16:20:20 +0000</pubDate>
				<wikidot:authorName>Sergi</wikidot:authorName>				<wikidot:authorUserId>204466</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've just bought new MBWE and see only 2.5MB/s write speed in pure 1GE LAN.</p> <p>AFAIK, bottlenecks are RAM and CPU.</p> <p>1. Currently installed RAM Hynix HY5DU561622E has following parameters:<br /> DDR SDRAM 256Mb (or 32MB)<br /> 166MHz 16Mx16 FBGA (60ball) 4bank, 2.5V, CL2.5<br /> another memory chip HY5DU121622C(L)FP-J(I) also have 166MHz FBGA (60ball) 4bank, 2.5V, CL2.5<br /> but give us 512Mb (or 64MB). OXE810DSE memory controller support up to 64MB of 16bit RAM (according to datasheet).<br /> It's hard to find but probably could be desoldered from some notebook SDRAM.<br /> If you could do this then no problem with oversoldering of PCB.</p> <p>2. ARM926 processor integrated in Oxford OXE810DSE chip operate at 200MHz.<br /> OXE810DSE is obsolete. New OXE810DSE chip operate the same processor at 367MHz but with 32 Kbyte caches &amp; MMU,<br /> support TSO (TCP/IP segmentation offload), have 128 Kbyte on-chip SRAM, memory controller support DDR 1/2 SDRAM 16bit memory up to 256MB!<br /> Probably old OXE chip could be also resoldier with new one, but I cannot find datasheet.</p> <p>I've sniffed some flows of TCP session during write activity and discover lot of TCP retransmit.<br /> I think network parameters of MBWE could be tuned.</p> <p>Notice VIA vt6122 Gigabit Ethernet Controller support:<br /> Jumbo frame up to 16kilobyte<br /> DMA<br /> Flow control<br /> Wake on LAN<br /> 802.1p, 802.1q (VLAN)<br /> CRC offload (IPv4)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-240897</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-240897</link>
				<description></description>
				<pubDate>Sat, 16 Aug 2008 12:35:27 +0000</pubDate>
				<wikidot:authorName>jounhi</wikidot:authorName>				<wikidot:authorUserId>182363</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I already have a server, mini-ITX with proper Gb LAN etc. runing gentoo.<br /> MyBook is a badly peforming toy. My world doesn't crumble if this stays at the crappy state it is but I would still like to get the performace to a proper level.</p> <p>You can't replace the CPU. It's integrated into the main controller. But as I said you can overclock it from software. WD has tested it. You can see that from the source codes. You need to modify bootloader and get it into the MyBook.</p> <p>RAM can be switched. The chip is FBGA encased.<br /> I think the HY5DU561622C datasheet shows the correct pin layout. So there is 60 small solder ball connections under the chip.<br /> I think the chip can be pried off from the PCB. There is of course high risk of ripping some of the PCB along with the chip. Chip will most likely be in pieces after this.<br /> The more problematic part is how to put in the new memory chip? And how to do that at home. One can't just solder it in place as there is no pins to solder.<br /> After the memory chip has been changed successfully I suspect there is a need for SW modifications to get all of the memory in use.</p> <p>I most likely will try the memory upgrade eventually. I do want to have some idea about how to get the new one in before taking the old one out. I would really like if someone could give some ideas. I think there is a need to find some connector or adapter for it. It needs to be something that can be soldered to the chip and to the PCB. Yet it should be quite small since there is no room to build towers.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-240738</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-240738</link>
				<description></description>
				<pubDate>Fri, 15 Aug 2008 23:11:34 +0000</pubDate>
				<wikidot:authorName>stark</wikidot:authorName>				<wikidot:authorUserId>85651</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Well, if you want a Hi speed server, i recomend you to buy a real PC. I belive it this divice had a speed like an server, there would'nt be any use for a "server". Im not saying this is a divice whit a good speed. But for this amount of money, you could'nt get a hdd and a PSU.</p> <p>IF ther's anyone that have the soldering skills for replacing the CPU and the ram i would gladly give it to He/she. (not sombody i don't know ofc)</p> <p>-Stark</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-240578</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-240578</link>
				<description></description>
				<pubDate>Fri, 15 Aug 2008 18:23:30 +0000</pubDate>
				<wikidot:authorName>jounhi</wikidot:authorName>				<wikidot:authorUserId>182363</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Opened up my MBWE.<br /> Memory is the same Hynix. Pins are hidden under it.<br /> So no way to get that off without some brute force and destruction(?). I have no idea if a replacement can be installed even if that chip can be removed without damaging the PCB. Also how to add a new memory chip into the PCB is the pins are not visible?</p> <p>The controller is OXE800DSE. hmmm… I have the one disk version. Any pictures of the two disk version PCB anywhere?? What is the difference? Could another drive be installed into one disk version?</p> <p>darn… I feel the speed is crap and it's been well protected that it stays crap. Overclocking might help… or not. I'm hoping I get the time to try it at some point. If anyone wants to go first then please do.<br /> More memory wouldn't hurt. If someone has a totally busted MBWE or they have no use for their MBWE it would be nice if they could try getting that memory chip out without damaging anything else.</p> <p>So, any ideas? Or will everyone just be happy with this crappy speed?<br /> Or just wait for the new MyBook with the new controller that can actually handle the speeds it is sold for.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-240529</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-240529</link>
				<description></description>
				<pubDate>Fri, 15 Aug 2008 16:43:33 +0000</pubDate>
				<wikidot:authorName>jounhi</wikidot:authorName>				<wikidot:authorUserId>182363</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Answering myself since no one else has.</p> <p>The onboard memory chip is 16Mx16 = 32MB chip.<br /> The controller can handle 64MB of memory.<br /> So it could be changed to 32Mx16 = 64MB chip. I'm I right??</p> <p>Looking at the picture of the memory chip I cant figure out how to remove it without destroying the PCB at the proses. I can't see the pins on the side. Are they under the chip?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-240521</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-240521</link>
				<description></description>
				<pubDate>Fri, 15 Aug 2008 16:20:08 +0000</pubDate>
				<wikidot:authorName>jounhi</wikidot:authorName>				<wikidot:authorUserId>182363</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Oxford Semiconductor has updates their page about the controllers.<br /> It now says about OXE800SE/OXE800DSE that they are 10/100 Ethernet to SATA controllers.</p> <p>So what does that mean??<br /> Has WD disabled the internal 10/100 LAN and is using the 1G VIA chip through PCI?<br /> Or are the internal LAN and VIA chip connected and the internal stuff is blocking the data?</p> <p>Oxford Semiconductor has the new and improved 10/100/1000 controllers, 810 series.<br /> What I can gather from the specifications they have the same CPU core.<br /> 800 @ 200MHz and 810 @ 367&nbsp;MHz. I would be very interested to know about overclocking the MBWE.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-240153</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-240153</link>
				<description></description>
				<pubDate>Thu, 14 Aug 2008 21:03:45 +0000</pubDate>
				<wikidot:authorName>DarkWan</wikidot:authorName>				<wikidot:authorUserId>157952</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm using a gigabit switch but no differences at all: max transfer rate is about 5/6&nbsp;Mb/s.</p> <p>When I opened my MyBook, I've plugged the sata drive directly to the pc (due to bad boot-configurazion setting).<br /> I also used fsck.ext3 to repair some inode error-flagged.<br /> Drive speed is not bad. It could be compared to internal SATA drives that reach 70Mb/s (my motherboard is pretty old).</p> <p>I tried to copy a 100Mb file from /share/internal/PUBLIC/abc to /tmp/<br /> Due to transfer time (doubled to sum read one and write one. I know it's only an aproximation), i think samba is not the bottleneck</p> <p>So? I'm afraid the MBWE has not enougth memory to enable DMA access to disk(s).<br /> Someone knows how to test this? I hope we not need to rebuild the kernel….</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-239653</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-239653</link>
				<description></description>
				<pubDate>Wed, 13 Aug 2008 23:18:43 +0000</pubDate>
				<wikidot:authorName>jounhi</wikidot:authorName>				<wikidot:authorUserId>182363</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Found an interesting memory upgrade post:<br /> <a href="http://wl500g.info/showthread.php?t=12381&amp;page=3">http://wl500g.info/showthread.php?t=12381&amp;page=3</a></p> <p>This tells me that the memory chip can be"just" swapped to a bigger one.<br /> This of course opens up some more questions like:<br /> How much is needed to make a difference? I know we all want GB:s of memory. :)<br /> How much memory can the controller handle? Datasheet would be nice.<br /> Which memory chip would be right and where to get them?<br /> Is software modifications needed? I suppose this can be found out after the swap.</p> <p>edit:<br /> More closer to MBWE:<br /> <a href="http://www.nslu2-linux.org/wiki/HowTo/FattenYourSlug">http://www.nslu2-linux.org/wiki/HowTo/FattenYourSlug</a><br /> Good info about memory upgrades to NSLU2. Also about the software side.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-239215</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-239215</link>
				<description></description>
				<pubDate>Wed, 13 Aug 2008 08:33:15 +0000</pubDate>
				<wikidot:authorName>jounhi</wikidot:authorName>				<wikidot:authorUserId>182363</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Just a tought… How about SSD drives?<br /> Replace hard drive with a SSD. Put the whole system on it and/or make a swap on it. Might be possible with MBWE II ??</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-238978</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-238978</link>
				<description></description>
				<pubDate>Tue, 12 Aug 2008 21:28:23 +0000</pubDate>
				<wikidot:authorName>jounhi</wikidot:authorName>				<wikidot:authorUserId>182363</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Some info from net:<br /> Hynix HY5DU561622E 256Mb DDR SDRAM Datasheet<br /> <a href="http://www.datasheet4u.com/download.php?id=573686">http://www.datasheet4u.com/download.php?id=573686</a></p> <p>VIA vt6122 Gigabit Ethernet Controller<br /> <a href="http://people.freebsd.org/~wpaul/VIA/DS6122R160.pdf">http://people.freebsd.org/~wpaul/VIA/DS6122R160.pdf</a></p> <p>Has anyone found the datasheet for OXE800SE/OXE800DSE?<br /> Also does anyone know any other device using these? Any change of it's sources being available and that the device has better/worse performance than MyBook?</p> <p>Edit:<br /> <a href="http://www.softconnex.com/products/storage/OXE800SE.html">http://www.softconnex.com/products/storage/OXE800SE.html</a><br /> From the product brief pdf.<br /> Features:<br /> "Network coprocessor for TCP/IP acceleration"</p> <p>ummm… did they forget to turn it on?!?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-238947</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-238947</link>
				<description></description>
				<pubDate>Tue, 12 Aug 2008 20:38:02 +0000</pubDate>
				<wikidot:authorName>stark</wikidot:authorName>				<wikidot:authorUserId>85651</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>A small cooling rib thats come whit some GPU cooler system, can fit. One thing i came over when i opened mine, is that even if the MBWE is off but the power supply is in, it's still have some heat.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-238885</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-238885</link>
				<description></description>
				<pubDate>Tue, 12 Aug 2008 19:26:22 +0000</pubDate>
				<wikidot:authorName>jounhi</wikidot:authorName>				<wikidot:authorUserId>182363</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes it probably would need some extra cooling. As a test it could be cooled with a heat sink and a fan. Those won't fit inside if one wants to close the box again but that would end speculation whether or not faster CPU would make a difference.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-238876</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-238876</link>
				<description></description>
				<pubDate>Tue, 12 Aug 2008 19:15:07 +0000</pubDate>
				<wikidot:authorName>stark</wikidot:authorName>				<wikidot:authorUserId>85651</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>open your MBWE, boot it up and make it do some work. then hold your finger on the CPU. i think it need a cooler it overclock is possible..</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-238856</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-238856</link>
				<description></description>
				<pubDate>Tue, 12 Aug 2008 18:52:07 +0000</pubDate>
				<wikidot:authorName>jounhi</wikidot:authorName>				<wikidot:authorUserId>182363</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Has someone really tried to do something about the speed? I mean is there knowledge of what is the problem?</p> <p>I downloaded the WD sources and took a quick look what is in there.<br /> In directory /WD-GPL-v1.18/vendor/u-boot/board/oxnas there is a file platform.S.<br /> In this file there is: #ifdef OXNAS_OVERCLOCK<br /> There is a comment saying: /* Set m,p and s for PLL at 400MHz */</p> <p>So has anyone ever tried to smoke their MyBook by overclocking it? Or is MyBook by default overclocked and is still this crappy?</p> <p>On the memory issue. The chip seems to be on the back side of the PCB. <a href="http://martin.hinner.info/mybook/bot.jpg">http://martin.hinner.info/mybook/bot.jpg</a><br /> It's Hynix HY5DU561622E 256Mb DDR SDRAM<br /> I'm no electronics expert so I don't know how to increase the memory. Can those chips be stacked up or changed to larger. Hynix has chips like HY5DU121622C 512Mb DDR SDRAM but I doubt that one can just rip of the old one and solder in the new.<br /> If changing the chip would help and if I had instructions on what to do I would be happy to do it.</p> <p>At the current speeds MyBook is useless as a data storage for large amount of data. I haven't measured but I have a feeling my old NetCenter beats the crap out of MyBook in transfer rates. It's just one more toy to mess with.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-119259</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-119259</link>
				<description></description>
				<pubDate>Wed, 05 Mar 2008 22:42:39 +0000</pubDate>
				<wikidot:authorName>wwarren</wikidot:authorName>				<wikidot:authorUserId>74754</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It dawned on me awhile back that I had data on my WEII that wasn't located anywhere else and thus needed to be backed up. While trying to determine the fastest way to do that I ran some tests and consistently got 7.5MBps read speeds to a WinXP PC. Whether it was connected via 100Mbps ethernet or gigabit didn't alter those speeds. I got just under 8MBps speeds through the USB expansion port copying files via SSH from /shares/internal to an ext3 formatted hard drive in a USB enclosure mounted at /shares/external. Its running Martin Hinner's firmware, Mionet is disabled, and there are two instances of Firefly Media Server running (not streaming during testing).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-116313</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-116313</link>
				<description></description>
				<pubDate>Sat, 01 Mar 2008 10:40:08 +0000</pubDate>
				<wikidot:authorName>Harmen</wikidot:authorName>				<wikidot:authorUserId>89592</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I gave it a try yesterday, but no luck. I've attached a 2&nbsp;GB memorystick (Datatraveler), unmounted it from the /shares/external/kingston mount point, made a partition whith fdisk (fdisk /dev/sda1) from 1GB and configured it as swap. After that done I've runned the command mkswap /dev/sda1 altered the /etc/fstab, put a # in front of the default swap file and made an extra entry for my /dev/sda1 and after save it i've ran swapon -a<br /> So i've got a working swapfile on my usb stick from 1GB, but the speed doesn't increase at all. The swapfile is only used (after tranferring a couple of gig's of ISO files) for about 8000k max. So it seams that the CPU is the real bottle neck here. I didn't try a gigabit connection yet becouse i havent a gigabit switch. I'm getting this tranfer speeds on my 100 mbit network: read 6080 kbytes per second, write 3400 kbytes per second. I've also made a couple changes in the samba config file, but no real difference.</p> <p>anyone, suggestions?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-116020</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-116020</link>
				<description></description>
				<pubDate>Fri, 29 Feb 2008 19:30:59 +0000</pubDate>
				<wikidot:authorName>Calathia</wikidot:authorName>				<wikidot:authorUserId>85068</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>HAH, I was thinkin exactly the same this other day! Indeed, usin usb-stick as RAM drive instead of WD's memory would give us another 1M for free memory.</p> <p>Another thingy I noticed: if you use Sugate personal firewall, it slows transfer speed. Ehn I tranfer stuff with SPF on, I get 23% on network utilization, SPF on it increases to 39% ! And 39% is about ~5&nbsp;MB/s</p> <p>What do others think of this usb-stick as RAM drive idea? Or freeing as much memory as possible to increase tranfer speed idea?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-115919</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-115919</link>
				<description></description>
				<pubDate>Fri, 29 Feb 2008 16:31:59 +0000</pubDate>
				<wikidot:authorName>Harmen</wikidot:authorName>				<wikidot:authorUserId>89592</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Maybe a weird thing…. but could a fast mounted usb stick with the swapfile mounted on it give some more speed?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-91972</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-91972</link>
				<description></description>
				<pubDate>Tue, 15 Jan 2008 20:56:31 +0000</pubDate>
				<wikidot:authorName>WishCow</wikidot:authorName>				<wikidot:authorUserId>60552</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Can I utilize this NFS server through Windows in any way? Using an external program or something like that?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-89952</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-89952</link>
				<description></description>
				<pubDate>Fri, 11 Jan 2008 13:19:58 +0000</pubDate>
				<wikidot:authorName>Rickie</wikidot:authorName>				<wikidot:authorUserId>67299</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>My transfer rates are :<br /> through Samba - 3-4MB write, 5-6MB read<br /> through VSFTP - 5-6MB read/write</p> <p>I plan some improvements like … disable samba, lighthttp (increase free memory) and set up ramdisk (minimize disk usage by system)</p> <p>Rickie</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-88934</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-88934</link>
				<description></description>
				<pubDate>Wed, 09 Jan 2008 10:24:49 +0000</pubDate>
				<wikidot:authorName>pinussen</wikidot:authorName>				<wikidot:authorUserId>53898</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I get about 4-5&nbsp;MB/s when transfering a testfile from my server to the MBWE. I have mounted the MBWE as a NFS share on the server and tweaked the mount settings to optimize the read and write cache. I have also killed of as much unneeded stuff as possible on the MBWE.</p> <p>CPU usage almost never top 50% with these settings, memory however is always only around 1000&nbsp;Kb free when checking with top. Not sure if top show memory usage correctly though. Only using a crappy 100&nbsp;Mb/s router to connect through though, should get a real 1Gb/s switch to try with.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-86585</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-86585</link>
				<description></description>
				<pubDate>Thu, 03 Jan 2008 19:53:09 +0000</pubDate>
				<wikidot:authorName>pam196</wikidot:authorName>				<wikidot:authorUserId>63337</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm curious as to how your managing anything over 3.5MB/s sustained. I've installed bftpd and I am mostly transferring over FTP. When doing so, running top shows that bftpd is maxing out the CPU (80-90%), plus other processes running in the background (such as SSH and top). So, I guess what I'm asking is are you using a different FTP server, and if so what? Also copying over Samba which is about the same speed, causes smbd to max the CPU…so I'm a little confused…</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-85821</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-85821</link>
				<description></description>
				<pubDate>Wed, 02 Jan 2008 01:03:11 +0000</pubDate>
				<wikidot:authorName>koola</wikidot:authorName>				<wikidot:authorUserId>62291</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>koola, I don't think that "it's not a computer, deal with it" post really helps at all. It is in fact a mini linux pc and I'm sure it is correctable, especially if it's been hacked.</p> </blockquote> <p>It's helps a lot as it's not a PC as such… it's an embedded device that is no where near capable of reaching normal "PC" speeds on a LAN.</p> <p>The problem is a hardware limitation within the device its self. If you want to offload memory and try boost performance a little, make a <a href="http://kyyhkynen.net/stuff/mybook/ramdisk.php">RamDisk</a>.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-85814</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-85814</link>
				<description></description>
				<pubDate>Wed, 02 Jan 2008 00:02:52 +0000</pubDate>
				<wikidot:authorName>JeremyZ</wikidot:authorName>				<wikidot:authorUserId>62851</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The problem seems to be memory usage. The thing has 30 megs of ram and when I first boot it up 29 megs are in use. Doesn't leave much room for file transfer buffers is what I'm guessing the problem is.</p> <p>I killed mionet and the web admin which freed up about 10 megs. That allowed me to get a record 5.9&nbsp;MB/sec transfer via SAMBA, but that memory was quickly sucked up and appears to still be the cap. I can't seem to find what's using the other 20 megs of ram. Guess it might be the OS itself. Maybe if I can free up a few more megs I can get 7-8&nbsp;MB/sec.</p> <p>Has anyone cracked one of these things open to see if there's any way to add more ram?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-85809</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-85809</link>
				<description></description>
				<pubDate>Tue, 01 Jan 2008 23:33:01 +0000</pubDate>
				<wikidot:authorName>JeremyZ</wikidot:authorName>				<wikidot:authorUserId>62851</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Big M. 3-4 MegatBYTES/sec. ;-)</p> <p>I know max on 100 mb would be about 12&nbsp;MB/sec, but that's still 4 times faster than what it's going now. I'd upgrade it to gigabit but right now and kind of thinking what's the point if I can't even max out the 100mb.</p> <p>Reading around everyone else seems to be in the same boat. You're the first I've heard of getting 9-10&nbsp;MB. Maybe I will upgrade to gigabit just so I can get 8% of it's capacity instead of 25% of the 100mb. (sadly I'm serious)</p> <p>koola, I don't think that "it's not a computer, deal with it" post really helps at all. It is in fact a mini linux pc and I'm sure it is correctable, especially if it's been hacked.</p> <p>I really suspected SAMBA was the source of the problem so after spending several hours trying to tweek samba last night with no success I decided to test the transfer rate of the FTP service across the local network. It also was right around 4MB, so I think we can rule out samba.</p> <p>So what's been rules out as sources of the bottleneck are:<br /> network (should allow around 11-12&nbsp;MB)<br /> cpu (utilization is below 20%)<br /> samba (same result through ftp)<br /> drive speed? (that would be a sad, sad world)</p> <p>What's left?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-85803</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-85803</link>
				<description></description>
				<pubDate>Tue, 01 Jan 2008 22:57:50 +0000</pubDate>
				<wikidot:authorName>sforget</wikidot:authorName>				<wikidot:authorUserId>63457</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>3-4 mbps or 3-4&nbsp;MBps - there is a vast difference.</p> <p>3-4 mbps (megabits per second) is 3,000,000 - 4,000,000 bits per second<br /> 3-4&nbsp;MBps (megabytes per second) is: 25,165,824 to 33,554,432 bits per second - which is easily 1/4 - 1/3 the max capacity of a 100mbps link.</p> <p>Technically the max capacity of a 100mbps link is 11.9&nbsp;MBps (megabytes per second)</p> <p>The Max speed of the mybooks 1Gbps network connection should be: 119&nbsp;MBps. I've only ever hit 8 or 9&nbsp;MBps on my Giga-Lan through Samba (which might be part of the bottleneck)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-85710</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-85710</link>
				<description></description>
				<pubDate>Tue, 01 Jan 2008 15:10:43 +0000</pubDate>
				<wikidot:authorName>koola</wikidot:authorName>				<wikidot:authorUserId>62291</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>See <a href="http://mybookworld.wikidot.com/forum/t-32874/slow-speeds-on-mbwe-1tb-1st-edition-is-this-normal">Here</a> for the reason why.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-85673</guid>
				<title>Re: Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-85673</link>
				<description></description>
				<pubDate>Tue, 01 Jan 2008 07:40:43 +0000</pubDate>
				<wikidot:authorName>Bobbias</wikidot:authorName>				<wikidot:authorUserId>62086</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I had heard that the CPU was bottlenecked, so I dunno, I'm interested in finding a way to speed things up too, as the max I've gotten is something like 60% of my 100 mbit network connection. Then again, my router could be crap and contribute to slowing things down on my side… My router is a hunk of junk, and I had to update the firmware just to get the DHCP server to recognize the My Book.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-33307#post-85648</guid>
				<title>Seriously, what&#039;s with the speed!?!?</title>
				<link>http://mybookworld.wikidot.com/forum/t-33307/seriously-what-s-with-the-speed#post-85648</link>
				<description></description>
				<pubDate>Tue, 01 Jan 2008 02:03:49 +0000</pubDate>
				<wikidot:authorName>JeremyZ</wikidot:authorName>				<wikidot:authorUserId>62851</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have this thing connected at 100 mbps, but I've never seen a transfer exceed 3-4Mbps. I know others have the same problem an I figured this thing had a lame cpu that was causing the bottleneck, but I ran top while running a file transfer and it's only at about 10% utilization..</p> <p>So if the network isn't the bottleneck, and the cpu isn't the bottleneck, what is? The hard drive? Surely not… Is there anything that can be done to speed this thing up??</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>