From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HGI6a-00045p-Cs for garchives@archives.gentoo.org; Sun, 11 Feb 2007 17:03:12 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l1BH1u1I012313; Sun, 11 Feb 2007 17:01:56 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l1BGtcUL003639 for ; Sun, 11 Feb 2007 16:55:38 GMT Received: by nf-out-0910.google.com with SMTP id c31so3405916nfb for ; Sun, 11 Feb 2007 08:55:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C8tAJm2kdszmfvec8MrPwX9+YjbHLhduYdTXCWdozxliaE5I6KUIrEbRIsrKvAzeY31GV3s6BEopQbhJK7WoiSDy//f/vWvsDmKWmCYd7urz+uT8c4KR47DQT4d+UIU0kV4AV2+8I5JLnJssRNui1ZRCBCFriKjATDTxJpQeD0Y= Received: by 10.82.136.4 with SMTP id j4mr9535856bud.1171212937872; Sun, 11 Feb 2007 08:55:37 -0800 (PST) Received: by 10.82.140.8 with HTTP; Sun, 11 Feb 2007 08:55:37 -0800 (PST) Message-ID: Date: Sun, 11 Feb 2007 17:55:37 +0100 From: "marco restelli" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: preventing a module from being loaded In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Archives-Salt: 00167009-8600-451b-a8cb-4672f4f0279d X-Archives-Hash: 52ee0f9c7d83a0aa2abdaee9c4bf9ca2 On 2/10/07, Remy Blank wrote: > (Sorry if this appears twice, but I sent the message three hours ago and > it hasn't appeared on the list yet) > > marco restelli wrote: > > Now, at boot, the module bcm43xx is loaded, while > > I have been using ndiswrapper. > > I had the same problem here. You can block the automatic loading of the > module by udev as follows: > > Find out the module alias used by udev: > > cat /sys/class/net/wlan0/device/modalias > > (Replace wlan0 by the name of your interface). Here this gives: > > pci:v000014E4d00004324sv00001028sd00000003bc02sc80i00 > > Create the file /etc/modules.d/blacklist with the following content: > > alias pci:v000014E4d00004324sv00001028sd00000003bc02sc80i00 off > > (Use the alias you got with the command above). Then run modules-update. Remy, it works. Thanks very much. > > Easy, isn't it? ;-) Uh, I am glad we have this great mailing list and great community! Marco -- gentoo-user@gentoo.org mailing list