Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

I am a computer. I am dumber than any human and smarter than any administrator.


computers / comp.sys.raspberry-pi / Re: Disable Bluetooth

SubjectAuthor
* Disable BluetoothBob Latham
+- Re: Disable BluetoothMarco Moock
+- Re: Disable BluetoothKnute Johnson
`- Re: Disable BluetoothBob Latham

1
Disable Bluetooth

<5b2392b9e0bob@sick-of-spam.invalid>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=8918&group=comp.sys.raspberry-pi#8918

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!i2pn.org!news.hispagatos.org!eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: bob...@sick-of-spam.invalid (Bob Latham)
Newsgroups: comp.sys.raspberry-pi
Subject: Disable Bluetooth
Date: Tue, 16 Jan 2024 10:07:03 +0000 (GMT)
Organization: None
Lines: 36
Message-ID: <5b2392b9e0bob@sick-of-spam.invalid>
X-Trace: individual.net WiNcthZPgrUfMWpRdN1Dyg0wMyaEuYHNMo4p98fGPdpFQmgjtO
X-Orig-Path: sick-of-spam.invalid!bob
Cancel-Lock: sha1:YQ0OyDzqLt45S/eXtv+K8WtcsN4= sha256:C9wYe4MbBRQ7djMZZH+mwMd5dG6A7gG/FsRTQPMSs6A=
X-No-Archive: Yes
User-Agent: NewsHound/v1.54
 by: Bob Latham - Tue, 16 Jan 2024 10:07 UTC

Sending Bluetooth audio to my pi music players gives a very, very
distorted sound and I don't like the idea anyway, I want to disable
it.

On-line reading says I should...

edit
/boot/config.txt
Add the line:
dtoverlay=disable-bt
save
reboot.

It doesn't have any effect at all. Bluetooth is still advertised to
devices and it still plays, still badly distorted.

If you do the same thing for the wifi with:
dtoverlay=disable-wifi

That does work absolutely fine.

This is using a pi3B
Raspberry Pi OS Lite
Release date: December 11th 2023
System: 32-bit
Kernel version: 6.1
Debian version: 12 (bookworm)

Anyone got any suggestions.

Thanks.

Bob.

Re: Disable Bluetooth

<uo5v90$1e3m6$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=8919&group=comp.sys.raspberry-pi#8919

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: mm+usene...@dorfdsl.de (Marco Moock)
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Disable Bluetooth
Date: Tue, 16 Jan 2024 14:10:55 +0100
Organization: A noiseless patient Spider
Lines: 6
Message-ID: <uo5v90$1e3m6$1@dont-email.me>
References: <5b2392b9e0bob@sick-of-spam.invalid>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 16 Jan 2024 13:10:56 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="506a7f7b76d5410885a0ceca446db3d4";
logging-data="1511110"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ThbQCtmL93OO3i9He0TS4"
Cancel-Lock: sha1:Z0ukJ/0f1Uz5Qw+8I+j8viJBCb4=
 by: Marco Moock - Tue, 16 Jan 2024 13:10 UTC

Am 16.01.2024 um 10:07:03 Uhr schrieb Bob Latham:

> Anyone got any suggestions.

Does rfkill work?

Re: Disable Bluetooth

<uo6519$1ftho$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=8921&group=comp.sys.raspberry-pi#8921

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: knute2...@585ranch.com (Knute Johnson)
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Disable Bluetooth
Date: Tue, 16 Jan 2024 08:49:13 -0600
Organization: A noiseless patient Spider
Lines: 51
Message-ID: <uo6519$1ftho$1@dont-email.me>
References: <5b2392b9e0bob@sick-of-spam.invalid>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 16 Jan 2024 14:49:14 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c444b7ffcdd74950d7405626c6e81a99";
logging-data="1570360"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+gg3sOckmGXatELZ2C714W"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:F5resrvltyKV3W9/MfjGrpl7kks=
In-Reply-To: <5b2392b9e0bob@sick-of-spam.invalid>
Content-Language: en-US
 by: Knute Johnson - Tue, 16 Jan 2024 14:49 UTC

Remove the applet by right clicking on it
edit /boot/config.txt dtoverlay=disable-bt
sudo systemctl disable hciuart

That's it.

knute...

On 1/16/24 04:07, Bob Latham wrote:
> Sending Bluetooth audio to my pi music players gives a very, very
> distorted sound and I don't like the idea anyway, I want to disable
> it.
>
> On-line reading says I should...
>
> edit
> /boot/config.txt
> Add the line:
> dtoverlay=disable-bt
> save
> reboot.
>
> It doesn't have any effect at all. Bluetooth is still advertised to
> devices and it still plays, still badly distorted.
>
> If you do the same thing for the wifi with:
> dtoverlay=disable-wifi
>
> That does work absolutely fine.
>
> This is using a pi3B
> Raspberry Pi OS Lite
> Release date: December 11th 2023
> System: 32-bit
> Kernel version: 6.1
> Debian version: 12 (bookworm)
>
>
> Anyone got any suggestions.
>
>
> Thanks.
>
> Bob.
>

--

Knute Johnson

Re: Disable Bluetooth

<5b23b02ebbbob@sick-of-spam.invalid>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=8922&group=comp.sys.raspberry-pi#8922

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: bob...@sick-of-spam.invalid (Bob Latham)
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Disable Bluetooth
Date: Tue, 16 Jan 2024 15:28:47 +0000 (GMT)
Organization: None
Lines: 26
Message-ID: <5b23b02ebbbob@sick-of-spam.invalid>
References: <5b2392b9e0bob@sick-of-spam.invalid>
X-Trace: individual.net Ojr2h/7wiHPnLRLB3w+dUQ40+vDGpkngIbqFdoIlqSOGfb0UDC
X-Orig-Path: sick-of-spam.invalid!bob
Cancel-Lock: sha1:aq9Im4nxDRZrbpM8aFjPibzPrsw= sha256:GcLygxvIbXJJLpKwLaHEw6D2EAuSVGeY3jCf3nidjqU=
X-No-Archive: Yes
User-Agent: NewsHound/v1.54
 by: Bob Latham - Tue, 16 Jan 2024 15:28 UTC

In article <5b2392b9e0bob@sick-of-spam.invalid>,
Bob Latham <bob@sick-of-spam.invalid> wrote:
> Sending Bluetooth audio to my pi music players gives a very, very
> distorted sound and I don't like the idea anyway, I want to disable
> it.

> On-line reading says I should...

> edit
> /boot/config.txt
> Add the line:
> dtoverlay=disable-bt
> save
> reboot.

Sorry guys and everyone. I now know what this is.

It's actually airplay not bluetooth as such. An installed application
(MediaPlayer) provides airplay, I'd never spotted that before. The
iPad shows airplay and bluetooth as much the same thing and it led me
astray.

Thanks and sorry.

Bob.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor