<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Alex Sleat</title>
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Mon, 04 Apr 2011 22:20:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress" -->

	<item>
		<title>Inverted Pendulum</title>
		<description><![CDATA[<p>As part of my Robotics university course we used an Inverted Pendulum rig to learn some control applications/algorithms. For extra marks we had the challenge to swing the pendulum from hanging down to an upright balancing position. Below is my first attempt which still needs a little tweaking to the values to reduce swings [...]]]></description>
		<link>https://alexsleat.co.uk/2011/03/28/inverted-pendulum/</link>
			</item>
	<item>
		<title>Error: &#8220;end_request: I/O error, dev sr0, sector xxxxx&#8221; &#8211; Linux</title>
		<description><![CDATA[<p>Error:</p> end_request: I/O error, dev sr0, sector 537392 <p>If you&#8217;re getting a similar error filling your screen once you&#8217;ve installed Ubuntu, don&#8217;t panic. It&#8217;s pretty common which is basically because Ubuntu (or any other Linux distro) can&#8217;t control your CD/DVD drive properly, it&#8217;s probably trying to open/close it but doesn&#8217;t know if it has [...]]]></description>
		<link>https://alexsleat.co.uk/2011/03/20/end_request-io-error-dev-sr0-sector-xxxxx-linux/</link>
			</item>
	<item>
		<title>Failed to build Planner-0.14.4 in Arch Linux</title>
		<description><![CDATA[<p>When trying to install Gnome Planner ( http://live.gnome.org/Planner ) in Arch Linux, I came across this error:</p> <p>Error:</p> /usr/bin/pygobject-codegen-2.0: line 11: /usr/bin/python2: No such file or directory make&#91;2&#93;: *** &#91;planner.c&#93; Error 127 make&#91;2&#93;: Leaving directory `/home/alex/Desktop/planner-0.14.4/python&#8216; make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/alex/Desktop/planner-0.14.4&#8242; make: *** &#91;all&#93; Error 2 <p>To fix this, I [...]]]></description>
		<link>https://alexsleat.co.uk/2011/03/14/failed-to-build-planner-0-14-4-in-arch-linux/</link>
			</item>
	<item>
		<title>Wireless showing but fails to up/dhcpcd &#8211; Arch Linux</title>
		<description><![CDATA[<p>After my installation of Arch Linux I had some trouble using my wifi card which was working while I was running the live CD. What was strange was that the card would show up in iwconfig and ifconfig -a but not ifconfig It turns out I needed to install the wireless drivers and here&#8217;s [...]]]></description>
		<link>https://alexsleat.co.uk/2011/03/10/wireless-showing-but-fails-to-updhcpcd-arch-linux/</link>
			</item>
	<item>
		<title>Installing packages from CD in Arch Linux</title>
		<description><![CDATA[<p>Okay, so you have Arch Linux installed and let&#8217;s say you&#8217;re wifi isn&#8217;t working and you need the package &#8220;iwlwifi-3945-ucode-15.32.2.9-2-any.pkg.tar.gz&#8221; to fix this but you don&#8217;t have a wired connect. What do you do? Blast in your Arch cd, mount it, mount the packages sqfs file and install using pacman. </p> <p>Mount cdrom:</p> mkdir [...]]]></description>
		<link>https://alexsleat.co.uk/2011/03/10/installing-packages-from-cd-in-arch-linux/</link>
			</item>
	<item>
		<title>How To Fix &#8220;Fatal server error: no screens found&#8221; &#124; Ubuntu</title>
		<description><![CDATA[<p>If you&#8217;re running off a live USB disk or changing your graphics card the error below might appear when Xorg is looking for the wrong drivers or device. You might also get this error while using the Nvidia drivers, I found however this was caused by some of the extra options added into the [...]]]></description>
		<link>https://alexsleat.co.uk/2011/03/04/how-to-fix-fatal-server-error-no-screens-found-ubuntu/</link>
			</item>
	<item>
		<title>Realtek RTL8191S in Ubuntu 10.10</title>
		<description><![CDATA[<p>Errors:</p> $ sudo ifconfig wlan1 up SIOCSIFFLAGS: Resource temporarily unavailable</p> <p>$ dmesg usb rtl819xU:FirmwareDownload92S&#40;&#41;: failed with TCR-Status: a rtl819xU:ERR!!! _rtl8192_up&#40;&#41;: initialization is failed! <p>Solution 1:</p> <p>To get this wifi dongle working I simply had to download the above firmware and place it in /lib/firmware/RTL8192SU/ and then reboot my computer. You should check that location [...]]]></description>
		<link>https://alexsleat.co.uk/2011/02/15/realtek-rtl8191s-in-ubuntu-10-10/</link>
			</item>
	<item>
		<title>HowTo: Mount USB Persistent casper-rw File in Linux</title>
		<description><![CDATA[<p>So, you&#8217;ve created an awesome Live USB Linux stick with a persistence file which let&#8217;s you boot anywhere and carry all your sweet sweet datas around on it too. If you want to see those files in Linux on your desktop or laptop outside the USB you&#8217;re going to have to mount the loop [...]]]></description>
		<link>https://alexsleat.co.uk/2011/02/06/howto-mount-usb-persistent-casper-rw-file-in-linux/</link>
			</item>
	<item>
		<title>ImportError: No module named &#8230;</title>
		<description><![CDATA[<p>Numeric</p> <p style="padding-left: 30px;">Error:</p> Traceback &#40;most recent call last&#41;: &#160; File &#34;&#34;, line 1, in ImportError: No module named Numeric <p style="padding-left: 30px;">Package:</p> sudo apt-get install python-numeric <p> ImageTk</p> <p style="padding-left: 30px;">Error:</p> ITraceback &#40;most recent call last&#41;: &#160; File &#34;&#34;, line 1, in ImportError: No module named ImageTk <p style="padding-left: 30px;">Package:</p> sudo apt-get install [...]]]></description>
		<link>https://alexsleat.co.uk/2011/01/31/importerror-no-module-named/</link>
			</item>
	<item>
		<title>Using pdfcrop to Remove White Margins &#124; Ubuntu</title>
		<description><![CDATA[<p>One of the most annoying things about PDF files are their fixed font size, the only real way of getting a better view at the text is to zoom the whole page in. This isn&#8217;t really a fix for that annoyance but it&#8217;s a way of getting more info to screen ratio by removing [...]]]></description>
		<link>https://alexsleat.co.uk/2011/01/25/using-pdfcrop-to-remove-white-margins-ubuntu/</link>
			</item>
</channel>
</rss>
