Sponsored Content
Full Discussion: 100Mb/s full duplex link
Top Forums UNIX for Advanced & Expert Users 100Mb/s full duplex link Post 302945435 by jamie_123 on Friday 29th of May 2015 10:32:10 AM
Old 05-29-2015
Hi,

Thanks for the response. I must have said that I am running Linux on both the machines. I tried to set rates using ethtool, which did not work.

Thanks.
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
PCNET_CS(4)						     Kernel Interfaces Manual						       PCNET_CS(4)

NAME
pcnet_cs - generic NS8390-based PCMCIA Ethernet Driver SYNOPSIS
insmod pcnet_cs.o [pc_debug=n] [irq_list=i,j,...] [if_port=n] [full_duplex=n] [use_big_buf=n] [use_shmem=n] [mem_speed=n] [delay_output=n] [delay_time=n] [hw_addr=n,n,n,n,n,n] DESCRIPTION
Pcnet_cs is a driver for all NS8390-based PCMCIA ethernet cards. It can use either polled IO or a shared memory window to exchange data with the card. The driver first tests for a shared memory buffer, falling back on polled IO if the memory test fails. When this driver is bound to a card, it allocates the next available ethernet device (eth0..eth#). This device name will be reported in the kernel log file, and passed on to cardmgr(8). PARAMETERS
pc_debug=n Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero value enables debugging. irq_list=i,j,... Specifies the set of interrupts that may be allocated by this driver. if_port=n Selects the transceiver type, for Socket EA and IBM CCAE cards. 1 is 10baseT (twisted pair), and 2 is 10base2 (BNC, or thin net). The default is 1 (10baseT). full_duplex=n For DL10022 based cards where pcnet_cs can't find the MII interface, this option permits manual control of the duplex setting. 1 is full duplex, and 0 is half duplex; the default is 0. use_big_buf=n For Socket EA cards, a flag indicating if the driver should use the large (64K) packet buffer. The default is 1 (true). use_shmem=n Selects shared memory versus polled IO mode for packet transfers. The default is -1, meaning to use the card's CIS information to decide. mem_speed=n Sets the access speed of the shared memory window, in nanoseconds. The default is 0 (i.e., no extra wait states). Values of up to 1000 are legal. delay_output=n Specifies that a delay should be inserted after a polled IO block output. This is turned on by default for Accton and Socket EA cards. delay_time=n Specifies the length of the delay_output delay, in microseconds. The default is 4. hw_addr=n,n,n,n,n,n For cards whose hardware ethernet addresses can't be identified by the current driver, this is a hack for hardwiring a specific address. The argument should consist of exactly six byte-sized numbers, separated by commas, with no spaces. Numbers may be in decimal or hex ('0xNN'). DIAGNOSTICS
pcnet_cs: this is an AX88190 card! Indicates that this card is based on the Asix AX88190 chipset, which requires the axnet_cs driver. eth#: interrupt(s) dropped! Indicates that the driver did not receive an interrupt notification for some reason. The driver will poll the card (with a signifi- cant performance penalty) if the problem persists. The most likely cause is an interrupt conflict and/or host bridge configuration problem. eth#: MII is missing! Indicates that the driver expects this card to have a ``Media Independent Interface'' for link speed and duplex selection, but could not find it. AUTHOR
David Hinds - dahinds@users.sourceforge.net SEE ALSO
cardmgr(8), pcmcia(5). pcmcia-cs 2001/11/04 22:57:46 PCNET_CS(4)
All times are GMT -4. The time now is 04:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy