top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Procedure for changing ethernet controllers on fedora system

0 votes
333 views

I have an fc17 system in which I've had to change the ethernet controller from an e1000e card to what I believe is an rtl81391`2. I recall changing the 70-persistent-net udev config file, but that appears to no longer exist on my fc17 system.

What is the proper procedure for detecting, initializing, and reconfiguring the system to use my new card?

I believe I'll also had to use dracut to recreate the initrd. I will also need to detect for sure which driver the new ethernet controller uses.

posted Jun 30, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

You need to get the MAC address for the new card and replace the old
card's MAC address value in /etc/sysconfig/network-scripts/ifcfg-.
Specifically, edit the 'HWADDR="..."' line. You can do this without
rebooting, but it's probably easiest to just do this;

  1. Boot the system with the new NIC
  2. Run 'ifconfig -a', the new NIC will appear despite not being
    configured. Copy it's MAC address.
  3. Edit the old card's config file and change the HWADDR value to the
    new NIC.
  4. reboot.
answer Jun 30, 2013 by anonymous
Recently, my onboard NIC failed. Before installing the new NIC, I  edited that file and removed the HWADDR= line. When I brought the system up with the new card, it found, installed and configured the card  without any intervention and It Just Worked. In fact there's no such line in the file, even now. (I just checked.) YMMV, of course, but I'd suggest trying this first, as it's the easiest way.
Similar Questions
0 votes

I'm facing some trouble setting up a 13.04 server (amd64) which I want to use Ethernet bonding and NFS mounted volumes.

I've read the ubuntu tutorial about Ethernet bonding but seems the machine try to mount NFS volumes BEFORE the network comes up , the result is the volumes are not mounted at boot up.

Please help.

+1 vote

I am using VirtualBox with Ubuntu version 14 installed in it. I have created 4 virualbox ports vboxnet0,1,2,3.

I would like to add 2 new ethernet ports in Ubuntu to assign each ethernet port to a vboxnet , I am already having eth0 and eth1, I would like to add 2 more ethernet ports, please help?

0 votes

There are two connection, ethernet and WiFi. Ethernet has higher priority than wifi, so connectivity service tears down the lower priority connection. The result is in wifi setting UI, the wifi shows "on", but no APs can be shown and mirracast also can not be used, as both wifi and p2p interface are disabled.

Are there some ways to keep both ethernet and wifi connection?

...