Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2019 06:21:07 GMT
From:      iam@sdf.org
To:        freebsd-questions@freebsd.org, lbartoletti@tuxfamily.org
Subject:   Re: stopping bluetooth attempts to activate
Message-ID:  <201902120621.x1C6L7UB006444@sdf.org>
In-Reply-To: <67ce993e-ba5b-1ab6-620d-0ee5e5478fbd@tuxfamily.org>
References:  <201902120513.x1C5DRnE009236@sdf.org>, <20190212054144.GA9641@x230.local>, <67ce993e-ba5b-1ab6-620d-0ee5e5478fbd@tuxfamily.org>

next in thread | previous in thread | raw e-mail | index | archive | help
i checked, and double checked, there is no bios/uefi setting
for deactivating bluetooth on my system. any other options?

> From owner-freebsd-questions@freebsd.org Tue Feb 12 05:57:31 2019
> Subject: Re: stopping bluetooth attempts to activate
> To: freebsd-questions@freebsd.org
> From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@tuxfamily.org>
>
> 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
> >
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902120621.x1C6L7UB006444>