Bugzilla – Bug 10971
no way of querying for physical status of eth0
Last modified: 2009-09-08 09:29:01 UTC
I'd like to be able to write a jive.net.Networking method to query for whether the physical eth0 link is up, and currently Fab4 has no information available through proc/ or any command-line tool. Brandon and Tom both suggested considering compiling in ethtool. That might give the added benefit of being able to get some additional information on the ethernet link. Altnerative would be a small C program to get hard link status.
This is already done, Networking:t_wpaStatus() will report the ethernet link status. It is used by the Ethernet status screen.
*** Bug 11201 has been marked as a duplicate of this bug. ***