NetworkManager: starting...
NetworkManager: eth0: Driver support level is fully-supported
NetworkManager: SIOCGMIIPHY on eth0 failed: Bad address
NetworkManager: nm_device_new(): waiting for device's worker thread to start.
NetworkManager: nm_device_new(): device's worker thread started, continuing.
NetworkManager: Adding device 'eth0' (wired) to our list.
And then it just sits there and does nothing until I get annoyed and press Ctrl-C. If we have an MII-less link, then we need another way to be able to determine whether it's alive. One option that comes to mind is opening up a raw socket and listening for incoming ethernet frames - if we see one, then the interface is alive..
Unless anyone has any better ideas, I'm going to have a go at this probably over this weekend.
Tom -- [EMAIL PROTECTED] - http://tevp.net Illegitimus non carborundum _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
