<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Blog</title>
	<link>http://chunkmedia.co.uk</link>
	<description>Just Another Blog!</description>
	<pubDate>Sat, 03 May 2008 00:10:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Stop My Asus Eee PC Going Into Standby Mode When the Lid is Closed</title>
		<link>http://chunkmedia.co.uk/2008/04/27/stop-my-asus-eee-pc-going-into-standby-mode-when-the-lid-is-closed/</link>
		<comments>http://chunkmedia.co.uk/2008/04/27/stop-my-asus-eee-pc-going-into-standby-mode-when-the-lid-is-closed/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 18:28:00 +0000</pubDate>
		<dc:creator>mtn</dc:creator>
		
		<category><![CDATA[Asus Eee PC]]></category>

		<guid isPermaLink="false">http://chunkmedia.co.uk/2008/04/27/stop-my-asus-eee-pc-going-into-standby-mode-when-the-lid-is-closed/</guid>
		<description><![CDATA[I&#8217;m sitting on the train happily surfing the web on my Asus Eee PC using the now free WiFi Internet, available  since National Express took over from GNER a few months ago (available on the UK east cost service anyway!). I use my Eee PC as an MP3/OGG player. I decided I wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sitting on the train happily surfing the web on my <a href="http://www.youtube.com/watch?v=fmH05vIN8N0">Asus Eee PC</a> using the now <a href="http://www.nationalexpresseastcoast.com/en/Onboard-Our-Trains1/In-your-carriage/WiFi---Internet-Facilities/">free WiFi Internet, available  since National Express</a> took over from GNER a few months ago (available on the UK east cost service anyway!). I use my Eee PC as an MP3/OGG player. I decided I wanted to stop surfing the web, and read a book instead (a momentous decision), this meant closing the lid of the Eee and leaning my book on top of it for maximum comfort. However, this reminded me that when you close the lid, the Eee automatically goes in to standby mode - very annoying if you want to carry on listening to music!</p>
<p>So, since I&#8217;m on the train and have nothing else to do, I thought I would investigate how to stop it going in to standby mode when you close the lid, and instead do nothing except turn the screen off.</p>
<p>It took a few mins to find out how to do it&#8230;</p>
<p>First, open a terminal. In easy mode (default Linux setup) simply <strong>press the CTRL, ALT and T keys</strong> on your keyboard all at the same time.  The default terminal program in Easy mode is named lxterm.<br />
(Info from: <a href="http://wiki.eeeuser.com/howto:openaterminal">http://wiki.eeeuser.com/howto:openaterminal</a>)</p>
<p>Then, in the console type</p>
<p><strong> sudo kwrite /etc/acpi/lidbtn.sh</strong></p>
<p>You should see</p>
<p><strong>#!/bin/sh<br />
LID_STATE=`cat /proc/acpi/button/lid/LID/state | awk &#8216;{print $2 }&#8217;`if [ $LID_STATE = &#8220;closed&#8221; ] ; then<br />
/etc/acpi/suspend2ram.sh<br />
fi<br />
exit 0</strong></p>
<p>Replace with the code below and save the file.</p>
<p><strong>#!/bin/sh<br />
LID_STATE=`cat /proc/acpi/button/lid/LID/state | awk &#8216;{print $2 }&#8217;</strong></p>
<p><strong>if[$LID_STATE = &#8220;closed&#8221;]; then<br />
#       /etc/acpi/suspend2ram.sh<br />
su user -c &#8220;DISPLAY=:0 xset dpms force suspend&#8221;<br />
elif[$LID_STATE = &#8220;open&#8221;];then<br />
su user -c &#8220;DISPLAY=:0 xset dpms force on&#8221;<br />
fi</strong></p>
<p>Close the lid to test. That&#8217;s it.,<br />
(Info from: <a href="http://wiki.eeeuser.com/close_lid_shutdown">http://wiki.eeeuser.com/close_lid_shutdown</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://chunkmedia.co.uk/2008/04/27/stop-my-asus-eee-pc-going-into-standby-mode-when-the-lid-is-closed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Network Printing Ubuntu and Synology DS-207+ Disk Station</title>
		<link>http://chunkmedia.co.uk/2008/01/04/network-printing-ubuntu-and-synology-ds-207-disk-station/</link>
		<comments>http://chunkmedia.co.uk/2008/01/04/network-printing-ubuntu-and-synology-ds-207-disk-station/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 03:00:41 +0000</pubDate>
		<dc:creator>mtn</dc:creator>
		
		<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://chunkmedia.co.uk/2008/01/04/network-printing-ubuntu-and-synology-ds-207-disk-station/</guid>
		<description><![CDATA[Setting up a client computer (i.e. laptop or desktop) running Ubuntu Gusty to print over the home network with a Synology DS-207+ Disk Station as the print server.
There is also a very rough video version (my first ever video tutorial!) of this How To.
This part of the How To assumes that the network printer is [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up a client computer (i.e. laptop or desktop) running Ubuntu Gusty to print over the home network with a Synology DS-207+ Disk Station as the print server.</p>
<p>There is also a <a href="http://www.youtube.com/watch?v=j2-sbTD5ZF0" target="_blank">very rough video version</a> (my first ever video tutorial!) of this How To.</p>
<p>This part of the How To assumes that the network printer is pluged in to the DS-207+ and that the DS-207+&#8217;s IP address and Samba user name and password are know, and that the network is setup and ready to go. If this is not the case please see the sections below and the Synology DS-207+ setup CD and manual.</p>
<p><strong> Setting up a Network Printer on a Client Computer Running the GNU/Linux Ubuntu Gutsy Operating System<br />
</strong>- Open up the &#8220;Print Configuration&#8221; window - System&gt;Administration&gt;Printing</p>
<p><a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing11.png" title="Open Print Configuration Window"><img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing11.png" alt="Open Print Configuration Window" /></a></p>
<p>- Click &#8220;New Printer&#8221;.</p>
<p><a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing2.png" title="Select Samba Printer"><img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing2.png" alt="Select Samba Printer" /></a></p>
<p>- In the add printer dialog window select &#8220;Windows Printer via SAMBA&#8221; and then in the &#8220;Samba Printer&#8221; input box type the IP address and printer designation (this is hard set by the DS-207+ and cannot be changed - &#8220;/usbprinter&#8221;) of the DS-207+ (i.e. 192.168.2.20/usbprinter).<br />
- Click &#8220;Authentication required&#8221; and add the user name and password and click &#8220;Verify&#8221;.</p>
<p><a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing3.png" title="Check Printer is Available"><img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing3.png" alt="Check Printer is Available" /></a></p>
<p>- Once the printer has been verified as being available click forward.<br />
- On the next screen, select the printers manufacturer from the list and click forward.<br />
- On the next screen, select the printer model from the list and click forward.</p>
<p><a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing4.png" title="Choose Printer Name"><img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing4.png" alt="Choose Printer Name" /></a></p>
<p>- Choose a name for to identify the network printer by.</p>
<p><a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing5.png" title="Print a Test Page"><img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing5.png" alt="Print a Test Page" /></a></p>
<p>- Select the newly installed printer from the list on the left and click the &#8220;Print Test Page&#8221; button.</p>
<p>All being well the printer is installed correctly and will print a test page.</p>
<p><strong>Get the Home Network DHCP Allocated IP Address of the DS-207+</strong><br />
- To login the network router open up Firefox and type the IP address 192.168.2.1 (the default IP Address for this particular Belkin router) into the address bar and then hit &#8220;Enter&#8221;.<br />
- Login to the router administrations pages using the admin user name and password.<br />
- Click the option &#8220;DHCP  Client List&#8221; in the left hand menu.<br />
- The DS-207+ host name will be &#8220;null&#8221; and the IP address is indicated to the left.<br />
NOTE: I have &#8220;hard set&#8221; the DS-207+&#8217;s IP address so itis  outside the DHCP allocated addresses (it is 192.168.2.20) and will not change if the router is restarted. This is because the client computers have to know the correct IP address for the DS-207+ in order access the network printer. To hard set the IP address see the instructions below.<br />
<a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/router.png" title="Get DS-207+ IP DHCP Address from the Network Router"><img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/router.png" alt="Get DS-207+ IP DHCP Address from the Network Router" /></a></p>
<p><strong><br />
Login to the DS-207+<br />
</strong>- - To login the DS-207+ open up Firefox and type the IP the address 192.168.2.20 (this is the IP Address I have hard set the DS-207+ t0) into the address bar and then hit &#8220;Enter&#8221;. Otherwise find the IP address of the DS-207+ as allocated by the routers DHCP server - see instructions above.<br />
- Login to the DS-207+ administration pages using the admin user name and password.<br />
<strong><br />
&#8220;Hard Set&#8221; the DS-207+ Home Network IP Address<br />
</strong>- To &#8220;hard set&#8221; the DS-207+ IP address login to its administration pages as above and then click the &#8220;System&#8221; option in the left hand menu.<br />
-  Input the IP address that you want making sure it is within the home networks range i.e. 192.168.2.2 - 192.168.2.xxx.</p>
<p><a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/ds207-ip.png" title="Hard Set the DS-207+ IP Address"><img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/ds207-ip.png" alt="Hard Set the DS-207+ IP Address" /><br />
</a></p>
<p><strong>Create a New Samba User</strong></p>
<p><strong>Check Pinter is Attached to the DS-207+ </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://chunkmedia.co.uk/2008/01/04/network-printing-ubuntu-and-synology-ds-207-disk-station/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting an HP LaserJet 1018 Printer Woirking With Gutsy 7.10</title>
		<link>http://chunkmedia.co.uk/2008/01/02/hp-laserjet-1018-printer-going-with-gutsy-710/</link>
		<comments>http://chunkmedia.co.uk/2008/01/02/hp-laserjet-1018-printer-going-with-gutsy-710/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 11:58:39 +0000</pubDate>
		<dc:creator>mtn</dc:creator>
		
		<category><![CDATA[Printing]]></category>

		<guid isPermaLink="false">http://chunkmedia.co.uk/2008/01/02/hp-laserjet-1018-printer-going-with-gutsy-710/</guid>
		<description><![CDATA[The HP LaserJet 1018 printer stopped working for some reason, although it had worked out-of-the-box. This thread on the Ubuntu forums sorted things tho, specifically using the code below.
$ wget http://foo2zjs.rkkda.com/firmware/sihp1018.tar.gz
$ tar xvzf sihp1018.tar.gz
$ arm2hpdl sihp1018.img  &#62; sihp1018.dl
$ sudo cp ./sihp1018.dl /usr/share/foo2zjs/firmware/sihp1018.dl
$ sudo  cat /usr/share/foo2zjs/firmware/sihp1018.dl &#62;  /dev/usb/lp0
]]></description>
			<content:encoded><![CDATA[<p>The HP LaserJet 1018 printer stopped working for some reason, although it had worked out-of-the-box. <a href="http://ubuntuforums.org/showthread.php?t=584255&amp;highlight=1018" target="_blank">This thread</a> on the Ubuntu forums sorted things tho, specifically using the code below.</p>
<p><code>$ wget http://foo2zjs.rkkda.com/firmware/sihp1018.tar.gz<br />
$ tar xvzf sihp1018.tar.gz<br />
$ arm2hpdl sihp1018.img  &gt; sihp1018.dl<br />
$ sudo cp ./sihp1018.dl /usr/share/foo2zjs/firmware/sihp1018.dl<br />
$ sudo  cat /usr/share/foo2zjs/firmware/sihp1018.dl &gt;  /dev/usb/lp0</code></p>
]]></content:encoded>
			<wfw:commentRss>http://chunkmedia.co.uk/2008/01/02/hp-laserjet-1018-printer-going-with-gutsy-710/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Re-Encoding AVI Using Mencoder</title>
		<link>http://chunkmedia.co.uk/2008/01/02/re-encoding-avi-using-mencoder/</link>
		<comments>http://chunkmedia.co.uk/2008/01/02/re-encoding-avi-using-mencoder/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 04:48:16 +0000</pubDate>
		<dc:creator>mtn</dc:creator>
		
		<category><![CDATA[OSD/Encoding]]></category>

		<guid isPermaLink="false">http://chunkmedia.co.uk/2008/01/02/re-encoding-avi-using-mencoder/</guid>
		<description><![CDATA[I had a home movie file that was not playing well on the Neuros OSD so I checked out how to re-encode it. This page was, introduction to Mencoder Specifically I followed these instructions.
mencoder original-movie.avi -oac mp3lame -ovc xvid -xvidencopts pass=2:bitrate=800 -o new-version-of-movie.avi
Once re-encoded the movie worked perfectly.
]]></description>
			<content:encoded><![CDATA[<p>I had a home movie file that was not playing well on the Neuros OSD so I checked out how to re-encode it. This page was, <a href="http://chunkmedia.co.uk/wp-admin/very%20helpful%20http://gentoo-wiki.com/HOWTO_Mencoder_Introduction_Guide#The_Basics" target="_blank">introduction to Mencoder</a> Specifically I followed <a href="http://gentoo-wiki.com/HOWTO_Mencoder_Introduction_Guide#XviD" target="_blank">these instructions</a>.</p>
<p><code>mencoder <strong>original-movie.avi</strong> -oac mp3lame -ovc xvid -xvidencopts pass=2:bitrate=800 -o <strong>new-version-of-movie.avi</strong></code></p>
<p>Once re-encoded the movie worked perfectly.</p>
]]></content:encoded>
			<wfw:commentRss>http://chunkmedia.co.uk/2008/01/02/re-encoding-avi-using-mencoder/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Neuros OSD Media Player - Auto Mount Network Shares</title>
		<link>http://chunkmedia.co.uk/2007/12/18/neuros-osd-media-player-auto-mount-network-shares/</link>
		<comments>http://chunkmedia.co.uk/2007/12/18/neuros-osd-media-player-auto-mount-network-shares/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 01:42:07 +0000</pubDate>
		<dc:creator>mtn</dc:creator>
		
		<category><![CDATA[OSD/Encoding]]></category>

		<guid isPermaLink="false">http://chunkmedia.co.uk/2007/12/18/neuros-osd-media-player-auto-mount-network-shares/</guid>
		<description><![CDATA[Neuros OSD: http://www.neurostechnology.com/
IMPORTANT: Remember to turn off the firewall on the computer with the shares!
(Use Fire Starter and add a rule to allow the OSD access)

Setup Samba
This was basically to allow basic networking and so the script files created using gedit could be copied on to the OSD.
Create Samba user: http://linux.byexamples.com/archives/123/creating-samba-user/
Open terminal and type&#8230;

smbpasswd -a [...]]]></description>
			<content:encoded><![CDATA[<p>Neuros OSD: <a href="http://www.neurostechnology.com/" target="_blank">http://www.neurostechnology.com/</a></p>
<p><strong>IMPORTANT: Remember to turn off the firewall on the computer with the shares!<br />
</strong>(Use Fire Starter and add a rule to allow the OSD access)<strong><br />
</strong></p>
<p><strong>Setup Samba</strong><br />
This was basically to allow basic networking and so the script files created using gedit could be copied on to the OSD.<br />
Create Samba user:<strong> </strong><a href="http://linux.byexamples.com/archives/123/creating-samba-user/" target="_blank">http://linux.byexamples.com/archives/123/creating-samba-user/</a><br />
Open terminal and type&#8230;<br />
<code><br />
smbpasswd -a username</code></p>
<p><strong>Telnet into the OSD</strong><br />
Open terminal and type&#8230;</p>
<p><code>telnet</code><br />
<code>open [IP address]</code><br />
User name: <code>root</code><br />
Password: <code>pablod</code><br />
<code>cd ..</code><br />
<code>ls</code></p>
<p><strong>Auto Mount Script</strong><br />
General instructions: <a href="http://forums.neurostechnology.com/index.php?topic=7918.0" target="_blank">http://forums.neurostechnology.com/index.php?topic=7918.0<br />
</a>Specific script I adapted: <a href="http://forums.neurostechnology.com/index.php?topic=7918.msg41934#msg41934" target="_blank">http://forums.neurostechnology.com/index.php?topic=7918.msg41934#msg41934</a></p>
<p>Create the script and rc.user files using gedit and copy them to  /mnt/OSD folder on the OSD</p>
<p><code>cp /rc.user /mnt/OSD</code><br />
<code>cp /mount_script.sh /mnt/OSD</code></p>
<p><strong><br />
</strong><a href="http://forums.neurostechnology.com/index.php?topic=7918.msg41934#msg41934" target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://chunkmedia.co.uk/2007/12/18/neuros-osd-media-player-auto-mount-network-shares/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sharing Files Over A Local Area Network (LAN) - Ubuntu and Windows</title>
		<link>http://chunkmedia.co.uk/2007/11/15/sharing-files-over-a-local-area-network-lan-ubuntu-and-windows/</link>
		<comments>http://chunkmedia.co.uk/2007/11/15/sharing-files-over-a-local-area-network-lan-ubuntu-and-windows/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 21:41:50 +0000</pubDate>
		<dc:creator>mtn</dc:creator>
		
		<category><![CDATA[Linux Network]]></category>

		<guid isPermaLink="false">http://chunkmedia.co.uk/2007/11/15/sharing-files-over-a-local-area-network-lan-ubuntu-and-windows/</guid>
		<description><![CDATA[Straight forward and clear tutorial for getting files sharing between Ubuntu and Windows machines using Samba: http://ubuntuforums.org/showthread.php?t=202605&#38;highlight=network+sharing
I used this with Ubuntu Gutsy 7.10 and and Vista, and it worked great.
[Edit] Another good tutorial: http://www.youtube.com/watch?v=Ad17kma8rNM
]]></description>
			<content:encoded><![CDATA[<p>Straight forward and clear tutorial for getting files sharing between Ubuntu and Windows machines using Samba: <a href="http://ubuntuforums.org/showthread.php?t=202605&amp;highlight=network+sharing" target="_blank">http://ubuntuforums.org/showthread.php?t=202605&amp;highlight=network+sharing</a></p>
<p>I used this with Ubuntu Gutsy 7.10 and and Vista, and it worked great.</p>
<p>[Edit] Another good tutorial: <a href="http://www.youtube.com/watch?v=Ad17kma8rNM" target="_blank">http://www.youtube.com/watch?v=Ad17kma8rNM</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chunkmedia.co.uk/2007/11/15/sharing-files-over-a-local-area-network-lan-ubuntu-and-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Network Printing</title>
		<link>http://chunkmedia.co.uk/2007/09/07/network-printing/</link>
		<comments>http://chunkmedia.co.uk/2007/09/07/network-printing/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 16:53:55 +0000</pubDate>
		<dc:creator>mtn</dc:creator>
		
		<category><![CDATA[Linux Network]]></category>

		<guid isPermaLink="false">http://chunkmedia.co.uk/2007/09/07/network-printing/</guid>
		<description><![CDATA[Finally got 2 Ubuntu machines sharing a printer over a wireless network using this tutorial: http://www.linuxquestions.org/linux/answers/Networking/Setting_Up_a_Network_Printer_using_CUPS
I had to stop the firewall on the server, using Firestarter, while setting the printer up. I also had to creae a new policy to always allow access to the print server (Ubuntu machine) 0n port 631 from the client [...]]]></description>
			<content:encoded><![CDATA[<p>Finally got 2 Ubuntu machines sharing a printer over a wireless network using this tutorial: <a href="http://www.linuxquestions.org/linux/answers/Networking/Setting_Up_a_Network_Printer_using_CUPS" title="Network printing Ubuntu to Ubuntu">http://www.linuxquestions.org/linux/answers/Networking/Setting_Up_a_Network_Printer_using_CUPS</a></p>
<p>I had to stop the firewall on the server, using Firestarter, while setting the printer up. I also had to creae a new policy to always allow access to the print server (Ubuntu machine) 0n port 631 from the client machine&#8217;s IP address.</p>
<p>Once the Ubuntu machine was setup as a server for the printer it took about 5mins to get an Windows XP machine sharing the printer, over the same home network, using this how to: <a href="http://www.owlfish.com/thoughts/winipp-cups-2003-07-20.html" title="Setting up and XP machine to print to an Ubuntu print server." target="_blank">http://www.owlfish.com/thoughts/winipp-cups-2003-07-20.html</a>. The only  bits I actually had to use are posted below.</p>
<p><em>( Note: my network printer address - http://192.168.2.4:631/printers/LaserJet-1018) </em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<h4>Hostname lookup</h4>
<p>Another common step is to ensure that hostname broadcast by CUPS is accessible from the Windows XP machine.  If your CUPS machine is accessible using a name rather than just an IP address then you don&#8217;t need to do anything for this step.  If the CUPS machine is not accessible via it&#8217;s hostname then you need to set a mapping between the CUPS hostname and its IP address in the Windows hosts file.  Under WindowsXP the host file is in C:\WINDOWS\SYSTEM32\DRIVERS\ETC\HOSTS, in Win2k replace WINDOWS with WINNT.  The format is simple:</p>
<pre><code># Example hosts entry
192.168.0.3 rock
</code></pre>
<p>Under some CUPS server configurations you will be able to use the IP address instead of the hostname, but often only a hostname will work.</p>
<h3>Postscript Printing</h3>
<p>To use a printer queue as a Postscript printer requires a Windows XP Postscript printer driver, such as the built-in MS Publisher Imagesetter or this <a href="http://www.adobe.com/support/downloads/product.jsp?product=44&amp;platform=Windows">freely available one</a> from Adobe.</p>
<h4>Built-in MS Publisher Imagesetter</h4>
<p>To use the MS Publisher Imagesetter driver, use &#8220;Add Printer&#8221; to add a new network printer, select &#8220;Connect to a printer on the Internet&#8230;&#8221; and enter the URL for your printer queue (e.g. http://rock:631/printers/Epson).  When prompted for a driver select a Manufacturer of &#8220;Generic&#8221; and the Printer &#8220;MS Publisher Imagesetter&#8221;.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
			<wfw:commentRss>http://chunkmedia.co.uk/2007/09/07/network-printing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Beyond the Red Line</title>
		<link>http://chunkmedia.co.uk/2007/04/18/beyond-the-red-line/</link>
		<comments>http://chunkmedia.co.uk/2007/04/18/beyond-the-red-line/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 13:11:40 +0000</pubDate>
		<dc:creator>mtn</dc:creator>
		
		<category><![CDATA[Linux Games]]></category>

		<category><![CDATA[Linux Ubuntu]]></category>

		<guid isPermaLink="false">http://chunkmedia.co.uk/2007/04/18/beyond-the-red-line/</guid>
		<description><![CDATA[I came across a new community developed game today, Beyond the Red Line, based on the new (rather than original) Battlestar Galactica TV series. This was exciting as there is a Linux (as well as Windows and Apple) version. I did have a problem running the game tho (on my Toshiba A120 running Ubuntu Feisty [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a new community developed game today, <a href="http://www.game-warden.com/bsg/">Beyond the Red Line</a>, based on the new (rather than original) Battlestar Galactica TV series. This was exciting as there is a Linux (as well as Windows and Apple) version. I did have a problem running the game tho (on my Toshiba A120 running Ubuntu Feisty Fawn beta - fully updated), so I have documented the solution here for future reference.</p>
<p>Installing the game was easy. <a href="http://www.game-warden.com/forum/showthread.php?t=3502">Download</a> the Linux install to the desktop (took about 30mins). Then change the permissions of the file so that it is executable - right click on the file, choose the permissions tab and click the &#8220;allow executing file as program&#8221; check box, and then click close. Then run the install - double click the install file (BtRLDemoInstaller.run) and click &#8220;run&#8221;. After checking the files integrity the install box pops up, then click through the couple of options. install completed.</p>
<p>To run the game pop up  Nautilus file manager and navigate to home-directory~/btrl_demo, double click the  btrl_demo file (I might have had to make this executable as well!).  The game starts - excellent. The problem was when I click  on the &#8220;Briefing&#8221; option the game crashed with the error <strong>[Linux] ERROR: &#8220;Could not load ABexp04 anim file&#8221; at fireball/fireballs.cpp:697. </strong>This was solved by checking out the <a href="http://www.game-warden.com/forum/forumdisplay.php?f=36">BtRL forums</a>,  and following this <a href="http://www.game-warden.com/forum/showthread.php?s=6e316f051621c9c20208568f408e5c41&#038;t=3696&#038;highlight=fireball%2Ffireballs.cpp%3A697">thread</a>.</p>
<p>Download the file <a href="http://homepage.hispeed.ch/rscheidegger/dri_experimental/libtxc_dxtn060508.tar.gz">libtxc_dxtn060508.tar.gz</a> (from the bottom of the <a href="http://homepage.hispeed.ch/rscheidegger/dri_experimental/s3tc_index.html">s3tc</a> page) on to the desktop. Unpacked it with archive manager - double click it and click extract. Then install libtxc_dxtn -  pop up a terminal using Ubuntu&#8217;s main menu Applications>Accessories>Terminal and navigate to the libtxc_dxtn dircetory by typing&#8230; cd Desktop/libtxc_dxtn &#8230;and then hit the enter key. Then type the two commands below, hitting enter after each command, to install libtxc_dxtn.<br />
make</p>
<p>make install</p>
<p>That got things going for me. I still have a problem with <a href="http://www.game-warden.com/forum/showthread.php?t=3639&#038;highlight=sound+problem">garbled sound</a>, but I&#8217;m working on this!</p>
]]></content:encoded>
			<wfw:commentRss>http://chunkmedia.co.uk/2007/04/18/beyond-the-red-line/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Ubuntu on a Toshiba Satellite Pro A120</title>
		<link>http://chunkmedia.co.uk/2007/02/25/3/</link>
		<comments>http://chunkmedia.co.uk/2007/02/25/3/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 03:25:36 +0000</pubDate>
		<dc:creator>mtn</dc:creator>
		
		<category><![CDATA[Linux Ubuntu]]></category>

		<guid isPermaLink="false">http://chunkmedia.co.uk/2007/02/25/3/</guid>
		<description><![CDATA[UPDATE: I have since run 7.04 and 7.10 and both work perfectly out-of-the-box, including the wireless card and Compiz Fusion (or whatever 3D desktop 7.10 ships with). I NO longer use Automatix as most stuff is installed by default or is as easy to install through Synaptic or Apt.
 	 	
I recently (Jan 2007) bought [...]]]></description>
			<content:encoded><![CDATA[<p><meta name="CREATED" content="20070224;23113900" /><meta name="CHANGEDBY" content="Mike" /><meta name="CHANGED" content="20070225;2390400" />UPDATE: I have since run 7.04 and 7.10 and both work perfectly out-of-the-box, including the wireless card and Compiz Fusion (or whatever 3D desktop 7.10 ships with). I NO longer use Automatix as most stuff is installed by default or is as easy to install through Synaptic or Apt.<br />
<style type="text/css"> 	<!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--> 	</style>
<p style="margin-bottom: 0in">I recently (Jan 2007) bought a Toshiba Satellite Pro A120 (<a href="http://uk.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/jsp/seriesHomepage.do?service=UK&amp;SERIES_ID=118119" target="_blank">Part Number: PSAC1E-04V00VEN</a>) and, as I have been using Linux for the last two years and Ubuntu for the past year, the first thing I did was (boot up the system decline the Windows XP license and email Toshiba for a refund) install Ubuntu Edgy 6.10. Here I want to document the process for my own records and for anyone thinking of installing Ubuntu on a Toshiba A120. <em>[EDIT: I had said that the built in wireless card did not work, this was wrong, the card works perfectly once Ndiswrapper is installed - see below]</em></p>
<p style="margin-bottom: 0in"><strong><br />
Introduction</strong><br />
Basically it was a really (really) smooth ride installing Ubuntu, everything worked – <a href="http://www.youtube.com/watch?v=bkHCVgft2AM" target="_blank">Beryl </a> 3D desktop even worked with no configuration once the <a href="http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Edgy_with_XGL#Adding_the_Beryl_Project_repositories" target="_blank">repositories were added</a>,  and Beryl installed. Even the built in wireless card worked once <strong>Ndiswrapper was install using <a href="http://www.getautomatix.com/" title="Automatix">Automatix</a></strong>.</p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><strong><br />
Basic Installation</strong><br />
I <a href="http://www.ubuntu.com/products/GetUbuntu/download" target="_blank">downloaded the Ubuntu iso</a> file and burnt it on to a CD using <a href="http://en.wikipedia.org/wiki/GnomeBaker" target="_blank">GnomeBaker</a> on my desktop, which is also running Ubuntu. I then booted up my Toshiba laptop with the Ubuntu CD in the CD Rom, making sure that the CD Rom was set as the primary boot device in the BIOS. At the Ubuntu menu I select the &#8220;Live CD/Install&#8221; option (at this point the hard drive is not effected) and boot in to the Ubuntu live desktop. On the desktop there is an install icon, click this and the install process will start. I went through the <a href="http://ubuntuvideo.com/tutorial_installing_ubuntu" target="_blank">few steps</a>, selecting time zone etc, and then left the laptop to install Ubuntu – this took about 15 mins.</p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><strong><br />
Useful links</strong></p>
<ul>
<li><a href="http://www.getgnulinux.org/switch_to_linux/try_and_install/" target="_blank">Get GNU Linux - Trying out the live CD</a></li>
<li><a href="http://ubuntuvideo.com/tutorial_installing_ubuntu" target="_blank">Video Tutorial – Installing Ubuntu</a></li>
<li><a href="http://www.ubuntuforums.org/" target="_blank">Ubuntu Forums</a></li>
</ul>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><strong><br />
Post Install</strong><br />
Ok, the installation was really straight forward, time to <a href="http://www.getautomatix.com/" target="_blank">install Automatix</a> and get the wireless network going as well as a few other useful codecs and applications.</p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><strong><br />
Installing Automatix</strong><br />
<a href="http://www.getautomatix.com/" target="_blank">Installing Automatix</a> is a simple as going to the website and downloading the install <em>.deb</em> file. Having downloaded the file double click on it and install Automatix.</p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><strong><br />
Setting up the wireless network card</strong><br />
Once installed, start Automatix from the <em>Applications&gt;System Tools&gt;Automatix</em> menu option and select the <em><strong>NDISWrapper</strong></em> from the “Internet” options and click start (you have to be connected to the Internet obviously). Once it is installed, from the main Ubuntu menu bar go to <em>System&gt;Administration&gt;Networking</em> and setup the wireless network settings.</p>
<p style="margin-bottom: 0in">It is also worth installing a bunch of other packages/applications through Automatix, namely Mplayer, GnomeBaker, Google Earth, Multimedia Codecs, AUD-DVD Codecs (to enable watching of DVDs)   Thunderbird (email client), Flash Player, Real Player etc.</p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><strong><br />
Installing Beryl 3D desktop</strong><br />
<a href="http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Edgy_with_XGL#Adding_the_Beryl_Project_repositories" target="_blank">Add the Beryl repositories</a> then open <em>System&gt;Administration&gt;Synaptic Package Manager</em>, search for Beryl, select the packages and click “Apply”. Once Beryl is installed open <em>Applications&gt;Accessories&gt;Terminal</em> and type beryl, and Beryl should start. Try holding down Ctrl + Alt and pressing the left or right arrow key! To make Beryl start everytime the laptop is started open <em>System&gt;Preferences&gt;Sessions, click the &#8220;Startup Programs&#8221; tab, click the &#8220;Add&#8221; button and type &#8220;beryl&#8221; (lower case with out the quotations) as the &#8220;Startup Command&#8221;, and you are done.</em></p>
<p style="margin-bottom: 0in"><strong><br />
Games</strong><br />
With the good support for the Intel graphics cards I decided to find out what games run natively under Ubuntu, and was welcomely surprised to find quite a few really good ones</p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><a href="http://openarena.ws/" target="_blank"><strong><br />
Open Arena</strong></a><br />
I was really please to find that the Quake III engine had been GPL&#8217;ed a while back and an open source  project had been busy creating an excellent open source version called Open Arena. Having been a huge fan of the original Quake, it was great to be able to download this and have it just work, very smoothly, even getting straight into an Internet game. To start playing Open Arena, <a href="http://openarena.ws/?files" target="_blank">download the Linux tar ball</a>, unpack, and double click the &#8220;ioquake3.i386&#8243; file (I might have had to right click on the file, choose the “Permissions” tab and click the “allow executable” box) and it should fire up – excellent game.</p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><strong><br />
PlaneShift</strong><br />
<a href="http://www.planeshift.it/" target="_blank">PlaneShift</a> is a open source and free <strong>Massive Multiplayer Online Role-Playing Game </strong>(MMOGPG) that, although I have not had time to get into it, looks really sweet. Well worth a try.</p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><strong><br />
Other Games</strong><br />
Other games to try are <a href="http://bzflag.org/" target="_blank">BZFlag</a> a “free multiplayer multiplatform 3D tank battle game” installable through Synaptic, as well as Globulation 2, LXDoom and Trigger.</p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><strong><br />
Windows Games on Linux</strong><br />
To play a good variety of Windows games, for a small price you can purchase <a href="http://www.transgaming.com/index.php?module=ContentExpress&amp;file=index&amp;func=display&amp;ceid=29" target="_blank"><em>TransGames, Cedega</em></a>. From my limited experience this is an excellent way to get Windows games going on Linux, with lots of titles supported.</p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><font color="#000000"><a href="http://www.linuxgamepublishing.com/" target="_blank"><strong><br />
Linux Game Publishing</strong></a> have a range of titles for sale that are worth looking at as well.</font></p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><font color="#000000"><br />
Well, hope this helps someone!</font></p>
]]></content:encoded>
			<wfw:commentRss>http://chunkmedia.co.uk/2007/02/25/3/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
