From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 18 00:58:40 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21BE51065670; Sun, 18 Dec 2011 00:58:40 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id C8F6C8FC08; Sun, 18 Dec 2011 00:58:39 +0000 (UTC) Received: from amd620.ovitrap.com ([122.129.201.7]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id pBI0wbdH009457; Sat, 17 Dec 2011 17:58:38 -0700 From: Erich Dollansky To: PseudoCylon Date: Sun, 18 Dec 2011 07:59:03 +0700 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.5; amd64; ; ) References: <201112171258.56891.erichfreebsdlist@ovitrap.com> <201112171411.05872.bschmidt@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201112180759.03722.erichfreebsdlist@ovitrap.com> Cc: freebsd-wireless@freebsd.org, Bernhard Schmidt Subject: Re: Zyxel NWD210N not accepted at boot time but after plugging it in again X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2011 00:58:40 -0000 Hi, On Sunday 18 December 2011 06:45:18 PseudoCylon wrote: > On Sat, Dec 17, 2011 at 6:11 AM, Bernhard Schmidt wrote: > > On Saturday 17 December 2011 06:58:56 Erich Dollansky wrote: > > > > run(4) tries to load the firmware on attach at which point the root > > filesystem isn't yet mounted. Actually I think the prefered behaviour > > is to load it during init, not sure this is possible for run(4) > > though. Someone should check this. :) > > > mmm... It seems "someone" is me. > > At the quick look, the firmware could be loaded during the init. Give > me a few days, I will try to change. > if you need more information, just ask me. Please do not wonder if you do not get them at the spot. I am in a very remote location where electricity is cut off during the day. Erich > > As a workaround you can add runfw_load="YES" to /boot/loader.conf > > > Yep. This should load the firmware during the boot. > > > AK > >