From owner-freebsd-net@FreeBSD.ORG Tue May 16 18:53:46 2006 Return-Path: X-Original-To: freebsd-net@FreeBSD.org Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D36316A8FE; Tue, 16 May 2006 18:53:46 +0000 (UTC) (envelope-from darren.pilgrim@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0565943D69; Tue, 16 May 2006 18:53:41 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from [10.242.169.22] (c-67-171-135-169.hsd1.or.comcast.net [67.171.135.169]) by mail.bitfreak.org (Postfix) with ESMTP id 9E2AE175B4; Tue, 16 May 2006 11:53:40 -0700 (PDT) Message-ID: <446A1FB3.1070405@bitfreak.org> Date: Tue, 16 May 2006 11:53:39 -0700 From: Darren Pilgrim User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Sergey Matveychuk References: <4469D19F.9060700@FreeBSD.org> <4469D236.8000304@FreeBSD.org> <446A1571.3040806@bitfreak.org> <446A19D9.5020607@FreeBSD.org> In-Reply-To: <446A19D9.5020607@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@FreeBSD.org Subject: Re: iwi(4) problem on start X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 18:53:55 -0000 Sergey Matveychuk wrote: > Darren Pilgrim wrote: >> Sergey Matveychuk wrote: >>> Sergey Matveychuk wrote: >>>> >>>> When I boot my notebook it's not available outside - from desktopPC. But >>>> when I do ping (or any network activity) from notebook, everything >>>> starts work. >>>> >>> Oh, forgot to say, AP is in BSS network-mode with 64-bit WEP encryption. >> >> Do you have the word "up" in your ifconfig line? > > No. But interface is up: > iwi0: flags=8843 mtu 1500 > > If it not in UP state? And no magic happens when I try ifconfig iwi0 up > now. Just outgoing traffic helps. It's been a long time since I've used an open/WEP wireless network, so this is from aged memory: When you config the interface for the first time, you have to include "up" in order for the interface to come up correctly. Doing so afterward doesn't have the same effect. Add "up" to the end of your ifconifg_iwi0 line in /etc/rc.conf and then do: # /etc/rc.d/netif stop iwi0 # /etc/rc.d/netif start iwi0