[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mx -> dc still doesn't work



On Sun, Jan 16, 2000 at 02:32:00PM -0500, Luke Renn wrote:
> Well, i updated my source tree, started from a new copy of GENERIC, and i
> still have the same problems.  dmesg and ifconfig follow.  This isn't a big
> deal, i've decided to stay with what i got, but incase its not my fault, i
> figured i'd post it.
> 
> lo0: flags=8009<UP,LOOPBACK,MULTICAST>
>         inet6 fe80::1@lo0 prefixlen 64 scopeid 0x4
>         inet6 ::1 prefixlen 128
>         inet 127.0.0.1 netmask 0xff000000
> lo1: flags=8008<LOOPBACK,MULTICAST>
> dc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>
>         media: Ethernet autoselect (none)
>         status: no carrier
[...]

Assuming dc0 is supposed to have carrier, can you try forcing the media
type and see if the situation improves?  eg:
	ifconfig dc0 media 10baseT
  or	ifconfig dc0 media 100baseTX

--Jason Wright