From owner-freebsd-questions@FreeBSD.ORG Fri Nov 28 11:05:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F2D1106564A for ; Fri, 28 Nov 2008 11:05:35 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id BCF2B8FC12 for ; Fri, 28 Nov 2008 11:05:34 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so569686yxb.13 for ; Fri, 28 Nov 2008 03:05:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=nMNDm2Yzp3vDlfW4vf/1oXOoChkVIeda1qaXSWTGExE=; b=Us7jJ05h1VEDU5kx6QSz778f+mHkPMYi3MDA4fie7NcLJzqiS9YoxkJ8R7qBDC+eUZ NaU5FGj+waGvdvx2cEyzmNxzE9DHFGWXvTb9d6zj4oVoaw0nCD3GIu+JeMi8thMyJ4vd 6gI1p3Es6gLHrv4xmGFMUbwN6cu6mwje7EnjU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=sVZrBarHLaKNpcNMly1VJlNBGGjhgDF1gBN6OXsZELwoD4vQbkVV5Ig3V4boistZh1 Wc8cs+yrfld7QnyCRZRE54ZMuF6i2ZyTS194Snw1UBBGYOdPBck90cqxG7//vom09SfD nqFGAnEGTpIIpcYFKJZj21ABgXpW0pFV4JOQg= Received: by 10.231.15.74 with SMTP id j10mr253197iba.48.1227870333667; Fri, 28 Nov 2008 03:05:33 -0800 (PST) Received: by 10.231.10.195 with HTTP; Fri, 28 Nov 2008 03:05:33 -0800 (PST) Message-ID: <3a142e750811280305r7dc4b863u99ed2f42acd157c@mail.gmail.com> Date: Fri, 28 Nov 2008 12:05:33 +0100 From: "Paul B. Mahol" To: "Christoph Kukulies" In-Reply-To: <492FC71E.4090901@kukulies.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <492FC71E.4090901@kukulies.org> Cc: freebsd-questions@freebsd.org Subject: Re: wlan disappears on rum0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2008 11:05:35 -0000 On 11/28/08, Christoph Kukulies wrote: > I start an > > ifconfig rum0 inet 10.0.0.1/24 mediaopt hostap ssid MySID wepmode on > wepkey 0x01020304050607080910111213 weptxkey 1 channel 1 > > and it seems that after a day or a night the wlan is gone. No SSID is > being seen in the air. > I then manually start it again and the wlan is up again. > > I have no idea right now when it disappears or why. > > Could it be that some nightly periodic is causing this? > > -- > Christoph Kukulies > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > There are some logs? Workaround is to teach devd.conf(5) to start it again every time when it disappears. But it works in this way only if rum0 interface gets down when SSID dissapears. It could be also bug in the driver or in the usb, who knows ... -- Paul