<?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>Bennyland &#187; linux drivers</title>
	<atom:link href="http://blog.bennyland.com/tag/linux-drivers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bennyland.com</link>
	<description>this server is running in my bedroom - benny’s learning how to run a linux server</description>
	<lastBuildDate>Thu, 06 Jan 2011 16:41:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing P5KPL-CM network drivers on CentOS 5.4</title>
		<link>http://blog.bennyland.com/2010/01/18/installing-p5kpl-cm-network-drivers-on-centos-5-4/</link>
		<comments>http://blog.bennyland.com/2010/01/18/installing-p5kpl-cm-network-drivers-on-centos-5-4/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 18:43:15 +0000</pubDate>
		<dc:creator>benny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[linux drivers]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://blog.bennyland.com/?p=9</guid>
		<description><![CDATA[Once CentOS was installed, the first thing I had to do to make the server useful was to build and install the network drivers for myASUS P5KPL-CM Motherboard.  Here's how to do it: First, you're going to need the LinuxDrivers zip file.  You'll need to unzip and then unrar l1e-l2e-linux-v1.0.0.4.rar (found in the LinuxDrivers/L1e_Lan directory in [...]]]></description>
			<content:encoded><![CDATA[<p>Once CentOS was installed, the first thing I had to do to make the server useful was to build and install the network drivers for my<a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813131288" target="_blank">ASUS P5KPL-CM Motherboard</a>.  Here's how to do it:</p>
<p>First, you're going to need the <a href="http://blog.bennyland.com/wp-content/uploads/2010/01/LinuxDrivers.zip">LinuxDrivers</a> zip file.  You'll need to unzip and then unrar l1e-l2e-linux-v1.0.0.4.rar (found in the LinuxDrivers/L1e_Lan directory in the zip).  I had to do this on my Windows PC since I couldn't install unrar on the server (no network, remember?)</p>
<p>Once you're transfered the contents of l1e-l2e-linux-v1.0.0.4.rar to the server, follow these steps:<span id="more-9"></span></p>
<pre class="brush: bash; title: ;">
su -
cd /path/to/LinuxDrivers/src/
make clean
KBUILD_NOPEDANTIC=1 make clean
KBUILD_NOPEDANTIC=1 make
KBUILD_NOPEDANTIC=1 make install
cd /lib/modules/2.6.18-92.el5xen/kernel/drivers/net/atl1e/
mv atl1e.ko atl1e.ko.old
mv /path/to/LinuxDrivers/src/atl1e.ko atl1e.ko
insmod ./atl1e.ko
</pre>
<p>Once that is done, reboot your server and then configure your network however you need to.  If all goes well, you should have eth0.  I remember the first time I set this server up I attempted to install an incorrect driver that was on the installation disc.  This caused me a lot of headaches when it came to installing the correct driver.  This time I ignored network all together during setup and I was pleasantly surprised how easy it was to build and install the drivers this time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bennyland.com/2010/01/18/installing-p5kpl-cm-network-drivers-on-centos-5-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

