[Gllug] whereami.deb
Dave Jones
davej at suse.de
Sun May 26 20:01:59 UTC 2002
On Sun, May 26, 2002 at 08:34:26PM +0100, Stig Brautaset wrote:
> * Dave Jones <davej at suse.de> spake thus:
> > On Sun, May 26, 2002 at 08:06:37PM +0100, Stig Brautaset wrote:
> > > If I run mii-tool alone, I only get this:
> > > SIOCGMIIPHY on 'eth0' failed: Operation not supported
> > > no MII interfaces found
> >
> > Looks like your network driver doesn't support the MII ioctls.
> > Upgrading to a more recent kernel might help. What NIC is this ?
>
> It is a Xircom Combo (Cardbus) 10/100 CBEM56G-100, and I'm running
> 2.4.18 with the xircom_cb module.
grepping xircom drivers in 2.4.19pre8 yeilded this in xircom_tulip_cb.c
case SIOCGMIIPHY: /* Get address of MII PHY in use. */
So it's added there at least..
Seems there are two xircom drivers these days, so maybe trying the
alternative driver will work ?
Failing that, if you feel adventurous, adding the ioctl support to the other
driver shouldn't be too much work. In fact most of it should be cut-n-pastable.
Dave.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
--
Gllug mailing list - Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug
More information about the GLLUG
mailing list