Bug 468135
| Summary: | Kernel (r8169) Driver Bug | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Gückel <pgueckel> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | cebbert, kernel-maint, mschmidt, quintela |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-10-24 06:49:21 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Peter Gückel
2008-10-23 03:44:16 UTC
I'm seeing the same problem on my laptop with a RTL8101e. I strongly suspect this change is to blame, because vanilla 2.6.27 works fine for me: * Út říj 21 2008 Chuck Ebbert <cebbert> 2.6.27.3-32.rc1 - Update r8169 network driver to what is upstream for 2.6.28. I have applied two commits from jgarzik's upstream-fixes branch to r8169.c and verified they fixed the problem for me: cd926c7330ae76b620853533e68654a1ef0c2347 r8169: verbose mac address init e1564ec938b759268d6e67f24b5d6f429da4a5a9 r8169: checks against wrong mac addresse init Now I'm getting in dmesg: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded r8169 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 r8169 0000:08:00.0: setting latency timer to 64 r8169 0000:08:00.0: no MSI. Back to INTx. r8169 0000:08:00.0: Missing EEPROM signature: 00000000 eth0: RTL8101e at 0xffffc20000376000, 00:a0:d1:85:85:cd, XID 34200000 IRQ 17 ... which is fine. Previously the MAC address was all zeros. Please apply these two fixes to the F10 kernel or revert the r8169 update. Michal The new kernel-2.6.27.3-39.fc10.i686 is also affected. From the changelog: * Thu Oct 23 2008 Jarod Wilson <jarod> 2.6.27.3-42 - Disable r8169 2.6.28 update patch, causes much bustification I verified kernel-2.6.27.3-44.fc10 from Koji works fine again. |