From owner-freebsd-hackers Tue Jul 29 22:12:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA08778 for hackers-outgoing; Tue, 29 Jul 1997 22:12:10 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id WAA08767 for ; Tue, 29 Jul 1997 22:12:07 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.62 #1) id 0wtR3H-0007kx-00; Tue, 29 Jul 1997 22:11:59 -0700 Date: Tue, 29 Jul 1997 22:11:58 -0700 (PDT) From: Tom Samplonius To: spork cc: hackers@freebsd.org Subject: Re: de0 under 2.2-STABLE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 29 Jul 1997, spork wrote: > Jul 29 13:00:05 newporn /kernel: de0: link down: cable problem? > > If the cable is plugged back in, the link is dead and the link LED on the > card flashes. netstat -i will freeze after the first line is output. If Use a "-n" too, because it is probably hanging because DNS is unreachable. > I give it a "ifconfig de0 down" and then "ifconfig de0 up" it comes back > and works fine and has a solid link light. > > Is this a known problem? And if so, is there a fix in the works, or is The "ifconfig down", "ifconfig up" is the solution. Just don't unplug the card. The severity of this problem depends on the card you use. > support for the Digital cards going away? No, not at all. Correct media detection is major pain with those cards, though. > Someone had suggested getting the de0 package from 3am-software.com; can > anyone give me a "yay" or "nay" on that? > > Thanks much, > > Charles Tom