私はLinux MintとWindowsを含むデュアルブート構成のHP Pavilion-15ノートブックを持っていますが、長い間Bluetoothの問題に直面しています。最近、コンピュータはBluetoothアダプタをまったく検出できませんでした。すべてを試していくつかのフォーラムをチェックしましたが、何も機能しません。
アダプタオプションをクリックした後、bluemanのスクリーンショットは次のとおりです。
bluezを削除して再インストールし、bluemanをインストールしましたが、効果はありません。私が試した結果は次のとおりです。
hcitool dev
付属のBluetoothデバイスはありません。他のhciコマンドも同様です。bluetoothctl
出力は次のとおりです。Agent registered [bluetooth]# show No default controller available [bluetooth]#
rfkill
Bluetoothが表示されないsystemctl bluetooth status
出力bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset Active: active (running) since Mon 2021-12-27 16:03:21 IST; 4h 30min ago Docs: man:bluetoothd(8) Main PID: 3411 (bluetoothd) Status: "Running" Tasks: 1 (limit: 4915) CGroup: /system.slice/bluetooth.service └─3411 /usr/lib/bluetooth/bluetoothd Dec 27 16:03:21 prabodh-HP-Pavilion-Laptop-15-cs1xxx systemd[1]: Starting Blueto Dec 27 16:03:21 prabodh-HP-Pavilion-Laptop-15-cs1xxx bluetoothd[3411]: Bluetooth Dec 27 16:03:21 prabodh-HP-Pavilion-Laptop-15-cs1xxx systemd[1]: Started Bluetoo Dec 27 16:03:21 prabodh-HP-Pavilion-Laptop-15-cs1xxx bluetoothd[3411]: Starting Dec 27 16:03:21 prabodh-HP-Pavilion-Laptop-15-cs1xxx bluetoothd[3411]: Bluetooth
を使用してBluetoothサービスを再起動しましたが、systemctl
成功しませんでした。
sudo lsmod | grep blue
出力:bluetooth 544768 10 btrtl,btintel,btbcm,bnep ecdh_generic 16384 1 bluetooth
dmesg | grep -i blue
出力[ 18.846174] Bluetooth: Core ver 2.22 [ 18.846203] Bluetooth: HCI device and connection manager initialized [ 18.846205] Bluetooth: HCI socket layer initialized [ 18.846206] Bluetooth: L2CAP socket layer initialized [ 18.846208] Bluetooth: SCO socket layer initialized [ 115.866301] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 115.866303] Bluetooth: BNEP filters: protocol multicast [ 115.866309] Bluetooth: BNEP socket layer initialized [ 384.520506] audit: type=1400 audit(1640601469.856:29): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.bluetooth-autostart" pid=5349 comm="apparmor_parser" [ 384.577833] audit: type=1400 audit(1640601469.912:30): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.bluetooth-autostart.autostart-bluetooth" pid=5350 comm="apparmor_parser" [ 401.660520] audit: type=1400 audit(1640601486.984:33): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.bluetooth-autostart.autostart-bluetooth" pid=5386 comm="apparmor_parser" [ 401.662906] audit: type=1400 audit(1640601486.988:34): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.bluetooth-autostart" pid=5388 comm="apparmor_parser" [ 410.729139] audit: type=1400 audit(1640601496.048:35): apparmor="DENIED" operation="create" profile="snap.bluetooth-autostart.autostart-bluetooth" pid=5413 comm="hciconfig" family="bluetooth" sock_type="raw" protocol=1 requested_mask="create" denied_mask="create"
注:私は
bluetooth-autostart
他の多くのことを試した後にsnapをインストールしました。それまでは、dmesg
スナップショット関連のメッセージを除き、上記のコードスニペットの内容がすべて出力されます。出力に
lscpi
Bluetooth i / fがリストされていないようです。00:00.0 Host bridge: Intel Corporation Device 3e34 (rev 0b) 00:02.0 VGA compatible controller: Intel Corporation Device 3ea0 00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0b) 00:12.0 Signal processing controller: Intel Corporation Device 9df9 (rev 30) 00:14.0 USB controller: Intel Corporation Device 9ded (rev 30) 00:14.2 RAM memory: Intel Corporation Device 9def (rev 30) 00:14.3 Network controller: Intel Corporation Device 9df0 (rev 30) 00:16.0 Communication controller: Intel Corporation Device 9de0 (rev 30) 00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 30) 00:19.0 Serial bus controller [0c80]: Intel Corporation Device 9dc5 (rev 30) 00:1c.0 PCI bridge: Intel Corporation Device 9db8 (rev f0) 00:1c.4 PCI bridge: Intel Corporation Device 9dbc (rev f0) 00:1d.0 PCI bridge: Intel Corporation Device 9db0 (rev f0) 00:1d.1 PCI bridge: Intel Corporation Device 9db1 (rev f0) 00:1f.0 ISA bridge: Intel Corporation Device 9d84 (rev 30) 00:1f.3 Audio device: Intel Corporation Device 9dc8 (rev 30) 00:1f.4 SMBus: Intel Corporation Device 9da3 (rev 30) 00:1f.5 Serial bus controller [0c80]: Intel Corporation Device 9da4 (rev 30) 02:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1) 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
Windowsでは、通常はBluetoothデバイスを検出して接続できます。実際、Windowsを一度起動するとすぐに問題が始まったような気がしました。 Windowsでクイックスタートを無効にし、コールドリブートを実行しました。解決されていません。
私は何をするのか分からない。この問題を解決するための提案を提供してください。ありがとうございます。
答え1
btusbモジュールがlsmodに表示されないことを確認しました。努力するsudo modprobe btusb
答え2
これを試してください:(sudo systemctl enable bluetooth.service
Bluetoothパッケージがインストールされていることを確認してください)