我试图通过我的电脑上的蓝牙适配器连接Xbox one,但在我发现连接出现任何问题(像往常一样)之前,我甚至连蓝牙都有问题:按钮“关闭”并锁定以更改它。
我试了很多次。首先,我得到xpadneo,完成以下操作:
sudo apt install sysfsutils
sudo nano /etc/sysfs.conf
将以下内容放置在文件的末尾。“/模块/蓝牙/参数/禁用_ertm=1”
在这里尝试过解决方案:Ubuntu18.04 LTS蓝牙[0cf3:3004]发现无效
试过sudo rfkill unblock bluetooth
安装布卢兹和其他东西。什么都帮不上忙。
蓝宝石-没有反应
pruntoff@samus:~$ bluetoothctl
Waiting to connect to bluetoothd...
一些命令:
pruntoff@samus:~$ lspci -knn | grep Net -A3; lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 045e:02fe Microsoft Corp.
Bus 003 Device 002: ID 1a81:1004 Holtek Semiconductor, Inc.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pruntoff@samus:~$ dmesg | grep -i blue
[ 93.896221] audit: type=1107 audit(1572797372.145:56): pid=803 uid=106 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=2034 label="snap.chromium.chromium"
安装了rfkill,但没有返回任何内容。
我是64位PC Intel Core™i5-4460 CPU @ 3.20GHz×4 GNOME 3.28.2
pruntoff@samus:~$ uname -r
4.15.0-66-generic
提前感谢!
UPD:还有一些命令:
pruntoff@samus:~$ sudo systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)
UPD2 2:是的,它是外部的,仅仅是dongle。要求的产出:
pruntoff@samus:~$ dmesg | tail
[ 2493.764744] usb 3-4: Product: XBOX ACC
[ 2493.764747] usb 3-4: Manufacturer: Microsoft Inc.
[ 2493.764750] usb 3-4: SerialNumber: 140770
[ 2501.628448] usb 3-4: USB disconnect, device number 5
[ 2519.475760] usb 3-4: new high-speed USB device number 6 using xhci_hcd
[ 2519.625396] usb 3-4: New USB device found, idVendor=045e, idProduct=02fe
[ 2519.625401] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2519.625404] usb 3-4: Product: XBOX ACC
[ 2519.625407] usb 3-4: Manufacturer: Microsoft Inc.
[ 2519.625409] usb 3-4: SerialNumber: 140770
似乎找不到司机..。
pruntoff@samus:~$ usb-devices
...
T: Bus=03 Lev=01 Prnt=01 Port=03 Cnt=02 Dev#= 6 Spd=480 MxCh= 0
D: Ver= 2.01 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=045e ProdID=02fe Rev=01.00
S: Manufacturer=Microsoft Inc.
S: Product=XBOX ACC
S: SerialNumber=140770
C: #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=500mA
I: If#= 0 Alt= 0 #EPs= 8 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
...
发布于 2019-11-03 17:48:42
使用BlueZ时,必须使用其控件和设置,而不是内置控件和设置。
https://askubuntu.com/questions/1185923
复制相似问题