Date: Tue, 16 May 2006 11:53:39 -0700 From: Darren Pilgrim <darren.pilgrim@bitfreak.org> To: Sergey Matveychuk <sem@FreeBSD.org> Cc: freebsd-net@FreeBSD.org Subject: Re: iwi(4) problem on start Message-ID: <446A1FB3.1070405@bitfreak.org> In-Reply-To: <446A19D9.5020607@FreeBSD.org> References: <4469D19F.9060700@FreeBSD.org> <4469D236.8000304@FreeBSD.org> <446A1571.3040806@bitfreak.org> <446A19D9.5020607@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?446A1FB3.1070405>