How to configure ethernet {Lan card} drivers in Red Hat Enterprise Linux 6


*****************************************************************************

1.some times when we install RHEL6 os ethernet drivers are not configure, so we can't see ethernet device when we execute this command.


[root@PC ~]# system-config-network-tui


2.Now to configure ethernet drivers follow these steps.


3.open this file.


[root@PC ~]# vi /etc/modprobe.d/dist.conf


4.Add this alias in dist.conf file.


alias eth0 r8169           [this alias is for realtek network driver]


5.Now save & exit from file.


6.At the end reboot your system.


7.After that U can see ethernet device when we execute this command.


[root@PC ~]# system-config-network-tui



*****************************************************************************


0 comments:

Post a Comment

Note: only a member of this blog may post a comment.