Subject: Pb setting media type on an AsanteFast 10/100 nubus card.
To: None <port-mac68k@netbsd.org>
From: Auguste Baldessin <auguste@mac.com>
List: port-mac68k
Date: 06/24/2001 10:37:02
Hello,

I'm having some trouble setting the media type on my AsanteFast 
10/100 nubus ethernet card.

#ifconfig sm0
sm0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       media: Ethernet none (none)
       inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255
       inet6 fe80::200:94ff:fe77:daa9%sm0 prefixlen 64 scopeid 0x2


When i try to set it to 10baseT this is what happens:

# ifconfig media 10baseT sm0
ifconfig: SIOCGIFFLAGS media: Device not configured

This is what i get at startup :

sm0 at nubus0 slot d: AsanteFAST 10/100 NB\^A
sm0: SMC91C100, revision 0, buffer size: 128 KB
sm0: MAC address 00:00:94:77:da:a9, default media MII

Does anyone have an idea ?
My guess was that the problem comes from the media type, but i might 
be wrong...

Thank you.