Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Dell E6500 Wired NIC - Intel 82567 aka e1000e

  1. #1
    Join Date
    Feb 2009
    Beans
    13
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Dell E6500 Wired NIC - Intel 82567 aka e1000e

    I am in need of help badly. I am completly new to linux and I have been unable to get my wired NIC on my laptop to work. I jsut installed Ubuntu 8.1 last weekend and ran all the updates via my wireless. Everything else works perfectly so I am hoping this is an easy fix. I spent two days searching for the anwser but no luck so far. Kernal version is 2.6.27-11. Sudo modprobe e1000e gives this result:

    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee10000
    [ 0.000000] PM: Registered nosave memory: 00000000fee10000 - 00000000ffe60000
    [ 1.816118] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
    [ 1.816120] e1000e: Copyright (c) 1999-2008 Intel Corporation.
    [ 1.816184] e1000e 0000:00:19.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 1.816195] e1000e 0000:00:19.0: setting latency timer to 64
    [ 1.880633] e1000e 0000:00:19.0: PCI INT A disabled
    [ 1.880663] e1000e: probe of 0000:00:19.0 failed with err -5

    Not sure what to do from this point forawrd. I have the patched kernal do no luck getting it ruuning. Also I did check to see if it was in the blacklist but it is not here either.

  2. #2
    Join Date
    Feb 2009
    Beans
    13
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Dell E6500 Wired NIC - Intel 82567 aka e1000e

    bump

  3. #3
    Join Date
    Feb 2009
    Beans
    13
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Dell E6500 Wired NIC - Intel 82567 aka e1000e

    i did a lshw -C network and this is what I got:

    *-network UNCLAIMED
    description: Ethernet controller
    product: 82567LM Gigabit Network Connection
    vendor: Intel Corporation
    physical id: 19
    bus info: pci@0000:00:19.0
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: cap_list
    configuration: latency=0

    What does it mean by network unclaimed?

  4. #4
    Join Date
    Feb 2009
    Beans
    13
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Dell E6500 Wired NIC - Intel 82567 aka e1000e

    Would I have a better chance of getting help if I posted this in the Laptop forum? I am really need to get this working.

  5. #5
    Join Date
    May 2007
    Location
    Netherlands
    Beans
    639
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Dell E6500 Wired NIC - Intel 82567 aka e1000e

    I think ppl just don't know the answer, that is why they haven't replied.
    I have a similar problem of sorts. Neither on my compaq evo n610c or dell lattitude D630 does the NIC function, they both worked fine under 8.04.
    I solved my problem by downloading WICD and installed it. you'll need to remove network-manager first.
    I tried open suse today, and had the same problem. It just might be newe drivers in the kernel for some network cards, or I don't know.
    Open suse was running kde 4.2, and ubuntu was running gnome. It really isn't clear what is causing this.
    Approach life & cooking with reckless abandon.

  6. #6
    Join Date
    Feb 2009
    Beans
    13
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Dell E6500 Wired NIC - Intel 82567 aka e1000e

    Well here is some more info if it helps anyone. I did not want the boot screen to be on, I wanted to see what was going on during boot up and I noticed something. I am getting a statement in between the time the kernels are displayed and all the text begins streaming down the page saying something to the affect that there is a NV Corruption and it coming from the NIC. However its not corrupt because when I put the other hard drive I have in the laptop that has Windows XP on it, the NIC in question works perfectly. Hope the update helps.

  7. #7
    Join Date
    Jan 2009
    Location
    hattiesburg, ms
    Beans
    34
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Dell E6500 Wired NIC - Intel 82567 aka e1000e

    what kernel are you running?

    type this in the term and post the results:
    Code:
    uname -a

  8. #8
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Dell E6500 Wired NIC - Intel 82567 aka e1000e

    This sounds scary!

    https://bugs.launchpad.net/ubuntu/+s...x/+bug/263555/

    If you Google '82567LM ubuntu eeprom', you will read lots of scary stuff. It is evidently fixed in kernel 2.6.27-14, whereas Ubuntu has only progressed to 2.6.27-11.
    However its not corrupt because when I put the other hard drive I have in the laptop that has Windows XP on it, the NIC in question works perfectly.
    What is corrupt in Linux is not necessarily corrupt in Wndows and vice versa.

    If it were me, I would blacklist e1000e and I would save a copy of my eeprom with:
    Code:
    sudo ethtool -e eth0 > savemyeep.txt
    I hope someone else will jump in here with additional insight.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #9
    Join Date
    Feb 2009
    Beans
    13
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Dell E6500 Wired NIC - Intel 82567 aka e1000e

    2.6.27-11-generic. I downloaded Ubuntu two weekends ago and installed it. All updates applied from the update service.

    As a side note I even tried booting with the 2.6.27-7-generic that was listed among the choices of kernals to boot from when you first power up. It did not work either.

  10. #10
    Join Date
    Feb 2009
    Beans
    13
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Dell E6500 Wired NIC - Intel 82567 aka e1000e

    Chili - correct me if I am wrong but all the information I have read, and there is a lot of miss information out there so hopefully we can get it straighted out here, the bug was fixed in mid October of 2008 with kernel 2.6.26-6. Actually anything higher the way I understand and from what I have read.

    So that lead me to the next quest then. How do I install 2.6.27.14 so I can get the NIC in question to work?

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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