<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lynxworks &#187; Arch Linux</title>
	<atom:link href="http://blog.lynxworks.eu/tag/arch-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lynxworks.eu</link>
	<description>I don&#039;t think there are any dragons here</description>
	<lastBuildDate>Sat, 31 Mar 2012 12:42:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Huawei E1550 on Ubuntu</title>
		<link>http://blog.lynxworks.eu/2009/08/huawei-e1550-on-ubuntu/</link>
		<comments>http://blog.lynxworks.eu/2009/08/huawei-e1550-on-ubuntu/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 21:39:31 +0000</pubDate>
		<dc:creator>Dougie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.lynxworks.eu/?p=904</guid>
		<description><![CDATA[Update: I&#8217;ve rewritten this article for 10.04.1, please post comments there and not here! Update: You no longer need to install udev-extras in Ubuntu 10.04. I picked up a Huawei E1550 pre-pay mobile broadband dongle, £39.99 with 3 Mobile including &#8230; <a href="http://blog.lynxworks.eu/2009/08/huawei-e1550-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Update: I&#8217;ve <a href="http://blog.lynxworks.eu/20100829/huawei-e1550-in-ubuntu-10-04-1">rewritten this article for 10.04.1</a>, please post comments <a href="http://blog.lynxworks.eu/20100829/huawei-e1550-in-ubuntu-10-04-1">there</a> and not here!</strong></p>
<p><strong>Update: You no longer need to install udev-extras in Ubuntu 10.04.</strong></p>
<p>I picked up a Huawei E1550 pre-pay mobile broadband dongle, £39.99 with <a href="http://threestore.three.co.uk/broadband/?id=1403">3 Mobile including 3Gb usage</a> (note it&#8217;s <em>not</em> the device they&#8217;re picturing).</p>
<p>I&#8217;m on a course next month so that&#8217;ll do fine, I have no reception at home and am not away enough to warrant a contract.</p>
<p>It appears to identify itself as USB storage, to install drivers on Windows then flip-flops to a modem.  Nice idea, terrible implementation, even in Windows where it installs drivers every time you use a different USB port (it&#8217;s often wise to try such devices in Windows &#8211; so you don&#8217;t chase your tail with a faulty device).  Pretty sure it&#8217;s the autorun program that&#8217;s flipping the device.</p>
<p><span id="more-904"></span>Anyway for 8.10 you need udev-extras, you don&#8217;t need this for 10.04 onwards:<br />
<code>sudo apt-get install udev-extras</code></p>
<p>Add a udev rule:<br />
<code>gksu gedit /etc/udev/rules.d/15-huawei-e1550.rules</code></p>
<p>What we&#8217;re doing is telling udev that when this device is plugged in to switch its mode.  Paste this and save:<br />
<code>SUBSYSTEM=="usb",<br />
SYSFS{idProduct}=="1446",<br />
SYSFS{idVendor}=="12d1",<br />
RUN+="/lib/udev/modem-modeswitch --vendor 0x12d1 --product 0x1446 --type option-zerocd"</code></p>
<p>On next insertion, Network Manager&#8217;s mobile broadband configuration assistant will run  &#8211; select &#8220;3 (handsets)&#8221;.</p>
<p>Also, the booklet that came with mine was fairly unhelpful but flashing green lights are powered, flashing blue show available networks and solid blue is connected to a network.</p>
<p>The differences with both Fedora and Arch are on my <a href="http://wiki.lynxworks.eu/misc/e1550">wiki</a> pages.</p>
<p>Please don&#8217;t ask if it works in Linpus Linux Lite because I haven&#8217;t had that installed in ages.  I suspect the Fedora guide will point the way but I know Acer have their own mobile broadband software for Huawei devices.  Whether that extends to this model I couldn&#8217;t say.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lynxworks.eu/2009/08/huawei-e1550-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>Installing Arch on the Aspire One</title>
		<link>http://blog.lynxworks.eu/2009/08/installing-arch-on-the-aspire-one/</link>
		<comments>http://blog.lynxworks.eu/2009/08/installing-arch-on-the-aspire-one/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:47:27 +0000</pubDate>
		<dc:creator>Dougie</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Aspire One]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.lynxworks.eu/?p=876</guid>
		<description><![CDATA[I reinstalled Arch from scratch on an Aspire One today, something I haven&#8217;t done for a while.  I&#8217;ve updated my wiki page to reflect the changes since the end of last year. http://wiki.lynxworks.eu/aspireone/arch]]></description>
			<content:encoded><![CDATA[<p>I reinstalled Arch from scratch on an Aspire One today, something I haven&#8217;t done for a while.  I&#8217;ve updated my wiki page to reflect the changes since the end of last year.</p>
<p><a href="http://wiki.lynxworks.eu/aspireone/arch">http://wiki.lynxworks.eu/aspireone/arch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lynxworks.eu/2009/08/installing-arch-on-the-aspire-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch TV with VLC and a Freecom DVB-T Stick</title>
		<link>http://blog.lynxworks.eu/2009/08/watch-tv-with-vlc-and-a-freecom-dvb-t-stick/</link>
		<comments>http://blog.lynxworks.eu/2009/08/watch-tv-with-vlc-and-a-freecom-dvb-t-stick/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 22:43:52 +0000</pubDate>
		<dc:creator>Dougie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.lynxworks.eu/?p=850</guid>
		<description><![CDATA[One of the things I need my Aspire One to do is watch TV.  When you&#8217;re away, it&#8217;s nice to be able to watch a little TV.  I bought a Freecom DVB-T USB stick years ago and have always had &#8230; <a href="http://blog.lynxworks.eu/2009/08/watch-tv-with-vlc-and-a-freecom-dvb-t-stick/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<br />
<b>Warning</b>:  fopen(http://blog.lynxworks.eu/http://blog.lynxworks.eu/wp-content/uploads/2009/08/vlc-interface2.png) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
 in <b>/mounted-storage/home101a/sub008/sc40807-MNUP/blog/wp-content/plugins/hungred-image-fit/hungred-image-fit.php</b> on line <b>318</b><br />
Invalid file stream.
