On Mon, 2006-03-06 at 13:14 +0200, Ozgur Karatas wrote: > hello, > > ozgur:/lib/modules/2.6.12-1-386/kernel/drivers/net# uname -ar > Linux ozgur 2.6.12-1-386 #1 Tue Sep 27 12:41:08 JST 2005 i686 GNU/Linux > ozgur:/lib/modules/2.6.12-1-386/kernel/drivers/net#ls > 3c501.ko amd8111e.ko dl2k.ko forcedeth.ko ne2.ko > ppp_generic.ko slip.ko tun.ko > 3c503.ko appletalk dummy.ko hamachi.ko ne2k-pci.ko > pppoe.ko smc9194.ko typhoon.ko > 3c505.ko arcnet e1000 hamradio ne3210.ko > pppox.ko smc-mca.ko via-rhine.ko > 3c507.ko at1700.ko e100.ko hp100.ko ne.ko > ppp_synctty.ko smc-ultra32.ko via-velocity.ko > 3c509.ko atp.ko e2100.ko hp.ko netconsole.ko > r8169.ko smc-ultra.ko wan > 3c515.ko b44.ko eepro100.ko hp-plus.ko ni5010.ko > rrunner.ko starfire.ko wd.ko > 3c523.ko bnx2.ko eepro.ko ibmlana.ko ni52.ko > s2io.ko sundance.ko wireless > 3c527.ko bonding eexpress.ko irda ni65.ko > sb1000.ko sungem.ko yellowfin.ko > 3c59x.ko bsd_comp.ko epic100.ko ixgb ns83820.ko > seeq8005.ko sungem_phy.ko znet.ko > 8139cp.ko cs89x0.ko eql.ko lance.ko pcmcia > shaper.ko sunhme.ko > 8139too.ko de600.ko es3210.ko lne390.ko pcnet32.ko > sis900.ko tg3.ko > 82596.ko de620.ko eth16i.ko lp486e.ko plip.ko > sk98lin tlan.ko > 8390.ko defxx.ko ewrk3.ko mii.ko ppp_async.ko skfp > tokenring > ac3200.ko depca.ko fealnx.ko natsemi.ko ppp_deflate.ko > slhc.ko tulip > > > ozgur:/lib/modules/2.6.12-1-386/kernel/drivers/net# mii-tool > eth0: negotiated 100baseTx-FD, link ok > eth1: negotiated 100baseTx-FD, link ok > SIOCGMIIPHY on 'eth2' failed: Operation not supported > ozgur:/lib/modules/2.6.12-1-386/kernel/drivers/net# > > why SIOCGMIIPHY operation not supported?
What kind of card is eth2? What driver is eth2 using? Just listing the modules you've got installed doesn't tell us which module is actually used for eth2. Not all cards support MII, since MII is fairly old and isn't really applicable everywhere. It's not really "standard", just happens to be around on a lot of cards. You would probably get better luck with ethtool, which is the way of the future, and card/media independent. What does this give you? ethtool -i eth2 There's also just 'ethtool eth2' which is probably more what you want. Dan - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
