From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 13:33:40 2014 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B0002D1 for ; Fri, 24 Oct 2014 13:33:40 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D45963D4 for ; Fri, 24 Oct 2014 13:33:39 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s9ODXbkf055132 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 24 Oct 2014 07:33:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s9ODXajB055129; Fri, 24 Oct 2014 07:33:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 24 Oct 2014 07:33:36 -0600 (MDT) From: Warren Block To: Anthony Simm Subject: Re: wireless networking In-Reply-To: <544A13D7.7000202@gmail.com> Message-ID: References: <544A13D7.7000202@gmail.com> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 24 Oct 2014 07:33:37 -0600 (MDT) Cc: freebsd-questions@FreeBSD.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2014 13:33:40 -0000 On Fri, 24 Oct 2014, Anthony Simm wrote: > Hello, > > I have installed FreeBSD 9.3-RELEASE on an IBM T42 box and have problems to > connect it's wireless card to the router / to the internet. > > I have read this > https://www.freebsd.org/doc/handbook/network-wireless.html > > and followed the chapter > > 31.3.2. Quick Start > > and have done this > >> ifconfig | grep -A4 -i wireless > > which gives > > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > plip0: flags=8810 metric 0 mtu 1500 > nd6 options=29 > lo0: flags=8049 metric 0 mtu 16384 Hmm. That should be -B3: ifconfig | grep -B3 -i wireless Could you try that again? (I will correct the Handbook.)