Hi all,
Is there a way that i could get which module registered which ethX
interface, from userspace? I would really like to see it.
Thanks.
--
Balazs Pozsar.
> > Is there a way that i could get which module registered which ethX
> > interface, from userspace? I would really like to see it.
>
> grep eth0 /var/log/messages | tail -1
> ?
Well, err... First i dont want to rely on syslog, secondly it is _not_
reliably for this case because every module sends different kind of output
to the syslog, and a bunch of them don't even tell the name of itself (for
example 3c59x).
--
Pozsar Balazs wrote:
>
> Hi all,
>
> Is there a way that i could get which module registered which ethX
> interface, from userspace? I would really like to see it.
>
ethtool -i eth0