Date: Tue, 12 Feb 2019 06:41:44 +0100 From: Tobias Rehbein <tobias.rehbein@web.de> To: freebsd-questions@freebsd.org Subject: Re: stopping bluetooth attempts to activate Message-ID: <20190212054144.GA9641@x230.local> In-Reply-To: <201902120513.x1C5DRnE009236@sdf.org> References: <201902120513.x1C5DRnE009236@sdf.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE57V3tHionYfJ3KBDS4glXO8RhqYFAlxiXJcACgkQS4glXO8R hqYcnQ//SfMWz4eK0SNUQCv4UzYLdxAlXMdFKhwO1tqwOHAPs0m8TVS3sOS0Uotx ShGWEKgENO5KbaxfJPD8h9xBJw2TTLMXWdzSUrdAmLX4LhjNbQOxhiKVYlzaucdY /4IymSavvQjCytXTBeFxrWlHwliLxast+q235UPct0A871Nfbj3FFDGb61qDdeNb Fes8yuFxV8JsVf5hh/fZZJ75x0GfPuOocjF4KtVVdMhuRP7ldasDSf7cHa7kltYT UTvXl4p7XsEergeTXTOsCxY8aG56kjCmPXGU5aQ5VO3169oBi0fcE+47ygLilGl9 LJpD1r+vAJCYC6MJR8AKI8CpOYYIG/Be7JIgEa4ePMEY5acdL4w/cPvtcg6zGtQ/ esl4lpYLSoGnHyoSJYhW+r8Hf8tNAMHmxQFdekb7UoV+FCPDTutVIAv2BGRGRexm liLZSad5kPZmfPnbwnUUheORDv/laSwRg3Q+58Mkx5gKySk69EtgMq7B/va0R8N1 GzAagMvDtJblP1/snsFZo+P/NNQ571xMEDRKM4DOfiWsLYLCQKxlqlvCgKCUGrg9 oFCSDOkUoqN2ZUZvKZ3uDJ/kqVN3ByR24p/l2/hr7YWEtEva4rNMjUdGeLnjfdlU GQO3s96EZVc6QCXWB5wX3l9/U0IMAJ2kV8u9Qr07GjJfOxVWVlw= =QwlJ -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190212054144.GA9641>