On Wed, Nov 06, 2002 at 03:54:09PM -0500, Michael Butler wrote:
> I'm running 4.7-stable and ..
> 
> imb@mbutler# ifconfig fxp0 
> fxp0: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500
>         inet 66.37.xxx.yyy netmask 0xfffffff8 broadcast 66.37.vvv.www
>         ether 00:50:8b:0d:7f:64
>         media: Ethernet autoselect (100baseTX <full-duplex>)
>         status: active
> 
>  .. but ..
> 
> imb@mbutler# ifconfig fxp0 mediaopt full-duplex
> ifconfig: SIOCSIFMEDIA: Device not configured
> 
> Hard-setting speed works but not duplex.

You can't set mediaopts without setting media.  The correct command is

ifconfig fxp0 media 100baseTX mediaopt full-duplex

-- Brooks

-- 
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4

Attachment: msg51138/pgp00000.pgp
Description: PGP signature

Reply via email to