You are not logged in.

#1 2026-01-21 14:29:01

delulinv
Member
Registered: 2026-01-21
Posts: 3

[SOLVED] Consistent unusually long boot times due to usb dev timeouts

I just installed arch following the install guide. I noticed the time it takes to boot (specifically between grub and tty) taking an entire minute.

systemd-analyze
Startup finished in 57.136s (firmware) + 3.032s (loader) + 5.589s (kernel) + 1min 5.156s (initrd) + 6.501s (userspace) = 2min 17.416s 
graphical.target reached after 6.498s in userspace.

with systemd-analyze blame I see a 1 minute delay before device related entries appear

 1min 5.216s dev-nvme0n1p4.device
 1min 5.216s dev-disk-by\x2dpath-pci\x2d0000:04:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-4.device
 1min 5.216s sys-devices-pci0000:00-0000:00:01.2-0000:04:00.0-nvme-nvme0-nvme0n1-nvme0n1p4.device
 1min 5.216s dev-disk-by\x2did-nvme\x2dWD_Blue_SN5100_1TB_25372H800255_1\x2dpart4.device
 1min 5.216s dev-disk-by\x2dpartuuid-3eded4a3\x2d2b5b\x2d4d2f\x2da4c5\x2dc305183b4643.device
 1min 5.216s dev-disk-by\x2duuid-C2B2DBA1B2DB986D.device
      5.260s NetworkManager.service
      4.832s systemd-logind.service
       492ms systemd-vconsole-setup.service
       231ms initrd-switch-root.service
       158ms systemd-fsck@dev-disk-by\x2duuid-5c7c6e75\x2d2e02\x2d46d6\x2d9614\x2da1e37a03d549.service
       119ms user@1000.service
       117ms systemd-rfkill.service
        96ms systemd-udev-trigger.service

journalctl -b shows

Jan 21 18:11:24 archlinux kernel: amdgpu 0000:0f:00.0: [drm] Registered 4 planes with drm panic
Jan 21 18:11:24 archlinux kernel: [drm] Initialized amdgpu 3.64.0 for 0000:0f:00.0 on minor 0
Jan 21 18:11:24 archlinux kernel: amdgpu 0000:0f:00.0: [drm] Cannot find any crtc or sizes
Jan 21 18:11:24 archlinux kernel: [drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
Jan 21 18:11:29 archlinux kernel: usb 1-12: device descriptor read/64, error -110
Jan 21 18:11:45 archlinux kernel: usb 1-12: device descriptor read/64, error -110
Jan 21 18:11:45 archlinux kernel: usb 1-12: new high-speed USB device number 7 using xhci_hcd
Jan 21 18:11:51 archlinux kernel: usb 1-12: device descriptor read/64, error -110
Jan 21 18:12:06 archlinux kernel: usb 1-12: device descriptor read/64, error -110
Jan 21 18:12:07 archlinux kernel: usb usb1-port12: attempt power cycle
Jan 21 18:12:07 archlinux kernel: usb 1-12: new high-speed USB device number 8 using xhci_hcd
Jan 21 18:12:12 archlinux kernel: usb 1-12: Device not responding to setup address.
Jan 21 18:12:17 archlinux kernel: usb 1-12: Device not responding to setup address.
Jan 21 18:12:17 archlinux kernel: usb 1-12: device not accepting address 8, error -71
Jan 21 18:12:17 archlinux kernel: usb 1-12: new high-speed USB device number 9 using xhci_hcd
Jan 21 18:12:22 archlinux kernel: usb 1-12: Device not responding to setup address.
Jan 21 18:12:23 archlinux systemd-udevd[275]: usb1: Worker [292] processing SEQNUM=2789 is taking a long tim
e.
Jan 21 18:12:27 archlinux kernel: usb 1-12: Device not responding to setup address.
Jan 21 18:12:27 archlinux kernel: usb 1-12: device not accepting address 9, error -71
Jan 21 18:12:27 archlinux kernel: usb usb1-port12: unable to enumerate USB device

This leads me to assume that bus 1 port 12 is timing out repeatedly and for some reason the rest of the boot sequence is waiting on it. However, whatever is connected to it isn't even important to my os since it isn't connected during operation

cat /sys/bus/usb/devices/1-12/
cat: /sys/bus/usb/devices/1-12/: No such file or directory

ls /sys/bus/usb/devices/
1-0:1.0   1-10:1.1  1-10:1.4  1-10:1.7  1-7.2      1-9:1.0  4-0:1.0  7-0:1.0  7-1.2      7-1.4      usb2  usb5
1-10      1-10:1.2  1-10:1.5  1-7       1-7.2:1.0  2-0:1.0  5-0:1.0  7-1      7-1.2:1.0  7-1.4:1.0  usb3  usb6
1-10:1.0  1-10:1.3  1-10:1.6  1-7:1.0   1-9        3-0:1.0  6-0:1.0  7-1:1.0  7-1.2:1.1  usb1       usb4  usb7

So I'm hoping that if I can make the kernel ignore bus 1 port 12, it won't waste a minute trying to get it to work. Alternatively, if it's possible to just ignore this failure and move on with the rest of the boot process, that'd work too. Whatever happens on bus 1 port 12 doesn't matter as long as it doesn't hold up the boot process.

I've removed all external usb devices connected to my pc to see if those were the culprit, that didn't change anything. I'm assuming this is an internal usb device.

Please do correct me if my understanding of what's going on is incorrect.

Last edited by delulinv (2026-01-21 15:27:21)

Offline

#2 2026-01-21 14:41:37

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,694

Re: [SOLVED] Consistent unusually long boot times due to usb dev timeouts

Remove all external usb devices (that includes internally attached ones like LED strips etc), see whether errors go away.

I've removed all external usb devices connected to my pc to see if those were the culprit, that didn't change anything. I'm assuming this is an internal usb device.

Could be a webcam or bluetooth?
Is there a parallel windows installation?

You want to figure what that device is and remove or fix it, not tolerate the noise on the bus.
Improperly terminated USB devices can ruin the entire stack on an electrical signal level.

Offline

#3 2026-01-21 15:26:31

delulinv
Member
Registered: 2026-01-21
Posts: 3

Re: [SOLVED] Consistent unusually long boot times due to usb dev timeouts

It was bluetooth!

I don't use bluetooth typically so I hadn't considered it, I tried starting bluetooth and got something along the lines of

systemctl start bluetooth.service
Jan 21 20:31:56 babel systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).

Fixing this problem fixed the boot time as well. This is the solution I found from https://stackoverflow.com/questions/765 … ditionpath

1.Turn off the PC.
2.Unplug power cable to PSU.
3.Hold power button for 30 seconds.
4.Plug power back into PSU.
5.Boot PC.

I'm assuming step 3 is to discharge electricity (not really sure). But when booting after that it boots fast and bluetooth.service starts normally.

Startup finished in 16.247s (firmware) + 3.973s (loader) + 8.205s (kernel) + 2.036s (initrd) + 8.398s (userspace) = 38.862s 
graphical.target reached after 8.398s in userspace.

Thanks for reminding me bluetooth exists ^^

Offline

#4 2026-01-21 15:45:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,694

Re: [SOLVED] Consistent unusually long boot times due to usb dev timeouts

For posterity
1. What kind of BT chip is this? (lsusb)
2. In case there's a parallel windows installation see the 3rd link below.

Offline

#5 2026-01-21 16:33:49

delulinv
Member
Registered: 2026-01-21
Posts: 3

Re: [SOLVED] Consistent unusually long boot times due to usb dev timeouts

lsusb gives this as the bluetooth chip

"Foxconn / Hon Hai Wireless_Device" which comes included in my MAG B850 TOMAHAWK MAX WIFI motherboard

(Mine is a dual boot system with windows installed but fast start was off)

Offline

#6 2026-01-21 16:35:23

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,694

Re: [SOLVED] Consistent unusually long boot times due to usb dev timeouts

I wanted you to post the device incl. the product and vendor IDs for google wink

Offline

#7 2026-03-31 23:36:58

Inky19
Member
Registered: 2026-03-31
Posts: 1

Re: [SOLVED] Consistent unusually long boot times due to usb dev timeouts

I just had this exact same problem today (same long boot time due to usb worker and bluetooth failing to start) and this solution fixed it, thank you all.
I'm posting this so it shows in search results : my bluetooth chip is reported as "Foxconn / Hon Hai" in lsusb with the ID 0489:e10a. It is integrated on my motherboard (MSI Pro B850-P WiFi).
Have a nice day smile

Offline

#8 2026-04-01 05:48:05

Nyunyun
Member
Registered: 2025-05-29
Posts: 2

Re: [SOLVED] Consistent unusually long boot times due to usb dev timeouts

I had the same issue yesterday, after a reset.
All my USB devices stopped working while I was away from the PC, so I had to reset the PC.

From when all USB devices just stopped working, I've got this crash loop out of

journalctl -b -3 -k | grep -E "3-12|Bluetooth"
Mär 31 08:41:45 nyarch kernel: usb 3-12: new full-speed USB device number 12 using xhci_hcd
Mär 31 08:41:45 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 08:41:45 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 08:41:46 nyarch kernel: Bluetooth: Core ver 2.22
Mär 31 08:41:46 nyarch kernel: Bluetooth: HCI device and connection manager initialized
Mär 31 08:41:46 nyarch kernel: Bluetooth: HCI socket layer initialized
Mär 31 08:41:46 nyarch kernel: Bluetooth: L2CAP socket layer initialized
Mär 31 08:41:46 nyarch kernel: Bluetooth: SCO socket layer initialized
Mär 31 08:41:46 nyarch kernel: usbcore: registered new interface driver btusb
Mär 31 08:41:46 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 08:41:47 nyarch kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Mär 31 08:41:47 nyarch kernel: Bluetooth: BNEP filters: protocol multicast
Mär 31 08:41:47 nyarch kernel: Bluetooth: BNEP socket layer initialized
Mär 31 08:41:47 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:01:48 nyarch kernel: Bluetooth: RFCOMM TTY layer initialized
Mär 31 09:01:48 nyarch kernel: Bluetooth: RFCOMM socket layer initialized
Mär 31 09:01:48 nyarch kernel: Bluetooth: RFCOMM ver 1.11
Mär 31 09:02:45 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 09:02:46 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 09:02:46 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 09:02:47 nyarch kernel: usb 3-12: USB disconnect, device number 12
Mär 31 09:02:47 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 09:02:47 nyarch kernel: usb 3-12: new full-speed USB device number 14 using xhci_hcd
Mär 31 09:02:47 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:02:47 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:02:47 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:02:48 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:02:48 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:03:06 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 09:03:07 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 09:03:07 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 09:03:07 nyarch kernel: usb 3-12: USB disconnect, device number 14
Mär 31 09:03:07 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 09:03:08 nyarch kernel: usb 3-12: new full-speed USB device number 15 using xhci_hcd
Mär 31 09:03:08 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:03:08 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:03:08 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:03:08 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:03:08 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:03:25 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 09:03:26 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 09:03:26 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 09:03:27 nyarch kernel: usb 3-12: USB disconnect, device number 15
Mär 31 09:03:27 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 09:03:27 nyarch kernel: usb 3-12: new full-speed USB device number 16 using xhci_hcd
Mär 31 09:03:27 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:03:27 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:03:27 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:03:27 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:03:28 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:04:24 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 09:04:25 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 09:04:25 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 09:04:26 nyarch kernel: usb 3-12: USB disconnect, device number 16
Mär 31 09:04:26 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 09:04:26 nyarch kernel: usb 3-12: new full-speed USB device number 17 using xhci_hcd
Mär 31 09:04:26 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:04:26 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:04:26 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:04:26 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:04:27 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:05:14 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 09:05:15 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 09:05:15 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 09:05:15 nyarch kernel: usb 3-12: USB disconnect, device number 17
Mär 31 09:05:15 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 09:05:16 nyarch kernel: usb 3-12: new full-speed USB device number 18 using xhci_hcd
Mär 31 09:05:16 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:05:16 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:05:16 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:05:16 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:05:17 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:05:23 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 09:05:24 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 09:05:24 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 09:05:24 nyarch kernel: usb 3-12: USB disconnect, device number 18
Mär 31 09:05:24 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 09:05:25 nyarch kernel: usb 3-12: new full-speed USB device number 19 using xhci_hcd
Mär 31 09:05:25 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:05:25 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:05:25 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:05:25 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:05:25 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:05:55 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 09:05:56 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 09:05:56 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 09:05:57 nyarch kernel: usb 3-12: USB disconnect, device number 19
Mär 31 09:05:57 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 09:05:57 nyarch kernel: usb 3-12: new full-speed USB device number 20 using xhci_hcd
Mär 31 09:05:57 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:05:57 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:05:57 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:05:57 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:05:58 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:08:55 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 09:08:56 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 09:08:56 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 09:08:56 nyarch kernel: usb 3-12: USB disconnect, device number 20
Mär 31 09:08:56 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 09:08:56 nyarch kernel: usb 3-12: new full-speed USB device number 21 using xhci_hcd
Mär 31 09:08:57 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:08:57 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:08:57 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:08:57 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:08:57 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:09:47 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 09:09:48 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 09:09:48 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 09:09:48 nyarch kernel: usb 3-12: USB disconnect, device number 21
Mär 31 09:09:48 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 09:09:49 nyarch kernel: usb 3-12: new full-speed USB device number 22 using xhci_hcd
Mär 31 09:09:49 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:09:49 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:09:49 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:09:49 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:09:49 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:11:43 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 09:11:44 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 09:11:44 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 09:11:45 nyarch kernel: usb 3-12: USB disconnect, device number 22
Mär 31 09:11:45 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 09:11:45 nyarch kernel: usb 3-12: new full-speed USB device number 23 using xhci_hcd
Mär 31 09:11:45 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:11:45 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:11:45 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:11:46 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:11:46 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:12:05 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 09:12:06 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 09:12:06 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 09:12:06 nyarch kernel: usb 3-12: USB disconnect, device number 23
Mär 31 09:12:06 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 09:12:07 nyarch kernel: usb 3-12: new full-speed USB device number 24 using xhci_hcd
Mär 31 09:12:07 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:12:07 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:12:07 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:12:07 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:12:07 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:12:22 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 09:12:23 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 09:12:23 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 09:12:23 nyarch kernel: usb 3-12: USB disconnect, device number 24
Mär 31 09:12:23 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 09:12:24 nyarch kernel: usb 3-12: new full-speed USB device number 25 using xhci_hcd
Mär 31 09:12:24 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:12:24 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:12:24 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:12:24 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:12:24 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:13:05 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 09:13:06 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 09:13:06 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 09:13:07 nyarch kernel: usb 3-12: USB disconnect, device number 25
Mär 31 09:13:07 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 09:13:07 nyarch kernel: usb 3-12: new full-speed USB device number 26 using xhci_hcd
Mär 31 09:13:07 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:13:07 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:13:07 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:13:07 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:13:08 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:13:37 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 09:13:38 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 09:13:38 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 09:13:39 nyarch kernel: usb 3-12: USB disconnect, device number 26
Mär 31 09:13:39 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 09:13:39 nyarch kernel: usb 3-12: new full-speed USB device number 27 using xhci_hcd
Mär 31 09:13:39 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:13:39 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:13:39 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:13:40 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:13:40 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:14:23 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 09:14:24 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 09:14:24 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 09:14:25 nyarch kernel: usb 3-12: USB disconnect, device number 27
Mär 31 09:14:25 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 09:14:25 nyarch kernel: usb 3-12: new full-speed USB device number 28 using xhci_hcd
Mär 31 09:14:25 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:14:25 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:14:25 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:14:26 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:14:26 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:15:26 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 09:15:27 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 09:15:27 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 09:15:27 nyarch kernel: usb 3-12: USB disconnect, device number 28
Mär 31 09:15:27 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 09:15:28 nyarch kernel: usb 3-12: new full-speed USB device number 29 using xhci_hcd
Mär 31 09:15:28 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:15:28 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:15:28 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:15:28 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:15:28 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:16:57 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 09:16:58 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 09:16:58 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 09:16:58 nyarch kernel: usb 3-12: USB disconnect, device number 29
Mär 31 09:16:58 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 09:16:59 nyarch kernel: usb 3-12: new full-speed USB device number 30 using xhci_hcd
Mär 31 09:16:59 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:16:59 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:16:59 nyarch kernel: Bluetooth: hci8: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:16:59 nyarch kernel: Bluetooth: hci8: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:17:00 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:17:46 nyarch kernel: Bluetooth: hci8: ACL memdump size(589824)
Mär 31 09:17:47 nyarch kernel: Bluetooth: hci8: memdump done: pkts(2418), total(589824)
Mär 31 09:17:47 nyarch kernel: Bluetooth: hci8: hardware error 0x85
Mär 31 09:17:48 nyarch kernel: usb 3-12: USB disconnect, device number 30
Mär 31 09:17:48 nyarch kernel: Bluetooth: hci8: HCI reset during shutdown failed
Mär 31 09:17:48 nyarch kernel: usb 3-12: new full-speed USB device number 31 using xhci_hcd
Mär 31 09:17:48 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:17:48 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:17:48 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:17:48 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:17:49 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:18:05 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 09:18:06 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 09:18:06 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 09:18:07 nyarch kernel: usb 3-12: USB disconnect, device number 31
Mär 31 09:18:07 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 09:18:07 nyarch kernel: usb 3-12: new full-speed USB device number 32 using xhci_hcd
Mär 31 09:18:07 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:18:07 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:18:07 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:18:08 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:18:08 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:18:56 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 09:18:57 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 09:18:57 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 09:18:58 nyarch kernel: usb 3-12: USB disconnect, device number 32
Mär 31 09:18:58 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 09:18:58 nyarch kernel: usb 3-12: new full-speed USB device number 33 using xhci_hcd
Mär 31 09:18:58 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:18:58 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:18:58 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:18:59 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:18:59 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:19:44 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 09:19:45 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 09:19:45 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 09:19:45 nyarch kernel: usb 3-12: USB disconnect, device number 33
Mär 31 09:19:45 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 09:19:46 nyarch kernel: usb 3-12: new full-speed USB device number 34 using xhci_hcd
Mär 31 09:19:46 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:19:46 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:19:46 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:19:46 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:19:46 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:19:58 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 09:19:59 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 09:19:59 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 09:19:59 nyarch kernel: usb 3-12: USB disconnect, device number 34
Mär 31 09:19:59 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 09:20:00 nyarch kernel: usb 3-12: new full-speed USB device number 35 using xhci_hcd
Mär 31 09:20:00 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:20:00 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:20:00 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:20:00 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:20:00 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:20:57 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 09:20:58 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 09:20:58 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 09:20:58 nyarch kernel: usb 3-12: USB disconnect, device number 35
Mär 31 09:20:58 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 09:20:59 nyarch kernel: usb 3-12: new full-speed USB device number 36 using xhci_hcd
Mär 31 09:20:59 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:20:59 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:20:59 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:20:59 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:20:59 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:21:24 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 09:21:25 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 09:21:25 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 09:21:25 nyarch kernel: usb 3-12: USB disconnect, device number 36
Mär 31 09:21:25 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 09:21:26 nyarch kernel: usb 3-12: new full-speed USB device number 37 using xhci_hcd
Mär 31 09:21:26 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:21:26 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:21:26 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:21:26 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:21:26 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:21:53 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 09:21:54 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 09:21:54 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 09:21:55 nyarch kernel: usb 3-12: USB disconnect, device number 37
Mär 31 09:21:55 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 09:21:55 nyarch kernel: usb 3-12: new full-speed USB device number 38 using xhci_hcd
Mär 31 09:21:55 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:21:55 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:21:55 nyarch kernel: Bluetooth: hci9: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:21:56 nyarch kernel: Bluetooth: hci9: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:21:56 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:22:28 nyarch kernel: Bluetooth: hci9: ACL memdump size(589824)
Mär 31 09:22:29 nyarch kernel: Bluetooth: hci9: memdump done: pkts(2418), total(589824)
Mär 31 09:22:29 nyarch kernel: Bluetooth: hci9: hardware error 0x85
Mär 31 09:22:29 nyarch kernel: usb 3-12: USB disconnect, device number 38
Mär 31 09:22:29 nyarch kernel: Bluetooth: hci9: HCI reset during shutdown failed
Mär 31 09:22:30 nyarch kernel: usb 3-12: new full-speed USB device number 39 using xhci_hcd
Mär 31 09:22:30 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:22:30 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:22:30 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:22:30 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:22:30 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:23:27 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 09:23:28 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 09:23:28 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 09:23:28 nyarch kernel: usb 3-12: USB disconnect, device number 39
Mär 31 09:23:28 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 09:23:29 nyarch kernel: usb 3-12: new full-speed USB device number 40 using xhci_hcd
Mär 31 09:23:29 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:23:29 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:23:29 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:23:29 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:23:29 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:23:53 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 09:23:54 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 09:23:54 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 09:23:55 nyarch kernel: usb 3-12: USB disconnect, device number 40
Mär 31 09:23:55 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 09:23:55 nyarch kernel: usb 3-12: new full-speed USB device number 41 using xhci_hcd
Mär 31 09:23:56 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:23:56 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:23:56 nyarch kernel: Bluetooth: hci8: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:23:56 nyarch kernel: Bluetooth: hci8: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:23:56 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:25:57 nyarch kernel: Bluetooth: hci8: ACL memdump size(589824)
Mär 31 09:25:58 nyarch kernel: Bluetooth: hci8: memdump done: pkts(2418), total(589824)
Mär 31 09:25:58 nyarch kernel: Bluetooth: hci8: hardware error 0x85
Mär 31 09:25:58 nyarch kernel: usb 3-12: USB disconnect, device number 41
Mär 31 09:25:58 nyarch kernel: Bluetooth: hci8: HCI reset during shutdown failed
Mär 31 09:25:59 nyarch kernel: usb 3-12: new full-speed USB device number 42 using xhci_hcd
Mär 31 09:25:59 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:25:59 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:25:59 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:25:59 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:25:59 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:26:36 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 09:26:37 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 09:26:37 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 09:26:38 nyarch kernel: usb 3-12: USB disconnect, device number 42
Mär 31 09:26:38 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 09:26:38 nyarch kernel: usb 3-12: new full-speed USB device number 43 using xhci_hcd
Mär 31 09:26:38 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:26:38 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:26:39 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:26:39 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:26:39 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:27:05 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 09:27:06 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 09:27:06 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 09:27:06 nyarch kernel: usb 3-12: USB disconnect, device number 43
Mär 31 09:27:06 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 09:27:06 nyarch kernel: usb 3-12: new full-speed USB device number 44 using xhci_hcd
Mär 31 09:27:07 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:27:07 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:27:07 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:27:07 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:27:07 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:27:45 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 09:27:46 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 09:27:46 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 09:27:47 nyarch kernel: usb 3-12: USB disconnect, device number 44
Mär 31 09:27:47 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 09:27:47 nyarch kernel: usb 3-12: new full-speed USB device number 45 using xhci_hcd
Mär 31 09:27:48 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:27:48 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:27:48 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:27:48 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:27:48 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:28:08 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 09:28:09 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 09:28:09 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 09:28:10 nyarch kernel: usb 3-12: USB disconnect, device number 45
Mär 31 09:28:10 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 09:28:10 nyarch kernel: usb 3-12: new full-speed USB device number 46 using xhci_hcd
Mär 31 09:28:11 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:28:11 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:28:11 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:28:11 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:28:11 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:28:34 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 09:28:35 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 09:28:35 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 09:28:36 nyarch kernel: usb 3-12: USB disconnect, device number 46
Mär 31 09:28:36 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 09:28:36 nyarch kernel: usb 3-12: new full-speed USB device number 47 using xhci_hcd
Mär 31 09:28:36 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:28:36 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:28:36 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:28:36 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:28:37 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:29:06 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 09:29:07 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 09:29:07 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 09:29:08 nyarch kernel: usb 3-12: USB disconnect, device number 47
Mär 31 09:29:08 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 09:29:08 nyarch kernel: usb 3-12: new full-speed USB device number 48 using xhci_hcd
Mär 31 09:29:09 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:29:09 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:29:09 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:29:09 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:29:09 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:29:47 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 09:29:48 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 09:29:48 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 09:29:49 nyarch kernel: usb 3-12: USB disconnect, device number 48
Mär 31 09:29:49 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 09:29:49 nyarch kernel: usb 3-12: new full-speed USB device number 49 using xhci_hcd
Mär 31 09:29:49 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:29:49 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:29:49 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:29:50 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:29:50 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:30:27 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 09:30:28 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 09:30:28 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 09:30:28 nyarch kernel: usb 3-12: USB disconnect, device number 49
Mär 31 09:30:28 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 09:30:29 nyarch kernel: usb 3-12: new full-speed USB device number 50 using xhci_hcd
Mär 31 09:30:29 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:30:29 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:30:29 nyarch kernel: Bluetooth: hci9: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:30:29 nyarch kernel: Bluetooth: hci9: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:30:29 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:30:54 nyarch kernel: Bluetooth: hci9: ACL memdump size(589824)
Mär 31 09:30:55 nyarch kernel: Bluetooth: hci9: memdump done: pkts(2418), total(589824)
Mär 31 09:30:55 nyarch kernel: Bluetooth: hci9: hardware error 0x85
Mär 31 09:30:55 nyarch kernel: usb 3-12: USB disconnect, device number 50
Mär 31 09:30:55 nyarch kernel: Bluetooth: hci9: HCI reset during shutdown failed
Mär 31 09:30:55 nyarch kernel: usb 3-12: new full-speed USB device number 51 using xhci_hcd
Mär 31 09:30:56 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:30:56 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:30:56 nyarch kernel: Bluetooth: hci10: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:30:56 nyarch kernel: Bluetooth: hci10: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:30:56 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:33:27 nyarch kernel: Bluetooth: hci10: ACL memdump size(589824)
Mär 31 09:33:28 nyarch kernel: Bluetooth: hci10: memdump done: pkts(2418), total(589824)
Mär 31 09:33:28 nyarch kernel: Bluetooth: hci10: hardware error 0x85
Mär 31 09:33:28 nyarch kernel: usb 3-12: USB disconnect, device number 51
Mär 31 09:33:28 nyarch kernel: Bluetooth: hci10: HCI reset during shutdown failed
Mär 31 09:33:29 nyarch kernel: usb 3-12: new full-speed USB device number 52 using xhci_hcd
Mär 31 09:33:29 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:33:29 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:33:29 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:33:29 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:33:29 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:34:03 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 09:34:04 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 09:34:04 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 09:34:04 nyarch kernel: usb 3-12: USB disconnect, device number 52
Mär 31 09:34:04 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 09:34:05 nyarch kernel: usb 3-12: new full-speed USB device number 53 using xhci_hcd
Mär 31 09:34:05 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:34:05 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:34:05 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:34:05 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:34:05 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:34:55 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 09:34:56 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 09:34:56 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 09:34:57 nyarch kernel: usb 3-12: USB disconnect, device number 53
Mär 31 09:34:57 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 09:34:57 nyarch kernel: usb 3-12: new full-speed USB device number 54 using xhci_hcd
Mär 31 09:34:57 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:34:57 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:34:57 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:34:58 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:34:58 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:35:53 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 09:35:54 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 09:35:54 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 09:35:55 nyarch kernel: usb 3-12: USB disconnect, device number 54
Mär 31 09:35:55 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 09:35:55 nyarch kernel: usb 3-12: new full-speed USB device number 55 using xhci_hcd
Mär 31 09:35:55 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:35:55 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:35:55 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:35:56 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:35:56 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:36:53 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 09:36:54 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 09:36:54 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 09:36:55 nyarch kernel: usb 3-12: USB disconnect, device number 55
Mär 31 09:36:55 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 09:36:55 nyarch kernel: usb 3-12: new full-speed USB device number 56 using xhci_hcd
Mär 31 09:36:55 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:36:55 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:36:55 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:36:56 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:36:56 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:37:28 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 09:37:29 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 09:37:29 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 09:37:29 nyarch kernel: usb 3-12: USB disconnect, device number 56
Mär 31 09:37:29 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 09:37:29 nyarch kernel: usb 3-12: new full-speed USB device number 57 using xhci_hcd
Mär 31 09:37:30 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:37:30 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:37:30 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:37:30 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:37:30 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:38:25 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 09:38:26 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 09:38:26 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 09:38:27 nyarch kernel: usb 3-12: USB disconnect, device number 57
Mär 31 09:38:27 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 09:38:27 nyarch kernel: usb 3-12: new full-speed USB device number 58 using xhci_hcd
Mär 31 09:38:27 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:38:27 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:38:27 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:38:27 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:38:28 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:39:12 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 09:39:13 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 09:39:13 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 09:39:14 nyarch kernel: usb 3-12: USB disconnect, device number 58
Mär 31 09:39:14 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 09:39:14 nyarch kernel: usb 3-12: new full-speed USB device number 59 using xhci_hcd
Mär 31 09:39:15 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:39:15 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:39:15 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:39:15 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:39:15 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:40:26 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 09:40:27 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 09:40:27 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 09:40:27 nyarch kernel: usb 3-12: USB disconnect, device number 59
Mär 31 09:40:27 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 09:40:28 nyarch kernel: usb 3-12: new full-speed USB device number 60 using xhci_hcd
Mär 31 09:40:28 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:40:28 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:40:28 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:40:28 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:40:28 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:41:53 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 09:41:54 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 09:41:54 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 09:41:55 nyarch kernel: usb 3-12: USB disconnect, device number 60
Mär 31 09:41:55 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 09:41:55 nyarch kernel: usb 3-12: new full-speed USB device number 61 using xhci_hcd
Mär 31 09:41:55 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:41:55 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:41:55 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:41:56 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:41:56 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:42:47 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 09:42:48 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 09:42:48 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 09:42:48 nyarch kernel: usb 3-12: USB disconnect, device number 61
Mär 31 09:42:48 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 09:42:49 nyarch kernel: usb 3-12: new full-speed USB device number 62 using xhci_hcd
Mär 31 09:42:49 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:42:49 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:42:49 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:42:49 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:42:49 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:44:45 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 09:44:46 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 09:44:46 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 09:44:47 nyarch kernel: usb 3-12: USB disconnect, device number 62
Mär 31 09:44:47 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 09:44:47 nyarch kernel: usb 3-12: new full-speed USB device number 63 using xhci_hcd
Mär 31 09:44:47 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:44:47 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:44:47 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:44:48 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:44:48 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:44:54 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 09:44:55 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 09:44:55 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 09:44:56 nyarch kernel: usb 3-12: USB disconnect, device number 63
Mär 31 09:44:56 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 09:44:56 nyarch kernel: usb 3-12: new full-speed USB device number 64 using xhci_hcd
Mär 31 09:44:56 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:44:56 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:44:57 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:44:57 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:44:57 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:45:35 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 09:45:36 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 09:45:36 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 09:45:37 nyarch kernel: usb 3-12: USB disconnect, device number 64
Mär 31 09:45:37 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 09:45:37 nyarch kernel: usb 3-12: new full-speed USB device number 65 using xhci_hcd
Mär 31 09:45:37 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:45:37 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:45:37 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:45:38 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:45:38 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:46:07 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 09:46:08 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 09:46:08 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 09:46:09 nyarch kernel: usb 3-12: USB disconnect, device number 65
Mär 31 09:46:09 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 09:46:09 nyarch kernel: usb 3-12: new full-speed USB device number 66 using xhci_hcd
Mär 31 09:46:10 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:46:10 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:46:10 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:46:10 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:46:10 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:46:58 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 09:46:59 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 09:47:00 nyarch kernel: usb 3-12: USB disconnect, device number 66
Mär 31 09:47:00 nyarch kernel: Bluetooth: hci2: Opcode 0x0402 failed: -19
Mär 31 09:47:00 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 09:47:00 nyarch kernel: Bluetooth: hci2: sending frame failed (-19)
Mär 31 09:47:00 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 09:47:00 nyarch kernel: usb 3-12: new full-speed USB device number 67 using xhci_hcd
Mär 31 09:47:00 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:47:00 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:47:00 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:47:01 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:47:01 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:48:44 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 09:48:45 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 09:48:45 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 09:48:46 nyarch kernel: usb 3-12: USB disconnect, device number 67
Mär 31 09:48:46 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 09:48:46 nyarch kernel: usb 3-12: new full-speed USB device number 68 using xhci_hcd
Mär 31 09:48:47 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:48:47 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:48:47 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:48:47 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:48:47 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:49:17 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 09:49:18 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 09:49:18 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 09:49:18 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 09:49:18 nyarch kernel: usb 3-12: USB disconnect, device number 68
Mär 31 09:49:19 nyarch kernel: usb 3-12: new full-speed USB device number 69 using xhci_hcd
Mär 31 09:49:19 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:49:19 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:49:19 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:49:19 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:49:19 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:50:17 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 09:50:18 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 09:50:18 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 09:50:18 nyarch kernel: usb 3-12: USB disconnect, device number 69
Mär 31 09:50:18 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 09:50:19 nyarch kernel: usb 3-12: new full-speed USB device number 70 using xhci_hcd
Mär 31 09:50:19 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:50:19 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:50:19 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:50:19 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:50:19 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:50:53 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 09:50:54 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 09:50:54 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 09:50:55 nyarch kernel: usb 3-12: USB disconnect, device number 70
Mär 31 09:50:55 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 09:50:55 nyarch kernel: usb 3-12: new full-speed USB device number 71 using xhci_hcd
Mär 31 09:50:56 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:50:56 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:50:56 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:50:56 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:50:56 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:51:29 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 09:51:30 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 09:51:30 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 09:51:31 nyarch kernel: usb 3-12: USB disconnect, device number 71
Mär 31 09:51:31 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 09:51:31 nyarch kernel: usb 3-12: new full-speed USB device number 72 using xhci_hcd
Mär 31 09:51:31 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:51:31 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:51:31 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:51:32 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:51:32 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:52:02 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 09:52:04 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 09:52:04 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 09:52:04 nyarch kernel: usb 3-12: USB disconnect, device number 72
Mär 31 09:52:04 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 09:52:04 nyarch kernel: usb 3-12: new full-speed USB device number 73 using xhci_hcd
Mär 31 09:52:05 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:52:05 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:52:05 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:52:05 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:52:05 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:52:37 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 09:52:38 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 09:52:38 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 09:52:38 nyarch kernel: usb 3-12: USB disconnect, device number 73
Mär 31 09:52:38 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 09:52:39 nyarch kernel: usb 3-12: new full-speed USB device number 74 using xhci_hcd
Mär 31 09:52:39 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:52:39 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:52:39 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:52:39 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:52:40 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:53:52 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 09:53:53 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 09:53:53 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 09:53:54 nyarch kernel: usb 3-12: USB disconnect, device number 74
Mär 31 09:53:54 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 09:53:54 nyarch kernel: usb 3-12: new full-speed USB device number 75 using xhci_hcd
Mär 31 09:53:55 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:53:55 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:53:55 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:53:55 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:53:55 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:54:25 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 09:54:26 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 09:54:26 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 09:54:26 nyarch kernel: usb 3-12: USB disconnect, device number 75
Mär 31 09:54:26 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 09:54:27 nyarch kernel: usb 3-12: new full-speed USB device number 76 using xhci_hcd
Mär 31 09:54:27 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:54:27 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:54:27 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:54:27 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:54:27 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:55:27 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 09:55:28 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 09:55:28 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 09:55:29 nyarch kernel: usb 3-12: USB disconnect, device number 76
Mär 31 09:55:29 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 09:55:29 nyarch kernel: usb 3-12: new full-speed USB device number 77 using xhci_hcd
Mär 31 09:55:29 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:55:29 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:55:29 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:55:30 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:55:30 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:56:07 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 09:56:08 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 09:56:08 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 09:56:08 nyarch kernel: usb 3-12: USB disconnect, device number 77
Mär 31 09:56:08 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 09:56:09 nyarch kernel: usb 3-12: new full-speed USB device number 78 using xhci_hcd
Mär 31 09:56:09 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:56:09 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:56:09 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:56:09 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:56:09 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:57:56 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 09:57:57 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 09:57:57 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 09:57:57 nyarch kernel: usb 3-12: USB disconnect, device number 78
Mär 31 09:57:57 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 09:57:58 nyarch kernel: usb 3-12: new full-speed USB device number 79 using xhci_hcd
Mär 31 09:57:58 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:57:58 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:57:58 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:57:58 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:57:58 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:58:45 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 09:58:47 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 09:58:47 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 09:58:47 nyarch kernel: usb 3-12: USB disconnect, device number 79
Mär 31 09:58:47 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 09:58:47 nyarch kernel: usb 3-12: new full-speed USB device number 80 using xhci_hcd
Mär 31 09:58:48 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:58:48 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:58:48 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:58:48 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:58:48 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:58:54 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 09:58:55 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 09:58:55 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 09:58:56 nyarch kernel: usb 3-12: USB disconnect, device number 80
Mär 31 09:58:56 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 09:58:56 nyarch kernel: usb 3-12: new full-speed USB device number 81 using xhci_hcd
Mär 31 09:58:57 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:58:57 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:58:57 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:58:57 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:58:57 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 09:59:27 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 09:59:28 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 09:59:28 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 09:59:28 nyarch kernel: usb 3-12: USB disconnect, device number 81
Mär 31 09:59:28 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 09:59:29 nyarch kernel: usb 3-12: new full-speed USB device number 82 using xhci_hcd
Mär 31 09:59:29 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 09:59:29 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 09:59:29 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 09:59:29 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 09:59:29 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:00:18 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 10:00:19 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 10:00:19 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 10:00:19 nyarch kernel: usb 3-12: USB disconnect, device number 82
Mär 31 10:00:19 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 10:00:20 nyarch kernel: usb 3-12: new full-speed USB device number 83 using xhci_hcd
Mär 31 10:00:20 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:00:20 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:00:20 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:00:20 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:00:20 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:04:54 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 10:04:55 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 10:04:55 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 10:04:56 nyarch kernel: usb 3-12: USB disconnect, device number 83
Mär 31 10:04:56 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 10:04:56 nyarch kernel: usb 3-12: new full-speed USB device number 84 using xhci_hcd
Mär 31 10:04:57 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:04:57 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:04:57 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:04:57 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:04:57 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:05:24 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 10:05:25 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 10:05:25 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 10:05:25 nyarch kernel: usb 3-12: USB disconnect, device number 84
Mär 31 10:05:25 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 10:05:26 nyarch kernel: usb 3-12: new full-speed USB device number 85 using xhci_hcd
Mär 31 10:05:26 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:05:26 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:05:26 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:05:26 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:05:26 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:05:56 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 10:05:57 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 10:05:57 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 10:05:57 nyarch kernel: usb 3-12: USB disconnect, device number 85
Mär 31 10:05:57 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 10:05:58 nyarch kernel: usb 3-12: new full-speed USB device number 86 using xhci_hcd
Mär 31 10:05:58 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:05:58 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:05:58 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:05:58 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:05:58 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:06:37 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 10:06:38 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 10:06:38 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 10:06:38 nyarch kernel: usb 3-12: USB disconnect, device number 86
Mär 31 10:06:38 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 10:06:39 nyarch kernel: usb 3-12: new full-speed USB device number 87 using xhci_hcd
Mär 31 10:06:39 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:06:39 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:06:39 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:06:39 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:06:39 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:07:17 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 10:07:18 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 10:07:18 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 10:07:18 nyarch kernel: usb 3-12: USB disconnect, device number 87
Mär 31 10:07:18 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 10:07:19 nyarch kernel: usb 3-12: new full-speed USB device number 88 using xhci_hcd
Mär 31 10:07:19 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:07:19 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:07:19 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:07:19 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:07:19 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:08:04 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 10:08:05 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 10:08:05 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 10:08:05 nyarch kernel: usb 3-12: USB disconnect, device number 88
Mär 31 10:08:05 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 10:08:06 nyarch kernel: usb 3-12: new full-speed USB device number 89 using xhci_hcd
Mär 31 10:08:06 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:08:06 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:08:06 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:08:06 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:08:06 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:08:43 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 10:08:44 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 10:08:44 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 10:08:45 nyarch kernel: usb 3-12: USB disconnect, device number 89
Mär 31 10:08:45 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 10:08:45 nyarch kernel: usb 3-12: new full-speed USB device number 90 using xhci_hcd
Mär 31 10:08:46 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:08:46 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:08:46 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:08:46 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:08:46 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:09:26 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 10:09:27 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 10:09:27 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 10:09:27 nyarch kernel: usb 3-12: USB disconnect, device number 90
Mär 31 10:09:27 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 10:09:28 nyarch kernel: usb 3-12: new full-speed USB device number 91 using xhci_hcd
Mär 31 10:09:28 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:09:28 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:09:28 nyarch kernel: Bluetooth: hci8: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:09:28 nyarch kernel: Bluetooth: hci8: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:09:28 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:11:04 nyarch kernel: Bluetooth: hci8: ACL memdump size(589824)
Mär 31 10:11:05 nyarch kernel: Bluetooth: hci8: memdump done: pkts(2418), total(589824)
Mär 31 10:11:05 nyarch kernel: Bluetooth: hci8: hardware error 0x85
Mär 31 10:11:06 nyarch kernel: usb 3-12: USB disconnect, device number 91
Mär 31 10:11:06 nyarch kernel: Bluetooth: hci8: HCI reset during shutdown failed
Mär 31 10:11:06 nyarch kernel: usb 3-12: new full-speed USB device number 92 using xhci_hcd
Mär 31 10:11:06 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:11:06 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:11:06 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:11:06 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:11:07 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:11:32 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 10:11:33 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 10:11:33 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 10:11:34 nyarch kernel: usb 3-12: USB disconnect, device number 92
Mär 31 10:11:34 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 10:11:34 nyarch kernel: usb 3-12: new full-speed USB device number 93 using xhci_hcd
Mär 31 10:11:34 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:11:34 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:11:34 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:11:35 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:11:35 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:12:05 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 10:12:06 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 10:12:06 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 10:12:06 nyarch kernel: usb 3-12: USB disconnect, device number 93
Mär 31 10:12:06 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 10:12:06 nyarch kernel: usb 3-12: new full-speed USB device number 94 using xhci_hcd
Mär 31 10:12:07 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:12:07 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:12:07 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:12:07 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:12:07 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:12:26 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 10:12:27 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 10:12:27 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 10:12:28 nyarch kernel: usb 3-12: USB disconnect, device number 94
Mär 31 10:12:28 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 10:12:28 nyarch kernel: usb 3-12: new full-speed USB device number 95 using xhci_hcd
Mär 31 10:12:28 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:12:28 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:12:28 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:12:29 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:12:29 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:13:27 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 10:13:28 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 10:13:28 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 10:13:29 nyarch kernel: usb 3-12: USB disconnect, device number 95
Mär 31 10:13:29 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 10:13:29 nyarch kernel: usb 3-12: new full-speed USB device number 96 using xhci_hcd
Mär 31 10:13:29 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:13:29 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:13:29 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:13:30 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:13:30 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:14:04 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 10:14:06 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 10:14:06 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 10:14:06 nyarch kernel: usb 3-12: USB disconnect, device number 96
Mär 31 10:14:06 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 10:14:06 nyarch kernel: usb 3-12: new full-speed USB device number 97 using xhci_hcd
Mär 31 10:14:07 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:14:07 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:14:07 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:14:07 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:14:07 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:14:24 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 10:14:25 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 10:14:25 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 10:14:26 nyarch kernel: usb 3-12: USB disconnect, device number 97
Mär 31 10:14:26 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 10:14:26 nyarch kernel: usb 3-12: new full-speed USB device number 98 using xhci_hcd
Mär 31 10:14:26 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:14:26 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:14:26 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:14:27 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:14:27 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:15:16 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 10:15:17 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 10:15:17 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 10:15:17 nyarch kernel: usb 3-12: USB disconnect, device number 98
Mär 31 10:15:17 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 10:15:18 nyarch kernel: usb 3-12: new full-speed USB device number 99 using xhci_hcd
Mär 31 10:15:18 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:15:18 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:15:18 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:15:18 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:15:18 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:15:44 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 10:15:45 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 10:15:45 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 10:15:46 nyarch kernel: usb 3-12: USB disconnect, device number 99
Mär 31 10:15:46 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 10:15:46 nyarch kernel: usb 3-12: new full-speed USB device number 100 using xhci_hcd
Mär 31 10:15:46 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:15:46 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:15:46 nyarch kernel: Bluetooth: hci9: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:15:46 nyarch kernel: Bluetooth: hci9: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:15:47 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:15:55 nyarch kernel: Bluetooth: hci9: ACL memdump size(589824)
Mär 31 10:15:56 nyarch kernel: Bluetooth: hci9: memdump done: pkts(2418), total(589824)
Mär 31 10:15:56 nyarch kernel: Bluetooth: hci9: hardware error 0x85
Mär 31 10:15:56 nyarch kernel: usb 3-12: USB disconnect, device number 100
Mär 31 10:15:56 nyarch kernel: Bluetooth: hci9: HCI reset during shutdown failed
Mär 31 10:15:56 nyarch kernel: usb 3-12: new full-speed USB device number 101 using xhci_hcd
Mär 31 10:15:57 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:15:57 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:15:57 nyarch kernel: Bluetooth: hci10: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:15:57 nyarch kernel: Bluetooth: hci10: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:15:57 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:17:35 nyarch kernel: Bluetooth: hci10: ACL memdump size(589824)
Mär 31 10:17:37 nyarch kernel: Bluetooth: hci10: memdump done: pkts(2418), total(589824)
Mär 31 10:17:37 nyarch kernel: Bluetooth: hci10: hardware error 0x85
Mär 31 10:17:37 nyarch kernel: usb 3-12: USB disconnect, device number 101
Mär 31 10:17:37 nyarch kernel: Bluetooth: hci10: HCI reset during shutdown failed
Mär 31 10:17:37 nyarch kernel: usb 3-12: new full-speed USB device number 102 using xhci_hcd
Mär 31 10:17:38 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:17:38 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:17:38 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:17:38 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:17:38 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:18:25 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 10:18:27 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 10:18:27 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 10:18:27 nyarch kernel: usb 3-12: USB disconnect, device number 102
Mär 31 10:18:27 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 10:18:27 nyarch kernel: usb 3-12: new full-speed USB device number 103 using xhci_hcd
Mär 31 10:18:28 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:18:28 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:18:28 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:18:28 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:18:28 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:19:55 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 10:19:56 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 10:19:56 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 10:19:57 nyarch kernel: usb 3-12: USB disconnect, device number 103
Mär 31 10:19:57 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 10:19:57 nyarch kernel: usb 3-12: new full-speed USB device number 104 using xhci_hcd
Mär 31 10:19:57 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:19:57 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:19:57 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:19:57 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:19:58 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:20:25 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 10:20:26 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 10:20:26 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 10:20:26 nyarch kernel: usb 3-12: USB disconnect, device number 104
Mär 31 10:20:26 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 10:20:26 nyarch kernel: usb 3-12: new full-speed USB device number 105 using xhci_hcd
Mär 31 10:20:27 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:20:27 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:20:27 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:20:27 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:20:27 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:20:52 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 10:20:53 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 10:20:53 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 10:20:53 nyarch kernel: usb 3-12: USB disconnect, device number 105
Mär 31 10:20:53 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 10:20:54 nyarch kernel: usb 3-12: new full-speed USB device number 106 using xhci_hcd
Mär 31 10:20:54 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:20:54 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:20:54 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:20:54 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:20:54 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:21:24 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 10:21:25 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 10:21:25 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 10:21:26 nyarch kernel: usb 3-12: USB disconnect, device number 106
Mär 31 10:21:26 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 10:21:26 nyarch kernel: usb 3-12: new full-speed USB device number 107 using xhci_hcd
Mär 31 10:21:26 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:21:26 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:21:26 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:21:27 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:21:27 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:21:53 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 10:21:54 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 10:21:54 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 10:21:54 nyarch kernel: usb 3-12: USB disconnect, device number 107
Mär 31 10:21:54 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 10:21:55 nyarch kernel: usb 3-12: new full-speed USB device number 108 using xhci_hcd
Mär 31 10:21:55 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:21:55 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:21:55 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:21:55 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:21:55 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:22:25 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 10:22:26 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 10:22:26 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 10:22:26 nyarch kernel: usb 3-12: USB disconnect, device number 108
Mär 31 10:22:26 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 10:22:27 nyarch kernel: usb 3-12: new full-speed USB device number 109 using xhci_hcd
Mär 31 10:22:27 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:22:27 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:22:27 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:22:27 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:22:27 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:23:23 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 10:23:24 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 10:23:24 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 10:23:25 nyarch kernel: usb 3-12: USB disconnect, device number 109
Mär 31 10:23:25 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 10:23:25 nyarch kernel: usb 3-12: new full-speed USB device number 110 using xhci_hcd
Mär 31 10:23:26 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:23:26 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:23:26 nyarch kernel: Bluetooth: hci8: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:23:26 nyarch kernel: Bluetooth: hci8: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:23:26 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:23:56 nyarch kernel: Bluetooth: hci8: ACL memdump size(589824)
Mär 31 10:23:57 nyarch kernel: Bluetooth: hci8: memdump done: pkts(2418), total(589824)
Mär 31 10:23:57 nyarch kernel: Bluetooth: hci8: hardware error 0x85
Mär 31 10:23:57 nyarch kernel: usb 3-12: USB disconnect, device number 110
Mär 31 10:23:57 nyarch kernel: Bluetooth: hci8: HCI reset during shutdown failed
Mär 31 10:23:57 nyarch kernel: usb 3-12: new full-speed USB device number 111 using xhci_hcd
Mär 31 10:23:58 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:23:58 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:23:58 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:23:58 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:23:58 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:24:28 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 10:24:29 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 10:24:29 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 10:24:29 nyarch kernel: usb 3-12: USB disconnect, device number 111
Mär 31 10:24:29 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 10:24:30 nyarch kernel: usb 3-12: new full-speed USB device number 112 using xhci_hcd
Mär 31 10:24:30 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:24:30 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:24:30 nyarch kernel: Bluetooth: hci9: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:24:30 nyarch kernel: Bluetooth: hci9: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:24:30 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:25:25 nyarch kernel: Bluetooth: hci9: ACL memdump size(589824)
Mär 31 10:25:26 nyarch kernel: Bluetooth: hci9: memdump done: pkts(2418), total(589824)
Mär 31 10:25:26 nyarch kernel: Bluetooth: hci9: hardware error 0x85
Mär 31 10:25:27 nyarch kernel: usb 3-12: USB disconnect, device number 112
Mär 31 10:25:27 nyarch kernel: Bluetooth: hci9: HCI reset during shutdown failed
Mär 31 10:25:27 nyarch kernel: usb 3-12: new full-speed USB device number 113 using xhci_hcd
Mär 31 10:25:27 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:25:27 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:25:27 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:25:28 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:25:28 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:25:55 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 10:25:56 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 10:25:56 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 10:25:56 nyarch kernel: usb 3-12: USB disconnect, device number 113
Mär 31 10:25:56 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 10:25:56 nyarch kernel: usb 3-12: new full-speed USB device number 114 using xhci_hcd
Mär 31 10:25:57 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:25:57 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:25:57 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:25:57 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:25:57 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:26:27 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 10:26:28 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 10:26:28 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 10:26:28 nyarch kernel: usb 3-12: USB disconnect, device number 114
Mär 31 10:26:28 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 10:26:28 nyarch kernel: usb 3-12: new full-speed USB device number 115 using xhci_hcd
Mär 31 10:26:29 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:26:29 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:26:29 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:26:29 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:26:29 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:26:54 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 10:26:55 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 10:26:55 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 10:26:56 nyarch kernel: usb 3-12: USB disconnect, device number 115
Mär 31 10:26:56 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 10:26:56 nyarch kernel: usb 3-12: new full-speed USB device number 116 using xhci_hcd
Mär 31 10:26:56 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:26:56 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:26:56 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:26:57 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:26:57 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:28:36 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 10:28:37 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 10:28:37 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 10:28:38 nyarch kernel: usb 3-12: USB disconnect, device number 116
Mär 31 10:28:38 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 10:28:38 nyarch kernel: usb 3-12: new full-speed USB device number 117 using xhci_hcd
Mär 31 10:28:38 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:28:38 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:28:39 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:28:39 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:28:39 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:29:13 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 10:29:15 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 10:29:15 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 10:29:15 nyarch kernel: usb 3-12: USB disconnect, device number 117
Mär 31 10:29:15 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 10:29:15 nyarch kernel: usb 3-12: new full-speed USB device number 118 using xhci_hcd
Mär 31 10:29:16 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:29:16 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:29:16 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:29:16 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:29:16 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:29:53 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 10:29:54 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 10:29:54 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 10:29:54 nyarch kernel: usb 3-12: USB disconnect, device number 118
Mär 31 10:29:54 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 10:29:55 nyarch kernel: usb 3-12: new full-speed USB device number 119 using xhci_hcd
Mär 31 10:29:55 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:29:55 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:29:55 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:29:55 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:29:55 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:31:42 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 10:31:43 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 10:31:43 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 10:31:44 nyarch kernel: usb 3-12: USB disconnect, device number 119
Mär 31 10:31:44 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 10:31:44 nyarch kernel: usb 3-12: new full-speed USB device number 120 using xhci_hcd
Mär 31 10:31:44 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:31:44 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:31:45 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:31:45 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:31:45 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:32:06 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 10:32:08 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 10:32:08 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 10:32:08 nyarch kernel: usb 3-12: USB disconnect, device number 120
Mär 31 10:32:08 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 10:32:08 nyarch kernel: usb 3-12: new full-speed USB device number 121 using xhci_hcd
Mär 31 10:32:09 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:32:09 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:32:09 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:32:09 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:32:09 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:32:22 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 10:32:23 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 10:32:23 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 10:32:24 nyarch kernel: usb 3-12: USB disconnect, device number 121
Mär 31 10:32:24 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 10:32:24 nyarch kernel: usb 3-12: new full-speed USB device number 122 using xhci_hcd
Mär 31 10:32:24 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:32:24 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:32:24 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:32:25 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:32:25 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:33:56 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 10:33:57 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 10:33:57 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 10:33:58 nyarch kernel: usb 3-12: USB disconnect, device number 122
Mär 31 10:33:58 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 10:33:58 nyarch kernel: usb 3-12: new full-speed USB device number 123 using xhci_hcd
Mär 31 10:33:59 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:33:59 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:33:59 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:33:59 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:33:59 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:34:35 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 10:34:36 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 10:34:36 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 10:34:36 nyarch kernel: usb 3-12: USB disconnect, device number 123
Mär 31 10:34:36 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 10:34:37 nyarch kernel: usb 3-12: new full-speed USB device number 124 using xhci_hcd
Mär 31 10:34:37 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:34:37 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:34:37 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:34:37 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:34:37 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:34:54 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 10:34:55 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 10:34:55 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 10:34:55 nyarch kernel: usb 3-12: USB disconnect, device number 124
Mär 31 10:34:55 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 10:34:56 nyarch kernel: usb 3-12: new full-speed USB device number 125 using xhci_hcd
Mär 31 10:34:56 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:34:56 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:34:56 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:34:56 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:34:56 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:35:23 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 10:35:24 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 10:35:24 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 10:35:25 nyarch kernel: usb 3-12: USB disconnect, device number 125
Mär 31 10:35:25 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 10:35:25 nyarch kernel: usb 3-12: new full-speed USB device number 126 using xhci_hcd
Mär 31 10:35:25 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:35:25 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:35:25 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:35:26 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:35:26 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:36:12 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 10:36:13 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 10:36:13 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 10:36:14 nyarch kernel: usb 3-12: USB disconnect, device number 126
Mär 31 10:36:14 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 10:36:14 nyarch kernel: usb 3-12: new full-speed USB device number 127 using xhci_hcd
Mär 31 10:36:15 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:36:15 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:36:15 nyarch kernel: Bluetooth: hci8: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:36:15 nyarch kernel: Bluetooth: hci8: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:36:15 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:36:27 nyarch kernel: Bluetooth: hci8: ACL memdump size(589824)
Mär 31 10:36:28 nyarch kernel: Bluetooth: hci8: memdump done: pkts(2418), total(589824)
Mär 31 10:36:28 nyarch kernel: Bluetooth: hci8: hardware error 0x85
Mär 31 10:36:29 nyarch kernel: usb 3-12: USB disconnect, device number 127
Mär 31 10:36:29 nyarch kernel: Bluetooth: hci8: HCI reset during shutdown failed
Mär 31 10:36:29 nyarch kernel: usb 3-12: new full-speed USB device number 12 using xhci_hcd
Mär 31 10:36:29 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:36:29 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:36:29 nyarch kernel: Bluetooth: hci9: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:36:30 nyarch kernel: Bluetooth: hci9: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:36:30 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:37:03 nyarch kernel: Bluetooth: hci9: ACL memdump size(589824)
Mär 31 10:37:04 nyarch kernel: Bluetooth: hci9: memdump done: pkts(2418), total(589824)
Mär 31 10:37:04 nyarch kernel: Bluetooth: hci9: hardware error 0x85
Mär 31 10:37:04 nyarch kernel: usb 3-12: USB disconnect, device number 12
Mär 31 10:37:04 nyarch kernel: Bluetooth: hci9: HCI reset during shutdown failed
Mär 31 10:37:05 nyarch kernel: usb 3-12: new full-speed USB device number 14 using xhci_hcd
Mär 31 10:37:05 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:37:05 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:37:05 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:37:05 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:37:05 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:37:43 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 10:37:44 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 10:37:44 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 10:37:44 nyarch kernel: usb 3-12: USB disconnect, device number 14
Mär 31 10:37:44 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 10:37:45 nyarch kernel: usb 3-12: new full-speed USB device number 15 using xhci_hcd
Mär 31 10:37:45 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:37:45 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:37:45 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:37:45 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:37:45 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:38:02 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 10:38:03 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 10:38:03 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 10:38:03 nyarch kernel: usb 3-12: USB disconnect, device number 15
Mär 31 10:38:03 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 10:38:04 nyarch kernel: usb 3-12: new full-speed USB device number 16 using xhci_hcd
Mär 31 10:38:04 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:38:04 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:38:04 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:38:04 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:38:04 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:40:34 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 10:40:35 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 10:40:35 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 10:40:36 nyarch kernel: usb 3-12: USB disconnect, device number 16
Mär 31 10:40:36 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 10:40:36 nyarch kernel: usb 3-12: new full-speed USB device number 17 using xhci_hcd
Mär 31 10:40:36 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:40:36 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:40:36 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:40:37 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:40:37 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:41:04 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 10:41:05 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 10:41:05 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 10:41:05 nyarch kernel: usb 3-12: USB disconnect, device number 17
Mär 31 10:41:05 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 10:41:06 nyarch kernel: usb 3-12: new full-speed USB device number 18 using xhci_hcd
Mär 31 10:41:06 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:41:06 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:41:06 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:41:06 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:41:06 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:41:45 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 10:41:46 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 10:41:46 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 10:41:46 nyarch kernel: usb 3-12: USB disconnect, device number 18
Mär 31 10:41:46 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 10:41:47 nyarch kernel: usb 3-12: new full-speed USB device number 19 using xhci_hcd
Mär 31 10:41:47 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:41:47 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:41:47 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:41:47 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:41:47 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:43:29 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 10:43:30 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 10:43:30 nyarch kernel: usb 3-12: USB disconnect, device number 19
Mär 31 10:43:30 nyarch kernel: Bluetooth: hci5: Opcode 0x0402 failed: -19
Mär 31 10:43:30 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 10:43:30 nyarch kernel: Bluetooth: hci5: sending frame failed (-19)
Mär 31 10:43:30 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 10:43:30 nyarch kernel: usb 3-12: new full-speed USB device number 20 using xhci_hcd
Mär 31 10:43:31 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:43:31 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:43:31 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:43:31 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:43:31 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:44:02 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 10:44:03 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 10:44:03 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 10:44:04 nyarch kernel: usb 3-12: USB disconnect, device number 20
Mär 31 10:44:04 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 10:44:04 nyarch kernel: usb 3-12: new full-speed USB device number 21 using xhci_hcd
Mär 31 10:44:05 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:44:05 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:44:05 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:44:05 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:44:05 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:46:22 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 10:46:23 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 10:46:23 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 10:46:23 nyarch kernel: usb 3-12: USB disconnect, device number 21
Mär 31 10:46:23 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 10:46:24 nyarch kernel: usb 3-12: new full-speed USB device number 22 using xhci_hcd
Mär 31 10:46:24 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:46:24 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:46:24 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:46:24 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:46:24 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:47:08 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 10:47:09 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 10:47:09 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 10:47:10 nyarch kernel: usb 3-12: USB disconnect, device number 22
Mär 31 10:47:10 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 10:47:10 nyarch kernel: usb 3-12: new full-speed USB device number 23 using xhci_hcd
Mär 31 10:47:10 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:47:10 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:47:10 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:47:10 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:47:11 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:48:24 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 10:48:25 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 10:48:25 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 10:48:25 nyarch kernel: usb 3-12: USB disconnect, device number 23
Mär 31 10:48:25 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 10:48:26 nyarch kernel: usb 3-12: new full-speed USB device number 24 using xhci_hcd
Mär 31 10:48:26 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:48:26 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:48:26 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:48:26 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:48:26 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:48:54 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 10:48:55 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 10:48:55 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 10:48:56 nyarch kernel: usb 3-12: USB disconnect, device number 24
Mär 31 10:48:56 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 10:48:56 nyarch kernel: usb 3-12: new full-speed USB device number 25 using xhci_hcd
Mär 31 10:48:56 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:48:56 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:48:56 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:48:57 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:48:57 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:49:42 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 10:49:43 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 10:49:43 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 10:49:44 nyarch kernel: usb 3-12: USB disconnect, device number 25
Mär 31 10:49:44 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 10:49:44 nyarch kernel: usb 3-12: new full-speed USB device number 26 using xhci_hcd
Mär 31 10:49:44 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:49:44 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:49:44 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:49:45 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:49:45 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:50:55 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 10:50:56 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 10:50:56 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 10:50:56 nyarch kernel: usb 3-12: USB disconnect, device number 26
Mär 31 10:50:56 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 10:50:57 nyarch kernel: usb 3-12: new full-speed USB device number 27 using xhci_hcd
Mär 31 10:50:57 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:50:57 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:50:57 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:50:57 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:50:57 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:51:35 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 10:51:36 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 10:51:36 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 10:51:36 nyarch kernel: usb 3-12: USB disconnect, device number 27
Mär 31 10:51:36 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 10:51:36 nyarch kernel: usb 3-12: new full-speed USB device number 28 using xhci_hcd
Mär 31 10:51:37 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:51:37 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:51:37 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:51:37 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:51:37 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:52:26 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 10:52:27 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 10:52:27 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 10:52:27 nyarch kernel: usb 3-12: USB disconnect, device number 28
Mär 31 10:52:27 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 10:52:28 nyarch kernel: usb 3-12: new full-speed USB device number 29 using xhci_hcd
Mär 31 10:52:28 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:52:28 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:52:28 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:52:28 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:52:28 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:53:25 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 10:53:26 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 10:53:26 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 10:53:26 nyarch kernel: usb 3-12: USB disconnect, device number 29
Mär 31 10:53:26 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 10:53:26 nyarch kernel: usb 3-12: new full-speed USB device number 30 using xhci_hcd
Mär 31 10:53:27 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:53:27 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:53:27 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:53:27 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:53:27 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:54:06 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 10:54:07 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 10:54:07 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 10:54:07 nyarch kernel: usb 3-12: USB disconnect, device number 30
Mär 31 10:54:07 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 10:54:07 nyarch kernel: usb 3-12: new full-speed USB device number 31 using xhci_hcd
Mär 31 10:54:08 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:54:08 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:54:08 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:54:08 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:54:08 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:54:22 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 10:54:23 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 10:54:23 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 10:54:24 nyarch kernel: usb 3-12: USB disconnect, device number 31
Mär 31 10:54:24 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 10:54:24 nyarch kernel: usb 3-12: new full-speed USB device number 32 using xhci_hcd
Mär 31 10:54:24 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:54:24 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:54:25 nyarch kernel: Bluetooth: hci8: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:54:25 nyarch kernel: Bluetooth: hci8: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:54:25 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:55:07 nyarch kernel: Bluetooth: hci8: ACL memdump size(589824)
Mär 31 10:55:09 nyarch kernel: Bluetooth: hci8: memdump done: pkts(2418), total(589824)
Mär 31 10:55:09 nyarch kernel: Bluetooth: hci8: hardware error 0x85
Mär 31 10:55:09 nyarch kernel: usb 3-12: USB disconnect, device number 32
Mär 31 10:55:09 nyarch kernel: Bluetooth: hci8: HCI reset during shutdown failed
Mär 31 10:55:09 nyarch kernel: usb 3-12: new full-speed USB device number 33 using xhci_hcd
Mär 31 10:55:10 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:55:10 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:55:10 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:55:10 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:55:10 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:55:32 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 10:55:33 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 10:55:33 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 10:55:34 nyarch kernel: usb 3-12: USB disconnect, device number 33
Mär 31 10:55:34 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 10:55:34 nyarch kernel: usb 3-12: new full-speed USB device number 34 using xhci_hcd
Mär 31 10:55:34 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:55:34 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:55:34 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:55:34 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:55:35 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:56:04 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 10:56:05 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 10:56:05 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 10:56:05 nyarch kernel: usb 3-12: USB disconnect, device number 34
Mär 31 10:56:05 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 10:56:06 nyarch kernel: usb 3-12: new full-speed USB device number 35 using xhci_hcd
Mär 31 10:56:06 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:56:06 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:56:06 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:56:06 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:56:06 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:56:33 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 10:56:34 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 10:56:34 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 10:56:34 nyarch kernel: usb 3-12: USB disconnect, device number 35
Mär 31 10:56:34 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 10:56:35 nyarch kernel: usb 3-12: new full-speed USB device number 36 using xhci_hcd
Mär 31 10:56:35 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:56:35 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:56:35 nyarch kernel: Bluetooth: hci9: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:56:35 nyarch kernel: Bluetooth: hci9: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:56:36 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:58:03 nyarch kernel: Bluetooth: hci9: ACL memdump size(589824)
Mär 31 10:58:04 nyarch kernel: Bluetooth: hci9: memdump done: pkts(2418), total(589824)
Mär 31 10:58:04 nyarch kernel: Bluetooth: hci9: hardware error 0x85
Mär 31 10:58:04 nyarch kernel: usb 3-12: USB disconnect, device number 36
Mär 31 10:58:04 nyarch kernel: Bluetooth: hci9: HCI reset during shutdown failed
Mär 31 10:58:05 nyarch kernel: usb 3-12: new full-speed USB device number 37 using xhci_hcd
Mär 31 10:58:05 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:58:05 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:58:05 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:58:05 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:58:05 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:58:26 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 10:58:27 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 10:58:27 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 10:58:27 nyarch kernel: usb 3-12: USB disconnect, device number 37
Mär 31 10:58:27 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 10:58:28 nyarch kernel: usb 3-12: new full-speed USB device number 38 using xhci_hcd
Mär 31 10:58:28 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:58:28 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:58:28 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:58:28 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:58:28 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:59:12 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 10:59:13 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 10:59:13 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 10:59:14 nyarch kernel: usb 3-12: USB disconnect, device number 38
Mär 31 10:59:14 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 10:59:14 nyarch kernel: usb 3-12: new full-speed USB device number 39 using xhci_hcd
Mär 31 10:59:14 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:59:14 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:59:15 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:59:15 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:59:15 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 10:59:53 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 10:59:54 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 10:59:54 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 10:59:54 nyarch kernel: usb 3-12: USB disconnect, device number 39
Mär 31 10:59:54 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 10:59:55 nyarch kernel: usb 3-12: new full-speed USB device number 40 using xhci_hcd
Mär 31 10:59:55 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 10:59:55 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 10:59:55 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 10:59:55 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 10:59:55 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:00:48 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 11:00:49 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 11:00:49 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 11:00:49 nyarch kernel: usb 3-12: USB disconnect, device number 40
Mär 31 11:00:49 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 11:00:50 nyarch kernel: usb 3-12: new full-speed USB device number 41 using xhci_hcd
Mär 31 11:00:50 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:00:50 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:00:50 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:00:50 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:00:50 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:01:23 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 11:01:24 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 11:01:24 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 11:01:24 nyarch kernel: usb 3-12: USB disconnect, device number 41
Mär 31 11:01:24 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 11:01:24 nyarch kernel: usb 3-12: new full-speed USB device number 42 using xhci_hcd
Mär 31 11:01:25 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:01:25 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:01:25 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:01:25 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:01:25 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:02:25 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 11:02:27 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 11:02:27 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 11:02:27 nyarch kernel: usb 3-12: USB disconnect, device number 42
Mär 31 11:02:27 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 11:02:28 nyarch kernel: usb 3-12: new full-speed USB device number 43 using xhci_hcd
Mär 31 11:02:28 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:02:28 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:02:28 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:02:28 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:02:28 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:02:55 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 11:02:56 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 11:02:56 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 11:02:56 nyarch kernel: usb 3-12: USB disconnect, device number 43
Mär 31 11:02:56 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 11:02:57 nyarch kernel: usb 3-12: new full-speed USB device number 44 using xhci_hcd
Mär 31 11:02:57 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:02:57 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:02:57 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:02:57 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:02:58 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:03:35 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 11:03:36 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 11:03:36 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 11:03:36 nyarch kernel: usb 3-12: USB disconnect, device number 44
Mär 31 11:03:36 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 11:03:36 nyarch kernel: usb 3-12: new full-speed USB device number 45 using xhci_hcd
Mär 31 11:03:37 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:03:37 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:03:37 nyarch kernel: Bluetooth: hci8: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:03:37 nyarch kernel: Bluetooth: hci8: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:03:37 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:03:56 nyarch kernel: Bluetooth: hci8: ACL memdump size(589824)
Mär 31 11:03:56 nyarch kernel: Bluetooth: hci8: memdump done: pkts(2418), total(589824)
Mär 31 11:03:56 nyarch kernel: Bluetooth: hci8: hardware error 0x85
Mär 31 11:03:57 nyarch kernel: usb 3-12: USB disconnect, device number 45
Mär 31 11:03:57 nyarch kernel: Bluetooth: hci8: HCI reset during shutdown failed
Mär 31 11:03:57 nyarch kernel: usb 3-12: new full-speed USB device number 46 using xhci_hcd
Mär 31 11:03:58 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:03:58 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:03:58 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:03:58 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:03:58 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:05:45 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 11:05:45 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 11:05:45 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 11:05:46 nyarch kernel: usb 3-12: USB disconnect, device number 46
Mär 31 11:05:46 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 11:05:46 nyarch kernel: usb 3-12: new full-speed USB device number 47 using xhci_hcd
Mär 31 11:05:47 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:05:47 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:05:47 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:05:47 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:05:47 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:06:15 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 11:06:16 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 11:06:16 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 11:06:17 nyarch kernel: usb 3-12: USB disconnect, device number 47
Mär 31 11:06:17 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 11:06:17 nyarch kernel: usb 3-12: new full-speed USB device number 48 using xhci_hcd
Mär 31 11:06:18 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:06:18 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:06:18 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:06:18 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:06:18 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:06:37 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 11:06:38 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 11:06:38 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 11:06:38 nyarch kernel: usb 3-12: USB disconnect, device number 48
Mär 31 11:06:38 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 11:06:39 nyarch kernel: usb 3-12: new full-speed USB device number 49 using xhci_hcd
Mär 31 11:06:39 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:06:39 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:06:39 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:06:39 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:06:39 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:07:05 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 11:07:06 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 11:07:06 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 11:07:07 nyarch kernel: usb 3-12: USB disconnect, device number 49
Mär 31 11:07:07 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 11:07:07 nyarch kernel: usb 3-12: new full-speed USB device number 50 using xhci_hcd
Mär 31 11:07:07 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:07:07 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:07:07 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:07:08 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:07:08 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:07:22 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 11:07:23 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 11:07:23 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 11:07:23 nyarch kernel: usb 3-12: USB disconnect, device number 50
Mär 31 11:07:23 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 11:07:24 nyarch kernel: usb 3-12: new full-speed USB device number 51 using xhci_hcd
Mär 31 11:07:24 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:07:24 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:07:24 nyarch kernel: Bluetooth: hci9: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:07:24 nyarch kernel: Bluetooth: hci9: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:07:24 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:07:52 nyarch kernel: Bluetooth: hci9: ACL memdump size(589824)
Mär 31 11:07:53 nyarch kernel: Bluetooth: hci9: memdump done: pkts(2418), total(589824)
Mär 31 11:07:53 nyarch kernel: Bluetooth: hci9: hardware error 0x85
Mär 31 11:07:53 nyarch kernel: usb 3-12: USB disconnect, device number 51
Mär 31 11:07:53 nyarch kernel: Bluetooth: hci9: HCI reset during shutdown failed
Mär 31 11:07:53 nyarch kernel: usb 3-12: new full-speed USB device number 52 using xhci_hcd
Mär 31 11:07:54 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:07:54 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:07:54 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:07:54 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:07:54 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:08:23 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 11:08:24 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 11:08:24 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 11:08:25 nyarch kernel: usb 3-12: USB disconnect, device number 52
Mär 31 11:08:25 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 11:08:25 nyarch kernel: usb 3-12: new full-speed USB device number 53 using xhci_hcd
Mär 31 11:08:25 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:08:25 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:08:25 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:08:26 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:08:26 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:09:29 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 11:09:30 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 11:09:30 nyarch kernel: usb 3-12: USB disconnect, device number 53
Mär 31 11:09:30 nyarch kernel: Bluetooth: hci0: Opcode 0x0402 failed: -19
Mär 31 11:09:30 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 11:09:30 nyarch kernel: Bluetooth: hci0: sending frame failed (-19)
Mär 31 11:09:30 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 11:09:30 nyarch kernel: usb 3-12: new full-speed USB device number 54 using xhci_hcd
Mär 31 11:09:31 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:09:31 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:09:31 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:09:31 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:09:31 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:10:05 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 11:10:06 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 11:10:06 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 11:10:07 nyarch kernel: usb 3-12: USB disconnect, device number 54
Mär 31 11:10:07 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 11:10:07 nyarch kernel: usb 3-12: new full-speed USB device number 55 using xhci_hcd
Mär 31 11:10:07 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:10:07 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:10:08 nyarch kernel: Bluetooth: hci8: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:10:08 nyarch kernel: Bluetooth: hci8: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:10:08 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:10:54 nyarch kernel: Bluetooth: hci8: ACL memdump size(589824)
Mär 31 11:10:55 nyarch kernel: Bluetooth: hci8: memdump done: pkts(2418), total(589824)
Mär 31 11:10:55 nyarch kernel: Bluetooth: hci8: hardware error 0x85
Mär 31 11:10:55 nyarch kernel: usb 3-12: USB disconnect, device number 55
Mär 31 11:10:55 nyarch kernel: Bluetooth: hci8: HCI reset during shutdown failed
Mär 31 11:10:56 nyarch kernel: usb 3-12: new full-speed USB device number 56 using xhci_hcd
Mär 31 11:10:56 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:10:56 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:10:56 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:10:56 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:10:57 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:11:55 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 11:11:56 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 11:11:56 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 11:11:57 nyarch kernel: usb 3-12: USB disconnect, device number 56
Mär 31 11:11:57 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 11:11:57 nyarch kernel: usb 3-12: new full-speed USB device number 57 using xhci_hcd
Mär 31 11:11:58 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:11:58 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:11:58 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:11:58 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:11:58 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:12:22 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 11:12:23 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 11:12:23 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 11:12:24 nyarch kernel: usb 3-12: USB disconnect, device number 57
Mär 31 11:12:24 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 11:12:24 nyarch kernel: usb 3-12: new full-speed USB device number 58 using xhci_hcd
Mär 31 11:12:24 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:12:24 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:12:25 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:12:25 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:12:25 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:12:58 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 11:12:59 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 11:12:59 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 11:12:59 nyarch kernel: usb 3-12: USB disconnect, device number 58
Mär 31 11:12:59 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 11:13:00 nyarch kernel: usb 3-12: new full-speed USB device number 59 using xhci_hcd
Mär 31 11:13:00 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:13:00 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:13:00 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:13:00 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:13:00 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:13:47 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 11:13:47 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 11:13:47 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 11:13:48 nyarch kernel: usb 3-12: USB disconnect, device number 59
Mär 31 11:13:48 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 11:13:48 nyarch kernel: usb 3-12: new full-speed USB device number 60 using xhci_hcd
Mär 31 11:13:49 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:13:49 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:13:49 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:13:49 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:13:49 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:14:32 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 11:14:33 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 11:14:33 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 11:14:34 nyarch kernel: usb 3-12: USB disconnect, device number 60
Mär 31 11:14:34 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 11:14:34 nyarch kernel: usb 3-12: new full-speed USB device number 61 using xhci_hcd
Mär 31 11:14:34 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:14:34 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:14:34 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:14:35 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:14:35 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:15:05 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 11:15:06 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 11:15:06 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 11:15:06 nyarch kernel: usb 3-12: USB disconnect, device number 61
Mär 31 11:15:06 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 11:15:07 nyarch kernel: usb 3-12: new full-speed USB device number 62 using xhci_hcd
Mär 31 11:15:07 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:15:07 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:15:07 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:15:07 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:15:07 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:16:55 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 11:16:56 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 11:16:56 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 11:16:56 nyarch kernel: usb 3-12: USB disconnect, device number 62
Mär 31 11:16:56 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 11:16:57 nyarch kernel: usb 3-12: new full-speed USB device number 63 using xhci_hcd
Mär 31 11:16:57 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:16:57 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:16:57 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:16:57 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:16:57 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:17:22 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 11:17:23 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 11:17:23 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 11:17:23 nyarch kernel: usb 3-12: USB disconnect, device number 63
Mär 31 11:17:23 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 11:17:24 nyarch kernel: usb 3-12: new full-speed USB device number 64 using xhci_hcd
Mär 31 11:17:24 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:17:24 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:17:24 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:17:24 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:17:24 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:18:16 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 11:18:17 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 11:18:17 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 11:18:17 nyarch kernel: usb 3-12: USB disconnect, device number 64
Mär 31 11:18:17 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 11:18:18 nyarch kernel: usb 3-12: new full-speed USB device number 65 using xhci_hcd
Mär 31 11:18:18 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:18:18 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:18:18 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:18:18 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:18:18 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:18:32 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 11:18:33 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 11:18:33 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 11:18:34 nyarch kernel: usb 3-12: USB disconnect, device number 65
Mär 31 11:18:34 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 11:18:34 nyarch kernel: usb 3-12: new full-speed USB device number 66 using xhci_hcd
Mär 31 11:18:35 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:18:35 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:18:35 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:18:35 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:18:35 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:20:27 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 11:20:27 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 11:20:27 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 11:20:28 nyarch kernel: usb 3-12: USB disconnect, device number 66
Mär 31 11:20:28 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 11:20:28 nyarch kernel: usb 3-12: new full-speed USB device number 67 using xhci_hcd
Mär 31 11:20:29 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:20:29 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:20:29 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:20:29 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:20:29 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:21:25 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 11:21:26 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 11:21:26 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 11:21:27 nyarch kernel: usb 3-12: USB disconnect, device number 67
Mär 31 11:21:27 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 11:21:27 nyarch kernel: usb 3-12: new full-speed USB device number 68 using xhci_hcd
Mär 31 11:21:28 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:21:28 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:21:28 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:21:28 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:21:28 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:22:23 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 11:22:24 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 11:22:24 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 11:22:24 nyarch kernel: usb 3-12: USB disconnect, device number 68
Mär 31 11:22:24 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 11:22:25 nyarch kernel: usb 3-12: new full-speed USB device number 69 using xhci_hcd
Mär 31 11:22:25 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:22:25 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:22:25 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:22:25 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:22:25 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:24:02 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 11:24:03 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 11:24:03 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 11:24:04 nyarch kernel: usb 3-12: USB disconnect, device number 69
Mär 31 11:24:04 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 11:24:04 nyarch kernel: usb 3-12: new full-speed USB device number 70 using xhci_hcd
Mär 31 11:24:04 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:24:04 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:24:04 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:24:04 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:24:05 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:24:46 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 11:24:47 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 11:24:47 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 11:24:48 nyarch kernel: usb 3-12: USB disconnect, device number 70
Mär 31 11:24:48 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 11:24:48 nyarch kernel: usb 3-12: new full-speed USB device number 71 using xhci_hcd
Mär 31 11:24:48 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:24:48 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:24:48 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:24:48 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:24:49 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:26:07 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 11:26:08 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 11:26:08 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 11:26:08 nyarch kernel: usb 3-12: USB disconnect, device number 71
Mär 31 11:26:08 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 11:26:08 nyarch kernel: usb 3-12: new full-speed USB device number 72 using xhci_hcd
Mär 31 11:26:09 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:26:09 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:26:09 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:26:09 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:26:09 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:26:56 nyarch kernel: Bluetooth: hci2: ACL memdump size(589824)
Mär 31 11:26:57 nyarch kernel: Bluetooth: hci2: memdump done: pkts(2418), total(589824)
Mär 31 11:26:57 nyarch kernel: Bluetooth: hci2: hardware error 0x85
Mär 31 11:26:58 nyarch kernel: usb 3-12: USB disconnect, device number 72
Mär 31 11:26:58 nyarch kernel: Bluetooth: hci2: HCI reset during shutdown failed
Mär 31 11:26:58 nyarch kernel: usb 3-12: new full-speed USB device number 73 using xhci_hcd
Mär 31 11:26:58 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:26:58 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:26:58 nyarch kernel: Bluetooth: hci3: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:26:58 nyarch kernel: Bluetooth: hci3: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:26:59 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:27:33 nyarch kernel: Bluetooth: hci3: ACL memdump size(589824)
Mär 31 11:27:34 nyarch kernel: Bluetooth: hci3: memdump done: pkts(2418), total(589824)
Mär 31 11:27:34 nyarch kernel: Bluetooth: hci3: hardware error 0x85
Mär 31 11:27:35 nyarch kernel: usb 3-12: USB disconnect, device number 73
Mär 31 11:27:35 nyarch kernel: Bluetooth: hci3: HCI reset during shutdown failed
Mär 31 11:27:35 nyarch kernel: usb 3-12: new full-speed USB device number 74 using xhci_hcd
Mär 31 11:27:36 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:27:36 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:27:36 nyarch kernel: Bluetooth: hci6: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:27:36 nyarch kernel: Bluetooth: hci6: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:27:36 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:27:52 nyarch kernel: Bluetooth: hci6: ACL memdump size(589824)
Mär 31 11:27:53 nyarch kernel: Bluetooth: hci6: memdump done: pkts(2418), total(589824)
Mär 31 11:27:53 nyarch kernel: Bluetooth: hci6: hardware error 0x85
Mär 31 11:27:53 nyarch kernel: usb 3-12: USB disconnect, device number 74
Mär 31 11:27:53 nyarch kernel: Bluetooth: hci6: HCI reset during shutdown failed
Mär 31 11:27:53 nyarch kernel: usb 3-12: new full-speed USB device number 75 using xhci_hcd
Mär 31 11:27:54 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:27:54 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:27:54 nyarch kernel: Bluetooth: hci4: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:27:54 nyarch kernel: Bluetooth: hci4: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:27:54 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Unexpected continuation: 1 bytes
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Received unexpected HCI Event 0x00
Mär 31 11:28:59 nyarch kernel: Bluetooth: hci4: Ignoring error of Inquiry Cancel command
Mär 31 11:29:25 nyarch kernel: Bluetooth: hci4: ACL memdump size(589824)
Mär 31 11:29:26 nyarch kernel: Bluetooth: hci4: memdump done: pkts(2418), total(589824)
Mär 31 11:29:26 nyarch kernel: Bluetooth: hci4: hardware error 0x85
Mär 31 11:29:27 nyarch kernel: usb 3-12: USB disconnect, device number 75
Mär 31 11:29:27 nyarch kernel: Bluetooth: hci4: HCI reset during shutdown failed
Mär 31 11:29:27 nyarch kernel: usb 3-12: new full-speed USB device number 76 using xhci_hcd
Mär 31 11:29:27 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:29:27 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:29:27 nyarch kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:29:27 nyarch kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:29:28 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:30:02 nyarch kernel: Bluetooth: hci0: ACL memdump size(589824)
Mär 31 11:30:03 nyarch kernel: Bluetooth: hci0: memdump done: pkts(2418), total(589824)
Mär 31 11:30:03 nyarch kernel: Bluetooth: hci0: hardware error 0x85
Mär 31 11:30:03 nyarch kernel: usb 3-12: USB disconnect, device number 76
Mär 31 11:30:03 nyarch kernel: Bluetooth: hci0: HCI reset during shutdown failed
Mär 31 11:30:04 nyarch kernel: usb 3-12: new full-speed USB device number 77 using xhci_hcd
Mär 31 11:30:04 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:30:04 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:30:04 nyarch kernel: Bluetooth: hci1: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:30:04 nyarch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:30:04 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:30:44 nyarch kernel: Bluetooth: hci1: ACL memdump size(589824)
Mär 31 11:30:45 nyarch kernel: Bluetooth: hci1: memdump done: pkts(2418), total(589824)
Mär 31 11:30:45 nyarch kernel: Bluetooth: hci1: hardware error 0x85
Mär 31 11:30:45 nyarch kernel: usb 3-12: USB disconnect, device number 77
Mär 31 11:30:45 nyarch kernel: Bluetooth: hci1: HCI reset during shutdown failed
Mär 31 11:30:46 nyarch kernel: usb 3-12: new full-speed USB device number 78 using xhci_hcd
Mär 31 11:30:46 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:30:46 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:30:46 nyarch kernel: Bluetooth: hci7: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:30:46 nyarch kernel: Bluetooth: hci7: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:30:46 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:31:05 nyarch kernel: Bluetooth: hci7: ACL memdump size(589824)
Mär 31 11:31:06 nyarch kernel: Bluetooth: hci7: memdump done: pkts(2418), total(589824)
Mär 31 11:31:06 nyarch kernel: Bluetooth: hci7: hardware error 0x85
Mär 31 11:31:07 nyarch kernel: usb 3-12: USB disconnect, device number 78
Mär 31 11:31:07 nyarch kernel: Bluetooth: hci7: HCI reset during shutdown failed
Mär 31 11:31:07 nyarch kernel: usb 3-12: new full-speed USB device number 79 using xhci_hcd
Mär 31 11:31:08 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:31:08 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:31:08 nyarch kernel: Bluetooth: hci8: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:31:08 nyarch kernel: Bluetooth: hci8: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:31:08 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:31:22 nyarch kernel: Bluetooth: hci8: ACL memdump size(589824)
Mär 31 11:31:22 nyarch kernel: Bluetooth: hci8: memdump done: pkts(2418), total(589824)
Mär 31 11:31:23 nyarch kernel: Bluetooth: hci8: hardware error 0x85
Mär 31 11:31:23 nyarch kernel: usb 3-12: USB disconnect, device number 79
Mär 31 11:31:23 nyarch kernel: Bluetooth: hci8: HCI reset during shutdown failed
Mär 31 11:31:23 nyarch kernel: usb 3-12: new full-speed USB device number 80 using xhci_hcd
Mär 31 11:31:24 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:31:24 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:31:24 nyarch kernel: Bluetooth: hci9: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:31:24 nyarch kernel: Bluetooth: hci9: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:31:24 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:31:55 nyarch kernel: Bluetooth: hci9: ACL memdump size(589824)
Mär 31 11:31:56 nyarch kernel: Bluetooth: hci9: memdump done: pkts(2418), total(589824)
Mär 31 11:31:56 nyarch kernel: Bluetooth: hci9: hardware error 0x85
Mär 31 11:31:57 nyarch kernel: usb 3-12: USB disconnect, device number 80
Mär 31 11:31:57 nyarch kernel: Bluetooth: hci9: HCI reset during shutdown failed
Mär 31 11:31:57 nyarch kernel: usb 3-12: new full-speed USB device number 81 using xhci_hcd
Mär 31 11:31:57 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:31:57 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:31:57 nyarch kernel: Bluetooth: hci5: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:31:57 nyarch kernel: Bluetooth: hci5: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:31:58 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:33:46 nyarch kernel: Bluetooth: hci5: ACL memdump size(589824)
Mär 31 11:33:47 nyarch kernel: Bluetooth: hci5: memdump done: pkts(2418), total(589824)
Mär 31 11:33:47 nyarch kernel: Bluetooth: hci5: hardware error 0x85
Mär 31 11:33:47 nyarch kernel: usb 3-12: USB disconnect, device number 81
Mär 31 11:33:47 nyarch kernel: Bluetooth: hci5: HCI reset during shutdown failed
Mär 31 11:33:47 nyarch kernel: usb 3-12: new full-speed USB device number 82 using xhci_hcd
Mär 31 11:33:48 nyarch kernel: usb 3-12: New USB device found, idVendor=0489, idProduct=e10a, bcdDevice= 0.01
Mär 31 11:33:48 nyarch kernel: usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mär 31 11:33:48 nyarch kernel: Bluetooth: hci2: using NVM file: qca/nvm_usb_00190200.bin
Mär 31 11:33:48 nyarch kernel: Bluetooth: hci2: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Mär 31 11:33:48 nyarch kernel: Bluetooth: MGMT ver 1.23
Mär 31 11:34:31 nyarch kernel: Bluetooth: hci2: Opcode 0x0402 failed: -110
Mär 31 11:34:31 nyarch kernel: Bluetooth: hci2: command 0x0402 tx timeout
Mär 31 11:34:31 nyarch kernel: Bluetooth: hci2: Resetting usb device.
Mär 31 11:34:31 nyarch kernel: usb 3-12: reset full-speed USB device number 82 using xhci_hcd
Mär 31 11:34:47 nyarch kernel: usb 3-12: device descriptor read/64, error -110
Mär 31 11:35:02 nyarch kernel: usb 3-12: device descriptor read/64, error -110
Mär 31 11:35:03 nyarch kernel: usb 3-12: reset full-speed USB device number 82 using xhci_hcd
Mär 31 11:35:18 nyarch kernel: usb 3-12: device descriptor read/64, error -110
Mär 31 11:35:34 nyarch kernel: usb 3-12: device descriptor read/64, error -110
Mär 31 11:35:34 nyarch kernel: usb 3-12: reset full-speed USB device number 82 using xhci_hcd
Mär 31 11:35:39 nyarch kernel: usb 3-12: Device not responding to setup address.
Mär 31 11:35:44 nyarch kernel: usb 3-12: Device not responding to setup address.
Mär 31 11:35:45 nyarch kernel: usb 3-12: device not accepting address 82, error -71
Mär 31 11:35:45 nyarch kernel: usb 3-12: WARN: invalid context state for evaluate context command.
Mär 31 11:35:45 nyarch kernel: usb 3-12: reset full-speed USB device number 82 using xhci_hcd
Mär 31 11:35:45 nyarch kernel: usb 3-12: Device not responding to setup address.
Mär 31 12:31:12 nyarch kernel: usb 3-12: device not accepting address 82, error -62
Mär 31 12:31:12 nyarch kernel: usb 3-12: USB disconnect, device number 82

This boot it did not stall , but I still have this from

journalctl -b -k | grep -E "3-12|Bluetooth"
Apr 01 07:21:48 nyarch kernel: usb 3-12: new full-speed USB device number 13 using xhci_hcd
Apr 01 07:21:48 nyarch kernel: usb 3-12: device descriptor read/64, error -110
Apr 01 07:21:48 nyarch kernel: usb 3-12: device descriptor read/64, error -110
Apr 01 07:21:48 nyarch kernel: usb 3-12: new full-speed USB device number 14 using xhci_hcd
Apr 01 07:21:48 nyarch kernel: usb 3-12: device descriptor read/64, error -110
Apr 01 07:21:48 nyarch kernel: usb 3-12: device descriptor read/64, error -110
Apr 01 07:21:48 nyarch kernel: usb 3-12: new full-speed USB device number 15 using xhci_hcd
Apr 01 07:21:48 nyarch kernel: usb 3-12: Device not responding to setup address.
Apr 01 07:21:48 nyarch kernel: usb 3-12: Device not responding to setup address.
Apr 01 07:21:48 nyarch kernel: usb 3-12: device not accepting address 15, error -71
Apr 01 07:21:48 nyarch kernel: usb 3-12: WARN: invalid context state for evaluate context command.
Apr 01 07:21:48 nyarch kernel: usb 3-12: new full-speed USB device number 16 using xhci_hcd
Apr 01 07:21:48 nyarch kernel: usb 3-12: Device not responding to setup address.
Apr 01 07:21:48 nyarch kernel: usb 3-12: Device not responding to setup address.
Apr 01 07:21:48 nyarch kernel: usb 3-12: device not accepting address 16, error -71
Apr 01 07:21:48 nyarch kernel: usb 3-12: WARN: invalid context state for evaluate context command.

So. something seems to be wrong with this bluetooth controller (0489:e10a).

There are also reports on the bazzite github:
https://github.com/ublue-os/bazzite/issues/3812
As well as on the CachyOS forums:
https://discuss.cachyos.org/t/bluetooth … g/20027/28

Last edited by Nyunyun (2026-04-01 05:49:52)

Offline

Board footer

Powered by FluxBB