<?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>Mbah.Net &#187; Fedora</title>
	<atom:link href="http://mbah.us/blog/category/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://mbah.us/blog</link>
	<description>Stephen I. Mbah – Blog – &#34;dum vita est spes est&#34;</description>
	<lastBuildDate>Sun, 20 Jun 2010 06:30:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fedora 13 on Toshiba A505-S6986</title>
		<link>http://mbah.us/blog/2010/05/28/fedora-13-on-toshiba-a505-s6986/</link>
		<comments>http://mbah.us/blog/2010/05/28/fedora-13-on-toshiba-a505-s6986/#comments</comments>
		<pubDate>Fri, 28 May 2010 12:07:29 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[8102e]]></category>
		<category><![CDATA[a505-s6986]]></category>
		<category><![CDATA[fedora 13]]></category>
		<category><![CDATA[rt8191se]]></category>
		<category><![CDATA[toshiba]]></category>

		<guid isPermaLink="false">http://mbah.us/blog/?p=788</guid>
		<description><![CDATA[Installed this operating system &#8211; click here for fedora 13 - on a 2nd partition on my laptop. I installed the full x64 DVD iso version. Needed to get the wireless card working, this is what l did. My first partition already has Windows 7 installed. Both operating systems co-exist perfectly. Make sure you install [...]]]></description>
			<content:encoded><![CDATA[<p>Installed this operating system &#8211; <a href="http://fedoraproject.org/">click here for fedora 13 -</a> on a 2nd partition on my laptop. I installed the full x64 DVD iso version.</p>
<p>Needed to get the wireless card working, this is what l did.</p>
<p>My first partition already has Windows 7 installed. Both operating systems co-exist perfectly. Make sure you install Windows 7 first. I usually reserve about 45Gb from any laptop harddrive for my linux installations, this gives about 1.5Gb for the swap partiton and the rest dedicated to linux.</p>
<p>The card is a Realtek RT8191SE / 8102E &#8211; got this from Windows 7 command prompt by simply typing ipconfig/all</p>
<p>Download and extract the linux drivers from<a href="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&amp;PNid=14&amp;PFid=7&amp;Level=5&amp;Conn=4&amp;DownTypeID=3&amp;GetDown=false"> </a><a href="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&amp;PNid=48&amp;PFid=48&amp;Level=5&amp;Conn=4&amp;DownTypeID=3&amp;GetDown=false&amp;Downloads=true#RTL8192SE">Realtek taiwan website here</a></p>
<p>Commands:</p>
<p>Change into the extracted files subdirectory then -<br />
82  su -<br />
83  ls<br />
84  cd /home/steve/Downloads<br />
85  ls -al<br />
86  cp rtl8192se_linux_2.6.0015.0127.2010 /usr/src/rtl8192se_linux_2.6.0015.0127.2010 -r<br />
87  cd /usr/src/<br />
88  ls -al<br />
89  cd rtl8192se_linux_2.6.0015.0127.2010<br />
90  ls<br />
91  cp -rf firmware/RTL8192SE /lib/firmware<br />
92  make<br />
93  ls<br />
94  cp HAL/rtl8192/r8192se_pci.ko /lib/modules/`uname -r`/kernel/drivers/net/<br />
95  depmod -a<br />
96  reboot</p>
]]></content:encoded>
			<wfw:commentRss>http://mbah.us/blog/2010/05/28/fedora-13-on-toshiba-a505-s6986/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing previous Fedora kernels&#8230;</title>
		<link>http://mbah.us/blog/2010/01/10/removing-previous-fedora-kernels/</link>
		<comments>http://mbah.us/blog/2010/01/10/removing-previous-fedora-kernels/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 22:42:01 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[fedora 12]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://mbah.net/?p=566</guid>
		<description><![CDATA[i currently run Fedora 12 with the latest stable kernel update. Heres the command steps l took to erase the 2 kernels l dont need. Its always a good idea to have a fall back previous kernel available if needed. [steve@pegasus Documents]$ su - Password: [root@pegasus ~]# uname Linux [root@pegasus ~]# uname -a Linux pegasus [...]]]></description>
			<content:encoded><![CDATA[<p>i currently run Fedora 12 with the latest stable kernel update.<br />
Heres the command steps l took to erase the 2 kernels l dont need.<br />
Its always a good idea to have a fall back previous kernel available if needed.</p>
<p>[steve@pegasus Documents]$ su -<br />
Password:<br />
[root@pegasus ~]# uname<br />
Linux<br />
[root@pegasus ~]# uname -a<br />
Linux pegasus 2.6.31.9-174.fc12.x86_64 #1 SMP Mon Dec 21 05:33:33 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux<br />
[root@pegasus ~]# yum clean all<br />
Loaded plugins: presto, refresh-packagekit<br />
Cleaning up Everything<br />
0 delta-package files removed, by presto<br />
[root@pegasus ~]# uname -r<br />
2.6.31.9-174.fc12.x86_64<br />
[root@pegasus ~]# rpm -q kernel<br />
kernel-2.6.31.5-127.fc12.x86_64<br />
kernel-2.6.31.6-166.fc12.x86_64<br />
kernel-2.6.31.9-174.fc12.x86_64<br />
[root@pegasus ~]# clear</p>
<p>[root@pegasus ~]# uname -r<br />
2.6.31.9-174.fc12.x86_64<br />
[root@pegasus ~]# rpm -q kernel<br />
kernel-2.6.31.5-127.fc12.x86_64<br />
kernel-2.6.31.6-166.fc12.x86_64<br />
kernel-2.6.31.9-174.fc12.x86_64<br />
[root@pegasus ~]# yum remove kernel-2.6.31.5-127.fc12.x86_64<br />
Loaded plugins: presto, refresh-packagekit<br />
Setting up Remove Process<br />
Resolving Dependencies<br />
&#8211;> Running transaction check<br />
&#8212;> Package kernel.x86_64 0:2.6.31.5-127.fc12 set to be erased<br />
&#8211;> Finished Dependency Resolution</p>
<p>Dependencies Resolved</p>
<p>================================================================================<br />
 Package       Arch          Version                     Repository        Size<br />
================================================================================<br />
Removing:<br />
 kernel        x86_64        2.6.31.5-127.fc12           installed         98 M</p>
<p>Transaction Summary<br />
================================================================================<br />
Remove        1 Package(s)<br />
Reinstall     0 Package(s)<br />
Downgrade     0 Package(s)</p>
<p>Is this ok [y/N]: y<br />
Downloading Packages:<br />
Running rpm_check_debug<br />
Running Transaction Test<br />
Finished Transaction Test<br />
Transaction Test Succeeded<br />
Running Transaction<br />
  Erasing        : kernel-2.6.31.5-127.fc12.x86_64                          1/1</p>
<p>Removed:<br />
  kernel.x86_64 0:2.6.31.5-127.fc12</p>
<p>Complete!<br />
[root@pegasus ~]# rpm -q kernel<br />
kernel-2.6.31.6-166.fc12.x86_64<br />
kernel-2.6.31.9-174.fc12.x86_64<br />
[root@pegasus ~]# yum remove kernel-2.6.31.9-174.fc12.x86_64<br />
Loaded plugins: presto, refresh-packagekit<br />
Setting up Remove Process<br />
Resolving Dependencies<br />
&#8211;> Running transaction check<br />
&#8212;> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be erased<br />
&#8211;> Finished Dependency Resolution</p>
<p>Dependencies Resolved</p>
<p>================================================================================<br />
 Package       Arch          Version                     Repository        Size<br />
================================================================================<br />
Removing:<br />
 kernel        x86_64        2.6.31.9-174.fc12           installed         98 M</p>
<p>Transaction Summary<br />
================================================================================<br />
Remove        1 Package(s)<br />
Reinstall     0 Package(s)<br />
Downgrade     0 Package(s)</p>
<p>Is this ok [y/N]: y<br />
Downloading Packages:<br />
Running rpm_check_debug<br />
Running Transaction Test<br />
Finished Transaction Test<br />
Transaction Test Succeeded<br />
Running Transaction<br />
  Erasing        : kernel-2.6.31.9-174.fc12.x86_64                          1/1</p>
<p>Removed:<br />
  kernel.x86_64 0:2.6.31.9-174.fc12</p>
<p>Complete!<br />
[root@pegasus ~]# rpm -q kernel<br />
kernel-2.6.31.6-166.fc12.x86_64<br />
[root@pegasus ~]#</p>
]]></content:encoded>
			<wfw:commentRss>http://mbah.us/blog/2010/01/10/removing-previous-fedora-kernels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
