Results 1 to 5 of 5
I m using Core 2 quad P5N73-AM motherboard. I installed RHEL 5 but I found that when i used
# ifconfig
then only loopback address is shown .
plz solve ...
- 03-03-2009 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 25
network connectivity
I m using Core 2 quad P5N73-AM motherboard. I installed RHEL 5 but I found that when i used
# ifconfig
then only loopback address is shown .
plz solve my problem.
- 03-04-2009 #2
Take a look at system-config-network.
If you don't know how to use it, Google is your friend.
- 03-05-2009 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 25
Actually ethernet card is not working.the output of the following commands are as:-
[root@localhost ~]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1286 errors:0 dropped:0 overruns:0 frame:0
TX packets:1286 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1669756 (1.5 MiB) TX bytes:1669756 (1.5 MiB)
[root@localhost ~]# lspci
00:00.0 Host bridge: nVidia Corporation Unknown device 07c3 (rev a2)
00:00.1 RAM memory: nVidia Corporation Unknown device 07cb (rev a2)
00:01.0 RAM memory: nVidia Corporation Unknown device 07cd (rev a1)
00:01.1 RAM memory: nVidia Corporation Unknown device 07ce (rev a1)
00:01.2 RAM memory: nVidia Corporation Unknown device 07cf (rev a1)
00:01.3 RAM memory: nVidia Corporation Unknown device 07d0 (rev a1)
00:01.4 RAM memory: nVidia Corporation Unknown device 07d1 (rev a1)
00:01.5 RAM memory: nVidia Corporation Unknown device 07d2 (rev a1)
00:01.6 RAM memory: nVidia Corporation Unknown device 07d3 (rev a1)
00:02.0 RAM memory: nVidia Corporation Unknown device 07d6 (rev a1)
00:03.0 ISA bridge: nVidia Corporation Unknown device 07d7 (rev a2)
00:03.1 SMBus: nVidia Corporation Unknown device 07d8 (rev a1)
00:03.2 RAM memory: nVidia Corporation Unknown device 07d9 (rev a1)
00:03.4 RAM memory: nVidia Corporation Unknown device 07c8 (rev a1)
00:04.0 USB Controller: nVidia Corporation Unknown device 07fe (rev a1)
00:04.1 USB Controller: nVidia Corporation Unknown device 056a (rev a1)
00:08.0 IDE interface: nVidia Corporation Unknown device 056c (rev a1)
00:09.0 Audio device: nVidia Corporation Unknown device 07fc (rev a1)
00:0a.0 PCI bridge: nVidia Corporation Unknown device 056d (rev a1)
00:0b.0 PCI bridge: nVidia Corporation Unknown device 056e (rev a1)
00:0c.0 PCI bridge: nVidia Corporation Unknown device 056f (rev a1)
00:0d.0 PCI bridge: nVidia Corporation Unknown device 056f (rev a1)
00:0e.0 IDE interface: nVidia Corporation Unknown device 07f0 (rev a2)
00:0f.0 Ethernet controller: nVidia Corporation Unknown device 07dc (rev a2)
00:10.0 VGA compatible controller: nVidia Corporation Unknown device 07e3 (rev a2)
[root@localhost ~]# service network restart
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
- 03-07-2009 #4
- 03-07-2009 #5
This is the major drawback to using RHEL, hardware support. You can get it to correcly identify your hardware by using an updated pci.ids file.
The PCI ID Repository
You can locate the original with this command.
I would save the original as a back up, just in case.Code:locate pci.ids
This won't make your network card work, it will just make it easier to identify the correct driver for it. You would still need the driver from the manufacturer's web site.Paul
Please do not send Private Messages to me with requests for help. I will not reply.


Reply With Quote
