Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Take a look at system-config-network.
    If you don't know how to use it, Google is your friend.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  3. #3
    Just 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 ]

  4. #4
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Quote Originally Posted by bhaskar007 View Post
    Actually ethernet card is not working.the output of the following commands are as:-

    00:0f.0 Ethernet controller: nVidia Corporation Unknown device 07dc (rev a2)
    It is detected so it most likely is working, just not functioning because the driver isn't loaded.
    Goto nVidia site and download the driver and install it.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  5. #5
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    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.
    Code:
    locate pci.ids
    I would save the original as a back up, just in case.

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...