LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fedora 9 eth0 driver r8169 question. (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-9-eth0-driver-r8169-question-657057/)

howserss 07-20-2008 06:48 PM

Fedora 9 eth0 driver r8169 question.
 
How do I switch the network driver from tulip to r8169. It does exist on my system and I can do modprobe r8169 and it works.
I have a realtek 8169 card. I am doing this over virtual PC 2007.

trickykid 07-21-2008 11:50 AM

Probably need to add this to your /etc/modprobe.conf and set the ethernet to load the r8169 instead of the tulip driver.

Usually will look something like:

Code:

alias eth0 r8169

howserss 07-22-2008 07:39 PM

Network still not working
 
I added this line to modprobe.conf (alias eth0 r8169)
if i run ethtool -i eth0 this is the output.
I also ran modprobe r8169 after editing the modprobe.cof as well as rebooted.

-------------------
[root@localhost ~]# ethtool -i eth0
driver: tulip
version: 1.1.15
firmware-version:
bus-info: 0000:00:0a.0
[root@localhost ~]#
-------------------

howserss 07-23-2008 07:44 PM

Solution to RealTek 8169 Network driver on Abit-IP35Pro with Fedora 9
 
What it ended up being was, I was using the #2 ethernet port on the motherboard. I plugged in port #1 to the router and Fedora9 configured itself fine using the tulip driver. I have now switched back to 1 connection using only the #1 ethernet port. I guess linux does not even look at the #2 ethernet port unless it is told to. I was using the #2 port because it is the top port on the Motherboard as the drawing below shows. I must have spent 10 hours working on this over the last week. Linux is still definetly hard to configure if things dont work on the initial install.

------
| #2 |
------

------
| #1 |
------


All times are GMT -5. The time now is 02:47 PM.