<?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>numerodix blog &#187; ubuntu</title>
	<atom:link href="http://www.matusiak.eu/numerodix/blog/index.php/category/techno-babble/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matusiak.eu/numerodix/blog</link>
	<description>A blog about nothing</description>
	<lastBuildDate>Sun, 12 Feb 2012 18:25:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>buh-rilliant!!!</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/03/27/buh-rilliant/</link>
		<comments>http://www.matusiak.eu/numerodix/blog/index.php/2008/03/27/buh-rilliant/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 13:13:37 +0000</pubDate>
		<dc:creator>numerodix</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/index.php/2008/03/27/buh-rilliant/</guid>
		<description><![CDATA[Remember how Ubuntu came out of nowhere and just like that made everyone else feel like they&#8217;re lagging behind? That&#8217;s really what makes Ubuntu stand out, there is a real understanding of user needs in their leadership. The past couple of years they have empowered so many people who were interested in Linux but just [...]]]></description>
			<content:encoded><![CDATA[<p>Remember how Ubuntu came out of nowhere and just like that made everyone else feel like they&#8217;re lagging behind? That&#8217;s really what makes Ubuntu stand out, there is a real understanding of user needs in their leadership. The past couple of years they have empowered so many people who were interested in Linux but just didn&#8217;t know how to get started or fix common annoyances (like lack of media codecs, say). And that policy hasn&#8217;t gone unnoticed, I certainly feel like Fedora, for example, is doing a lot better job at embracing a wide audience than before Ubuntu ever came to light.</p>
<p>The latest in Ubuntu reiterates their ability to empower their users. If you&#8217;re a Ubuntu user you probably know about something called &#8216;Personal Package Archives&#8217; (ppa). It is <a href="http://kubuntu.org/announcements/kde-4.0.2.php">currently</a> the designated method of installing kde4, until it goes mainline. Well guess what, Launchpad now offers a ppa to <strong>every user</strong>! How&#8217;s them apples.</p>
<p>This means you now get your own little apt repository you can use, and offer your packages through the same mechanism as any officially supported package, without resorting to <code>.deb</code>s and custom &#8220;here&#8217;s how you install it&#8221; instructions. Fabulous! <img src='http://www.matusiak.eu/numerodix/blog/wp-includes/images/smilies/star.png' alt=':star:' class='wp-smiley' /> </p>
<p>Here&#8217;s my shiny new PPA:<br />
<a href="https://launchpad.net/~numerodix/+archive">https://launchpad.net/~numerodix/+archive</a></p>
<p>For the time being I&#8217;ll only be keeping undvd packages there.</p>
<p>Unfortunately, debian packaging is something of a cult and not the easiest thing to get involved with. They are nazi about following guidelines to-a-t and therefore wrapping up a <code>.deb</code> takes considerably more time than writing an <code>.ebuild</code> or building an <code>.rpm</code>. I appreciate the care that goes into it, but I wish they would find a more efficient mechanism for it. The <code>debian/</code> directory should be more of an abstraction, not actually having to go and hand edit the files in there, that&#8217;s silly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matusiak.eu/numerodix/blog/index.php/2008/03/27/buh-rilliant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Gutsy on the Toshiba U300</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2007/10/31/gutsy-on-the-toshiba-u300/</link>
		<comments>http://www.matusiak.eu/numerodix/blog/index.php/2007/10/31/gutsy-on-the-toshiba-u300/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 16:32:40 +0000</pubDate>
		<dc:creator>numerodix</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/index.php/2007/10/31/gutsy-on-the-toshiba-u300/</guid>
		<description><![CDATA[Screen resolution too small 
The native resolution 1280&#215;800 is not recognized correctly. Bugs #153160, #135169, #136783. To fix it:
echo "deb http://ppa.launchpad.net/kyle/ubuntu/ gutsy main" &#62;&#62; /etc/apt/sources.list
apt-get update
apt-get upgrade
dpkg-reconfigure xserver-xorg
Download this code: gutsy-resolution-fix
No sound
The soundcard seems to be recognized, but outputs no perceptible sound. Bug #159045.
The fix is not very obvious, but you need to install Realtek&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Screen resolution too small </strong></p>
<p>The native resolution 1280&#215;800 is not recognized correctly. Bugs <a href="https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/153160">#153160</a>, <a href="https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/135169">#135169</a>, <a href="https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/136783">#136783</a>. To fix it:</p>
<pre class="bash"><span style="color: #000066;">echo</span> <span style="color: #ff0000;">"deb http://ppa.launchpad.net/kyle/ubuntu/ gutsy main"</span> &gt;&gt; /etc/apt/sources.list
apt-get update
apt-get upgrade
dpkg-reconfigure xserver-xorg</pre>
<p><i>Download this code: </i><a href="http://www.matusiak.eu/numerodix/blog/wp-content/uploads/gutsy-resolution-fix">gutsy-resolution-fix</a></p>
<p><strong>No sound</strong></p>
<p>The soundcard seems to be recognized, but outputs no perceptible sound. Bug <a href="https://bugs.launchpad.net/ubuntu/+bug/159045">#159045</a>.</p>
<p>The fix is not very obvious, but you need to install Realtek&#8217;s audio driver for this. This workaround pretty much nukes your alsa installation and messes with ubuntu&#8217;s configuration, but if the config wasn&#8217;t working at all, what good is it?</p>
<p>Make sure you have <code>lib32ncurses5-dev</code> installed, or <code>alsa-utils</code> will fail silently.</p>
<pre class="bash">wget ftp://<span style="color: #cc66cc;">202</span>.<span style="color: #cc66cc;">65</span>.<span style="color: #cc66cc;">194</span>.<span style="color: #cc66cc;">211</span>/pc/audio/realtek-linux-audiopack<span style="color: #cc66cc;">-4</span>.07a.tar.bz2
tar xjvf realtek-linux-audiopack<span style="color: #cc66cc;">-4</span>.07a.tar.bz2
<span style="color: #000066;">cd</span> realtek-linux-audiopack<span style="color: #cc66cc;">-4</span>.07a
sudo ./install</pre>
<p><i>Download this code: </i><a href="http://www.matusiak.eu/numerodix/blog/wp-content/uploads/gutsy-sound-fix">gutsy-sound-fix</a></p>
<p>I haven&#8217;t done any exhaustive testing, but sound output works, at least.</p>
<p>References: <a href="http://www.linux-on-laptops.com/toshiba.html">toshiba laptops</a>,  <a href="http://nemaris.multiservers.com/toshiba/satellite-pro-u300.html">u300</a></p>
<p>EDIT: Okay, one problem. Plugging in headphones does not interfere at all with sound output from the speakers, and the two have separate volume controls. This is fixed partially by using:</p>
<blockquote><p>modprobe snd_hda_intel model=toshiba probe_mask=1</p></blockquote>
<p>In  <code>/etc/modprobe.d/alsa-base</code> :</p>
<blockquote><p> options snd-hda-intel model=toshiba probe_mask=1</p></blockquote>
<p>I say partially, because what I observe is that sound output is now sent to the right place, but the master volume control does not control the headphones. So if you have the headphones plugged in, you need a separate control for that. Still an improvement.</p>
<p>UPDATE: Discard the above, <a href="http://ubuntuforums.org/showpost.php?p=3607793&amp;postcount=6">this</a> seems to fix it conclusively.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matusiak.eu/numerodix/blog/index.php/2007/10/31/gutsy-on-the-toshiba-u300/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>upgrading ubuntu &#8211; the horror</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2007/02/01/upgrading-ubuntu-the-horror/</link>
		<comments>http://www.matusiak.eu/numerodix/blog/index.php/2007/02/01/upgrading-ubuntu-the-horror/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 19:39:34 +0000</pubDate>
		<dc:creator>numerodix</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/index.php/2007/02/01/upgrading-ubuntu-the-horror/</guid>
		<description><![CDATA[I can&#8217;t believe how long it&#8217;s been since we started using distributions, picking the one we like and staying with, because we perceive certain advantages the others don&#8217;t have. And when a new version comes, we install it, replacing the old. How much longer will it be before it is possible to *upgrade* a distro [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t believe how long it&#8217;s been since we started using distributions, picking the one we like and staying with, because we perceive certain advantages the others don&#8217;t have. And when a new version comes, we install it, replacing the old. How much longer will it be before it is possible to *upgrade* a distro without friggin breaking it in half??</p>
<p>I installed Ubuntu Dapper on the &#8220;family&#8221; pc back in Norway in.. July&#8230;ish. I&#8217;m back in town now for a few days and as I logged in, it still worked beautifully. Nothing broken, no problems, nothing. But Edgy has been out for some time, and keeping up with updates is generally recommended to stay more or less in the loop long term. So I decided to update. I looked up how in the documentation and followed the instructions. It started off so well that I was impressed. It first removed all my &#8220;custom&#8221; sources in <code>sources.list</code> and then it set off. I had used Automatix to install multimedia stuff, but I think that was the extent of my &#8220;modifications&#8221;. There was one entry for the latest amarok in <code>sources.list</code>, but the rest I think were standard.</p>
<p>But it did not carry on so. At one point I got a big fat warning about some package not being able to install/configure/whatever. Then I got a dozen more of them. Once the process was done, not throwing a fatal error my way, the little icon indicated that &#8220;a reboot is required&#8221;, so I did, thinking I could probably fix the bugs when I do. It was not to be. Upon boot, X wouldn&#8217;t start. I was getting strange errors about a permission problem with <code>/dev/null</code> or something. The system was completely broken and I really didn&#8217;t feel like resuscitating. I use Ubuntu because it&#8217;s no hassle and &#8220;just works&#8221;. <img src='http://www.matusiak.eu/numerodix/blog/wp-includes/images/smilies/rolleyes.png' alt=':rolleyes:' class='wp-smiley' /> </p>
<p>And there ends the tale of the upgrade. Once again, after so many years, an upgrade between versions leaves the system completely broken. How much longer do we have to wait until this ceases to be a problem? I can appreciate that it&#8217;s complicated, but how many other complicated problems have been solved?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matusiak.eu/numerodix/blog/index.php/2007/02/01/upgrading-ubuntu-the-horror/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

