100Mb/s full duplex link


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users 100Mb/s full duplex link
# 8  
Old 05-29-2015
Thanks guys! I will try to scavenge a Windows machine and let you know how it went.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

C++/Java full-duplex communication

Hello, here's my situation: I have a C++ server running on a well known machine and a number of Java clients running on other machines (assumed as unknown) on the same LAN. What I want to achieve is full duplex communication between those applications, in order to exchange complex objects and data... (3 Replies)
Discussion started by: demerzel3
3 Replies

2. Solaris

How to find half duplex or full duplex

Hi, How to find whether the server is running with half duplex or full duplex. I tried with the following command ndd -get /dev/ but am not getting any output,. Is the command correct? Also let me know how to change from half to full duplex. (1 Reply)
Discussion started by: rogerben
1 Replies

3. UNIX for Advanced & Expert Users

How to set full duplex for solaris 5.5

I would like to change half duplex to full duplex on solaris 5.5. I tried with below commands but they didnt work on solaris 5.5. #ndd -set /dev/le adv_100fdx_cap 1 (6 Replies)
Discussion started by: csreenivas
6 Replies

4. SuSE

configure full duplex

How do I configure full duplex on suse 8.2 I tried ethtool -s eth0 speed 100 duplex full autoneg off the above works but when I reboot the machine the configure was lost. How do I configure full duplex so that when the machine get rebooted the configuration will stay. My interface... (4 Replies)
Discussion started by: hassan2
4 Replies

5. Solaris

How to force a full duplex

I need to change some Ip addresses for my servers to reflect in the NIS map. I also need to force full duplex on the 10/100 cards & 1/2 duplex in the 10 cards. I can change the IP by doing ifconfig <NIC card > plumb up <newip>. Not quite sure on how to force the full / half duplex & how to... (2 Replies)
Discussion started by: Remi
2 Replies

6. Programming

full -duplex ?

what is meant by full duplex and half duplex? b'coz in differences b\w hub and switch ,i heard lot this duplex word so please help me (1 Reply)
Discussion started by: parvathy
1 Replies

7. UNIX for Dummies Questions & Answers

Full Duplex Howto

Dear Members, I was reading a few posts and saw something about installing two Nics so one could use Full Duplex. I remember back in the day of dial up, you could have two modems and use one for upstream and one for downstream. This was called shotgunning. It seems that you can now do the same... (4 Replies)
Discussion started by: Phobos
4 Replies

8. UNIX for Dummies Questions & Answers

Full duplex at HUB?

Ok at the moment I have a hub whit 5 computers connected to it. It's a 10/100 NetGear hub. Ok I heard that there is some command I can run or a file I edit or something like that. But what the command/file/script/whatever does is tells you what connect speed it's connecting to the hub to. ... (4 Replies)
Discussion started by: merlin
4 Replies

9. UNIX for Dummies Questions & Answers

How to configure Full Duplex and TCP/IP

We are using ZIX 4.3.3 and we need to configure the NIC for ful duplexing and we also need to configure it for a TCP/IP default gateway and DNS server to acccess the Interent. Can you please tell me the commands and procedures for configuring this? Thanks Marc (2 Replies)
Discussion started by: marc3483
2 Replies

10. IP Networking

Problems switching to Full Duplex

We run Compaq UNIX Tru64 5.1. After a switch got replaced our ethernet-card was magically set to half duplex! We saw, that the card was set to Autonegotiate: vmunix: ee1: Autonegotiated, 100 Mbps full duplex So we set the card with ifconfig to 100 Mbps full duplex with the following... (3 Replies)
Discussion started by: arn_ch
3 Replies
Login or Register to Ask a Question
XE(4)							   BSD Kernel Interfaces Manual 						     XE(4)

NAME
xe -- Xircom PCMCIA Ethernet device driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device xe Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_xe_load="YES" DESCRIPTION
The xe driver supports PCMCIA Ethernet adapters based on Xircom CE2- and CE3-class hardware. This includes devices made by Xircom along with various OEM manufacturers. Please note that the xe driver only supports PCMCIA cards and their Ethernet functions. xe does not support the on-board modem device located on some version of the Ethernet/modem combo cards. In particular, Xircom RealPort2 cards are not supported by this driver. The xe driver supports the following media types: autoselect Enable autoselection of media type and options. 10Base2/BNC Select 10Mbps operation on a BNC coaxial connector. 10BaseT/UTP Select 10Mbps operation on a RJ-45 connector. 100BaseTX Select 100Mbps operation. Note that 100BaseTX operation is not available on CE2-class cards, while the 10Base2/BNC mode is only available on CE2-class cards. Full- duplex operation is currently not supported. For more information on configuring network interface devices, see ifconfig(8). HARDWARE
The xe driver supports the following cards: o Xircom CreditCard Ethernet (PS-CE2-10) o Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) o Xircom CreditCard Ethernet + Modem 33 (CEM33) o Xircom CreditCard 10/100 (CE3, CE3B) o Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56) o Xircom RealPort Ethernet 10 (RE10) o Xircom RealPort Ethernet 10/100 (RE100) o Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G) o Accton Fast EtherCard-16 (EN2226) o Compaq Microcom CPQ550 Ethernet/Modem PC Card o Compaq Netelligent 10/100 PC Card (CPQ-10/100) o Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A) o Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 M16B) Other similar devices using the same hardware may also be supported. DIAGNOSTICS
xe%d: Cannot allocate ioport xe%d: Cannot allocate irq A fatal initialization error occurred while attempting to allocate system resources for the card. xe%d: Unable to fix your %s combo card A fatal initialization error occurred while attempting to attach an Ethernet/modem combo card. xe%d: watchdog timeout: resetting card The card failed to generate an interrupt acknowledging a transmitted packet. May indicate a PCMCIA configuration problem. xe%d: no carrier The card has lost all contact with the network; this usually indicates a cable problem. SEE ALSO
pccard(4), ifconfig(8) HISTORY
The xe driver first appeared in FreeBSD 3.3. AUTHORS
The xe device driver was written by Scott Mitchell <rsm@FreeBSD.org>. This manual page was written by Scott Mitchell <rsm@FreeBSD.org>, and Tom Rhodes <trhodes@FreeBSD.org>. BUGS
Supported devices will fail to attach on some machines using the NEWCARD PC Card framework. Automatic media selection is usually unreliable. BSD
July 16, 2005 BSD