Re: Switching between half-duplex and full duplex



Rudolf Cejka wrote:
Pang wrote (2007/06/03):
I have just installed FreeBSD and found that the nic em0 is set to half-duplex only. Could anyone tell me how I can switch it to full-duplex?
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=b<RXCSUM,TXCSUM,VLAN_MTU>
inet 172.16.0.2 netmask 0xfffffffc broadcast 172.16.0.1
ether XX:XX:XX:XX:XX:XX
media: Ethernet autoselect (10baseT/UTP <half-duplex>)
status: active

Hello, so I was right? ;o) I assume, that you have more capable device
on the other side, atleast 100 Mb/s full-duplex. In that case, you should
check, what connection type is "seen" on the other side (switches with
management!). Then you can check auto-negotiation settings on the other
side, try to change ethernet cable - it would be faulty and auto-neg would
not work correctly, then look, which chipset do you have - the driver would
not work with too new chips, I have here some ICH8 machines, which do work
just 100 Mb/s instead of 1 Gb/s (I expect that -current should work now).

Regards.

PS: Another very good command is ifconfig -m em0, where you can see all
allowed media/mediaopt combinations.


Hello,
The auto-negotiation doesn't work properly. (it goes to half-duplex automatically). But, it works when I switched it back full-duplex manually.
However, the switch doesn't seem to support 100baseTX or better.
Thanks
Pang
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Checking Duplex mode?
    ... Is there any way to check my NIC's duplex mode (Full-Duplex or Half-Duplex) from Windows. ... the lights on the switch just show a live connection and not necessarily the speed or duplex mode. ...
    (microsoft.public.windowsxp.network_web)
  • SUMMARY #2 scp problems between Sun and Dec Alpha
    ... The switch is what I would consider a home/small-office switch - there ... is no ability to set auto/half/full duplex, ... full-duplex with the switch, but is unreliable. ... not identical to the Dec DE600 network card, ...
    (Tru64-UNIX-Managers)
  • Re: FreeBSD-6.1/amd64 bge(4) driver performance problems
    ... Vladimir Terziev wrote: ... switch and the Broadcom NIC leaded to 100mbit, half-duplex. ... why i forced the Broadcom NIC to 100mbit, full-duplex. ...
    (freebsd-hackers)
  • Re: Switching between half-duplex and full duplex
    ... Could anyone tell me how I can switch it to full-duplex? ... Brno University of Technology, Faculty of Information Technology ...
    (freebsd-questions)
  • Switching between half-duplex and full duplex
    ... I have just installed FreeBSD and found that the nic em0 is set to half-duplex only. ... Could anyone tell me how I can switch it to full-duplex? ...
    (freebsd-questions)