1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Sudden problems with r8169 NICs ?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Sudden%20problems%20with%20r8169%20NICs%20%3F&In-Reply-To=%3C4D8A6860.4090603%40roadrunner.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="003539.html">
<LINK REL="Next" HREF="003552.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Sudden problems with r8169 NICs ?</H1>
<B>Frank Griffin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Sudden%20problems%20with%20r8169%20NICs%20%3F&In-Reply-To=%3C4D8A6860.4090603%40roadrunner.com%3E"
TITLE="[Mageia-dev] Sudden problems with r8169 NICs ?">ftg at roadrunner.com
</A><BR>
<I>Wed Mar 23 22:38:40 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="003539.html">[Mageia-dev] [75995] created old log directory for drakwizard
</A></li>
<LI>Next message: <A HREF="003552.html">[Mageia-dev] A regularly synchronized instance of mageia-app-db
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3548">[ date ]</a>
<a href="thread.html#3548">[ thread ]</a>
<a href="subject.html#3548">[ subject ]</a>
<a href="author.html#3548">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>I updated cauldron this morning, and later rebooted my desktop. My
r8169 on eth0 is suddenly having problems, maybe due to the new kernel.
The chipset is an r8169 variant:
Mar 23 15:58:23 localhost kernel: r8169 Gigabit Ethernet driver
2.3LK-NAPI loaded
Mar 23 15:58:23 localhost kernel: r8169 0000:02:00.0: PCI INT A -> GSI
19 (level, low) -> IRQ 19
Mar 23 15:58:23 localhost kernel: r8169 0000:02:00.0: setting latency
timer to 64
Mar 23 15:58:23 localhost kernel: r8169 0000:02:00.0: irq 41 for MSI/MSI-X
Mar 23 15:58:23 localhost kernel: r8169 0000:02:00.0: eth0:
RTL8168d/8111d at 0xffffc900117fc000, 00:30:67:2f:0a:fc, XID 083000c0 IRQ 41
but it's been known for a year or more that this variant needs firmware,
and it's already installed:
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at ftgme2</A> rtl_nic]# pwd
/lib/firmware/rtl_nic
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at ftgme2</A> rtl_nic]# ls
rtl8168d-1.fw rtl8168d-2.fw
and this chip has been working under mageia from the beginning. Now I get:
Mar 23 14:14:27 localhost draknetcenter[4777]: running: /sbin/ifup eth0
daemon
Mar 23 14:14:27 localhost ifplugd(eth0)[5027]: ifplugd 0.28 initializing.
Mar 23 14:14:27 localhost kernel: r8169 0000:02:00.0: eth0: unable to
apply firmware patch
Mar 23 14:14:27 localhost kernel: r8169 0000:02:00.0: eth0: link down
Mar 23 14:14:27 localhost kernel: r8169 0000:02:00.0: eth0: link down
Mar 23 14:14:27 localhost ifplugd(eth0)[5027]: Using interface
eth0/00:30:67:2F:0A:FC with driver <r8169> (version: 2.3LK-NAPI)
Mar 23 14:14:27 localhost kernel: ADDRCONF(NETDEV_UP): eth0: link is not
ready
Mar 23 14:14:27 localhost ifplugd(eth0)[5027]: Using detection mode:
SIOCETHTOOL
Mar 23 14:14:27 localhost ifplugd(eth0)[5027]: Initialization complete,
link beat not detected.
What changed ? Previously, I would get:
Mar 19 14:09:47 localhost kernel: r8169 Gigabit Ethernet driver
2.3LK-NAPI loaded
Mar 19 14:09:47 localhost kernel: r8169 0000:02:00.0: PCI INT A -> GSI
19 (level, low) -> IRQ 19
Mar 19 14:09:47 localhost kernel: r8169 0000:02:00.0: setting latency
timer to 64
Mar 19 14:09:47 localhost kernel: r8169 0000:02:00.0: irq 40 for MSI/MSI-X
Mar 19 14:09:47 localhost kernel: r8169 0000:02:00.0: eth0:
RTL8168d/8111d at 0xffffc9001179c000, 00:30:67:2f:0a:fc, XID 083000c0 IRQ 40
Mar 19 14:09:48 localhost ifplugd(eth0)[1770]: ifplugd 0.28 initializing.
Mar 19 14:09:48 localhost kernel: r8169 0000:02:00.0: eth0: link up
Mar 19 14:09:48 localhost kernel: r8169 0000:02:00.0: eth0: link up
Mar 19 14:09:48 localhost ifplugd(eth0)[1770]: Using interface
eth0/00:30:67:2F:0A:FC with driver <r8169> (version: 2.3LK-NAPI)
Mar 19 14:09:48 localhost ifplugd(eth0)[1770]: Using detection mode:
SIOCETHTOOL
Mar 19 14:09:48 localhost ifplugd(eth0)[1770]: Initialization complete,
link beat detected.
Mar 19 14:09:48 localhost ifplugd(eth0)[1770]: Executing
'/etc/ifplugd/ifplugd.action eth0 up'.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003539.html">[Mageia-dev] [75995] created old log directory for drakwizard
</A></li>
<LI>Next message: <A HREF="003552.html">[Mageia-dev] A regularly synchronized instance of mageia-app-db
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3548">[ date ]</a>
<a href="thread.html#3548">[ thread ]</a>
<a href="subject.html#3548">[ subject ]</a>
<a href="author.html#3548">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|