|
|
NIC / Ethernet / Lan card installation issue in linux fedora - Linux
|
Views : 645
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Hi,
I faced an issue with NIC installation and finally we resolved it by installing realtek 8169 driver in Linux Fedora 6.
The GUI network configuration tool does not detect the NIC and i also get eth0 FAILED error, when the system boot's.
To check Modules found in the kernal or not use fillowing commands::
1.) insmod <module name>
2.) modproble <module name>
To find in library module as follows
cd /lib/modules/2.6.9-5.EL/kernel/drivers/net/
here i was able to find that the default driver file installed was real1839.ko, which was not supported.
Finally the problem was resolved by reinstalling the driver:
Download the driver,
remove the old file,
install the new one.
|
|
By RameshKumar, On - 2007-12-06 |
|
|
|