RE: ethernet phy link state info

2001-04-09 Thread Ofer Fryman
You need to use diagnostic or setup utility of that specific device, the utility usually comes with the specific driver using the driver to receive info about mii registers (the registers in charge of full/half 10/100 etc'). you can find many drivers and diagnostic utilities at http://www.scyld.c

Re: ethernet phy link state info

2001-04-06 Thread Jeff Garzik
Johan Adolfsson wrote: > I don't have an answer but a related question: > Is there any "standard ioctl" to force an interface > to a certain link state, eg. auto, 10Mbs, 100Mbps, > half/full duplex etc.? /sbin/mii-tool should do this on most network cards. -- Jeff Garzik | Sam: "Mind if I

Re: ethernet phy link state info

2001-04-06 Thread Jeff Garzik
Bernhard Bender wrote: > where do I find information about the current link state of the ethernet PHY > (e.g. 100mbit/s full duplex) ? > Something like /proc/sys/net/* ? /sbin/mii-tool -- Jeff Garzik | Sam: "Mind if I drive?" Building 1024 | Max: "Not if you don't mind me clawing at t

Re: ethernet phy link state info

2001-04-06 Thread Mathieu Chouquet-Stringer
Try http://www.scyld.com/diag/ [EMAIL PROTECTED] ("Johan Adolfsson") writes: > I don't have an answer but a related question: > Is there any "standard ioctl" to force an interface > to a certain link state, eg. auto, 10Mbs, 100Mbps, > half/full duplex etc.? > > If not, can we create a standard

Re: ethernet phy link state info

2001-04-06 Thread Johan Adolfsson
I don't have an answer but a related question: Is there any "standard ioctl" to force an interface to a certain link state, eg. auto, 10Mbs, 100Mbps, half/full duplex etc.? If not, can we create a standard ioctl mechanism for it? /Johan - Original Message - From: Bernhard Bender <[EMAIL