Hello,

Dan Williams has updated src/nm-device-802-3-ethernet.c in revision 1.16
with:


diff -u -r1.15 -r1.16
--- src/nm-device-802-3-ethernet.c      6 Mar 2006 01:10:58 -0000
1.15
+++ src/nm-device-802-3-ethernet.c      13 May 2006 19:03:49 -0000
1.16
@@ -288,8 +288,7 @@
        if (supports_ethtool_carrier_detect (self) ||
supports_mii_carrier_detect (self))
                caps |= NM_DEVICE_CAP_CARRIER_DETECT;

-       if (caps)
-               caps |= NM_DEVICE_CAP_NM_SUPPORTED;
+       caps |= NM_DEVICE_CAP_NM_SUPPORTED;

        return caps;
 }

My problem came for the test:
if (supports_ethtool_carrier_detect (self) ||
supports_mii_carrier_detect (self))

because my network card do not support carrier detection, the test "if
(caps)" fails...


I already removed this line in NM on my computer and it worked. So,
please can you take a look at this?



Thanks,
Laurent.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to