Date: Wed, 05 Dec 2018 09:30:22 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 233771] Intel x553 100baseTX full-duplex mode not supported Message-ID: <bug-233771-7501-iZRn6lXV2R@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233771-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-233771-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233771 --- Comment #7 from J=C3=A9r=C3=B4me-Charles LALLEMAND <jeromecharles.lalle= mand@gmail.com> --- The X553 is 1G/100M/10M (not 10G). If I plug the interface on a Cisco inter= face 10/100 with speed auto duplex auto it works and negociate 100-Full. But in my configuration the switch interface is forced in 100-Full and it d= oes not work. On my server: sysctl dev.ix.0.advertise_speed dev.ix.0.advertise_speed: 11 sysctl -d dev.ix.0.advertise_speed dev.ix.0.advertise_speed:=20 Control advertised link speed using these flags: 0x1 - advertise 100M 0x2 - advertise 1G 0x4 - advertise 10G 0x8 - advertise 10M 100M and 10M are only supported on certain adapters. sysctl dev.ix.0.advertise_speed=3D0x1 dev.ix.0.advertise_speed: 11 -> 1 It does not work either. I'm guessing, the duplex is still auto-neg on the = ix0. Any idea to force the speed AND the duplex on this interface ? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233771-7501-iZRn6lXV2R>