logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 13-03-2024 11:38:20

rjcb
Membre
Inscription : 13-03-2024

désactiver bluetooth

Bonjour,

Je suis sur debian 12 et je n'arrive pas a disable le bluetooth et dans le BIOS je ne trouve pas d'option.
Il y a bien du BT :-)

root@pve:/etc/systemd/system# dmesg | grep hci0
[    4.538303] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[    4.538354] Bluetooth: hci0: Boot Address: 0x24800
[    4.538356] Bluetooth: hci0: Firmware Version: 255-255.255
[    4.539959] Bluetooth: hci0: FW download error recovery failed (-19)
[    4.540023] Bluetooth: hci0: sending frame failed (-19)
[    4.540033] Bluetooth: hci0: Reading supported features failed (-19)
[    4.540037] Bluetooth: hci0: Error reading debug features
[    4.540039] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[    4.540045] Bluetooth: hci0: sending frame failed (-19)
[    4.540052] Bluetooth: hci0: Failed to read MSFT supported features (-19)
[    5.259351] Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
[    5.260318] Bluetooth: hci0: Device revision is 1
[    5.260322] Bluetooth: hci0: Secure boot is enabled
[    5.260323] Bluetooth: hci0: OTP lock is enabled
[    5.260324] Bluetooth: hci0: API lock is enabled
[    5.260324] Bluetooth: hci0: Debug lock is disabled
[    5.260325] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    5.306111] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[    5.306157] Bluetooth: hci0: Boot Address: 0x24800
[    5.306158] Bluetooth: hci0: Firmware Version: 255-255.255
[    7.022038] Bluetooth: hci0: Waiting for firmware download to complete
[    7.022312] Bluetooth: hci0: Firmware loaded in 1675969 usecs
[    7.022397] Bluetooth: hci0: Waiting for device to boot
[    7.037284] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[    7.037285] Bluetooth: hci0: Device booted in 14602 usecs
[    7.038528] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
[    7.040305] Bluetooth: hci0: Applying Intel DDC parameters completed
[    7.041285] Bluetooth: hci0: Firmware revision 0.3 build 249 week 27 2023
[    7.043314] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[16538.626054] Bluetooth: hci0: urb 00000000a3d50b47 failed to resubmit (2)
[16540.655590] Bluetooth: hci0: Reading Intel version command failed (-110)
[16540.655603] Bluetooth: hci0: command 0xfc05 tx timeout
root@pve:/etc/systemd/system#



root@pve:/etc/systemd/system# systemctl list-units | grep Bluetooth
root@pve:/etc/systemd/system#



Si vous avez une idée :-)

Dernière modification par rjcb (13-03-2024 11:38:34)

Hors ligne

#2 13-03-2024 14:35:36

mister_g
Membre
Distrib. : debian sid
Noyau : Linux 6.6.13
(G)UI : fluxbox
Inscription : 20-07-2022

Re : désactiver bluetooth

tu as lu ceci : https://fr.linux-console.net/?p=8597  ?

Dernière modification par mister_g (13-03-2024 14:39:25)

Hors ligne

#3 13-03-2024 15:39:50

rjcb
Membre
Inscription : 13-03-2024

Re : désactiver bluetooth

Hello,

merci pour ton retour, cela a été mon premier reflexe :-)


root@pve:/etc/systemd/system#
root@pve:/etc/systemd/system# systemctl disable bluetooth
Failed to disable unit: Unit file bluetooth.service does not exist.
root@pve:/etc/systemd/system# systemctl stop bluetooth
Failed to stop bluetooth.service: Unit bluetooth.service not loaded.root@pve:/etc/systemd/system# sudo apt remove bluez
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'bluez' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
root@pve:/etc/systemd/system#

Dernière modification par rjcb (13-03-2024 15:40:16)

Hors ligne

#4 13-03-2024 16:08:02

rjcb
Membre
Inscription : 13-03-2024

Re : désactiver bluetooth

aussi un autre test:

root@pve:/etc/systemd/system# cat /etc/modprobe.d/blacklist.conf
blacklist i915
blacklist bluetooth
install bluetooth /bin/true
root@pve:/etc/systemd/system# sudo rmmod bluetooth btrtl btintel btbcm bnep btusb rfcomm
rmmod: ERROR: Module bluetooth is in use by: btmtk
rmmod: ERROR: Module btrtl is not currently loaded
rmmod: ERROR: Module btintel is not currently loaded
rmmod: ERROR: Module btbcm is not currently loaded
rmmod: ERROR: Module bnep is not currently loaded
rmmod: ERROR: Module btusb is not currently loaded
rmmod: ERROR: Module rfcomm is not c

Hors ligne

#5 13-03-2024 16:15:38

mister_g
Membre
Distrib. : debian sid
Noyau : Linux 6.6.13
(G)UI : fluxbox
Inscription : 20-07-2022

Re : désactiver bluetooth

si le service bluetooth n'existe pas, c'est bon signe vu que tu n'en veux pas ?

comme expliqué dans le lien, le bluetooth fait parti du noyau, tu ne peux pas tout enlever.

mais le service n'est pas présent sur ta machine, donc c'est bon ?

Hors ligne

#6 13-03-2024 16:23:32

rjcb
Membre
Inscription : 13-03-2024

Re : désactiver bluetooth

Hello.

dans ce cas pourquoi j'ai ceci dans les logs hmm

root@pve:/etc/systemd/system# dmesg | grep hci0
[    4.538303] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[    4.538354] Bluetooth: hci0: Boot Address: 0x24800
[    4.538356] Bluetooth: hci0: Firmware Version: 255-255.255
[    4.539959] Bluetooth: hci0: FW download error recovery failed (-19)
[    4.540023] Bluetooth: hci0: sending frame failed (-19)
[    4.540033] Bluetooth: hci0: Reading supported features failed (-19)

Hors ligne

#7 13-03-2024 16:50:34

mister_g
Membre
Distrib. : debian sid
Noyau : Linux 6.6.13
(G)UI : fluxbox
Inscription : 20-07-2022

Re : désactiver bluetooth

aucune idée !

Hors ligne

#8 13-03-2024 20:06:14

rjcb
Membre
Inscription : 13-03-2024

Re : désactiver bluetooth

moi non plus tongue

Hors ligne

Pied de page des forums