Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Hardware Troubleshooting in Linux => Other Devices => Topic started by: Arora on January 14, 2005, 10:01:55 AM

Title: Network card Installation problem
Post by: Arora on January 14, 2005, 10:01:55 AM
Hi team,

I have intel original 865 chipset based system. When i install linux it does'nt detect network card. If windows xp is installed on the same hardware it shows "Intel(R) Pro/1000 CT Network Connection" as network adapter. I have downloaded driver for linux but it didn't work. PLEASE HELP ME.
Title: Network card Installation problem
Post by: Ricky on January 14, 2005, 10:25:33 AM
if you can post output of
Code: [Select]
cat /proc/pci then i can tell you that is it driver problem or other !
Title: Network card problem ( Code )
Post by: Arora on January 14, 2005, 12:03:30 PM
PCI devices found:
  Bus  0, device   0, function  0:
    Host bridge: PCI device 8086:2570 (Intel Corp.) (rev 2).
      Prefetchable 32 bit memory at 0xfe800000 [0xfebfffff].
  Bus  0, device   2, function  0:
    VGA compatible controller: PCI device 8086:2572 (Intel Corp.) (rev 2).
      IRQ 16.
      Prefetchable 32 bit memory at 0xf0000000 [0xf7ffffff].
      Non-prefetchable 32 bit memory at 0xfe780000 [0xfe7fffff].
      I/O at 0xefe0 [0xefe7].
  Bus  0, device   3, function  0:
    PCI bridge: PCI device 8086:2573 (Intel Corp.) (rev 2).
      Master Capable.  Latency=64.  Min Gnt=2.
  Bus  0, device  29, function  0:
    USB Controller: PCI device 8086:24d2 (Intel Corp.) (rev 2).
      IRQ 16.
      I/O at 0xef00 [0xef1f].
  Bus  0, device  29, function  1:
    USB Controller: PCI device 8086:24d4 (Intel Corp.) (rev 2).
      IRQ 19.
      I/O at 0xef20 [0xef3f].
  Bus  0, device  29, function  2:
    USB Controller: PCI device 8086:24d7 (Intel Corp.) (rev 2).
      IRQ 18.
      I/O at 0xef40 [0xef5f].
  Bus  0, device  29, function  3:
    USB Controller: PCI device 8086:24de (Intel Corp.) (rev 2).
      IRQ 16.
      I/O at 0xef80 [0xef9f].
  Bus  0, device  29, function  7:
    USB Controller: PCI device 8086:24dd (Intel Corp.) (rev 2).
      IRQ 23.
      Non-prefetchable 32 bit memory at 0xfe77bc00 [0xfe77bfff].
  Bus  0, device  30, function  0:
    PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev 194).
      Master Capable.  No bursts.  Min Gnt=2.
  Bus  0, device  31, function  0:
    ISA bridge: PCI device 8086:24d0 (Intel Corp.) (rev 2).
  Bus  0, device  31, function  1:
    IDE interface: PCI device 8086:24db (Intel Corp.) (rev 2).
      IRQ 18.
      I/O at 0xfc00 [0xfc0f].
      Non-prefetchable 32 bit memory at 0x10000000 [0x100003ff].
  Bus  0, device  31, function  3:
    SMBus: PCI device 8086:24d3 (Intel Corp.) (rev 2).
      IRQ 17.
      I/O at 0x400 [0x41f].
  Bus  0, device  31, function  5:
    Multimedia audio controller: PCI device 8086:24d5 (Intel Corp.) (rev 2).
      IRQ 17.
      I/O at 0xe800 [0xe8ff].
      I/O at 0xee80 [0xeebf].
      Non-prefetchable 32 bit memory at 0xfe77b800 [0xfe77b9ff].
      Non-prefetchable 32 bit memory at 0xfe77b400 [0xfe77b4ff].
  Bus  1, device   1, function  0:
    Ethernet controller: PCI device 8086:1019 (Intel Corp.) (rev 0).
      IRQ 18.
      Master Capable.  No bursts.  Min Gnt=255.
      Non-prefetchable 32 bit memory at 0xfe5e0000 [0xfe5fffff].
      I/O at 0xdf80 [0xdf9f].
Title: Network card Installation problem
Post by: Ricky on January 15, 2005, 09:35:55 AM
your card has been detected by OS, and I think you are not able to configure it !

How you know it is not detected ?
Title: Network card Installation problem
Post by: Arora on January 17, 2005, 10:13:12 AM
I have downloaded this card drivers from internet e1000-4.3.15.tar.gz  & extracted  it with command
#tar -xvzf e1000-4.3.15.tar.gz
after that
#cd e1000-4.3.15
#make
#make install
till this pt it works but after that when i tried to install modules by giving command:
#insmod e1000
It gives error like this
/usr/lib/kernel/e1000.o no such file & directory
Title: Network card Installation problem
Post by: Ricky on January 17, 2005, 10:31:56 AM
so your driver is not installed yet ! you can also try RPM http://rpmfind.net/linux/RPM/PLD/dists/ra/updates/security/i386/kernel-net-e1000-4.3.15-4@2.2.25_2.i386.html

I think you can copy the modules manually to the module directory if they are created locally on that directory by make install
Title: Network card Installation problem
Post by: Arora on January 18, 2005, 04:04:29 AM
At last problem was solved, what i downloaded from net was the file "e1000-4.3.15.tar.gz" and was not working and then I tried to find the Motherboard drivers cd . The CD contains a file   "e1000-5..0.43.tar.gz" and I was able to successfully install it . It works now.