How to read status from Ethernet interface
Posted: Wed Jul 22, 2015 6:24 pm
I know how to read the speed, but how do I check duplex and negotiation on an ethernet interface? In first hand for the Sam440ep-Flex machine.
Support Forum
https://forum.hyperion-entertainment.com/
https://forum.hyperion-entertainment.com/viewtopic.php?t=3096
I just did 20 seconds before reading your message.ssolie wrote:Try looking here:
http://wiki.amigaos.net/wiki/SANA-II_Revision_7
If you still can't find anything we'll need to bother Olaf (Roadshow) to find out what he did.
Okay, thanks. You may see it as a feature request then.Cyborg wrote:All this - Duplex and AutoNeg - is done at driver level. The TCP/IP stack and also no other software has any idea about this. There is also no way to get that information from the driver, at least not an officially defined way, so if a driver provides this, it is a private extension to that specific driver.
Ah good. We do need more people to help work on the SANA-II standard. Welcome aboard!duga wrote:Okay, thanks. You may see it as a feature request then.Cyborg wrote:All this - Duplex and AutoNeg - is done at driver level. The TCP/IP stack and also no other software has any idea about this. There is also no way to get that information from the driver, at least not an officially defined way, so if a driver provides this, it is a private extension to that specific driver.