<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: realtek rtl8111/8168b fix in centos 5.2</title>
	<atom:link href="http://www.yqed.com/realtek-rtl8111-fix-centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yqed.com/realtek-rtl8111-fix-centos/</link>
	<description>floren&#039;s random thoughts and segments of code</description>
	<lastBuildDate>Thu, 15 Dec 2011 10:35:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Floren</title>
		<link>http://www.yqed.com/realtek-rtl8111-fix-centos/comment-page-1/#comment-880</link>
		<dc:creator>Floren</dc:creator>
		<pubDate>Fri, 20 Mar 2009 22:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.yqed.com/?p=35#comment-880</guid>
		<description>Run this:
&lt;pre&gt;# /sbin/modinfo -F filename r8168
/lib/modules/.../kernel/drivers/net/r8168.ko&lt;/pre&gt;

If you do not get the above response, your module is not installed properly. If you get the response, run this:
&lt;pre&gt;# /sbin/modprobe -r r8169
# /sbin/modprobe r8168&lt;/pre&gt;

Then, reboot the server.</description>
		<content:encoded><![CDATA[<p>Run this:</p>
<pre># /sbin/modinfo -F filename r8168
/lib/modules/.../kernel/drivers/net/r8168.ko</pre>
<p>If you do not get the above response, your module is not installed properly. If you get the response, run this:</p>
<pre># /sbin/modprobe -r r8169
# /sbin/modprobe r8168</pre>
<p>Then, reboot the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avi</title>
		<link>http://www.yqed.com/realtek-rtl8111-fix-centos/comment-page-1/#comment-879</link>
		<dc:creator>avi</dc:creator>
		<pubDate>Fri, 20 Mar 2009 22:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.yqed.com/?p=35#comment-879</guid>
		<description>I reformatted USB drive to FAT32, and reinstalled, and thought &quot;check with fdisk -l to ensure device mount&quot;, and lo and behold I WAS USING THE WRONG device... so FAT32 mounted fine, and I RPM&#039;ed the file, rebooted, and ... still no ethernet. bummer. 

I did an lspci and the RTL8111/8168B controller is loaded and running, so I guess something else is going on.

oh well. Im not sure what step I take next (aside from getting another machine, which I would like to avoid), but I do very much appreciate all your help. I learned alot.

thanks again

-avi</description>
		<content:encoded><![CDATA[<p>I reformatted USB drive to FAT32, and reinstalled, and thought &#8220;check with fdisk -l to ensure device mount&#8221;, and lo and behold I WAS USING THE WRONG device&#8230; so FAT32 mounted fine, and I RPM&#8217;ed the file, rebooted, and &#8230; still no ethernet. bummer. </p>
<p>I did an lspci and the RTL8111/8168B controller is loaded and running, so I guess something else is going on.</p>
<p>oh well. Im not sure what step I take next (aside from getting another machine, which I would like to avoid), but I do very much appreciate all your help. I learned alot.</p>
<p>thanks again</p>
<p>-avi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floren</title>
		<link>http://www.yqed.com/realtek-rtl8111-fix-centos/comment-page-1/#comment-877</link>
		<dc:creator>Floren</dc:creator>
		<pubDate>Fri, 20 Mar 2009 20:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.yqed.com/?p=35#comment-877</guid>
		<description>Just use an USB thumb, it costs $10.00. :)
CentOS will automatically detect the flash drive, because it is formatted in FAT32. You can also use the &lt;a href=&quot;http://www.ridgecrop.demon.co.uk/&quot; rel=&quot;nofollow&quot;&gt;fat32format utility&lt;/a&gt; to quickly/properly format an NTFS drive to FAT32. I fixed some USB thumbs with it, works very well.</description>
		<content:encoded><![CDATA[<p>Just use an USB thumb, it costs $10.00. <img src='http://www.yqed.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
CentOS will automatically detect the flash drive, because it is formatted in FAT32. You can also use the <a href="http://www.ridgecrop.demon.co.uk/" rel="nofollow">fat32format utility</a> to quickly/properly format an NTFS drive to FAT32. I fixed some USB thumbs with it, works very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avi</title>
		<link>http://www.yqed.com/realtek-rtl8111-fix-centos/comment-page-1/#comment-876</link>
		<dc:creator>avi</dc:creator>
		<pubDate>Fri, 20 Mar 2009 20:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.yqed.com/?p=35#comment-876</guid>
		<description>Hey Floren;

Thanks again for the help.

I guess I back to where I started. Without a network connection, the only way to load new software is via USB drive, or CD/DVD. Without NTFS support, USB Flash is out for the moment.

Any idea what I need to do to mount either a CD-R or DVD+R created on a windows box so it will mount properly on CentOS 5?

-avi</description>
		<content:encoded><![CDATA[<p>Hey Floren;</p>
<p>Thanks again for the help.</p>
<p>I guess I back to where I started. Without a network connection, the only way to load new software is via USB drive, or CD/DVD. Without NTFS support, USB Flash is out for the moment.</p>
<p>Any idea what I need to do to mount either a CD-R or DVD+R created on a windows box so it will mount properly on CentOS 5?</p>
<p>-avi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floren</title>
		<link>http://www.yqed.com/realtek-rtl8111-fix-centos/comment-page-1/#comment-875</link>
		<dc:creator>Floren</dc:creator>
		<pubDate>Thu, 19 Mar 2009 22:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.yqed.com/?p=35#comment-875</guid>
		<description>You will need a custom kernel, for NTFS. It is available into &lt;a href=&quot;http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus&quot; rel=&quot;nofollow&quot;&gt;centosplus repo&lt;/a&gt;, so you do not have to compile anything.

Once you have the right kernel updated, follow the &lt;a href=&quot;http://wiki.centos.org/TipsAndTricks/NTFS&quot; rel=&quot;nofollow&quot;&gt;NTFS mounting instructions&lt;/a&gt;. Please note that the NTFS module is &lt;strong&gt;not enabled&lt;/strong&gt; in the centoplus kernel starting with CentOS 5.3. This is because NTFS in 5.3 is broken. See the &lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=481495&quot; rel=&quot;nofollow&quot;&gt;bug info&lt;/a&gt;, for more details.</description>
		<content:encoded><![CDATA[<p>You will need a custom kernel, for NTFS. It is available into <a href="http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus" rel="nofollow">centosplus repo</a>, so you do not have to compile anything.</p>
<p>Once you have the right kernel updated, follow the <a href="http://wiki.centos.org/TipsAndTricks/NTFS" rel="nofollow">NTFS mounting instructions</a>. Please note that the NTFS module is <strong>not enabled</strong> in the centoplus kernel starting with CentOS 5.3. This is because NTFS in 5.3 is broken. See the <a href="https://bugzilla.redhat.com/show_bug.cgi?id=481495" rel="nofollow">bug info</a>, for more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avi</title>
		<link>http://www.yqed.com/realtek-rtl8111-fix-centos/comment-page-1/#comment-874</link>
		<dc:creator>avi</dc:creator>
		<pubDate>Thu, 19 Mar 2009 21:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.yqed.com/?p=35#comment-874</guid>
		<description>Hey Floren;

Thanks for that. One last issue hopefully you have some thoughts on: how do I mount an NTFS USB drive on CentOS? 

I tried doing 

&quot;mount /dev/sdb/ /mnt/sda1 -t NTFS&quot; 

but it complains: 

mount: unknown filesystem type &#039;ntfs&#039;</description>
		<content:encoded><![CDATA[<p>Hey Floren;</p>
<p>Thanks for that. One last issue hopefully you have some thoughts on: how do I mount an NTFS USB drive on CentOS? </p>
<p>I tried doing </p>
<p>&#8220;mount /dev/sdb/ /mnt/sda1 -t NTFS&#8221; </p>
<p>but it complains: </p>
<p>mount: unknown filesystem type &#8216;ntfs&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floren</title>
		<link>http://www.yqed.com/realtek-rtl8111-fix-centos/comment-page-1/#comment-873</link>
		<dc:creator>Floren</dc:creator>
		<pubDate>Thu, 12 Mar 2009 00:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.yqed.com/?p=35#comment-873</guid>
		<description>First, make sure you install the proper RPM version.
Check what kernel you have installed:
&lt;pre&gt;yum list kernel*&lt;/pre&gt;

After you install the RPM, run:
&lt;pre&gt;/sbin/modprobe -r r8169
/sbin/modprobe r8168&lt;/pre&gt;

Then, reboot the server. Let me know the results.</description>
		<content:encoded><![CDATA[<p>First, make sure you install the proper RPM version.<br />
Check what kernel you have installed:</p>
<pre>yum list kernel*</pre>
<p>After you install the RPM, run:</p>
<pre>/sbin/modprobe -r r8169
/sbin/modprobe r8168</pre>
<p>Then, reboot the server. Let me know the results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gioberty</title>
		<link>http://www.yqed.com/realtek-rtl8111-fix-centos/comment-page-1/#comment-872</link>
		<dc:creator>Gioberty</dc:creator>
		<pubDate>Wed, 11 Mar 2009 18:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.yqed.com/?p=35#comment-872</guid>
		<description>Hi. I have the same problem with the same PC and i try your solutions and didn&#039;t work, any idea??</description>
		<content:encoded><![CDATA[<p>Hi. I have the same problem with the same PC and i try your solutions and didn&#8217;t work, any idea??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floren</title>
		<link>http://www.yqed.com/realtek-rtl8111-fix-centos/comment-page-1/#comment-871</link>
		<dc:creator>Floren</dc:creator>
		<pubDate>Wed, 04 Mar 2009 02:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.yqed.com/?p=35#comment-871</guid>
		<description>An USB flash drive will do the trick, just copy the file to a local directory. You will also need to have installed the RPM package, latest is 4.4.2-48.el5 version.

&lt;pre&gt;$ cp /media/disk/kmod-r8168-8.010.00_NAPI-1.el5.x86_64.rpm /home/floren/tmp
$ su -
# rpm -ivh /home/floren/tmp/kmod-r8168-8.010.00_NAPI-1.el5.x86_64.rpm&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>An USB flash drive will do the trick, just copy the file to a local directory. You will also need to have installed the RPM package, latest is 4.4.2-48.el5 version.</p>
<pre>$ cp /media/disk/kmod-r8168-8.010.00_NAPI-1.el5.x86_64.rpm /home/floren/tmp
$ su -
# rpm -ivh /home/floren/tmp/kmod-r8168-8.010.00_NAPI-1.el5.x86_64.rpm</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avi</title>
		<link>http://www.yqed.com/realtek-rtl8111-fix-centos/comment-page-1/#comment-870</link>
		<dc:creator>Avi</dc:creator>
		<pubDate>Tue, 03 Mar 2009 22:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.yqed.com/?p=35#comment-870</guid>
		<description>hi there

what is the best way to install the RPM onto the system, given that network isnt working? I tried mounting USB flash drive, and that didnt work. 

any thoughts?

thanks

-avi</description>
		<content:encoded><![CDATA[<p>hi there</p>
<p>what is the best way to install the RPM onto the system, given that network isnt working? I tried mounting USB flash drive, and that didnt work. </p>
<p>any thoughts?</p>
<p>thanks</p>
<p>-avi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

