From owner-freebsd-current@FreeBSD.ORG Thu Jan 13 16:28:37 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 532DF106564A for ; Thu, 13 Jan 2011 16:28:37 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id BD4698FC13 for ; Thu, 13 Jan 2011 16:28:36 +0000 (UTC) Received: by eyf6 with SMTP id 6so912953eyf.13 for ; Thu, 13 Jan 2011 08:28:35 -0800 (PST) Received: by 10.213.36.2 with SMTP id r2mr2475290ebd.51.1294936115327; Thu, 13 Jan 2011 08:28:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.8.142 with HTTP; Thu, 13 Jan 2011 08:28:14 -0800 (PST) In-Reply-To: <20110113005647.GA43070@mech-cluster241.men.bris.ac.uk> References: <20110109222228.GA45587@mech-cluster241.men.bris.ac.uk> <201101100922.58354.bschmidt@freebsd.org> <20110113005647.GA43070@mech-cluster241.men.bris.ac.uk> From: Chris Brennan Date: Thu, 13 Jan 2011 11:28:14 -0500 Message-ID: To: Bernhard Schmidt , Anton Shterenlikht , freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: console freeze after "ifconfig wlan0 scan" with wi(4) pccard device X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2011 16:28:37 -0000 On Wed, Jan 12, 2011 at 7:56 PM, Anton Shterenlikht wrote: > but still can't connect to the gateway: > > PING 192.168.1.1 (192.168.1.1): 56 data bytes > ping: sendto: No route to host > ping: sendto: No route to host > ping: sendto: No route to host > ^C > --- 192.168.1.1 ping statistics --- > 3 packets transmitted, 0 packets received, 100.0% packet loss > After you get the IP, assign a default gw route add default gw 192.168.1.1 that should do it hth/c-