Re: Net: e1000 driver: TX Hang message




If this bug is still present in 2.6.15 could you please create a report
(against 2.6.15) at bugzilla.kenrel.org?

Thanks.

"Gerrit Visser" <g.visser@xxxxxxxxxxxxxxxx> wrote:
>
> Hi,
>
> I've got a DELL precision 670 that has an Intel Gigabit Ethernet onboard
> NIC (82545GM chipset). It receives packets but keeps on giving "Tx hang"
> messages and doesn't send any packets.
>
> Both standard Redhat WS4 (kernel 2.6.9) and kernel 2.6.13.2 did the
> same.
>
> To fix it, I've changed the following in the file e1000_hw.c:
>
> case E1000_DEV_ID_82545GM_COPPER:
> case E1000_DEV_ID_82545GM_FIBER:
> case E1000_DEV_ID_82545GM_SERDES:
> hw->mac_type = e1000_82545_rev_3;
> break;
>
> to
>
> case E1000_DEV_ID_82545GM_COPPER:
> case E1000_DEV_ID_82545GM_FIBER:
> case E1000_DEV_ID_82545GM_SERDES:
> hw->mac_type = e1000_82545;
> break;
>
> (ie. removed the "_rev_3")
>
> I'm not certain whether it's necessary to change this for copper, fiber
> and serdes. Mine is a copper (pci id 1026).
>
> This worked for the Linux e1000 driver from Intel's website, but exactly
> the same piece of code is in the 2.6.13.2 kernel's e1000 driver.
>
> Best regards,
> Gerrit
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: [PATCH] RTC: Add mmap method to rtc character driver
    ... driver was there, and its infrastructure lent itself rather easily toward adding ... open that driver and send it a UIE or PIE ioctl, it will start ticking ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: MODULE_LICENSE usage
    ... GPL, so that others are free to distribute and modify the driver. ... After asking the FSF for advice and working through their FAQ, ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
    (Linux-Kernel)
  • Re: [RFC PATCH] move drm to pci_request_irq
    ... Actually, this is the exit path, I felt like it could be safer if it was ... should probably be done in each driver. ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: [ALSA] 2.6.21 loading of module snd_ymfpci takes 2 minutes
    ... Santiago Garcia Mantinan wrote: ... driver I decided to replace the ymfpci_main.c from 2.6.21 with the one from ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: Kernel hard_start_xmit performance vs SOCK_RAW performance
    ... (essentially as fast as hard-start-transmit() ... my goal is to generate packets with certain *content* in them. ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)