Ubuntu 19.04 蓝牙不工作(OptiPlex 5060)

Ubuntu 19.04 蓝牙不工作(OptiPlex 5060)

我正在使用 Dell OptiPlex 5060,它应该有一个内置蓝牙,Atheros Communications 0cf3:e009但是 Ubuntu 19.04 无法检测到它,无法进行蓝牙设置,它显示“未找到蓝牙。插入加密狗即可使用蓝牙”。

以下是一些有用的输出:

lspci -knn | grep Net -A2; lsusb

Bus 001 Device 004: ID 0bc2:ab26 Seagate RSS LLC Backup Plus Slim Portable Drive 1 TB
Bus 001 Device 003: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
Bus 001 Device 002: ID 17ef:600e Lenovo 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

rfkill list; dmesg | grep -i blue

[ 9303.303950] audit: type=1107 audit(1568626728.176:55): pid=1016 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=16976 label="snap.mailspring.mailspring"
[ 9365.700889] audit: type=1107 audit(1568626790.576:57): pid=1016 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=17394 label="snap.whatsdesk.whatsdesk"
[ 9780.379121] audit: type=1107 audit(1568627205.252:63): pid=1016 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=18250 label="snap.whatsdesk.whatsdesk"
[ 9787.980691] audit: type=1107 audit(1568627212.856:64): pid=1016 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=18406 label="snap.whatsdesk.whatsdesk"
[ 9857.254783] audit: type=1107 audit(1568627282.128:65): pid=1016 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=18617 label="snap.whatsdesk.whatsdesk"

lspci -nnk | grep -iA3 net

00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (7) I219-V [8086:15bc] (rev 10)
    Subsystem: Dell Ethernet Connection (7) I219-V [1028:085b]
    Kernel driver in use: e1000e
    Kernel modules: e1000e
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208B [GeForce GT 730] [10de:1287] (rev a1)

相关内容