From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-159521-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 70132138976
	for <garchives@archives.gentoo.org>; Mon, 27 Oct 2014 15:10:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 17EDEE08A0;
	Mon, 27 Oct 2014 15:10:50 +0000 (UTC)
Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EAB27E0874
	for <gentoo-user@lists.gentoo.org>; Mon, 27 Oct 2014 15:10:48 +0000 (UTC)
Received: by mail-wg0-f43.google.com with SMTP id n12so5922609wgh.14
        for <gentoo-user@lists.gentoo.org>; Mon, 27 Oct 2014 08:10:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=from:reply-to:to:subject:date:user-agent:references:in-reply-to
         :mime-version:content-type:content-transfer-encoding:message-id;
        bh=bFiyVTICKi4TXJ2IkgRVnSN5GhBtNYMkYU5dMXewkCA=;
        b=Uu1Uc7F3fM9x2yhdXkz+QrMneg//GEaFyQ/5zispcmxR/E1F1vWfRt29CO11NYNOV6
         4doGyL5HJdM4rXfFi4YSDjAunX2FSN5Gn+0u5vDCMCF3KRypcwP78o5LCm/LFpoQHkxj
         rhkNCmIpRoTVT0SZ9Zq02cXrp+A8L+Z1dMGfddrG+xcStFietT4CiBzRPjw04iXNZKeh
         wckx0NMxxNW087QsIKiy5Y7NKD02nO/N/c5iCJA7h3jRcWjYAqhxywsPZvS3aapHDOYP
         Z8pdjbcuQMYAHVw2PLu4iP1MuBZ79faXENckc/NAw1MEkTa0Wx/cE3R4DmYtF8gmdZTD
         oh2A==
X-Received: by 10.194.79.201 with SMTP id l9mr23365955wjx.59.1414422647334;
        Mon, 27 Oct 2014 08:10:47 -0700 (PDT)
Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230])
        by mx.google.com with ESMTPSA id yr9sm15905236wjc.31.2014.10.27.08.10.45
        for <gentoo-user@lists.gentoo.org>
        (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
        Mon, 27 Oct 2014 08:10:45 -0700 (PDT)
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] uevent_helper on kernel 3.16.5-gentoo
Date: Mon, 27 Oct 2014 15:10:27 +0000
User-Agent: KMail/1.13.7 (Linux/3.16.5-gentoo; KDE/4.12.5; x86_64; ; )
References: <201410241237.10235.michaelkintzios@gmail.com> <201410241544.16255.michaelkintzios@gmail.com> <CALxYTP5CEZ85nSf5XTJ7nNm4BoZ9DpPxcMahcrY9ZF9iur8Lcg@mail.gmail.com>
In-Reply-To: <CALxYTP5CEZ85nSf5XTJ7nNm4BoZ9DpPxcMahcrY9ZF9iur8Lcg@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/signed;
  boundary="nextPart3012020.gLMvoz7XO4";
  protocol="application/pgp-signature";
  micalg=pgp-sha256
Content-Transfer-Encoding: 7bit
Message-Id: <201410271510.45642.michaelkintzios@gmail.com>
X-Archives-Salt: 8f113501-5043-45d9-92ba-ca911c8a19d7
X-Archives-Hash: c16a12cdcd54a88d0d9b76a27e756425

--nextPart3012020.gLMvoz7XO4
Content-Type: Text/Plain;
  charset="utf-8"
Content-Transfer-Encoding: quoted-printable

On Monday 27 Oct 2014 13:40:32 Douglas J Hunley wrote:
> On Fri, Oct 24, 2014 at 10:44 AM, Mick <michaelkintzios@gmail.com> wrote:
> > I just enabled the wireless adaptor and I connected to the neighboor's =
AP
> > fine
>=20
> > with my b43 firmware (BCM4312 chipset):
> So is this a module in your kernel? It wasn't clear to me from your reply

Sorry I didn't make it clear.  Yes, this is a laptop where wireless is=20
optional.  Sometimes I use it and some times not.  Therefore I have it=20
configured as a module.  However, it seems to be loaded whether I have=20
wireless disabled or not.

$ lsmod
Module                  Size  Used by
uas                    14580  0=20
ip6t_rt                 1760  3=20
b43                   178521  0=20
mac80211              236979  1 b43
uvcvideo               60085  0=20
cfg80211              157177  2 b43,mac80211
[snip...]

=2D-=20
Regards,
Mick

--nextPart3012020.gLMvoz7XO4
Content-Type: application/pgp-signature; name=signature.asc 
Content-Description: This is a digitally signed message part.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAABCAAGBQJUTmB1AAoJELAdA+zwE4Yedz4H/2IpV6bdS029cONIzY7pouBi
VcfO7b8QpGbbkR6EO+g2vm4INaezPVgYy4khWUrWgiASpCSXn5YEDScxMhmLDWBN
yehkPRh88SosDSl4brHSMcevyXLcl8y4Wfu2yrA+R98US8lZPtI/vJL01I7bWCof
eGVkI0ieVAn8M7RMe8aVWP2NZQNKqt1pwmqudrZHjqMoXS0nq/Rq5TjgQUIq3NmI
6Lat/AhKCvmIsioRfwERt3/zEF/Gp+gdNS3/QlLwTlRLFAwmOMIvrHFLINu6gdGo
geend3ZHujGzcH6tS6vQQALQSh+zeiTKyXwuVhRWpSeS4NumRVUmXXHSTXxtW+c=
=fJoE
-----END PGP SIGNATURE-----

--nextPart3012020.gLMvoz7XO4--