From owner-freebsd-questions@freebsd.org Tue Feb 12 05:56:56 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D51614D7361 for ; Tue, 12 Feb 2019 05:56:56 +0000 (UTC) (envelope-from lbartoletti@tuxfamily.org) Received: from smtp.smtpout.orange.fr (smtp05.smtpout.orange.fr [80.12.242.127]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6FA6F71C61 for ; Tue, 12 Feb 2019 05:56:53 +0000 (UTC) (envelope-from lbartoletti@tuxfamily.org) Received: from imac-de-loic.home ([86.200.199.5]) by mwinf5d52 with ME id bhwk1z00207UydA03hwkFu; Tue, 12 Feb 2019 06:56:45 +0100 X-ME-Helo: imac-de-loic.home X-ME-Auth: YmFydG9sZXR0aS5sb2ljQG9yYW5nZS5mcg== X-ME-Date: Tue, 12 Feb 2019 06:56:45 +0100 X-ME-IP: 86.200.199.5 Subject: Re: stopping bluetooth attempts to activate To: freebsd-questions@freebsd.org References: <201902120513.x1C5DRnE009236@sdf.org> <20190212054144.GA9641@x230.local> From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= Message-ID: <67ce993e-ba5b-1ab6-620d-0ee5e5478fbd@tuxfamily.org> Date: Tue, 12 Feb 2019 06:56:44 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <20190212054144.GA9641@x230.local> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Content-Language: fr X-Rspamd-Queue-Id: 6FA6F71C61 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; spf=permerror (mx1.freebsd.org: domain of lbartoletti@tuxfamily.org uses mechanism not recognized by this client) smtp.mailfrom=lbartoletti@tuxfamily.org X-Spamd-Result: default: False [2.35 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.93)[0.933,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(0.84)[0.842,0]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; R_SPF_PERMFAIL(0.00)[]; MX_GOOD(-0.01)[mx1.tuxfamily.net,mx2.tuxfamily.net]; RCVD_IN_DNSWL_NONE(0.00)[127.242.12.80.list.dnswl.org : 127.0.5.0]; NEURAL_SPAM_LONG(0.34)[0.336,0]; IP_SCORE(0.35)[ipnet: 80.12.240.0/20(0.83), asn: 3215(0.93), country: FR(-0.01)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3215, ipnet:80.12.240.0/20, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2019 05:56:56 -0000 You can also deactivate it on BIOS/UEFI Regards, Loïc Le 12/02/2019 à 06:41, Tobias Rehbein a écrit : > Am Tue, Feb 12, 2019 at 05:13:27AM +0000 schrieb iam@sdf.org: >> i am getting the following message during boot; >> WARNING: attempt to domain_add(bluetooth) after domainfinalize() >> WARNING: attempt to domain_add(netgraph) after domainfinalize() >> i don't use bluetooth, and i don't know what netgraph is. >> how do i stop them from happening and hence throwing warnings? > How to disable bluetooth seems to be device dependent. On my Thinkpad > x230, with acpi_ibm(4) loaded, the following sysctl controls bluetooth: > > dev.acpi_ibm.0.bluetooth > > In this case I disabled bluetooth with > > echo dev.acpi_ibm.0.bluetooth=0 >> /etc/sysctl.conf > syctl dev.acpi_ibm.0.bluetooth=0 > > Best regards, > > Tobias >