From owner-freebsd-current@freebsd.org Fri Sep 16 01:20:07 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F2C3BDC66B for ; Fri, 16 Sep 2016 01:20:07 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x234.google.com (mail-it0-x234.google.com [IPv6:2607:f8b0:4001:c0b::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5AC597A6 for ; Fri, 16 Sep 2016 01:20:07 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x234.google.com with SMTP id o3so5981134ita.1 for ; Thu, 15 Sep 2016 18:20:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=z451rNmJKl0UWyO+ieW7ePiwWeT2OhUi2WSZqFOy2eY=; b=ULLAJXUqdLqx+qZt4x33G1DrcCUJn6iSCR7lpM5Tqk7WCbMEpSruXsi0z4AVsAvcxu PnkL6KzOMF1fkz9T46BFWNiYP+mcI0PYU1rhKiaDvTF3SZnOJf9Ccx68CnMAToq/7JQE Zp9H/A/sBFvYVWeBD42usZTHNWwZYB0FFTVYN7pLIOaicnRCs0Umrqgvi3PsWRY7SNAc HzrGRTi8ZOC9D+s1skxptPu0IMExBFUZ/Aenl0iR/c7Un+yeY9sGGzF4sIJ6dH1e9X+t WnjBxpm1WpkAKAfhSST6mbKu6t+VZlf95jz4fsBGCe5RBbcFmlpBFy814zAxGjxdEHuD PBJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=z451rNmJKl0UWyO+ieW7ePiwWeT2OhUi2WSZqFOy2eY=; b=DIl1Gp9geg50X8SSOri5nwt4uwhP371D/B+q1MmPPzJkGpASlR7pKuWMYXXtBOmYra RYK6FgWpIDJ8ZN5/gp/1S4i7OByQ72fiYklQwcK9FPTjqBReQjmBGbMFLJssGKOeYZm4 0KsllHD1EhTPwRP3/xlzhtUn64FmGoJC5qaV1A224UZcUE0fBOsJrc0d36z90runmhbO T6fYReMZCf3libPUG1HIQLQweQcYanrYcKg681tb23R2P89UJH44uIgGETV8g3GQ+80y Hy7boZX9GSRIlRkN8YGOny3c19LLFssG01jPOWWsq456IkdRE0qQhWJgBF7K4S4IKWP7 DTnA== X-Gm-Message-State: AE9vXwOiwm0DTqZNJo3fWp6AGu8k5ZlVR/rUvacNWqFkElHNN3QN9p+1BJGljkcbeeQ2x9coqzi5O4ucVLyldg== X-Received: by 10.36.238.134 with SMTP id b128mr3078270iti.72.1473988806824; Thu, 15 Sep 2016 18:20:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Thu, 15 Sep 2016 18:20:06 -0700 (PDT) In-Reply-To: <20160915183650.GA30985@troutmask.apl.washington.edu> References: <20160915183650.GA30985@troutmask.apl.washington.edu> From: Adrian Chadd Date: Thu, 15 Sep 2016 18:20:06 -0700 Message-ID: Subject: Re: FreeBSD12-RC2 and bluetooth? To: kargl@uw.edu Cc: freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2016 01:20:07 -0000 hi, bluetooth uses netgraph. -a On 15 September 2016 at 11:36, Steve Kargl wrote: > I recently got a spanky new Dell Precision 7510. After > freeing up space on the nvme device, I installed > FreeBSD-12.0-CURRENT-amd64-20160829-r305028-memstick.img > on her. Nice, painless experience. Thanks RE! > > I then used svnlite to grab /usr/src. This was followed > by a buildworld/buildkernel cycle where I used a custom > kernel config file. This config includes only the devices > I need to function under freebsd, so it excludes any and > all netgraph stuff. When I rebooted the system, I find > > % kldstat > > Id Refs Address Size Name > 1 16 0xffffffff80200000 1168ef0 kernel > 2 1 0xffffffff81bfa000 367f ng_ubt.ko > 3 5 0xffffffff81bfe000 951e netgraph.ko > 4 1 0xffffffff81c08000 8bbb ng_hci.ko > 5 3 0xffffffff81c11000 9cb ng_bluetooth.ko > 6 1 0xffffffff81c12000 b9e8 ng_l2cap.ko > 7 1 0xffffffff81c1e000 173b6 ng_btsocket.ko > 8 1 0xffffffff81c36000 1d0b ng_socket.ko > > The laptop has bluetooth and it is enabled in the BIOS > (for the Windows personality of the laptop). I cannot > find the reason or knobs that is causing kldload to > automatically load netgraph. How does one stop this? > > -- > Steve > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"