Received: with ECARTIS (v1.0.0; list netdev); Thu, 09 Jun 2005 03:57:38 -0700 (PDT) Received: from amd.ucw.cz (gprs189-60.eurotel.cz [160.218.189.60]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j59AvUXq029888 for ; Thu, 9 Jun 2005 03:57:32 -0700 Received: by amd.ucw.cz (Postfix, from userid 8) id E2AAA8B8A7; Thu, 9 Jun 2005 12:56:19 +0200 (CEST) Date: Thu, 9 Jun 2005 12:56:19 +0200 From: Pavel Machek To: Zhu Yi Cc: James Ketrenos , Jeff Garzik , Netdev list , kernel list , "James P. Ketrenos" Subject: Re: ipw2100: firmware problem Message-ID: <20050609105619.GH3169@elf.ucw.cz> References: <20050608142310.GA2339@elf.ucw.cz> <42A723D3.3060001@linux.intel.com> <20050608212707.GA2535@elf.ucw.cz> <42A76719.2060700@linux.intel.com> <20050608223437.GB2614@elf.ucw.cz> <1118287990.10234.114.camel@debian.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1118287990.10234.114.camel@debian.sh.intel.com> X-Warning: Reading this can be dangerous to your mental health. User-Agent: Mutt/1.5.9i X-archive-position: 2294 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: pavel@suse.cz Precedence: bulk X-list: netdev Content-Length: 827 Lines: 24 Hi! > > Actually it would still transmit when user did not want it to. I > > believe that staying "quiet" is right thing, long-term. And it could > > solve firmware-loading problems, short-term... > > If ipw2100 is built into kernel, you can disable it by kernel parameter > ipw2100.disable=1. Then you can enable it with: > > $ echo 0 > /sys/bus/pci/drivers/ipw2100/*/rf_kill > > > How long does association with AP take? Anyway it should be easy to > > tell driver to associate ASAP, just after the insmod... > > Are you suggesting by default it is disabled for built into kernel but > enabled as a module? I'm suggesting that by default it is disabled (in kernel or as a module) and its automatically enabled during ifconfig up. That way we can drop the kernel parameter and always do the right thing. Pavel