<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Memoirs and Musings of Loki-undergod</title>
	<atom:link href="http://lokiundergod.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lokiundergod.wordpress.com</link>
	<description>work in progress...</description>
	<lastBuildDate>Tue, 02 Aug 2011 15:42:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lokiundergod.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Memoirs and Musings of Loki-undergod</title>
		<link>http://lokiundergod.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lokiundergod.wordpress.com/osd.xml" title="Memoirs and Musings of Loki-undergod" />
	<atom:link rel='hub' href='http://lokiundergod.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Broadcom BCM4312 for Lenovo S12 in openSUSE 11.4</title>
		<link>http://lokiundergod.wordpress.com/2011/05/11/broadcom-bcm4312-for-lenovo-s12-in-opensuse-11-4/</link>
		<comments>http://lokiundergod.wordpress.com/2011/05/11/broadcom-bcm4312-for-lenovo-s12-in-opensuse-11-4/#comments</comments>
		<pubDate>Wed, 11 May 2011 20:54:30 +0000</pubDate>
		<dc:creator>Loki Undergod</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Guide/How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[BCM4312]]></category>
		<category><![CDATA[Broadcom]]></category>
		<category><![CDATA[Lenovo]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://lokiundergod.wordpress.com/?p=138</guid>
		<description><![CDATA[Broadcom is the finicky mistress of Linux. Sometimes she'll greet you with a smile and happily work right out of the box, and sometimes she'll spurn your most tried and trusted approaches. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lokiundergod.wordpress.com&amp;blog=1365411&amp;post=138&amp;subd=lokiundergod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://lokiundergod.files.wordpress.com/2011/03/opensuse-geeko.png"><img class="alignleft size-thumbnail wp-image-132" title="Opensuse-geeko" src="http://lokiundergod.files.wordpress.com/2011/03/opensuse-geeko.png?w=150&#038;h=150" alt="" width="150" height="150" /></a>Broadcom is the finicky mistress of Linux. Sometimes she&#8217;ll greet you with a smile with little effort and work perfectly, and sometimes she&#8217;ll spurn your most tried and trusted approaches.</p>
<p>Users with 4313, 43224, and 43225 will be happy to note the inclusion of open Broadom wireless drivers with the 2.6.36 kernel; however, for those of us who have to woo our Broadcom wireless, there&#8217;s a little bit extra work that needs to happen.</p>
<p>This is one of those unfortunate cases where you have to <em>be</em> online to <em>get</em> online.</p>
<p>First, find out what flavor of the kernel you&#8217;re running by opening a terminal and and running the command:</p>
<blockquote><p>uname -r</p></blockquote>
<p>Add the Essential Packman repository (if not already added):</p>
<blockquote><p>sudo zypper ar -n packman-essentials <a href="http://packman.inode.at/suse/openSUSE_11.4/Essentials" rel="nofollow">http://packman.inode.at/suse/openSUSE_11.4/Essentials</a> packman-essentials</p></blockquote>
<p>Then, install broadcom-wl, broadcom-wl-kmp-(<em>uname -r</em>), and rfkill*</p>
<p>Next, sudo into your favorite text editor. Kwrite is used in this example, but gedit, mousepad, or any text editor will do:</p>
<blockquote><p>sudo kwrite /etc/modprobe.d/50-blacklist.conf</p></blockquote>
<p>and add the following lines at the end of /etc/modprobe.d/50-blacklist.conf:</p>
<blockquote><p>blacklist ssb</p>
<p>blacklist b43</p>
<p>blacklist acer-wmi</p></blockquote>
<p>*Note: while not essential, I&#8217;ve found that including these allows automatic connection after boot and hibernation/standby on the S12&#8211;especially the acer-wmi kernel module.</p>
<p>You should be able to configure your wireless in YaST and connect after a reboot.</p>
<br />Filed under: <a href='http://lokiundergod.wordpress.com/category/computers/'>Computers</a>, <a href='http://lokiundergod.wordpress.com/category/guidehow-to/'>Guide/How to</a>, <a href='http://lokiundergod.wordpress.com/category/linux/'>Linux</a> Tagged: <a href='http://lokiundergod.wordpress.com/tag/bcm4312/'>BCM4312</a>, <a href='http://lokiundergod.wordpress.com/tag/broadcom/'>Broadcom</a>, <a href='http://lokiundergod.wordpress.com/tag/guidehow-to/'>Guide/How to</a>, <a href='http://lokiundergod.wordpress.com/tag/lenovo/'>Lenovo</a>, <a href='http://lokiundergod.wordpress.com/tag/linux/'>Linux</a>, <a href='http://lokiundergod.wordpress.com/tag/opensuse/'>openSUSE</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lokiundergod.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lokiundergod.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lokiundergod.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lokiundergod.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lokiundergod.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lokiundergod.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lokiundergod.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lokiundergod.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lokiundergod.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lokiundergod.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lokiundergod.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lokiundergod.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lokiundergod.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lokiundergod.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lokiundergod.wordpress.com&amp;blog=1365411&amp;post=138&amp;subd=lokiundergod&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lokiundergod.wordpress.com/2011/05/11/broadcom-bcm4312-for-lenovo-s12-in-opensuse-11-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7a103f9a60834a5bc852542ff53bd3d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">Loki-undergod</media:title>
		</media:content>

		<media:content url="http://lokiundergod.files.wordpress.com/2011/03/opensuse-geeko.png?w=150" medium="image">
			<media:title type="html">Opensuse-geeko</media:title>
		</media:content>
	</item>
		<item>
		<title>Netflix for Android Leaked</title>
		<link>http://lokiundergod.wordpress.com/2011/03/31/netflix-for-android-leaked/</link>
		<comments>http://lokiundergod.wordpress.com/2011/03/31/netflix-for-android-leaked/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 15:26:27 +0000</pubDate>
		<dc:creator>Loki Undergod</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lokiundergod.wordpress.com/?p=142</guid>
		<description><![CDATA[A little late, but interesting nonetheless: Following the &#8220;Good News, Bad News&#8221; of Netflix&#8217;s mixed support of Android, a development APK has been leaked online. While the Netflix APK seems to install properly, few (if any) have reported any success in actually streaming video. This is a promising sign of Netflix finally coming to Linux. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lokiundergod.wordpress.com&amp;blog=1365411&amp;post=142&amp;subd=lokiundergod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://lokiundergod.files.wordpress.com/2011/03/android_logo.gif"><img class="alignleft size-thumbnail wp-image-156" title="android_logo" src="http://lokiundergod.files.wordpress.com/2011/03/android_logo.gif?w=116&#038;h=86" alt="" width="116" height="86" /></a>A little late, but interesting nonetheless:</p>
<p>Following the &#8220;<a title="Netflix Good News, Bad News for Android Owners" href="http://www.readwriteweb.com/archives/android_owners_netflix_has_good_news_and_bad_news.php" target="_blank">Good News, Bad News</a>&#8221; of Netflix&#8217;s mixed support of Android, a development APK has been leaked online. While the Netflix APK seems to install properly, few (if any) have reported any success in actually streaming video.</p>
<p>This is a promising sign of Netflix finally coming to Linux.</p>
<br />Filed under: <a href='http://lokiundergod.wordpress.com/category/android/'>Android</a>, <a href='http://lokiundergod.wordpress.com/category/software/'>Software</a>, <a href='http://lokiundergod.wordpress.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lokiundergod.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lokiundergod.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lokiundergod.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lokiundergod.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lokiundergod.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lokiundergod.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lokiundergod.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lokiundergod.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lokiundergod.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lokiundergod.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lokiundergod.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lokiundergod.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lokiundergod.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lokiundergod.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lokiundergod.wordpress.com&amp;blog=1365411&amp;post=142&amp;subd=lokiundergod&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lokiundergod.wordpress.com/2011/03/31/netflix-for-android-leaked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7a103f9a60834a5bc852542ff53bd3d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">Loki-undergod</media:title>
		</media:content>

		<media:content url="http://lokiundergod.files.wordpress.com/2011/03/android_logo.gif?w=150" medium="image">
			<media:title type="html">android_logo</media:title>
		</media:content>
	</item>
		<item>
		<title>MintMenu on openSUSE</title>
		<link>http://lokiundergod.wordpress.com/2011/03/24/mintmenu-on-opensuse/</link>
		<comments>http://lokiundergod.wordpress.com/2011/03/24/mintmenu-on-opensuse/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 22:28:12 +0000</pubDate>
		<dc:creator>Loki Undergod</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Guide/How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://lokiundergod.wordpress.com/?p=126</guid>
		<description><![CDATA[While being mainly a fan of openSUSE, I've come to appreciate Linux Mint on my netbook. One of the shining gems of Mint being it's well integrated mintMenu.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lokiundergod.wordpress.com&amp;blog=1365411&amp;post=126&amp;subd=lokiundergod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://lokiundergod.files.wordpress.com/2011/03/linuxmint-logo.png"></a><a href="http://lokiundergod.files.wordpress.com/2011/03/linuxmint-logo.png"><img class="size-thumbnail wp-image-146 alignleft" title="linuxmint-logo" src="http://lokiundergod.files.wordpress.com/2011/03/linuxmint-logo.png?w=91&#038;h=83" alt="" width="91" height="83" /></a>While being mainly a fan of openSUSE, I&#8217;ve come to appreciate Linux Mint on my netbook. One of the shining gems of Mint being it&#8217;s well integrated mintMenu. Many thanks go to Unamanic (follow his blog <a href="http://unamanic.witt-family.net/">here</a>), who has been gracious enough to provide mintMenu for openSUSE on the build service.</p>
<p>After a quick log out and back in, you can add mintMenu by right-clicking on your panel and selecting &#8220;add to panel.&#8221; Scroll down or search for mintMenu. Now you can remove your standard slab menu with the minty-fresh version.</p>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:center;">MintMenu <a title="mintMenu 1-click install" href="http://software.opensuse.org/ymp/home:unamanic/openSUSE_11.4/mintmenu.ymp?base=openSUSE%3A11.4&amp;query=mintmenu">1-click install</a> for openSUSE 11.4</p>
<br />Filed under: <a href='http://lokiundergod.wordpress.com/category/computers/'>Computers</a>, <a href='http://lokiundergod.wordpress.com/category/guidehow-to/'>Guide/How to</a>, <a href='http://lokiundergod.wordpress.com/category/linux/'>Linux</a>, <a href='http://lokiundergod.wordpress.com/category/software/'>Software</a> Tagged: <a href='http://lokiundergod.wordpress.com/tag/linux/'>Linux</a>, <a href='http://lokiundergod.wordpress.com/tag/linux-mint/'>Linux Mint</a>, <a href='http://lokiundergod.wordpress.com/tag/opensuse/'>openSUSE</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lokiundergod.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lokiundergod.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lokiundergod.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lokiundergod.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lokiundergod.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lokiundergod.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lokiundergod.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lokiundergod.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lokiundergod.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lokiundergod.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lokiundergod.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lokiundergod.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lokiundergod.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lokiundergod.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lokiundergod.wordpress.com&amp;blog=1365411&amp;post=126&amp;subd=lokiundergod&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lokiundergod.wordpress.com/2011/03/24/mintmenu-on-opensuse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7a103f9a60834a5bc852542ff53bd3d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">Loki-undergod</media:title>
		</media:content>

		<media:content url="http://lokiundergod.files.wordpress.com/2011/03/linuxmint-logo.png?w=150" medium="image">
			<media:title type="html">linuxmint-logo</media:title>
		</media:content>
	</item>
		<item>
		<title>openSUSE 11.4 Suggested Reading</title>
		<link>http://lokiundergod.wordpress.com/2011/03/16/opensuse-11-4-suggested-reading/</link>
		<comments>http://lokiundergod.wordpress.com/2011/03/16/opensuse-11-4-suggested-reading/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 17:29:07 +0000</pubDate>
		<dc:creator>Loki Undergod</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://lokiundergod.wordpress.com/?p=129</guid>
		<description><![CDATA[openSUSE 11.4 was released March 10th, and I've already happily updated to the geeko's latest release. There's a lot to be excited about in this excellent release...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lokiundergod.wordpress.com&amp;blog=1365411&amp;post=129&amp;subd=lokiundergod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://lokiundergod.files.wordpress.com/2011/03/opensuse-geeko.png"><img class="size-full wp-image-132 alignleft" title="Opensuse-geeko" src="http://lokiundergod.files.wordpress.com/2011/03/opensuse-geeko.png?w=500" alt=""   /></a>openSUSE 11.4 was released March 10th, and I&#8217;ve already happily updated to the geeko&#8217;s latest release. There&#8217;s a lot to be excited about in this excellent release. Among the top features are Kde 4.6, Gnome 2.32, Gnome 3 preview, Xfce 4.8, LXDE, LibreOffice 3.3.1, and Firefox 4 beta 12. Also included are improvements to package management, and the 200-line usability patch included in version 2.6.36 of the kernel. The full product highlights are available on the wiki <a href="http://en.opensuse.org/Product_highlights" target="_blank">here</a>.</p>
<p>Read Oldcpu&#8217;s excellent guide <a title="Oldcpu's pre-installation guide" href="http://forums.opensuse.org/english/get-technical-help-here/how-faq-forums/new-user-how-faq-read-only/454963-new-users-opensuse-11-4-pre-installation-please-read.html" target="_blank">here</a>, which includes information for new and  seasoned users alike. At the very least, it&#8217;s a good idea to review the <a title="Most annoying bugs" href="http://en.opensuse.org/openSUSE:Most_annoying_bugs_11.4" target="_blank">most annoying bugs for 11.4</a> before installing/upgrading. Existing users should also beware of a nasty bug when using zypper to &#8220;dup&#8221; to 11.4.</p>
<p>Many thanks to Eye On Linux for an excellent <a title="Eye On Linux - OS 11.4 review" href="http://eyeonlinux.com/2011/03/10/quick-look-opensuse-11-4/" target="_blank">review</a> of openSUSE 11.4.</p>
<p>I&#8217;ll have some tips and tricks coming up soon, so be sure to check back.</p>
<br />Filed under: <a href='http://lokiundergod.wordpress.com/category/computers/'>Computers</a>, <a href='http://lokiundergod.wordpress.com/category/linux/'>Linux</a> Tagged: <a href='http://lokiundergod.wordpress.com/tag/computers/'>Computers</a>, <a href='http://lokiundergod.wordpress.com/tag/linux/'>Linux</a>, <a href='http://lokiundergod.wordpress.com/tag/opensuse/'>openSUSE</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lokiundergod.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lokiundergod.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lokiundergod.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lokiundergod.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lokiundergod.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lokiundergod.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lokiundergod.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lokiundergod.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lokiundergod.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lokiundergod.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lokiundergod.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lokiundergod.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lokiundergod.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lokiundergod.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lokiundergod.wordpress.com&amp;blog=1365411&amp;post=129&amp;subd=lokiundergod&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lokiundergod.wordpress.com/2011/03/16/opensuse-11-4-suggested-reading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7a103f9a60834a5bc852542ff53bd3d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">Loki-undergod</media:title>
		</media:content>

		<media:content url="http://lokiundergod.files.wordpress.com/2011/03/opensuse-geeko.png" medium="image">
			<media:title type="html">Opensuse-geeko</media:title>
		</media:content>
	</item>
		<item>
		<title>Update to openSUSE 11.1</title>
		<link>http://lokiundergod.wordpress.com/2009/01/08/update-to-opensuse-111/</link>
		<comments>http://lokiundergod.wordpress.com/2009/01/08/update-to-opensuse-111/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 04:36:53 +0000</pubDate>
		<dc:creator>Loki Undergod</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Guide/How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lokiundergod.wordpress.com/?p=84</guid>
		<description><![CDATA[Now that openSUSE 11.1 has been out for a couple weeks, it's about time I share with the readers how to get around some of the growing pains of this latest release. It also seems an opportune time to update some of the guides and general information on this blog.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lokiundergod.wordpress.com&amp;blog=1365411&amp;post=84&amp;subd=lokiundergod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Now that openSUSE 11.1 has been out for a couple weeks, it&#8217;s about time I share with the readers how to get around some of the growing pains of this latest release. It also seems an opportune time to update some of the guides and general information on this blog.</p>
<p>One of the main issues seems to stem from user permissions, particularly with KDE3 applications. So let&#8217;s fire up YaST2 and go to Security and Users&#8211;User and Group Management. Now click the edit button and add yourself to the following groups: audio, cdrom, and disk. You&#8217;ll need to log out and back in for the changes to take effect. There&#8217;s been some reports that Packman&#8217;s version of K3B doesn&#8217;t contain this bug, but these changes seem to help the rest of the KDE3 applications to automount properly.</p>
<p>Quite to my surprise when I went to add repositories, I found that my update repository&#8217;s autorefresh option was disabled, so check your repositories in YaST2 under Software&#8211;Software Repositories. I also disabled the Source and Debug repos.</p>
<p>The gstreamer backend for phonon has proven quite buggy on my system, so I removed it and instead installed phonon-backend-xine. I&#8217;d also recommend installing kdebase3 and kdebase3-SuSE to hedge up a few of the final quirks between KDE4 and KDE3 applications.</p>
<p>Install video drivers.</p>
<p>&#8220;Compiz on 11.1 hates me&#8221; as so aptly titled on openSUE&#8217;S troubleshooting guide for Compiz (Compiz certainly hated me). The solution is quite simple, however. First, remove all packages for Compiz and Emerald.Then remove all configuration files. The easiest way is to start up your favorite terminal emulator (like Konsole or Yakuake) and run the command:</p>
<blockquote><p>rm -rf ~/.config/compiz</p></blockquote>
<p>Reinstall Compiz via 1-click install:</p>
<p><a title="1-click install Compiz" href="http://en.opensuse.org/Compiz_Fusion#openSUSE_11.1"><img class="size-full wp-image-88 alignleft" title="1-click install" src="http://lokiundergod.files.wordpress.com/2009/01/chameleon.png?w=500" alt="1-click install"   /></a></p>
<br />Posted in Computers, General, Guide/How to, Linux, Software, Technology  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lokiundergod.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lokiundergod.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lokiundergod.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lokiundergod.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lokiundergod.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lokiundergod.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lokiundergod.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lokiundergod.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lokiundergod.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lokiundergod.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lokiundergod.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lokiundergod.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lokiundergod.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lokiundergod.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lokiundergod.wordpress.com&amp;blog=1365411&amp;post=84&amp;subd=lokiundergod&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lokiundergod.wordpress.com/2009/01/08/update-to-opensuse-111/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7a103f9a60834a5bc852542ff53bd3d?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">Loki-undergod</media:title>
		</media:content>

		<media:content url="http://lokiundergod.files.wordpress.com/2009/01/chameleon.png" medium="image">
			<media:title type="html">1-click install</media:title>
		</media:content>
	</item>
	</channel>
</rss>
