Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173041 - >=gentoo-sources-2.6.19-r5 - forcedeth driver intermittent connection
Summary: >=gentoo-sources-2.6.19-r5 - forcedeth driver intermittent connection
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL: http://bugzilla.kernel.org/show_bug.c...
Whiteboard: watch-linux-bugzilla
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-01 19:00 UTC by VPN-User
Modified: 2011-06-28 09:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dmesg (dmesg,25.52 KB, text/plain)
2007-04-01 19:01 UTC, VPN-User
Details
lspci (lspci.txt,1.72 KB, text/plain)
2007-04-03 12:22 UTC, VPN-User
Details

Note You need to log in before you can comment on or make changes to this bug.
Description VPN-User 2007-04-01 19:00:24 UTC
Hello,

I experience intermittent connection drops/errors on my ASUS M2N-MX onboard NIC using forcedeth driver with gentoo-sources-2.6.19-r5 (Stable x86).
Comment 1 VPN-User 2007-04-01 19:01:11 UTC
Created attachment 115199 [details]
dmesg

dmesg info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-04-01 19:46:26 UTC
Please try w/ latest vanilla-sources (2.6.20.3) and report back.
Comment 3 VPN-User 2007-04-01 21:26:01 UTC
When trying ~x86 vanilla-sources-2.6.20.3, module-rebuild has problems remerging alsa-driver.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-04-01 21:38:07 UTC
Not much relevant whether module-rebuild has a problem w/ your ALSA, just test the forcedeth driver.
Comment 5 VPN-User 2007-04-02 00:14:39 UTC
Tried it. Problem still there.
Comment 6 Farid 2007-04-03 09:21:45 UTC
I have an Asus K8N mainboard. I've used the forcedeth driver with all kernel versions the last year. No problems here.
2.6.20-gentoo-r4 is what I use now. I am on amd64 though.
Comment 7 VPN-User 2007-04-03 12:22:40 UTC
Created attachment 115352 [details]
lspci
Comment 8 VPN-User 2007-04-03 12:23:19 UTC
Comment on attachment 115352 [details]
lspci

I think my hardware is alot newer. Here is what lspci says:
Comment 9 Daniel Drake (RETIRED) gentoo-dev 2007-04-07 15:32:09 UTC
VPN-User: can you reproduce this on the latest development kernel, currently 2.6.21-rc6?
Comment 10 VPN-User 2007-04-07 17:13:35 UTC
How can I get it? I can' t find an ebuild for this one...
Comment 11 VPN-User 2007-04-11 12:22:57 UTC
I tried git-sources-2.6.21_rc3-r6 (which provides forcedeth v0.60) - Still same problem.

Within Windows OS using nVidia original driver, there is no problem.
Comment 12 VPN-User 2007-04-19 13:31:07 UTC
Bug still there in gentoo-sources-2.6.20-r6 (stable x86)
Comment 13 Daniel Drake (RETIRED) gentoo-dev 2007-04-19 13:58:22 UTC
Are there any previous known working kernels?

Please test the latest development kernel, currently 2.6.21-rc7. See http://www.reactivated.net/weblog/archives/2007/04/using-ketchup-to-quickly-install-kernel-sources for one way to get this version.
Comment 14 VPN-User 2007-04-20 13:29:52 UTC
LOL! I solved it by ENABLING CONFIG_PCI_MSI=y in kernel config.

Whyever, it now works. Still a bug, or not? Because no MSI Interrupt is used:

cat /proc/interrupts
           CPU0       CPU1
  0:     162141       1243   IO-APIC-edge      timer
  1:         29          2   IO-APIC-edge      i8042
  6:          1          4   IO-APIC-edge      floppy
  9:          0          0   IO-APIC-fasteoi   acpi
 12:          0          4   IO-APIC-edge      i8042
 14:       5511         12   IO-APIC-edge      ide0
 16:      73588          5   IO-APIC-fasteoi   libata, eth0
 17:      10037          5   IO-APIC-fasteoi   libata, HDA Intel
 18:      39837          1   IO-APIC-fasteoi   ohci_hcd:usb1, nvidia
 19:          1          1   IO-APIC-fasteoi   ehci_hcd:usb2
 20:        311          1   IO-APIC-fasteoi   eth1
 21:      13290          1   IO-APIC-fasteoi   wifi0
NMI:          0          0
LOC:     163318     163266
ERR:          1
MIS:          0
Comment 15 VPN-User 2007-04-20 13:38:00 UTC
Sorry. I thought I solved it. Still disconnections. But a lot more rarely when not traffic is flowing. When traffic is flowing, it still drops about every few seconds:


Apr 20 15:30:18 [kernel] eth0: link down.
Apr 20 15:30:21 [kernel] eth0: link up.
Apr 20 15:32:32 [kernel] eth0: link down.
Apr 20 15:32:34 [kernel] eth0: link up.
Apr 20 15:32:36 [kernel] eth0: link down.
Apr 20 15:32:39 [kernel] eth0: link up.
Apr 20 15:32:44 [kernel] eth0: link down.
Apr 20 15:32:46 [kernel] eth0: link up.
Apr 20 15:32:55 [kernel] eth0: link down.
Apr 20 15:32:58 [kernel] eth0: link up.
Apr 20 15:36:08 [kernel] eth0: link down.
Apr 20 15:36:11 [kernel] eth0: link up.
Apr 20 15:36:18 [kernel] eth0: link down.
Apr 20 15:36:21 [kernel] eth0: link up.
Apr 20 15:36:21 [kernel] eth0: link down.
Apr 20 15:36:24 [kernel] eth0: link up.
Apr 20 15:37:48 [kernel] eth0: link down.
Apr 20 15:37:51 [kernel] eth0: link up.
Comment 16 Daniel Drake (RETIRED) gentoo-dev 2007-04-25 15:45:20 UTC
Are those results from 2.6.21-rc7?
Comment 17 VPN-User 2007-04-25 18:22:00 UTC
Yes currently it doent matter which kernel is used, it happens with every kernel.

I filed a bug on kernel.org, an nVidia employee has already accepted the bug.
Comment 18 Daniel Drake (RETIRED) gentoo-dev 2007-04-25 20:13:20 UTC
Cool thanks - please post the new bug URL here
Comment 19 VPN-User 2007-04-25 20:19:12 UTC
(In reply to comment #18)
> Cool thanks - please post the new bug URL here
> 

http://bugzilla.kernel.org/show_bug.cgi?id=8354