Subject: Re: Pb setting media type on an AsanteFast 10/100 nubus card.
To: None <port-mac68k@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-mac68k
Date: 06/24/2001 23:21:23
In article <p0500190000010b52af21@[192.168.0.10]>,
Auguste Baldessin <auguste@mac.com> wrote:
>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
>

The arguments are order dependent. Try

# ifconfig sm0 media 10baseT

christos