<?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>Installing &amp; Configuring Programs (new posts)</title>
		<link>http://mybookworld.wikidot.com/forum/c-34764/installing-configuring-programs</link>
		<description>Posts in the forum category &quot;Installing &amp; Configuring Programs&quot; - Discussion about installing and configuring various programs on MBWE</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-198072#post-646676</guid>
				<title>lsusb and cups: Re: lsusb and cups</title>
				<link>http://mybookworld.wikidot.com/forum/t-198072/lsusb-and-cups#post-646676</link>
				<description></description>
				<pubDate>Wed, 02 Dec 2009 17:24:36 +0000</pubDate>
				<wikidot:authorName>Dudi</wikidot:authorName>				<wikidot:authorUserId>404388</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks Frater, I was not aware of prep_whitelight.oorec</p> <p>So I did a good firmare upgrade, cleaned it all, installed prep_whitelight and now lsusb correctly displays my printer!</p> <p>But…..reinstalled cups and my printer is not available and I cannot even select "USB" from the devices backend when adding a printer manually…..</p> <p>Tried different times but with no luck….</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-198437#post-645200</guid>
				<title>ipmitool and the MBWE: Re: ipmitool and the MBWE</title>
				<link>http://mybookworld.wikidot.com/forum/t-198437/ipmitool-and-the-mbwe#post-645200</link>
				<description></description>
				<pubDate>Mon, 30 Nov 2009 18:27:38 +0000</pubDate>
				<wikidot:authorName>Gompho</wikidot:authorName>				<wikidot:authorUserId>405013</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>no one?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-200672#post-644905</guid>
				<title>usb over network: Re: usb over network</title>
				<link>http://mybookworld.wikidot.com/forum/t-200672/usb-over-network#post-644905</link>
				<description></description>
				<pubDate>Mon, 30 Nov 2009 10:11:24 +0000</pubDate>
				<wikidot:authorName>sr_sparky</wikidot:authorName>				<wikidot:authorUserId>409522</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hey mate,</p> <p>Saw this today, and really want to give it a go (actually i started trying to), but i dont have that much linux experience. Can you give a step by step tutorial on how to set it up?</p> <p>Cheers.<br /> Stuart</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-200672#post-644525</guid>
				<title>usb over network: usb over network</title>
				<link>http://mybookworld.wikidot.com/forum/t-200672/usb-over-network#post-644525</link>
				<description></description>
				<pubDate>Sun, 29 Nov 2009 20:31:20 +0000</pubDate>
				<wikidot:authorName>kisamartin</wikidot:authorName>				<wikidot:authorUserId>409306</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>usbip makes it easy to share your usb port to other computers on your network..<br /> see <a href="http://www.nslu2-linux.org/wiki/HowTo/UseUsbIpOnTheNSLU2">http://www.nslu2-linux.org/wiki/HowTo/UseUsbIpOnTheNSLU2</a></p> <p>this works well on mybook..</p> <p>you need to install:</p> <ol> <li>libglib2.0-0</li> <li>libsysfs2</li> <li>libwrap0-dev</li> </ol> <p>download usbip for mybook here: <a href="http://alvnet.eu.org/usbip-0.1.7-arm-mybook.tar.gz">http://alvnet.eu.org/usbip-0.1.7-arm-mybook.tar.gz</a><br /> extract and place the files where you want them..</p> <p>install usbip on the client<br /> ubuntu: apt-get install usbip<br /> windows: <a href="http://sourceforge.net/projects/usbip/">http://sourceforge.net/projects/usbip/</a></p> <p>[Usage] (<a href="http://usbip.svn.sourceforge.net/viewvc/usbip/linux/trunk/src/README?view=markup">http://usbip.svn.sourceforge.net/viewvc/usbip/linux/trunk/src/README?view=markup</a>)<br /> 35 server:# (Attach your USB device physically.)<br /> 36<br /> 37 server:# insmod usbip_common_mod.ko<br /> 38 server:# insmod usbip.ko<br /> 39 - It was formerly named as stub.ko.<br /> 40<br /> 41 server:# usbipd -D<br /> 42 - Start usbip daemon.<br /> 43<br /> 44 server:# usbip_bind_driver —list<br /> 45 - List driver assignments for usb devices.<br /> 46<br /> 47 server:# usbip_bind_driver —usbip 1-2<br /> 48 - Bind usbip.ko to the device of busid 1-2.<br /> 49 - A usb device 1-2 is now exportable to other hosts!<br /> 50 - Use 'usbip_bind_driver —other 1-2' when you want to shutdown exporting<br /> 51 and use the device locally.<br /> 52<br /> 53<br /> 54 client:# insmod usbip_common_mod.ko<br /> 55 client:# insmod vhci-hcd.ko<br /> 56 - It was formerly named as vhci.ko.<br /> 57<br /> 58 client:# usbip —list server<br /> 59 - List exportable usb devices on the server.<br /> 60<br /> 61 client:# usbip —attach server 1-2<br /> 62 - Connect the remote USB device.<br /> 63<br /> 64 client:# usbip —port<br /> 65 - Show virtual port status.<br /> 66<br /> 67 client:# usbip —detach 0<br /> 68 - Detach the usb device.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-198072#post-644519</guid>
				<title>lsusb and cups: Re: lsusb and cups</title>
				<link>http://mybookworld.wikidot.com/forum/t-198072/lsusb-and-cups#post-644519</link>
				<description></description>
				<pubDate>Sun, 29 Nov 2009 20:03:20 +0000</pubDate>
				<wikidot:authorName>frater</wikidot:authorName>				<wikidot:authorUserId>139187</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This info is already on this forum….<br /> It is even automatically installed if you would have used prep_whitelight.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-198072#post-644502</guid>
				<title>lsusb and cups: Re: lsusb and cups</title>
				<link>http://mybookworld.wikidot.com/forum/t-198072/lsusb-and-cups#post-644502</link>
				<description></description>
				<pubDate>Sun, 29 Nov 2009 19:24:19 +0000</pubDate>
				<wikidot:authorName>Dudi</wikidot:authorName>				<wikidot:authorUserId>404388</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Solved!</p> <p>I had to manually mount USBFS by issuing, as root:</p> <p>/bin/mount -n /proc/bus/usb/ /proc/bus/usb/ -t usbfs</p> <p>Now lsusb correctly displays my printer.</p> <p>Hope this helps for somebody else.</p> <p>Ciao,</p> <p>Fabio</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-198072#post-644490</guid>
				<title>lsusb and cups: Re: lsusb and cups</title>
				<link>http://mybookworld.wikidot.com/forum/t-198072/lsusb-and-cups#post-644490</link>
				<description></description>
				<pubDate>Sun, 29 Nov 2009 19:13:57 +0000</pubDate>
				<wikidot:authorName>Dudi</wikidot:authorName>				<wikidot:authorUserId>404388</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi, no hints about this?</p> <p>Thanks,</p> <p>Fabio</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-200185#post-643279</guid>
				<title>cross-compilation of applications or kernel modules: cross-compilation of applications or kernel modules</title>
				<link>http://mybookworld.wikidot.com/forum/t-200185/cross-compilation-of-applications-or-kernel-modules#post-643279</link>
				<description></description>
				<pubDate>Fri, 27 Nov 2009 14:10:32 +0000</pubDate>
				<wikidot:authorName>sacamante</wikidot:authorName>				<wikidot:authorUserId>82549</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have been trying to compile a kernel module (usbhid), to make mybook monitor a UPS over USB (so it can shutodown in case a power failure). I have found quite a lot of difficulties, which I finally solved, so I give some ideas here:</p> <p>The best reference I got is:<br /> <a href="http://mybookworld.wikidot.com/adding-sound-support">compile sound support</a><br /> which also refers to:<br /> <a href="http://www.ismprofessional.net/pascucci/documenti/mybook/mybook-hacking-en.html">guide installing debian</a></p> <p>When following those posts, consider also these points:<br /> - You can do it in anylinux modern version, regardless the gcc compiler inside. No need to change the linux distro compiler (e.g., I did it with Ubuntu 8.04, gcc-4.3). The reason is that the buildroot will compile the specific gcc version with cross-compilation support.<br /> - When configuring buildroot, set always soft emulated FP processor. Configure not to include any application, so it takes less time. The interesting thing is to compile basic tools and the applicable gcc compiler for arm cross compilation.<br /> - If you compile applications, the easiest is to use all which comes in the WD source package. Just put all the buildroot archives inside buildroot/dl directory (so there is no download), and configure buildroot as in the original system, e.g. with FW 1.0.18 with gcc-3, and kernel 2.6.17.14. Important point is not to get the latest uClibc snapshot, but the version a specified version (leave empty and it takes default one, already indl, I think). If setting all correct, it compiles ok, except last steps of building the root, which is not necessary.<br /> - Once you have the compiler, you can try to compile applications from source code, using the buildroot generated copiler and libraries. I have not done it, but maybe you need to touch makefiles to use correct elements. You can see how buildroot compiles applications to do the same.<br /> - If you want to compile a kernel module, it is a bit more difficult, because you need to use arm gcc-4.1 compiler generated by build root. The main problem is that buildroot and uClibc evolve, and they do not support anymore old compilers gcc-4.1 and kernel. The following worked for me:<br /> - Download the latest buildroot package and extract it. Maybe in the future it does not work, so instead of latest, take from buildroot site the one available as latest around nov-2009, which I used. The same for uClibc<br /> - In the configuration, it is the same as for applications, except that you have to enable obsolete packages, and then select the gcc-4.1 version (in my case it was gcc-4.1.2). Take the latest snapshot of uClibc. Use the latest In the kernel headers, specify manually the version 2.6.18.1 (because kernel 17 does not have headers install kernel, so buildroot fails. It seems that using this version is ok.<br /> - When you make, it takes quite a long time, because it downloads some packages and compiles big thing like gmp (I do not know why). At the end, it should compile until the erroor when creating root image, and hopefully the gcc-4.1.2 should be available.<br /> - You can then go to the vendor/kernel sources provided by WD, set the path to the generated gcc-4.1.2 compiler and try. I could obtain my module doing this.</p> <p>I hopt that with the original instructions and these tips someone with good knowledge of linux and compilation can get things to work…</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-198611#post-638304</guid>
				<title>DNS Server / djbdns bind: DNS Server / djndns bind opendns</title>
				<link>http://mybookworld.wikidot.com/forum/t-198611/dns-server-djbdns-bind#post-638304</link>
				<description></description>
				<pubDate>Fri, 20 Nov 2009 15:22:29 +0000</pubDate>
				<wikidot:authorName>Alein</wikidot:authorName>				<wikidot:authorUserId>184459</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi I need to have DNS server on MB. I was trying djbdns, but even after successful compilation with daemontool it is still very tricky to run.I am able to run service dnscache only. So next on the list was bind, but this one in not even able to run.<br /> My question is . Did anyone of you install any DNS server on WD?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-198437#post-637787</guid>
				<title>ipmitool and the MBWE: ipmitool and the MBWE</title>
				<link>http://mybookworld.wikidot.com/forum/t-198437/ipmitool-and-the-mbwe#post-637787</link>
				<description></description>
				<pubDate>Thu, 19 Nov 2009 21:39:12 +0000</pubDate>
				<wikidot:authorName>Gompho</wikidot:authorName>				<wikidot:authorUserId>405013</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>Has anyone here tried to compile ipmitool for the MBWE. I looked through the Optware packages and didn't find any precompiled packages for ipmitool. I saw a tutorial about how to run an rc script by pressing the power button and thought it would be really useful if I could install ipmitool so that when I press the power button it could turn on one of my servers or something. If anyone has any experience in getting ipmitool on the MBWE let me know. I would greatly appreciate it.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-189302#post-637380</guid>
				<title>help with SSH keys to automate login / rsync (Bluerings): Re: help with SSH keys to automate login / rsync (Bluerings)</title>
				<link>http://mybookworld.wikidot.com/forum/t-189302/help-with-ssh-keys-to-automate-login-rsync-bluerings#post-637380</link>
				<description></description>
				<pubDate>Thu, 19 Nov 2009 13:07:33 +0000</pubDate>
				<wikidot:authorName>Halgruk</wikidot:authorName>				<wikidot:authorUserId>404771</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have the exact same problem.</p> <p>Did you find a solution?</p> <p>Hal</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-72870#post-636896</guid>
				<title>Transmission works!: Re: Transmission works!</title>
				<link>http://mybookworld.wikidot.com/forum/t-72870/transmission-works#post-636896</link>
				<description></description>
				<pubDate>Wed, 18 Nov 2009 20:32:11 +0000</pubDate>
				<wikidot:authorName>blackjancsi</wikidot:authorName>				<wikidot:authorUserId>332838</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Way too complicated… I don't see any point in building something from source when you have an identical hardware - what's the point, why not just take the binary from Optware?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-198072#post-636757</guid>
				<title>lsusb and cups: lsusb and cups</title>
				<link>http://mybookworld.wikidot.com/forum/t-198072/lsusb-and-cups#post-636757</link>
				<description></description>
				<pubDate>Wed, 18 Nov 2009 16:55:49 +0000</pubDate>
				<wikidot:authorName>Dudi</wikidot:authorName>				<wikidot:authorUserId>404388</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi all,</p> <p>maybe somebody can help me, I'm trying to make my printer visible in cups with no luck, so I try to check with lsusb.</p> <p>to sum up:</p> <p>- the printer is connect and turned on<br /> - user is root<br /> - lsusb (installed with ipkg install usbutils) display nothing<br /> - lsusb -t displays: cannot open /proc/bus/usb/devices<br /> - dmesg | grep usb displays:</p> <p>~ # dmesg | grep usb<br /> usbcore: registered new interface driver usbfs<br /> usbcore: registered new interface driver hub<br /> usbcore: registered new device driver usb<br /> usbcore: registered new interface driver usb-storage<br /> usb usb1: configuration #1 chosen from 1 choice<br /> usb 1-1: new full speed USB device using oxnas-ehci and address 2<br /> usb 1-1: configuration #1 chosen from 1 choice</p> <p>Any help?</p> <p>Thanks,</p> <p>D</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-197679#post-636525</guid>
				<title>help installing clutch interface without gcc compiler: Re: help installing clutch interface without gcc compiler</title>
				<link>http://mybookworld.wikidot.com/forum/t-197679/help-installing-clutch-interface-without-gcc-compiler#post-636525</link>
				<description></description>
				<pubDate>Wed, 18 Nov 2009 11:17:24 +0000</pubDate>
				<wikidot:authorName>keops</wikidot:authorName>				<wikidot:authorUserId>403743</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>yes, the transmission feature pack works. I have installed it on mybook.<br /> but I would like to compile my applis, and I haven't gcc.<br /> and when i wan't install gcc with Optware:</p> <p>/ # /opt/bin/ipkg install gcc<br /> Nothing to be done<br /> An error ocurred, return value: 4.<br /> Collected errors:<br /> Cannot find package gcc.<br /> Check the spelling or perhaps run 'ipkg update'<br /> / #</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-197679#post-635878</guid>
				<title>help installing clutch interface without gcc compiler: Re: help installing clutch interface without gcc compiler</title>
				<link>http://mybookworld.wikidot.com/forum/t-197679/help-installing-clutch-interface-without-gcc-compiler#post-635878</link>
				<description></description>
				<pubDate>Tue, 17 Nov 2009 18:00:11 +0000</pubDate>
				<wikidot:authorName>TeinturMan</wikidot:authorName>				<wikidot:authorUserId>127862</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi keops,<br /> why do you want to install clutch ?<br /> if you need transmission, you should try the transmission feature pack …<br /> <a href="http://highlevelbits.free.Fr">http://highlevelbits.free.Fr</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-197679#post-635752</guid>
				<title>help installing clutch interface without gcc compiler: help installing clutch interface without gcc compiler</title>
				<link>http://mybookworld.wikidot.com/forum/t-197679/help-installing-clutch-interface-without-gcc-compiler#post-635752</link>
				<description></description>
				<pubDate>Tue, 17 Nov 2009 13:50:57 +0000</pubDate>
				<wikidot:authorName>keops</wikidot:authorName>				<wikidot:authorUserId>403743</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello,<br /> I have the WD mybook world edition (white bar) with new firmware (without Gcc compiler :( )</p> <p>I tryed to install with Optware, but I have this message:</p> <div class="code"> <pre> <code>/ # /opt/bin/ipkg install clutch Nothing to be done An error ocurred, return value: 4. Collected errors: Cannot find package clutch. Check the spelling or perhaps run 'ipkg update' / #</code> </pre></div> <p>Somebody can help me ? thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-197409#post-634955</guid>
				<title>Installing NZBget: Installing NZBget</title>
				<link>http://mybookworld.wikidot.com/forum/t-197409/installing-nzbget#post-634955</link>
				<description></description>
				<pubDate>Mon, 16 Nov 2009 17:43:04 +0000</pubDate>
				<wikidot:authorName>MartyF</wikidot:authorName>				<wikidot:authorUserId>403441</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I am running for quite a long time now TwonkyVision on my ByBookWorld (with blue ledrings). I would like to install additional features like NZBget on to the MBW. The easiest this can be done via the feature pack and the automatic NZBget installation procedure. Will the installation of the feature pack have any influence on my Twonky-installation and settings?</p> <p>THNX.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-197177#post-634936</guid>
				<title>Installing Web Server: Re: Installing Web Server</title>
				<link>http://mybookworld.wikidot.com/forum/t-197177/installing-web-server#post-634936</link>
				<description></description>
				<pubDate>Mon, 16 Nov 2009 17:06:00 +0000</pubDate>
				<wikidot:authorName>banana_split09</wikidot:authorName>				<wikidot:authorUserId>403097</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Oh wow… This should be easy enough for me I guess :-P.</p> <p>Thanks a lot for your help!</p> <p>Banana_Split</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-197177#post-634208</guid>
				<title>Installing Web Server: Re: Installing Web Server</title>
				<link>http://mybookworld.wikidot.com/forum/t-197177/installing-web-server#post-634208</link>
				<description></description>
				<pubDate>Sun, 15 Nov 2009 23:38:34 +0000</pubDate>
				<wikidot:authorName>TeinturMan</wikidot:authorName>				<wikidot:authorUserId>127862</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi banana_split09,<br /> you will find a very detailed and easy to follow tutorial to install web server and accessbook :<br /> <a href="http://highlevelbits.free.fr">http://highlevelbits.free.fr</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-197177#post-634122</guid>
				<title>Installing Web Server: Installing Web Server</title>
				<link>http://mybookworld.wikidot.com/forum/t-197177/installing-web-server#post-634122</link>
				<description></description>
				<pubDate>Sun, 15 Nov 2009 22:03:04 +0000</pubDate>
				<wikidot:authorName>banana_split09</wikidot:authorName>				<wikidot:authorUserId>403097</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hey Guys!</p> <p>I bought the WD World (2TB, white LED) a few days ago and I'm terribly disappointed of the Mionet service, so I tried to install the web server tutorial on my NAS. I'm quite a newbie in this kind of stuff, but I can follow instructions :-D.</p> <p>Well, I activated SSH with the no-hack method. That worked out quite well. Afterwards I installed Teraterm on my PC and logged in with root/welc0me. This worked out too and I rebooted and tried to install the web server. That's the point where I got stuck. When I enter cd /shares/internal/public the box tells me that this folder doesn't exist or something. So i tried to install optware first. This was successful, too as far as I interpret that xD. I also tried to access my NAS via FTP. This didn't work at first, but worked out when I entered the main directory (/shares/internal/public). I saw the scructure and all the data on the NAS.</p> <p>What do I have to do to make the web server work?</p> <p>Thanks in advance</p> <p>Banana_Split</p> <p>P.S. I've done all the routing and so on with my father, so this is all fine. I can access my NAS via dyndns…</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>