* CRASH during boot 3.16.3+
@ 2014-10-12 13:57 Udo van den Heuvel
2014-10-12 17:42 ` Peter Hurley
0 siblings, 1 reply; 11+ messages in thread
From: Udo van den Heuvel @ 2014-10-12 13:57 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org
Hello,
3.16.2 boots and works fine.
Kernels 3.16.3 and newer crash very early during boot. (did not yet try
3.17)
The problem:
During the first few seconds of bootup the kernel gets into some sort of
loop and rapidly prints loads of register-like things and then a load of
rubbish.
I did `make clean` and then a rebuild etc but this did not help.
How can I capture the logging to find the point where things go wrong?
How can I find out what is wrong?
How can this problem be fixed?
Please post your insights.
Kind regards,
Udo
Base Board Information
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: F2A85X-UP4
# lspci
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h
(Models 10h-1fh) Processor Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Family 15h (Models
10h-1fh) I/O Memory Management Unit
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc.
[AMD/ATI] Trinity [Radeon HD 7660D]
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Trinity
HDMI Audio Controller
00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h
(Models 10h-1fh) Processor Root Port
00:07.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h
(Models 10h-1fh) Processor Root Port
00:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI
Controller (rev 03)
00:10.1 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI
Controller (rev 03)
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA
Controller [AHCI mode] (rev 40)
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI
Controller (rev 11)
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI
Controller (rev 11)
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI
Controller (rev 11)
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI
Controller (rev 11)
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller
(rev 14)
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia
Controller (rev 01)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge
(rev 11)
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge
(rev 40)
00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI
Controller (rev 11)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h
(Models 10h-1fh) Processor Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h
(Models 10h-1fh) Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h
(Models 10h-1fh) Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h
(Models 10h-1fh) Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h
(Models 10h-1fh) Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h
(Models 10h-1fh) Processor Function 5
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
02:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host
Controller (rev 01)
03:06.0 Serial controller: MosChip Semiconductor Technology Ltd. PCI
9835 Multi-I/O Controller (rev 01)
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: CRASH during boot 3.16.3+ 2014-10-12 13:57 CRASH during boot 3.16.3+ Udo van den Heuvel @ 2014-10-12 17:42 ` Peter Hurley 2014-10-13 10:14 ` Udo van den Heuvel 0 siblings, 1 reply; 11+ messages in thread From: Peter Hurley @ 2014-10-12 17:42 UTC (permalink / raw) To: Udo van den Heuvel, linux-kernel@vger.kernel.org On 10/12/2014 09:57 AM, Udo van den Heuvel wrote: > Hello, > > 3.16.2 boots and works fine. > Kernels 3.16.3 and newer crash very early during boot. (did not yet try > 3.17) > > The problem: > During the first few seconds of bootup the kernel gets into some sort of > loop and rapidly prints loads of register-like things and then a load of > rubbish. > I did `make clean` and then a rebuild etc but this did not help. > > How can I capture the logging to find the point where things go wrong? > How can I find out what is wrong? Start with git bisect between good=3.16.2 and bad=3.16.3. And dmesg from 3.16.2. What happens after the 'then a load of rubbish.'? And rubbish is not very descriptive. Please include a sample, if you can't catch all the console prints. Regards, Peter Hurley ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: CRASH during boot 3.16.3+ 2014-10-12 17:42 ` Peter Hurley @ 2014-10-13 10:14 ` Udo van den Heuvel 2014-10-13 12:14 ` Peter Hurley 2014-10-13 12:26 ` Chuck Ebbert 0 siblings, 2 replies; 11+ messages in thread From: Udo van den Heuvel @ 2014-10-13 10:14 UTC (permalink / raw) To: Peter Hurley, linux-kernel@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 893 bytes --] On 2014-10-12 19:42, Peter Hurley wrote: > On 10/12/2014 09:57 AM, Udo van den Heuvel wrote: >> The problem: >> During the first few seconds of bootup the kernel gets into some sort of >> loop and rapidly prints loads of register-like things and then a load of >> rubbish. >> I did `make clean` and then a rebuild etc but this did not help. >> >> How can I capture the logging to find the point where things go wrong? >> How can I find out what is wrong? > > Start with git bisect between good=3.16.2 and bad=3.16.3. > And dmesg from 3.16.2. Incomplete dmesg attached for 3.16.2. > What happens after the 'then a load of rubbish.'? I press reset as this is unexpected and looks like it will not result in a succesfull boot. > And rubbish is not very descriptive. Please include a sample, if you can't catch all the console prints. How can I capture the output easily? Kind regards, Udo [-- Attachment #2: dmesg-3.16.2.txt --] [-- Type: text/plain, Size: 93749 bytes --] [ 1.191596] perf: AMD NB counters detected [ 1.191673] LVT offset 0 assigned for vector 0x400 [ 1.191744] perf: AMD IBS detected (0x000000ff) [ 1.191824] Scanning for low memory corruption every 60 seconds [ 1.194550] sha1_ssse3: Using AVX optimized SHA-1 implementation [ 1.194692] alg: No test for crc32 (crc32-pclmul) [ 1.194757] sha256_ssse3: Using AVX optimized SHA-256 implementation [ 1.194978] sha512_ssse3: Using AVX optimized SHA-512 implementation [ 1.196963] AVX2 instructions are not detected. [ 1.197146] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 1.197227] audit: initializing netlink subsys (disabled) [ 1.197306] audit: type=2000 audit(1410081009.992:1): initialized [ 1.197556] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.197789] VFS: Disk quotas dquot_6.5.2 [ 1.197863] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.198111] msgmni has been set to 30368 [ 1.198787] alg: No test for stdrng (krng) [ 1.198858] NET: Registered protocol family 38 [ 1.198938] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 1.199031] io scheduler noop registered (default) [ 1.199253] pcieport 0000:00:04.0: irq 41 for MSI/MSI-X [ 1.199295] pcieport 0000:00:07.0: irq 42 for MSI/MSI-X [ 1.199442] ACPI: acpi_idle registered with cpuidle [ 1.199724] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.220059] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.240714] 0000:03:06.0: ttyS1 at I/O 0xd050 (irq = 20, base_baud = 115200) is a 16550A [ 1.261150] 0000:03:06.0: ttyS2 at I/O 0xd040 (irq = 20, base_baud = 115200) is a 16550A [ 1.262280] brd: module loaded [ 1.262784] loop: module loaded [ 1.262881] ahci 0000:00:11.0: version 3.0 [ 1.262976] ahci 0000:00:11.0: irq 43 for MSI/MSI-X [ 1.262980] ahci 0000:00:11.0: irq 44 for MSI/MSI-X [ 1.262983] ahci 0000:00:11.0: irq 45 for MSI/MSI-X [ 1.262987] ahci 0000:00:11.0: irq 46 for MSI/MSI-X [ 1.262990] ahci 0000:00:11.0: irq 47 for MSI/MSI-X [ 1.262994] ahci 0000:00:11.0: irq 48 for MSI/MSI-X [ 1.262997] ahci 0000:00:11.0: irq 49 for MSI/MSI-X [ 1.263000] ahci 0000:00:11.0: irq 50 for MSI/MSI-X [ 1.263087] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 8 ports 6 Gbps 0xff impl SATA mode [ 1.263186] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs [ 1.264311] scsi0 : ahci [ 1.264505] scsi1 : ahci [ 1.264649] scsi2 : ahci [ 1.264796] scsi3 : ahci [ 1.267371] scsi4 : ahci [ 1.267515] scsi5 : ahci [ 1.267658] scsi6 : ahci [ 1.267801] scsi7 : ahci [ 1.267890] ata1: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51100 irq 43 [ 1.267983] ata2: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51180 irq 44 [ 1.268075] ata3: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51200 irq 45 [ 1.268168] ata4: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51280 irq 46 [ 1.268266] ata5: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51300 irq 47 [ 1.268358] ata6: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51380 irq 48 [ 1.268450] ata7: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51400 irq 49 [ 1.268542] ata8: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51480 irq 50 [ 1.268710] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 1.269035] r8169 0000:01:00.0: irq 51 for MSI/MSI-X [ 1.269131] r8169 0000:01:00.0 eth0: RTL8168evl/8111evl at 0xffffc9000001c000, 90:2b:34:a1:03:8b, XID 0c900800 IRQ 51 [ 1.269224] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 1.269335] usbcore: registered new interface driver cdc_subset [ 1.269408] usbcore: registered new interface driver cdc_ncm [ 1.269491] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 1.270021] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.270090] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.270231] mousedev: PS/2 mouse device common for all mice [ 1.270399] input: PC Speaker as /devices/platform/pcspkr/input/input1 [ 1.270468] pps_ldisc: PPS line discipline registered [ 1.270530] md: raid1 personality registered for level 1 [ 1.270592] md: raid10 personality registered for level 10 [ 1.270774] md: raid6 personality registered for level 6 [ 1.270835] md: raid5 personality registered for level 5 [ 1.270896] md: raid4 personality registered for level 4 [ 1.271000] device-mapper: uevent: version 1.0.3 [ 1.271108] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 1.271325] TCP: cubic registered [ 1.271466] NET: Registered protocol family 10 [ 1.271725] NET: Registered protocol family 17 [ 1.271795] Key type dns_resolver registered [ 1.272222] registered taskstats version 1 [ 1.585166] ata4: SATA link down (SStatus 0 SControl 300) [ 1.585255] ata7: SATA link down (SStatus 0 SControl 300) [ 1.585373] ata8: SATA link down (SStatus 0 SControl 300) [ 1.756835] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 1.756920] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.756999] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.757081] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.757156] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.757846] ata5.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 [ 1.757922] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.758040] ata2.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 [ 1.758104] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.758232] ata3.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 [ 1.758298] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.758422] ata6.00: ATA-8: ST2000DM001-1CH164, CC26, max UDMA/133 [ 1.758487] ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.758967] ata5.00: configured for UDMA/133 [ 1.759275] ata2.00: configured for UDMA/133 [ 1.759348] ata3.00: configured for UDMA/133 [ 1.759430] ata1.00: ATAPI: PLEXTOR DVDR PX-891SA, 1.04, max UDMA/100 [ 1.759498] ata6.00: configured for UDMA/133 [ 1.760292] ata1.00: configured for UDMA/100 [ 1.762608] scsi 0:0:0:0: CD-ROM PLEXTOR DVDR PX-891SA 1.04 PQ: 0 ANSI: 5 [ 1.769776] scsi 1:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5 [ 1.770019] sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.770126] sd 1:0:0:0: [sda] 4096-byte physical blocks [ 1.770226] scsi 2:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5 [ 1.770283] sd 1:0:0:0: [sda] Write Protect is off [ 1.770285] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.770356] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.770620] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.770720] sd 2:0:0:0: [sdb] 4096-byte physical blocks [ 1.770823] scsi 4:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5 [ 1.770879] sd 2:0:0:0: [sdb] Write Protect is off [ 1.770881] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 1.770918] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.771208] sd 4:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.771281] scsi 5:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC26 PQ: 0 ANSI: 5 [ 1.771353] sd 5:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.771354] sd 5:0:0:0: [sdd] 4096-byte physical blocks [ 1.771399] sd 5:0:0:0: [sdd] Write Protect is off [ 1.771400] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00 [ 1.771442] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.771735] sd 4:0:0:0: [sdc] 4096-byte physical blocks [ 1.771819] sd 4:0:0:0: [sdc] Write Protect is off [ 1.771879] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00 [ 1.771888] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.780185] sda: sda1 sda2 sda4 [ 1.780625] sd 1:0:0:0: [sda] Attached SCSI disk [ 1.789829] sdb: sdb1 sdb2 sdb4 [ 1.790270] sd 2:0:0:0: [sdb] Attached SCSI disk [ 1.792711] sdd: sdd1 sdd2 sdd4 [ 1.792980] sd 5:0:0:0: [sdd] Attached SCSI disk [ 1.800631] sdc: sdc1 sdc2 sdc4 [ 1.800926] sd 4:0:0:0: [sdc] Attached SCSI disk [ 1.801237] Freeing unused kernel memory: 832K (ffffffffb973a000 - ffffffffb980a000) [ 1.803042] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) [ 1.803243] systemd[1]: Running in initial RAM disk. [ 1.803768] systemd[1]: Failed to insert module 'autofs4' [ 1.803860] systemd[1]: Set hostname to <surfplank2.hierzo>. [ 1.804261] random: systemd urandom read with 37 bits of entropy available [ 1.808636] systemd[1]: Expecting device dev-disk-by\x2duuid-1b97d8cb\x2d9875\x2d49cd\x2db2be\x2d0ce534c1b125.device... [ 1.808963] systemd[1]: Expecting device dev-mapper-myvg\x2dusrlv.device... [ 1.809193] systemd[1]: Expecting device dev-mapper-myvg\x2drootlv.device... [ 1.809424] systemd[1]: Expecting device dev-myvg-rootlv.device... [ 1.809660] systemd[1]: Starting -.slice. [ 1.810000] systemd[1]: Created slice -.slice. [ 1.810068] systemd[1]: Starting System Slice. [ 1.810394] systemd[1]: Created slice System Slice. [ 1.810462] systemd[1]: Starting Slices. [ 1.810753] systemd[1]: Reached target Slices. [ 1.810820] systemd[1]: Starting Timers. [ 1.811111] systemd[1]: Reached target Timers. [ 1.811177] systemd[1]: Starting Journal Socket. [ 1.811496] systemd[1]: Listening on Journal Socket. [ 1.811627] systemd[1]: Starting dracut cmdline hook... [ 1.812086] systemd[1]: Starting Journal Service... [ 1.812862] systemd[1]: Started Journal Service. [ 1.955271] systemd-udevd[280]: starting version 208 [ 2.026386] QUIRK: Enable AMD PLL fix [ 2.026404] xhci_hcd 0000:00:10.0: xHCI Host Controller [ 2.026513] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1 [ 2.026891] [drm] Initialized drm 1.1.0 20060810 [ 2.026912] xhci_hcd 0000:00:10.0: irq 52 for MSI/MSI-X [ 2.026921] xhci_hcd 0000:00:10.0: irq 53 for MSI/MSI-X [ 2.026930] xhci_hcd 0000:00:10.0: irq 54 for MSI/MSI-X [ 2.026939] xhci_hcd 0000:00:10.0: irq 55 for MSI/MSI-X [ 2.026946] xhci_hcd 0000:00:10.0: irq 56 for MSI/MSI-X [ 2.027307] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.027372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.027468] usb usb1: Product: xHCI Host Controller [ 2.027534] usb usb1: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.027602] usb usb1: SerialNumber: 0000:00:10.0 [ 2.027811] hub 1-0:1.0: USB hub found [ 2.027906] hub 1-0:1.0: 2 ports detected [ 2.028070] xhci_hcd 0000:00:10.0: xHCI Host Controller [ 2.028135] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2 [ 2.030419] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.030487] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.030583] usb usb2: Product: xHCI Host Controller [ 2.030648] usb usb2: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.030713] usb usb2: SerialNumber: 0000:00:10.0 [ 2.030933] hub 2-0:1.0: USB hub found [ 2.031005] hub 2-0:1.0: 2 ports detected [ 2.031278] xhci_hcd 0000:00:10.1: xHCI Host Controller [ 2.031346] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3 [ 2.031650] xhci_hcd 0000:00:10.1: irq 57 for MSI/MSI-X [ 2.031656] xhci_hcd 0000:00:10.1: irq 58 for MSI/MSI-X [ 2.031662] xhci_hcd 0000:00:10.1: irq 59 for MSI/MSI-X [ 2.031668] xhci_hcd 0000:00:10.1: irq 60 for MSI/MSI-X [ 2.031674] xhci_hcd 0000:00:10.1: irq 61 for MSI/MSI-X [ 2.032492] [drm] radeon kernel modesetting enabled. [ 2.033335] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.033415] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.033524] usb usb3: Product: xHCI Host Controller [ 2.033589] usb usb3: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.033653] usb usb3: SerialNumber: 0000:00:10.1 [ 2.034604] hub 3-0:1.0: USB hub found [ 2.034692] hub 3-0:1.0: 2 ports detected [ 2.034838] xhci_hcd 0000:00:10.1: xHCI Host Controller [ 2.034908] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 4 [ 2.035066] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.035140] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.035240] usb usb4: Product: xHCI Host Controller [ 2.035310] usb usb4: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.035382] usb usb4: SerialNumber: 0000:00:10.1 [ 2.035563] hub 4-0:1.0: USB hub found [ 2.035639] hub 4-0:1.0: 2 ports detected [ 2.035842] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 2.035914] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 5 [ 2.036119] xhci_hcd 0000:02:00.0: irq 62 for MSI/MSI-X [ 2.036317] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.036513] ohci-pci: OHCI PCI platform driver [ 2.036620] [drm] initializing kernel modesetting (ARUBA 0x1002:0x9901 0x1002:0x9901). [ 2.036729] [drm] register mmio base: 0xFEB00000 [ 2.036794] [drm] register mmio size: 262144 [ 2.036910] ATOM BIOS: 113 [ 2.037040] radeon 0000:00:01.0: VRAM: 768M 0x0000000000000000 - 0x000000002FFFFFFF (768M used) [ 2.037140] radeon 0000:00:01.0: GTT: 1024M 0x0000000030000000 - 0x000000006FFFFFFF [ 2.037238] [drm] Detected VRAM RAM=768M, BAR=256M [ 2.037304] [drm] RAM width 64bits DDR [ 2.037329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.037330] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after [ 2.037606] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.037673] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.037775] usb usb5: Product: xHCI Host Controller [ 2.037849] usb usb5: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.037919] usb usb5: SerialNumber: 0000:02:00.0 [ 2.038105] hub 5-0:1.0: USB hub found [ 2.038181] hub 5-0:1.0: 2 ports detected [ 2.038603] [TTM] Zone kernel: Available graphics memory: 7774866 kiB [ 2.038609] ehci-pci: EHCI PCI platform driver [ 2.038729] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 2.038795] [TTM] Initializing pool allocator [ 2.038866] [TTM] Initializing DMA pool allocator [ 2.038954] [drm] radeon: 768M of VRAM memory ready [ 2.039015] [drm] radeon: 1024M of GTT memory ready. [ 2.039098] [drm] Loading ARUBA Microcode [ 2.039212] [drm] Internal thermal controller without fan control [ 2.039314] == power state 0 == [ 2.039377] ui class: none [ 2.039474] internal class: uvd [ 2.039584] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 2.039589] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 6 [ 2.039635] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.039636] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.039637] usb usb6: Product: xHCI Host Controller [ 2.039638] usb usb6: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.039639] usb usb6: SerialNumber: 0000:02:00.0 [ 2.039723] hub 6-0:1.0: USB hub found [ 2.039732] hub 6-0:1.0: 2 ports detected [ 2.040507] systemd-udevd[324]: renamed network interface eth0 to enp1s0 [ 2.040906] caps: [ 2.040999] uvd vclk: 72381 dclk: 60800 [ 2.041068] power level 0 sclk: 80000 vddc: 1199 [ 2.041137] power level 1 sclk: 80000 vddc: 1199 [ 2.041202] status: [ 2.041299] == power state 1 == [ 2.041365] ui class: none [ 2.041464] internal class: uvd_mvc [ 2.041600] caps: [ 2.041698] uvd vclk: 72381 dclk: 60800 [ 2.041768] power level 0 sclk: 80000 vddc: 1199 [ 2.041839] power level 1 sclk: 80000 vddc: 1199 [ 2.041910] status: [ 2.042014] == power state 2 == [ 2.042178] ui class: performance [ 2.042277] internal class: none [ 2.042466] caps: [ 2.042567] uvd vclk: 0 dclk: 0 [ 2.042636] power level 0 sclk: 80000 vddc: 1199 [ 2.042708] power level 1 sclk: 80000 vddc: 1199 [ 2.042777] power level 2 sclk: 80000 vddc: 1199 [ 2.042840] status: [ 2.042948] == power state 3 == [ 2.043016] ui class: none [ 2.043121] internal class: boot [ 2.043254] caps: [ 2.043351] uvd vclk: 0 dclk: 0 [ 2.043417] power level 0 sclk: 20000 vddc: 1274 [ 2.043480] status: c r b [ 2.043673] == power state 4 == [ 2.043739] ui class: none [ 2.043840] internal class: thermal [ 2.043965] caps: [ 2.044073] uvd vclk: 0 dclk: 0 [ 2.044138] power level 0 sclk: 20000 vddc: 937 [ 2.044205] status: [ 2.044444] [drm] radeon: dpm initialized [ 2.044638] [drm] GART: num cpu pages 262144, num gpu pages 262144 [ 2.048894] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.049036] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.052390] sr 0:0:0:0: Attached scsi CD-ROM sr0 [ 2.071251] [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000). [ 2.071432] radeon 0000:00:01.0: WB enabled [ 2.071495] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000030000c00 and cpu addr 0xffff88042bce3c00 [ 2.072328] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc900102b5a18 [ 2.072444] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000030000c04 and cpu addr 0xffff88042bce3c04 [ 2.072546] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000030000c08 and cpu addr 0xffff88042bce3c08 [ 2.072639] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000030000c0c and cpu addr 0xffff88042bce3c0c [ 2.072732] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000030000c10 and cpu addr 0xffff88042bce3c10 [ 2.072848] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.072919] [drm] Driver supports precise vblank timestamp query. [ 2.073006] radeon 0000:00:01.0: irq 63 for MSI/MSI-X [ 2.073018] radeon 0000:00:01.0: radeon: using MSI. [ 2.073403] [drm] radeon: irq initialized. [ 2.092460] [drm] ring test on 0 succeeded in 3 usecs [ 2.092591] [drm] ring test on 3 succeeded in 2 usecs [ 2.092661] [drm] ring test on 4 succeeded in 1 usecs [ 2.148242] [drm] ring test on 5 succeeded in 2 usecs [ 2.168134] [drm] UVD initialized successfully. [ 2.169110] [drm] ib test on ring 0 succeeded in 0 usecs [ 2.170860] [drm] ib test on ring 3 succeeded in 0 usecs [ 2.171523] [drm] ib test on ring 4 succeeded in 1 usecs [ 2.179670] md: bind<sdc1> [ 2.186554] md: bind<sdd1> [ 2.188074] tsc: Refined TSC clocksource calibration: 3872.267 MHz [ 2.192843] [drm] ib test on ring 5 succeeded [ 2.213149] [drm] Radeon Display Connectors [ 2.213222] [drm] Connector 0: [ 2.213285] [drm] HDMI-A-1 [ 2.213347] [drm] HPD1 [ 2.213410] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c [ 2.213505] [drm] Encoders: [ 2.213568] [drm] DFP1: INTERNAL_UNIPHY2 [ 2.213631] [drm] Connector 1: [ 2.213693] [drm] VGA-1 [ 2.213755] [drm] HPD2 [ 2.213818] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c [ 2.213914] [drm] Encoders: [ 2.213974] [drm] CRT1: INTERNAL_UNIPHY2 [ 2.214035] [drm] CRT1: NUTMEG [ 2.214095] [drm] Connector 2: [ 2.214155] [drm] DVI-D-1 [ 2.214216] [drm] HPD3 [ 2.214276] [drm] DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c [ 2.214367] [drm] Encoders: [ 2.214427] [drm] DFP2: INTERNAL_UNIPHY [ 2.248352] random: nonblocking pool is initialized [ 2.248534] md: bind<sda1> [ 2.250583] md: bind<sdc2> [ 2.252341] md: bind<sdb1> [ 2.254967] md/raid1:md0: active with 4 out of 4 mirrors [ 2.255063] md0: detected capacity change from 0 to 536805376 [ 2.255584] md: bind<sda2> [ 2.256193] md0: unknown partition table [ 2.256955] md: bind<sdb2> [ 2.276012] switching from power state: [ 2.276089] ui class: none [ 2.276179] internal class: boot [ 2.276298] caps: [ 2.276387] uvd vclk: 0 dclk: 0 [ 2.276449] power level 0 sclk: 20000 vddc: 1274 [ 2.276510] status: c b [ 2.276665] switching to power state: [ 2.276732] ui class: performance [ 2.276832] internal class: none [ 2.276961] caps: [ 2.277050] uvd vclk: 0 dclk: 0 [ 2.277111] power level 0 sclk: 80000 vddc: 1199 [ 2.277173] power level 1 sclk: 80000 vddc: 1199 [ 2.277235] power level 2 sclk: 80000 vddc: 1199 [ 2.277295] status: r [ 2.339936] usb 1-1: new full-speed USB device number 2 using xhci_hcd [ 2.344699] md: bind<sdd2> [ 2.350783] md/raid10:md1: active with 4 out of 4 devices [ 2.350857] md1: detected capacity change from 0 to 3997621551104 [ 2.389798] md1: unknown partition table [ 2.392777] [drm] fb mappable at 0xC047A000 [ 2.392821] [drm] vram apper at 0xC0000000 [ 2.392866] [drm] size 7299072 [ 2.392921] [drm] fb depth is 24 [ 2.392964] [drm] pitch is 6912 [ 2.393082] fbcon: radeondrmfb (fb0) is primary device [ 2.465458] Console: switching to colour frame buffer device 210x65 [ 2.468849] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device [ 2.468870] radeon 0000:00:01.0: registered panic notifier [ 2.487689] [drm] Initialized radeon 2.39.0 20080528 for 0000:00:01.0 on minor 0 [ 2.487875] ohci-pci 0000:00:12.0: OHCI PCI host controller [ 2.487910] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 7 [ 2.488211] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb50000 [ 2.488522] usb 1-1: New USB device found, idVendor=10c4, idProduct=ea60 [ 2.488548] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.488573] usb 1-1: Product: Block Erupter Sapphire [ 2.488593] usb 1-1: Manufacturer: Bitfountain [ 2.488612] usb 1-1: SerialNumber: Foo-10000019 [ 2.547502] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.547531] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.547555] usb usb7: Product: OHCI PCI host controller [ 2.547572] usb usb7: Manufacturer: Linux 3.16.2 ohci_hcd [ 2.547590] usb usb7: SerialNumber: 0000:00:12.0 [ 2.547717] hub 7-0:1.0: USB hub found [ 2.547737] hub 7-0:1.0: 5 ports detected [ 2.547937] ohci-pci 0000:00:13.0: OHCI PCI host controller [ 2.547959] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 8 [ 2.548048] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4e000 [ 2.603432] usb 1-2: new full-speed USB device number 3 using xhci_hcd [ 2.607447] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.607477] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.607500] usb usb8: Product: OHCI PCI host controller [ 2.607518] usb usb8: Manufacturer: Linux 3.16.2 ohci_hcd [ 2.607536] usb usb8: SerialNumber: 0000:00:13.0 [ 2.607663] hub 8-0:1.0: USB hub found [ 2.607683] hub 8-0:1.0: 5 ports detected [ 2.607885] ohci-pci 0000:00:14.5: OHCI PCI host controller [ 2.607907] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 9 [ 2.607997] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4c000 [ 2.667331] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.667361] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.668209] usb usb9: Product: OHCI PCI host controller [ 2.669046] usb usb9: Manufacturer: Linux 3.16.2 ohci_hcd [ 2.669896] usb usb9: SerialNumber: 0000:00:14.5 [ 2.670952] hub 9-0:1.0: USB hub found [ 2.671837] hub 9-0:1.0: 2 ports detected [ 2.673118] ehci-pci 0000:00:12.2: EHCI Host Controller [ 2.674017] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 10 [ 2.674873] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 2.675779] ehci-pci 0000:00:12.2: debug port 1 [ 2.676777] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4f000 [ 2.727197] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 2.728204] usb usb10: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.729111] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.730000] usb usb10: Product: EHCI Host Controller [ 2.730884] usb usb10: Manufacturer: Linux 3.16.2 ehci_hcd [ 2.731799] usb usb10: SerialNumber: 0000:00:12.2 [ 2.732847] hub 10-0:1.0: USB hub found [ 2.733718] hub 10-0:1.0: 5 ports detected [ 2.734705] hub 7-0:1.0: USB hub found [ 2.735592] hub 7-0:1.0: 5 ports detected [ 2.736668] ehci-pci 0000:00:13.2: EHCI Host Controller [ 2.737582] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 11 [ 2.738460] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 2.739380] ehci-pci 0000:00:13.2: debug port 1 [ 2.740372] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4d000 [ 2.751163] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 2.752149] usb usb11: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.753048] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.753951] usb usb11: Product: EHCI Host Controller [ 2.754007] usb 1-2: New USB device found, idVendor=10c4, idProduct=ea60 [ 2.754009] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.754010] usb 1-2: Product: CP2102 USB to UART Bridge Controller [ 2.754011] usb 1-2: Manufacturer: Silicon Labs [ 2.754012] usb 1-2: SerialNumber: 0001 [ 2.759256] usb usb11: Manufacturer: Linux 3.16.2 ehci_hcd [ 2.760097] usb usb11: SerialNumber: 0000:00:13.2 [ 2.761154] hub 11-0:1.0: USB hub found [ 2.761992] hub 11-0:1.0: 5 ports detected [ 2.762914] hub 8-0:1.0: USB hub found [ 2.763761] hub 8-0:1.0: 5 ports detected [ 2.875027] usb 3-1: new high-speed USB device number 2 using xhci_hcd [ 3.186536] Switched to clocksource tsc [ 3.200918] usb 3-1: New USB device found, idVendor=046d, idProduct=082c [ 3.201765] usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=1 [ 3.202607] usb 3-1: Product: HD Webcam C615 [ 3.203448] usb 3-1: SerialNumber: F6629A60 [ 3.314221] usb 5-1: new full-speed USB device number 2 using xhci_hcd [ 3.615208] usb 5-1: New USB device found, idVendor=0471, idProduct=0311 [ 3.616068] usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 3.616909] usb 5-1: SerialNumber: 01690000A5000000 [ 3.729574] usb 10-1: new high-speed USB device number 2 using ehci-pci [ 3.862013] usb 10-1: New USB device found, idVendor=1a40, idProduct=0101 [ 3.862872] usb 10-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 3.863703] usb 10-1: Product: USB 2.0 Hub [ 3.864789] hub 10-1:1.0: USB hub found [ 3.866009] hub 10-1:1.0: 4 ports detected [ 4.033061] usb 10-4: new high-speed USB device number 4 using ehci-pci [ 4.165336] usb 10-4: New USB device found, idVendor=1a40, idProduct=0101 [ 4.166194] usb 10-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 4.167042] usb 10-4: Product: USB 2.0 Hub [ 4.168898] hub 10-4:1.0: USB hub found [ 4.170158] hub 10-4:1.0: 4 ports detected [ 4.432387] usb 7-3: new low-speed USB device number 2 using ohci-pci [ 4.603107] usb 7-3: New USB device found, idVendor=046d, idProduct=c312 [ 4.603995] usb 7-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 4.604827] usb 7-3: Product: USB Multimedia Keyboard [ 4.605654] usb 7-3: Manufacturer: LITEON Technology [ 4.613232] usbcore: registered new interface driver usbhid [ 4.614114] usbhid: USB HID core driver [ 4.615537] input: LITEON Technology USB Multimedia Keyboard as /devices/pci0000:00/0000:00:12.0/usb7/7-3/7-3:1.0/0003:046D:C312.0001/input/input4 [ 4.616474] hid-generic 0003:046D:C312.0001: input: USB HID v1.10 Keyboard [LITEON Technology USB Multimedia Keyboard] on usb-0000:00:12.0-3/input0 [ 4.927555] usb 8-5: new low-speed USB device number 2 using ohci-pci [ 5.102268] usb 8-5: New USB device found, idVendor=046d, idProduct=c00c [ 5.103225] usb 8-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 5.104150] usb 8-5: Product: USB Mouse [ 5.105066] usb 8-5: Manufacturer: Logitech [ 5.114530] input: Logitech USB Mouse as /devices/pci0000:00/0000:00:13.0/usb8/8-5/8-5:1.0/0003:046D:C00C.0002/input/input5 [ 5.115606] hid-generic 0003:046D:C00C.0002: input: USB HID v1.10 Mouse [Logitech USB Mouse] on usb-0000:00:13.0-5/input0 [ 5.315119] usb 10-1.1: new high-speed USB device number 5 using ehci-pci [ 5.407585] usb 10-1.1: New USB device found, idVendor=1a40, idProduct=0101 [ 5.408575] usb 10-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 5.409544] usb 10-1.1: Product: USB 2.0 Hub [ 5.411137] hub 10-1.1:1.0: USB hub found [ 5.412415] hub 10-1.1:1.0: 4 ports detected [ 5.482769] usb 10-1.2: new full-speed USB device number 6 using ehci-pci [ 5.577172] usb 10-1.2: New USB device found, idVendor=10c4, idProduct=ea60 [ 5.578183] usb 10-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.579187] usb 10-1.2: Product: Block Erupter Sapphire [ 5.580182] usb 10-1.2: Manufacturer: Bitfountain [ 5.581162] usb 10-1.2: SerialNumber: Foo-10000024 [ 5.654459] usb 10-1.4: new full-speed USB device number 7 using ehci-pci [ 5.748836] usb 10-1.4: New USB device found, idVendor=10c4, idProduct=ea60 [ 5.749844] usb 10-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.750850] usb 10-1.4: Product: CP2102 USB to UART Bridge Controller [ 5.751829] usb 10-1.4: Manufacturer: Silicon Labs [ 5.752804] usb 10-1.4: SerialNumber: 0001 [ 5.826082] usb 10-4.1: new high-speed USB device number 8 using ehci-pci [ 5.918913] usb 10-4.1: New USB device found, idVendor=1a40, idProduct=0101 [ 5.919925] usb 10-4.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 5.920923] usb 10-4.1: Product: USB 2.0 Hub [ 5.922439] hub 10-4.1:1.0: USB hub found [ 5.923728] hub 10-4.1:1.0: 4 ports detected [ 5.997825] usb 10-4.3: new full-speed USB device number 9 using ehci-pci [ 6.092212] usb 10-4.3: New USB device found, idVendor=10c4, idProduct=ea60 [ 6.093259] usb 10-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 6.094315] usb 10-4.3: Product: CP2102 USB to UART Bridge Controller [ 6.095341] usb 10-4.3: Manufacturer: Silicon Labs [ 6.096356] usb 10-4.3: SerialNumber: 0001 [ 6.169584] usb 10-4.4: new full-speed USB device number 10 using ehci-pci [ 6.264417] usb 10-4.4: New USB device found, idVendor=10c4, idProduct=ea60 [ 6.265495] usb 10-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 6.266521] usb 10-4.4: Product: Block Erupter Sapphire [ 6.267534] usb 10-4.4: Manufacturer: Bitfountain [ 6.268545] usb 10-4.4: SerialNumber: Foo-10000020 [ 6.469168] usb 10-1.1.1: new full-speed USB device number 11 using ehci-pci [ 6.564496] usb 10-1.1.1: New USB device found, idVendor=04d8, idProduct=f5fe [ 6.565559] usb 10-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 6.566584] usb 10-1.1.1: Product: TrueRNG [ 6.567600] usb 10-1.1.1: Manufacturer: ubld.it [ 6.640856] usb 10-1.1.3: new full-speed USB device number 12 using ehci-pci [ 6.734879] usb 10-1.1.3: New USB device found, idVendor=10c4, idProduct=ea60 [ 6.735932] usb 10-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 6.736996] usb 10-1.1.3: Product: Block Erupter Sapphire [ 6.738030] usb 10-1.1.3: Manufacturer: Bitfountain [ 6.739058] usb 10-1.1.3: SerialNumber: Foo-10000021 [ 6.812288] usb 10-4.1.3: new full-speed USB device number 13 using ehci-pci [ 6.906951] usb 10-4.1.3: New USB device found, idVendor=10c4, idProduct=ea60 [ 6.908026] usb 10-4.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 6.909096] usb 10-4.1.3: Product: Block Erupter Sapphire [ 6.910144] usb 10-4.1.3: Manufacturer: Bitfountain [ 6.911182] usb 10-4.1.3: SerialNumber: Foo-10000023 [ 6.984130] usb 10-4.1.4: new full-speed USB device number 14 using ehci-pci [ 7.078752] usb 10-4.1.4: New USB device found, idVendor=10c4, idProduct=ea60 [ 7.079848] usb 10-4.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 7.080897] usb 10-4.1.4: Product: CP2102 USB to UART Bridge Controller [ 7.081922] usb 10-4.1.4: Manufacturer: Silicon Labs [ 7.082911] usb 10-4.1.4: SerialNumber: 0001 [ 11.996837] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) [ 12.197326] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) [ 12.253232] systemd-journald[133]: Received SIGTERM [ 14.397443] RPC: Registered named UNIX socket transport module. [ 14.398285] RPC: Registered udp transport module. [ 14.399105] RPC: Registered tcp transport module. [ 14.399931] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 14.500363] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 14.656062] EXT4-fs (dm-2): re-mounted. Opts: (null) [ 14.657546] EXT4-fs (dm-1): re-mounted. Opts: (null) [ 14.673827] systemd-udevd[883]: starting version 208 [ 15.239635] acpi-cpufreq: overriding BIOS provided _PSD data [ 15.243132] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6 [ 15.244416] ACPI: Power Button [PWRB] [ 15.245789] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7 [ 15.247174] ACPI: Power Button [PWRF] [ 15.402035] systemd-udevd[900]: renamed network interface enp1s0 to eth0 [ 15.542577] snd_hda_intel 0000:00:01.1: Force to non-snoop mode [ 15.544494] snd_hda_intel 0000:00:01.1: irq 64 for MSI/MSI-X [ 15.563074] cdc_acm 10-1.1.1:1.0: This device cannot do calls on its own. It is not a modem. [ 15.564576] cdc_acm 10-1.1.1:1.0: ttyACM0: USB ACM device [ 15.566755] usbcore: registered new interface driver cdc_acm [ 15.569770] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 15.577553] sound hdaudioC0D0: autoconfig: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line [ 15.578751] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 15.579908] sound hdaudioC0D0: hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 15.581067] sound hdaudioC0D0: mono: mono_out=0x0 [ 15.582220] sound hdaudioC0D0: dig-out=0x3/0x0 [ 15.583365] sound hdaudioC0D0: inputs: [ 15.585535] sound hdaudioC1D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line [ 15.586537] sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 15.587491] sound hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [ 15.588432] sound hdaudioC1D0: mono: mono_out=0x0 [ 15.589475] sound hdaudioC1D0: dig-out=0x11/0x1e [ 15.590936] sound hdaudioC1D0: inputs: [ 15.592404] sound hdaudioC1D0: Front Mic=0x19 [ 15.594111] Linux video capture interface: v2.00 [ 15.595890] sound hdaudioC1D0: Rear Mic=0x18 [ 15.597359] sound hdaudioC1D0: Line=0x1a [ 15.618792] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card1/hdaudioC1D0/input8 [ 15.621268] usbcore: registered new interface driver usbserial [ 15.622488] usbcore: registered new interface driver usbserial_generic [ 15.623606] usbserial: USB Serial support registered for generic [ 15.646691] usbcore: registered new interface driver cp210x [ 15.647695] usbserial: USB Serial support registered for cp210x [ 15.648695] cp210x 1-1:1.0: cp210x converter detected [ 15.666499] pwc: Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) USB webcam detected. [ 15.704872] uvcvideo: Found UVC 1.00 device HD Webcam C615 (046d:082c) [ 15.719811] input: HD Webcam C615 as /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.2/input/input9 [ 15.722855] usbcore: registered new interface driver uvcvideo [ 15.725985] USB Video Class driver (1.1.1) [ 15.764259] usb 1-1: reset full-speed USB device number 2 using xhci_hcd [ 15.767450] xhci_hcd 0000:00:10.0: Setup ERROR: setup context command for slot 1. [ 15.770231] usb 1-1: hub failed to enable device, error -22 [ 15.860106] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0 [ 15.862915] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20 [ 15.920393] pwc: Registered as video1. [ 15.923779] input: PWC snapshot button as /devices/pci0000:00/0000:00:07.0/0000:02:00.0/usb5/5-1/input/input10 [ 15.927301] usbcore: registered new interface driver Philips webcam [ 15.927357] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 15.927362] usb 5-1: Not enough bandwidth for altsetting 1 [ 15.931904] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 15.934158] usb 5-1: Not enough bandwidth for altsetting 2 [ 15.936235] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 15.937380] usb 5-1: Not enough bandwidth for altsetting 3 [ 15.938451] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 15.938463] usb 1-1: reset full-speed USB device number 2 using xhci_hcd [ 15.938518] xhci_hcd 0000:00:10.0: Setup ERROR: setup context command for slot 1. [ 15.938520] usb 1-1: hub failed to enable device, error -22 [ 15.943232] usb 5-1: Not enough bandwidth for altsetting 4 [ 15.945306] microcode: CPU0: patch_level=0x06001119 [ 15.991219] microcode: CPU1: patch_level=0x06001119 [ 15.992300] microcode: CPU2: patch_level=0x06001119 [ 15.994775] microcode: CPU3: patch_level=0x06001119 [ 15.997003] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 16.007327] usbcore: registered new interface driver snd-usb-audio [ 16.029498] kvm: Nested Virtualization enabled [ 16.030898] kvm: Nested Paging enabled [ 16.048837] usb 1-1: reset full-speed USB device number 2 using xhci_hcd [ 16.076735] xhci_hcd 0000:00:10.0: xHCI xhci_drop_endpoint called with disabled ep ffff88042b179e08 [ 16.078734] xhci_hcd 0000:00:10.0: xHCI xhci_drop_endpoint called with disabled ep ffff88042b179dc0 [ 16.082864] usb 1-1: cp210x converter now attached to ttyUSB0 [ 16.084467] cp210x 1-2:1.0: cp210x converter detected [ 16.199644] usb 1-2: reset full-speed USB device number 3 using xhci_hcd [ 16.202472] xhci_hcd 0000:00:10.0: Setup ERROR: setup context command for slot 2. [ 16.204856] usb 1-2: hub failed to enable device, error -22 [ 16.320406] usb 1-2: reset full-speed USB device number 3 using xhci_hcd [ 16.322145] xhci_hcd 0000:00:10.0: Setup ERROR: setup context command for slot 2. [ 16.323810] usb 1-2: hub failed to enable device, error -22 [ 16.440712] usb 1-2: reset full-speed USB device number 3 using xhci_hcd [ 16.445917] ppdev: user-space parallel port driver [ 16.472122] xhci_hcd 0000:00:10.0: xHCI xhci_drop_endpoint called with disabled ep ffff88042b15dec8 [ 16.473929] xhci_hcd 0000:00:10.0: xHCI xhci_drop_endpoint called with disabled ep ffff88042b15de80 [ 16.478278] usb 1-2: cp210x converter now attached to ttyUSB1 [ 16.480174] cp210x 10-1.2:1.0: cp210x converter detected [ 16.552239] usb 10-1.2: reset full-speed USB device number 6 using ehci-pci [ 16.649175] usb 10-1.2: cp210x converter now attached to ttyUSB2 [ 16.651088] cp210x 10-1.4:1.0: cp210x converter detected [ 16.723801] usb 10-1.4: reset full-speed USB device number 7 using ehci-pci [ 16.821486] usb 10-1.4: cp210x converter now attached to ttyUSB3 [ 16.821706] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null) [ 16.822226] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: (null) [ 16.831763] cp210x 10-4.3:1.0: cp210x converter detected [ 16.907534] usb 10-4.3: reset full-speed USB device number 9 using ehci-pci [ 16.986958] EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null) [ 16.991163] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null) [ 17.004584] usb 10-4.3: cp210x converter now attached to ttyUSB4 [ 17.007953] cp210x 10-4.4:1.0: cp210x converter detected [ 17.083215] usb 10-4.4: reset full-speed USB device number 10 using ehci-pci [ 17.180107] usb 10-4.4: cp210x converter now attached to ttyUSB5 [ 17.183500] cp210x 10-1.1.3:1.0: cp210x converter detected [ 17.188789] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null) [ 17.254839] usb 10-1.1.3: reset full-speed USB device number 12 using ehci-pci [ 17.351933] usb 10-1.1.3: cp210x converter now attached to ttyUSB6 [ 17.355094] cp210x 10-4.1.3:1.0: cp210x converter detected [ 17.426789] usb 10-4.1.3: reset full-speed USB device number 13 using ehci-pci [ 17.524134] usb 10-4.1.3: cp210x converter now attached to ttyUSB7 [ 17.527348] cp210x 10-4.1.4:1.0: cp210x converter detected [ 17.606330] usb 10-4.1.4: reset full-speed USB device number 14 using ehci-pci [ 17.704281] usb 10-4.1.4: cp210x converter now attached to ttyUSB8 [ 17.735796] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null) [ 17.869677] Adding 1023996k swap on /dev/mapper/swapa. Priority:-1 extents:1 across:1023996k [ 17.873413] Adding 1023996k swap on /dev/mapper/swapb. Priority:-2 extents:1 across:1023996k [ 17.879939] Adding 1023996k swap on /dev/mapper/swapc. Priority:-3 extents:1 across:1023996k [ 17.911043] systemd-journald[851]: Received request to flush runtime journal from PID 1 [ 18.269714] Adding 1023996k swap on /dev/mapper/swapd. Priority:-4 extents:1 across:1023996k [ 18.674979] audit: type=1305 audit(1410081027.496:2): audit_pid=1245 old=0 auid=4294967295 ses=4294967295 res=1 [ 19.134231] it87: Found IT8728F chip at 0x228, revision 1 [ 19.136793] it87: Beeping is supported [ 19.148986] pps pps0: new PPS source serial2 [ 19.151022] pps pps0: source "/dev/ttyS2" added [ 20.047419] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 20.079828] ip_tables: (C) 2000-2006 Netfilter Core Team [ 20.092160] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 21.146215] r8169 0000:01:00.0 eth0: link down [ 21.146286] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 21.146515] r8169 0000:01:00.0 eth0: link down [ 21.400311] EDAC MC: Ver: 3.0.0 [ 23.561218] r8169 0000:01:00.0 eth0: link up [ 23.561231] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 25.894615] NFSD: starting 90-second grace period (net ffffffffb9717480) [ 30.329556] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.329564] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.329568] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.329629] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.329633] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.329636] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.329687] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.329691] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.329693] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.330055] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.330062] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.330065] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.330275] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.330278] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.330281] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.330558] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.330563] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.330566] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.330601] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.330605] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.330607] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.330653] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.330657] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.330659] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.330856] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.330859] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.330862] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.331053] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.331057] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.331059] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.331452] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.331461] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.331465] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.331551] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.331555] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.331557] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.331649] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.331653] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.331655] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.331967] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.331970] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.331973] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.332251] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.332254] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.332256] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.332825] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.332830] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.332833] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.332889] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.332893] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.332896] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.333007] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.333011] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.333015] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.333249] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.333252] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.333254] usb 5-1: 2:1: usb_set_interface failed (-22) [ 30.333522] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 30.333525] usb 5-1: Not enough bandwidth for altsetting 1 [ 30.333528] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.010215] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.010222] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.010225] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.010261] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.010264] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.010267] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.010311] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.010314] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.010316] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.010563] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.010567] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.010569] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.010803] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.010807] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.010809] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.011059] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.011062] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.011064] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.011097] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.011100] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.011102] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.011138] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.011141] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.011142] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.011291] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.011294] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.011296] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.011444] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.011447] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.011449] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.011805] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.011810] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.011812] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.011934] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.011938] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.011940] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.012046] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.012049] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.012052] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.012304] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.012308] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.012311] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.012545] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.012559] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.012566] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.013859] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.013870] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.013877] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.013980] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.013989] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.013996] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.014234] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.014242] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.014249] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.014897] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.014908] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.014914] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.015560] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.015570] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.015577] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.027158] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.027165] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.027168] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.027199] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.027202] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.027204] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.027239] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.027242] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.027244] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.027511] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.027517] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.027525] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.027737] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.027741] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.027744] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.028038] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.028043] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.028045] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.028078] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.028082] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.028084] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.028126] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.028130] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.028132] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.028322] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.028326] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.028328] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.028638] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.028647] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.028651] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.029070] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.029074] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.029076] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.029117] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.029119] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.029121] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.029201] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.029204] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.029206] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.029481] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.029484] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.029486] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.029809] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.029813] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.029815] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.030256] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.030260] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.030262] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.030304] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.030306] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.030308] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.030398] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.030401] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.030402] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.030608] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.030611] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.030612] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.030813] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.030815] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.030817] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.041616] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.041625] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.041629] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.041669] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.041675] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.041679] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.041734] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.041739] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.041743] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.042037] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.042042] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.042044] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.042274] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.042277] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.042280] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.042596] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.042602] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.042605] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.042636] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.042639] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.042642] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.042686] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.042690] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.042692] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.042886] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.042890] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.042892] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.043108] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.043112] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.043114] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.043546] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.043552] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.043555] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.043610] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.043614] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.043616] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.043810] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.043815] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.043818] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.044131] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.044137] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.044140] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.044446] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.044451] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.044454] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.045024] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.045029] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.045032] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.045083] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.045087] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.045090] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.045210] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.045215] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.045219] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.045523] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.045527] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.045530] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.045830] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.045836] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.045839] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.057107] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.057113] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.057116] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.057141] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.057144] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.057146] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.057182] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.057185] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.057187] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.057415] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.057418] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.057419] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.057565] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.057567] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.057569] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.057762] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.057765] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.057767] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.057799] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.057802] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.057803] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.057838] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.057841] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.057842] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.057972] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.057974] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.057976] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.058109] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.058111] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.058113] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.058354] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.058357] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.058359] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.058393] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.058395] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.058397] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.058614] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.058617] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.058618] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.058804] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.058806] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.058808] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.058978] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.058980] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.058982] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.059340] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.059343] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.059345] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.059412] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.059419] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.059425] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.059516] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.059520] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.059522] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.059781] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.059784] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.059786] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.059962] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.059964] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.059966] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.069276] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.069282] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.069287] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.069322] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.069324] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.069326] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.069360] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.069362] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.069364] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.069600] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.069604] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.069606] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.069823] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.069826] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.069827] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.070061] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.070064] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.070066] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.070099] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.070102] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.070103] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.070135] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.070138] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.070139] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.071643] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.071649] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.071652] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.071945] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.071948] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.071950] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.072305] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.072308] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.072310] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.072358] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.072361] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.072363] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.072448] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.072451] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.072453] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.072754] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.072758] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.072760] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.072951] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.072954] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.072956] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.073421] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.073425] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.073427] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.073467] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.073470] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.073472] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.073559] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.073561] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.073563] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.073762] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.073765] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.073767] usb 5-1: 2:1: usb_set_interface failed (-22) [ 31.073958] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 31.073961] usb 5-1: Not enough bandwidth for altsetting 1 [ 31.073963] usb 5-1: 2:1: usb_set_interface failed (-22) [ 42.264969] fuse init (API version 7.23) [ 43.774156] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.774209] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.774216] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.774285] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.774293] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.774300] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.774388] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.774395] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.774399] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.774861] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.774868] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.774872] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.775239] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.775245] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.775249] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.775770] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.775778] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.775783] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.775836] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.775842] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.775846] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.775912] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.775918] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.775922] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.776253] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.776259] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.776263] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.776615] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.776621] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.776625] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.777255] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.777263] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.777268] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.777349] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.777355] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.777360] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.777533] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.777539] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.777543] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.777950] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.777956] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.777960] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.778441] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.778447] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.778451] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.779186] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.779193] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.779197] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.779263] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.779268] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.779271] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.779409] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.779413] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.779416] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.779762] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.779766] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.779769] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.780102] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 43.780106] usb 5-1: Not enough bandwidth for altsetting 1 [ 43.780109] usb 5-1: 2:1: usb_set_interface failed (-22) [ 43.787479] snd_hda_intel 0000:00:01.1: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj. [ 44.212005] Bluetooth: Core ver 2.19 [ 44.212024] NET: Registered protocol family 31 [ 44.212026] Bluetooth: HCI device and connection manager initialized [ 44.212033] Bluetooth: HCI socket layer initialized [ 44.212036] Bluetooth: L2CAP socket layer initialized [ 44.212042] Bluetooth: SCO socket layer initialized [ 44.242892] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 44.242899] Bluetooth: BNEP filters: protocol multicast [ 44.242910] Bluetooth: BNEP socket layer initialized [ 44.253993] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.254007] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.254013] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.254088] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.254097] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.254103] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.254190] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.254198] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.254203] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.254697] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.254705] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.254709] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.255070] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.255076] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.255080] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.255659] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.255669] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.255674] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.255727] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.255734] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.255738] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.255814] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.255822] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.255827] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.256594] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.256604] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.256610] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.257060] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.257069] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.257074] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.257887] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.257893] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.257896] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.257958] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.257963] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.257966] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.258081] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.258085] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.258088] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.258426] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.258432] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.258435] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.258742] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.258747] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.258749] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.259380] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.259386] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.259389] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.259444] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.259448] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.259451] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.259569] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.259573] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.259576] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.259885] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.259890] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.259893] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.260198] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.260204] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.260206] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.271116] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.271124] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.271127] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.271166] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.271170] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.271173] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.271219] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.271222] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.271225] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.271527] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.271530] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.271533] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.271748] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.271752] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.271754] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.272057] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.272066] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.272070] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.272108] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.272112] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.272114] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.272155] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.272158] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.272161] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.272434] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.272437] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.272439] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.272665] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.272668] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.272671] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.273101] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.273106] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.273109] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.273158] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.273162] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.273164] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.273269] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.273273] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.273275] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.273683] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.273691] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.273695] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.273971] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.273975] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.273977] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.274621] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.274627] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.274630] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.274682] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.274686] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.274690] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.274800] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.274804] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.274806] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.275090] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.275098] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.275101] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.275560] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.275564] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.275566] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.284600] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.284609] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.284613] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.284661] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.284666] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.284670] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.284721] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.284726] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.284729] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.285100] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.285105] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.285108] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.285454] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.285460] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.285464] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.285862] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.285869] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.285873] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.285918] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.285923] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.285926] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.285982] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.285986] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.285990] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.286263] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.286268] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.286271] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.286527] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.286531] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.286534] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.287025] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.287031] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.287052] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.287115] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.287120] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.287123] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.287257] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.287262] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.287265] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.287580] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.287585] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.287588] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.287905] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.287909] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.287912] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.288616] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.288623] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.288627] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.288691] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.288696] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.288700] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.288837] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.288842] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.288845] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.289285] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.289290] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.289293] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.289740] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.289747] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.289750] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.300975] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.300982] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.300985] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.301019] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.301022] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.301025] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.301061] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.301064] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.301066] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.301344] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.301349] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.301352] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.301547] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.301551] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.301553] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.301823] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.301828] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.301830] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.301860] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.301863] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.301865] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.301902] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.301905] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.301907] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.302078] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.302081] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.302083] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.302249] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.302252] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.302254] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.302574] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.302578] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.302580] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.302622] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.302625] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.302627] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.302714] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.302717] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.302719] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.302924] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.302926] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.302928] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.303139] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.303142] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.303144] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.303654] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.303660] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.303662] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.303708] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.303711] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.303713] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.303806] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.303810] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.303813] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.304053] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.304056] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.304058] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.304273] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.304276] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.304278] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.315270] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.315278] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.315281] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.315322] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.315326] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.315328] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.315374] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.315378] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.315380] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.315662] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.315667] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.315670] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.315971] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.315975] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.315978] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.316300] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.316306] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.316308] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.316339] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.316342] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.316345] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.316388] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.316391] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.316393] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.316666] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.316669] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.316672] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.316910] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.316913] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.316916] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.317397] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.317401] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.317403] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.317449] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.317452] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.317454] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.317540] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.317543] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.317544] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.317778] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.317780] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.317782] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.317984] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.317986] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.317987] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.318415] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.318419] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.318421] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.318458] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.318461] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.318462] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.318536] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.318538] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.318540] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.318714] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.318716] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.318718] usb 5-1: 2:1: usb_set_interface failed (-22) [ 44.318889] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 44.318891] usb 5-1: Not enough bandwidth for altsetting 1 [ 44.318892] usb 5-1: 2:1: usb_set_interface failed (-22) ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: CRASH during boot 3.16.3+ 2014-10-13 10:14 ` Udo van den Heuvel @ 2014-10-13 12:14 ` Peter Hurley 2014-10-13 12:22 ` Udo van den Heuvel ` (2 more replies) 2014-10-13 12:26 ` Chuck Ebbert 1 sibling, 3 replies; 11+ messages in thread From: Peter Hurley @ 2014-10-13 12:14 UTC (permalink / raw) To: Udo van den Heuvel, linux-kernel@vger.kernel.org On 10/13/2014 06:14 AM, Udo van den Heuvel wrote: > On 2014-10-12 19:42, Peter Hurley wrote: >> On 10/12/2014 09:57 AM, Udo van den Heuvel wrote: >>> The problem: >>> During the first few seconds of bootup the kernel gets into some sort of >>> loop and rapidly prints loads of register-like things and then a load of >>> rubbish. >>> I did `make clean` and then a rebuild etc but this did not help. >>> >>> How can I capture the logging to find the point where things go wrong? >>> How can I find out what is wrong? >> >> Start with git bisect between good=3.16.2 and bad=3.16.3. >> And dmesg from 3.16.2. > > Incomplete dmesg attached for 3.16.2. Why incomplete? No kernel command line, no version stamp, no CPU info, no memory map, no IRQ routing info, etc. And this is only going to be useful with a commit identified by git bisect. >> What happens after the 'then a load of rubbish.'? > > I press reset as this is unexpected and looks like it will not result in > a succesfull boot. > >> And rubbish is not > very descriptive. Please include a sample, if you can't catch all the > console prints. > > How can I capture the output easily? The bisect is preferred and will take you less time. But if you _also_ want to try to capture the console output, I'd suggest setting up netconsole if you can't setup a serial console. Basic setup information is in Documentation/networking/netconsole.txt Regards, Peter Hurley ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: CRASH during boot 3.16.3+ 2014-10-13 12:14 ` Peter Hurley @ 2014-10-13 12:22 ` Udo van den Heuvel 2014-10-13 14:01 ` Peter Hurley 2014-10-13 13:46 ` Udo van den Heuvel 2014-10-25 15:18 ` Udo van den Heuvel 2 siblings, 1 reply; 11+ messages in thread From: Udo van den Heuvel @ 2014-10-13 12:22 UTC (permalink / raw) To: Peter Hurley, linux-kernel@vger.kernel.org On 2014-10-13 14:14, Peter Hurley wrote: >> Incomplete dmesg attached for 3.16.2. > > Why incomplete? No kernel command line, no version stamp, no CPU info, > no memory map, no IRQ routing info, etc. Because the buffer is filled with other stuff and scrolls out. >>> And rubbish is not >> very descriptive. Please include a sample, if you can't catch all the >> console prints. It all scrolls quickly. When things start to go wrong: First I see some register dumps that look like normal console output. After that the stream of text changes into stuff not intended for human consumption. Udo ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: CRASH during boot 3.16.3+ 2014-10-13 12:22 ` Udo van den Heuvel @ 2014-10-13 14:01 ` Peter Hurley 0 siblings, 0 replies; 11+ messages in thread From: Peter Hurley @ 2014-10-13 14:01 UTC (permalink / raw) To: Udo van den Heuvel, linux-kernel@vger.kernel.org On 10/13/2014 08:22 AM, Udo van den Heuvel wrote: > On 2014-10-13 14:14, Peter Hurley wrote: >>> Incomplete dmesg attached for 3.16.2. >> >> Why incomplete? No kernel command line, no version stamp, no CPU info, >> no memory map, no IRQ routing info, etc. > > Because the buffer is filled with other stuff and scrolls out. dmesg > log >>>> And rubbish is not >>> very descriptive. Please include a sample, if you can't catch all the >>> console prints. > > It all scrolls quickly. > When things start to go wrong: > First I see some register dumps that look like normal console output. > After that the stream of text changes into stuff not intended for human > consumption. Ok. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: CRASH during boot 3.16.3+ 2014-10-13 12:14 ` Peter Hurley 2014-10-13 12:22 ` Udo van den Heuvel @ 2014-10-13 13:46 ` Udo van den Heuvel 2014-10-25 15:18 ` Udo van den Heuvel 2 siblings, 0 replies; 11+ messages in thread From: Udo van den Heuvel @ 2014-10-13 13:46 UTC (permalink / raw) To: Peter Hurley, linux-kernel@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 5265 bytes --] On 2014-10-13 14:14, Peter Hurley wrote: > Why incomplete? No kernel command line, no version stamp, no CPU info, > no memory map, no IRQ routing info, etc. > # cat /proc/cmdline ro root=/dev/myvg/rootlv noexec=on noexec32=on vga=0x0F01 SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us acpi_enforce_resources=lax fbcon=font:VGA8x16 radeon.pcie_gen2=1 cgroup_disable=memory threadirqs plymouth.enable=0 rd.plymouth=0 mce=dont_log_ce panic=0 rd.lvm.vg=myvg radeon.dpm=1 zswap.enabled=1 # uname -a Linux surfplank2.hierzo 3.16.2 #1 SMP PREEMPT Sun Sep 7 10:18:26 CEST 2014 x86_64 x86_64 x86_64 GNU/Linux # cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 21 model : 16 model name : AMD A10-5800K APU with Radeon(tm) HD Graphics stepping : 1 microcode : 0x6001119 cpu MHz : 1900.000 cache size : 2048 KB physical id : 0 siblings : 4 core id : 0 cpu cores : 2 apicid : 16 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 tce nodeid_msr tbm topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold bmi1 bogomips : 7745.44 TLB size : 1536 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm 100mhzsteps hwpstate cpb eff_freq_ro processor : 1 vendor_id : AuthenticAMD cpu family : 21 model : 16 model name : AMD A10-5800K APU with Radeon(tm) HD Graphics stepping : 1 microcode : 0x6001119 cpu MHz : 1400.000 cache size : 2048 KB physical id : 0 siblings : 4 core id : 1 cpu cores : 2 apicid : 17 initial apicid : 1 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 tce nodeid_msr tbm topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold bmi1 bogomips : 7745.44 TLB size : 1536 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm 100mhzsteps hwpstate cpb eff_freq_ro processor : 2 vendor_id : AuthenticAMD cpu family : 21 model : 16 model name : AMD A10-5800K APU with Radeon(tm) HD Graphics stepping : 1 microcode : 0x6001119 cpu MHz : 1400.000 cache size : 2048 KB physical id : 0 siblings : 4 core id : 2 cpu cores : 2 apicid : 18 initial apicid : 2 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 tce nodeid_msr tbm topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold bmi1 bogomips : 7745.44 TLB size : 1536 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm 100mhzsteps hwpstate cpb eff_freq_ro processor : 3 vendor_id : AuthenticAMD cpu family : 21 model : 16 model name : AMD A10-5800K APU with Radeon(tm) HD Graphics stepping : 1 microcode : 0x6001119 cpu MHz : 1400.000 cache size : 2048 KB physical id : 0 siblings : 4 core id : 3 cpu cores : 2 apicid : 19 initial apicid : 3 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 tce nodeid_msr tbm topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold bmi1 bogomips : 7745.44 TLB size : 1536 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm 100mhzsteps hwpstate cpb eff_freq_ro Different dmesg attached with slightly more logging. Rest of the system Is fedora 20 and mostly current with updates. Udo [-- Attachment #2: dmesg-3.16.2.power.txt --] [-- Type: text/plain, Size: 94046 bytes --] [ 0.761002] NET: Registered protocol family 1 [ 0.761078] pci 0000:00:01.0: Boot video device [ 1.005658] PCI: CLS 64 bytes, default 64 [ 1.005702] Trying to unpack rootfs image as initramfs... [ 1.159413] Freeing initrd memory: 13688K (ffff880037292000 - ffff880037ff0000) [ 1.159736] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40 [ 1.159797] AMD-Vi: Extended features: PreF PPR GT IA [ 1.160005] AMD-Vi: Interrupt remapping enabled [ 1.160075] pci 0000:00:00.2: irq 40 for MSI/MSI-X [ 1.166091] AMD-Vi: Lazy IO/TLB flushing enabled [ 1.166548] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.166611] software IO TLB [mem 0x8941d000-0x8d41d000] (64MB) mapped at [ffff88008941d000-ffff88008d41cfff] [ 1.166942] perf: AMD NB counters detected [ 1.167021] LVT offset 0 assigned for vector 0x400 [ 1.167093] perf: AMD IBS detected (0x000000ff) [ 1.167174] Scanning for low memory corruption every 60 seconds [ 1.169905] sha1_ssse3: Using AVX optimized SHA-1 implementation [ 1.170053] alg: No test for crc32 (crc32-pclmul) [ 1.170120] sha256_ssse3: Using AVX optimized SHA-256 implementation [ 1.170345] sha512_ssse3: Using AVX optimized SHA-512 implementation [ 1.172381] AVX2 instructions are not detected. [ 1.172569] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 1.172647] audit: initializing netlink subsys (disabled) [ 1.172722] audit: type=2000 audit(1411477263.972:1): initialized [ 1.172960] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.173185] VFS: Disk quotas dquot_6.5.2 [ 1.173257] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.173503] msgmni has been set to 30368 [ 1.174185] alg: No test for stdrng (krng) [ 1.174254] NET: Registered protocol family 38 [ 1.174333] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 1.174424] io scheduler noop registered (default) [ 1.174643] pcieport 0000:00:04.0: irq 41 for MSI/MSI-X [ 1.174684] pcieport 0000:00:07.0: irq 42 for MSI/MSI-X [ 1.174750] ACPI: acpi_idle registered with cpuidle [ 1.175106] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.195450] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.216125] 0000:03:06.0: ttyS1 at I/O 0xd050 (irq = 20, base_baud = 115200) is a 16550A [ 1.236560] 0000:03:06.0: ttyS2 at I/O 0xd040 (irq = 20, base_baud = 115200) is a 16550A [ 1.237691] brd: module loaded [ 1.238174] loop: module loaded [ 1.238270] ahci 0000:00:11.0: version 3.0 [ 1.238369] ahci 0000:00:11.0: irq 43 for MSI/MSI-X [ 1.238373] ahci 0000:00:11.0: irq 44 for MSI/MSI-X [ 1.238377] ahci 0000:00:11.0: irq 45 for MSI/MSI-X [ 1.238380] ahci 0000:00:11.0: irq 46 for MSI/MSI-X [ 1.238384] ahci 0000:00:11.0: irq 47 for MSI/MSI-X [ 1.238387] ahci 0000:00:11.0: irq 48 for MSI/MSI-X [ 1.238390] ahci 0000:00:11.0: irq 49 for MSI/MSI-X [ 1.238394] ahci 0000:00:11.0: irq 50 for MSI/MSI-X [ 1.238479] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 8 ports 6 Gbps 0xff impl SATA mode [ 1.238575] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs [ 1.239683] scsi0 : ahci [ 1.239867] scsi1 : ahci [ 1.240014] scsi2 : ahci [ 1.240154] scsi3 : ahci [ 1.242681] scsi4 : ahci [ 1.242824] scsi5 : ahci [ 1.242966] scsi6 : ahci [ 1.243110] scsi7 : ahci [ 1.243198] ata1: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51100 irq 43 [ 1.243291] ata2: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51180 irq 44 [ 1.243384] ata3: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51200 irq 45 [ 1.243476] ata4: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51280 irq 46 [ 1.243574] ata5: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51300 irq 47 [ 1.243666] ata6: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51380 irq 48 [ 1.243758] ata7: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51400 irq 49 [ 1.243850] ata8: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51480 irq 50 [ 1.244012] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 1.244332] r8169 0000:01:00.0: irq 51 for MSI/MSI-X [ 1.244447] r8169 0000:01:00.0 eth0: RTL8168evl/8111evl at 0xffffc9000001c000, 90:2b:34:a1:03:8b, XID 0c900800 IRQ 51 [ 1.244540] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 1.244651] usbcore: registered new interface driver cdc_subset [ 1.244726] usbcore: registered new interface driver cdc_ncm [ 1.244808] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 [ 1.244870] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [ 1.245132] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.245257] mousedev: PS/2 mouse device common for all mice [ 1.245427] input: PC Speaker as /devices/platform/pcspkr/input/input1 [ 1.245495] pps_ldisc: PPS line discipline registered [ 1.245557] md: raid1 personality registered for level 1 [ 1.245618] md: raid10 personality registered for level 10 [ 1.245743] md: raid6 personality registered for level 6 [ 1.245804] md: raid5 personality registered for level 5 [ 1.245864] md: raid4 personality registered for level 4 [ 1.245965] device-mapper: uevent: version 1.0.3 [ 1.246078] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 1.246294] TCP: cubic registered [ 1.246438] NET: Registered protocol family 10 [ 1.246657] NET: Registered protocol family 17 [ 1.246725] Key type dns_resolver registered [ 1.247165] registered taskstats version 1 [ 1.266590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 1.560501] ata4: SATA link down (SStatus 0 SControl 300) [ 1.560631] ata8: SATA link down (SStatus 0 SControl 300) [ 1.560719] ata7: SATA link down (SStatus 0 SControl 300) [ 1.732176] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.732258] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.732338] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.732423] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 1.732499] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.733061] ata2.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 [ 1.733124] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.733255] ata6.00: ATA-8: ST2000DM001-1CH164, CC26, max UDMA/133 [ 1.733322] ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.733567] ata3.00: ATA-8: ST2000DM001-1CH164, CC26, max UDMA/133 [ 1.733641] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.733873] ata5.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 [ 1.733949] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.734185] ata2.00: configured for UDMA/133 [ 1.734379] ata6.00: configured for UDMA/133 [ 1.734583] ata3.00: configured for UDMA/133 [ 1.734836] ata1.00: ATAPI: PLEXTOR DVDR PX-891SA, 1.04, max UDMA/100 [ 1.734913] ata5.00: configured for UDMA/133 [ 1.735873] ata1.00: configured for UDMA/100 [ 1.738176] scsi 0:0:0:0: CD-ROM PLEXTOR DVDR PX-891SA 1.04 PQ: 0 ANSI: 5 [ 1.745130] scsi 1:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5 [ 1.745386] sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.745478] scsi 2:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC26 PQ: 0 ANSI: 5 [ 1.745607] sd 1:0:0:0: [sda] 4096-byte physical blocks [ 1.745656] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.745656] sd 2:0:0:0: [sdb] 4096-byte physical blocks [ 1.745723] scsi 4:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5 [ 1.745797] sd 2:0:0:0: [sdb] Write Protect is off [ 1.745798] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 1.745853] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.745932] sd 4:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.745933] sd 4:0:0:0: [sdc] 4096-byte physical blocks [ 1.745978] scsi 5:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC26 PQ: 0 ANSI: 5 [ 1.746038] sd 4:0:0:0: [sdc] Write Protect is off [ 1.746040] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00 [ 1.746081] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.746096] sd 5:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.746098] sd 5:0:0:0: [sdd] 4096-byte physical blocks [ 1.746179] sd 5:0:0:0: [sdd] Write Protect is off [ 1.746180] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00 [ 1.746210] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.747156] sd 1:0:0:0: [sda] Write Protect is off [ 1.747222] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.747254] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.752166] sda: sda1 sda2 sda4 [ 1.752554] sd 1:0:0:0: [sda] Attached SCSI disk [ 1.767725] sdd: sdd1 sdd2 sdd4 [ 1.767858] sdc: sdc1 sdc2 sdc4 [ 1.768185] sd 5:0:0:0: [sdd] Attached SCSI disk [ 1.768268] sd 4:0:0:0: [sdc] Attached SCSI disk [ 1.768979] sdb: sdb1 sdb2 sdb4 [ 1.769418] sd 2:0:0:0: [sdb] Attached SCSI disk [ 1.769721] Freeing unused kernel memory: 832K (ffffffffb673a000 - ffffffffb680a000) [ 1.771558] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) [ 1.771759] systemd[1]: Running in initial RAM disk. [ 1.772316] systemd[1]: Failed to insert module 'autofs4' [ 1.772409] systemd[1]: Set hostname to <surfplank2.hierzo>. [ 1.772811] random: systemd urandom read with 45 bits of entropy available [ 1.777258] systemd[1]: Expecting device dev-disk-by\x2duuid-1b97d8cb\x2d9875\x2d49cd\x2db2be\x2d0ce534c1b125.device... [ 1.777543] systemd[1]: Expecting device dev-mapper-myvg\x2dusrlv.device... [ 1.777773] systemd[1]: Expecting device dev-mapper-myvg\x2drootlv.device... [ 1.778003] systemd[1]: Expecting device dev-myvg-rootlv.device... [ 1.778232] systemd[1]: Starting -.slice. [ 1.778570] systemd[1]: Created slice -.slice. [ 1.778637] systemd[1]: Starting System Slice. [ 1.778962] systemd[1]: Created slice System Slice. [ 1.779029] systemd[1]: Starting Slices. [ 1.779319] systemd[1]: Reached target Slices. [ 1.779386] systemd[1]: Starting Timers. [ 1.779676] systemd[1]: Reached target Timers. [ 1.779742] systemd[1]: Starting Journal Socket. [ 1.780091] systemd[1]: Listening on Journal Socket. [ 1.780223] systemd[1]: Starting dracut cmdline hook... [ 1.780683] systemd[1]: Starting Journal Service... [ 1.783831] systemd[1]: Started Journal Service. [ 1.926625] systemd-udevd[277]: starting version 208 [ 1.989665] [drm] Initialized drm 1.1.0 20060810 [ 1.991335] QUIRK: Enable AMD PLL fix [ 1.991349] xhci_hcd 0000:00:10.0: xHCI Host Controller [ 1.991416] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1 [ 1.991750] xhci_hcd 0000:00:10.0: irq 52 for MSI/MSI-X [ 1.991757] xhci_hcd 0000:00:10.0: irq 53 for MSI/MSI-X [ 1.991763] xhci_hcd 0000:00:10.0: irq 54 for MSI/MSI-X [ 1.991768] xhci_hcd 0000:00:10.0: irq 55 for MSI/MSI-X [ 1.991774] xhci_hcd 0000:00:10.0: irq 56 for MSI/MSI-X [ 1.994235] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.994300] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.994392] usb usb1: Product: xHCI Host Controller [ 1.994453] usb usb1: Manufacturer: Linux 3.16.2 xhci_hcd [ 1.994515] usb usb1: SerialNumber: 0000:00:10.0 [ 1.995414] [drm] radeon kernel modesetting enabled. [ 1.995454] hub 1-0:1.0: USB hub found [ 1.995467] hub 1-0:1.0: 2 ports detected [ 1.995537] xhci_hcd 0000:00:10.0: xHCI Host Controller [ 1.995540] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2 [ 1.996260] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 1.996330] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.996425] usb usb2: Product: xHCI Host Controller [ 1.996491] usb usb2: Manufacturer: Linux 3.16.2 xhci_hcd [ 1.996559] usb usb2: SerialNumber: 0000:00:10.0 [ 1.996766] hub 2-0:1.0: USB hub found [ 1.996839] hub 2-0:1.0: 2 ports detected [ 1.997090] xhci_hcd 0000:00:10.1: xHCI Host Controller [ 1.997158] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3 [ 1.997462] xhci_hcd 0000:00:10.1: irq 57 for MSI/MSI-X [ 1.997469] xhci_hcd 0000:00:10.1: irq 58 for MSI/MSI-X [ 1.997475] xhci_hcd 0000:00:10.1: irq 59 for MSI/MSI-X [ 1.997480] xhci_hcd 0000:00:10.1: irq 60 for MSI/MSI-X [ 1.997485] xhci_hcd 0000:00:10.1: irq 61 for MSI/MSI-X [ 1.999032] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.999100] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.999193] usb usb3: Product: xHCI Host Controller [ 1.999257] usb usb3: Manufacturer: Linux 3.16.2 xhci_hcd [ 1.999320] usb usb3: SerialNumber: 0000:00:10.1 [ 1.999509] hub 3-0:1.0: USB hub found [ 1.999580] hub 3-0:1.0: 2 ports detected [ 1.999741] xhci_hcd 0000:00:10.1: xHCI Host Controller [ 1.999811] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 4 [ 2.000766] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.000984] ehci-pci: EHCI PCI platform driver [ 2.001303] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.001411] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.001479] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.001577] usb usb4: Product: xHCI Host Controller [ 2.001643] usb usb4: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.001710] usb usb4: SerialNumber: 0000:00:10.1 [ 2.001825] ohci-pci: OHCI PCI platform driver [ 2.001867] hub 4-0:1.0: USB hub found [ 2.001876] hub 4-0:1.0: 2 ports detected [ 2.002012] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 2.002016] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 5 [ 2.002182] xhci_hcd 0000:02:00.0: irq 62 for MSI/MSI-X [ 2.002291] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.002357] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.002470] usb usb5: Product: xHCI Host Controller [ 2.002542] usb usb5: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.002570] [drm] initializing kernel modesetting (ARUBA 0x1002:0x9901 0x1002:0x9901). [ 2.002580] [drm] register mmio base: 0xFEB00000 [ 2.002581] [drm] register mmio size: 262144 [ 2.002621] ATOM BIOS: 113 [ 2.002738] radeon 0000:00:01.0: VRAM: 768M 0x0000000000000000 - 0x000000002FFFFFFF (768M used) [ 2.002739] radeon 0000:00:01.0: GTT: 1024M 0x0000000030000000 - 0x000000006FFFFFFF [ 2.002740] [drm] Detected VRAM RAM=768M, BAR=256M [ 2.002740] [drm] RAM width 64bits DDR [ 2.002784] [TTM] Zone kernel: Available graphics memory: 7774866 kiB [ 2.002784] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 2.002785] [TTM] Initializing pool allocator [ 2.002789] [TTM] Initializing DMA pool allocator [ 2.002807] [drm] radeon: 768M of VRAM memory ready [ 2.002807] [drm] radeon: 1024M of GTT memory ready. [ 2.002818] [drm] Loading ARUBA Microcode [ 2.002862] [drm] Internal thermal controller without fan control [ 2.002887] == power state 0 == [ 2.002888] ui class: none [ 2.002889] internal class: uvd [ 2.002889] caps: [ 2.002890] uvd vclk: 72381 dclk: 60800 [ 2.002892] power level 0 sclk: 80000 vddc: 1199 [ 2.002893] power level 1 sclk: 80000 vddc: 1199 [ 2.002894] status: [ 2.002894] == power state 1 == [ 2.002894] ui class: none [ 2.002895] internal class: uvd_mvc [ 2.002895] caps: [ 2.002896] uvd vclk: 72381 dclk: 60800 [ 2.002898] power level 0 sclk: 80000 vddc: 1199 [ 2.002899] power level 1 sclk: 80000 vddc: 1199 [ 2.002900] status: [ 2.002900] == power state 2 == [ 2.002901] ui class: performance [ 2.002901] internal class: none [ 2.002902] caps: [ 2.002902] uvd vclk: 0 dclk: 0 [ 2.002904] power level 0 sclk: 80000 vddc: 1199 [ 2.002907] power level 1 sclk: 80000 vddc: 1199 [ 2.002908] power level 2 sclk: 80000 vddc: 1199 [ 2.002909] status: [ 2.002909] == power state 3 == [ 2.002909] ui class: none [ 2.002910] internal class: boot [ 2.002910] caps: [ 2.002911] uvd vclk: 0 dclk: 0 [ 2.002912] power level 0 sclk: 20000 vddc: 1274 [ 2.002913] status: c r b [ 2.002913] == power state 4 == [ 2.002914] ui class: none [ 2.002914] internal class: thermal [ 2.002915] caps: [ 2.002915] uvd vclk: 0 dclk: 0 [ 2.002917] power level 0 sclk: 20000 vddc: 937 [ 2.002917] status: [ 2.003077] [drm] radeon: dpm initialized [ 2.003195] [drm] GART: num cpu pages 262144, num gpu pages 262144 [ 2.008970] usb usb5: SerialNumber: 0000:02:00.0 [ 2.009166] hub 5-0:1.0: USB hub found [ 2.009277] hub 5-0:1.0: 2 ports detected [ 2.009438] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 2.009541] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 6 [ 2.009723] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.009793] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.009897] usb usb6: Product: xHCI Host Controller [ 2.009963] usb usb6: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.010050] usb usb6: SerialNumber: 0000:02:00.0 [ 2.010234] hub 6-0:1.0: USB hub found [ 2.010338] hub 6-0:1.0: 2 ports detected [ 2.011739] systemd-udevd[321]: renamed network interface eth0 to enp1s0 [ 2.013680] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.013823] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.014072] sr 0:0:0:0: Attached scsi CD-ROM sr0 [ 2.021099] [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000). [ 2.021291] radeon 0000:00:01.0: WB enabled [ 2.021362] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000030000c00 and cpu addr 0xffff88042b0b8c00 [ 2.022172] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90010335a18 [ 2.022273] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000030000c04 and cpu addr 0xffff88042b0b8c04 [ 2.022377] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000030000c08 and cpu addr 0xffff88042b0b8c08 [ 2.022475] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000030000c0c and cpu addr 0xffff88042b0b8c0c [ 2.022577] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000030000c10 and cpu addr 0xffff88042b0b8c10 [ 2.022674] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.022740] [drm] Driver supports precise vblank timestamp query. [ 2.022825] radeon 0000:00:01.0: irq 63 for MSI/MSI-X [ 2.022837] radeon 0000:00:01.0: radeon: using MSI. [ 2.023903] [drm] radeon: irq initialized. [ 2.043335] [drm] ring test on 0 succeeded in 2 usecs [ 2.043466] [drm] ring test on 3 succeeded in 2 usecs [ 2.043536] [drm] ring test on 4 succeeded in 1 usecs [ 2.089248] [drm] ring test on 5 succeeded in 2 usecs [ 2.109135] [drm] UVD initialized successfully. [ 2.110038] [drm] ib test on ring 0 succeeded in 0 usecs [ 2.110632] [drm] ib test on ring 3 succeeded in 0 usecs [ 2.111213] [drm] ib test on ring 4 succeeded in 1 usecs [ 2.123268] md: bind<sdb1> [ 2.133143] [drm] ib test on ring 5 succeeded [ 2.154012] [drm] Radeon Display Connectors [ 2.154090] [drm] Connector 0: [ 2.154157] [drm] HDMI-A-1 [ 2.154224] [drm] HPD1 [ 2.154292] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c [ 2.154402] [drm] Encoders: [ 2.154471] [drm] DFP1: INTERNAL_UNIPHY2 [ 2.154541] [drm] Connector 1: [ 2.154604] [drm] VGA-1 [ 2.154666] [drm] HPD2 [ 2.154731] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c [ 2.154825] [drm] Encoders: [ 2.154888] [drm] CRT1: INTERNAL_UNIPHY2 [ 2.154950] [drm] CRT1: NUTMEG [ 2.155266] [drm] Connector 2: [ 2.155335] [drm] DVI-D-1 [ 2.155404] md: bind<sda1> [ 2.156004] [drm] HPD3 [ 2.156078] [drm] DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c [ 2.156179] [drm] Encoders: [ 2.156252] [drm] DFP2: INTERNAL_UNIPHY [ 2.162433] random: nonblocking pool is initialized [ 2.163390] tsc: Refined TSC clocksource calibration: 3872.259 MHz [ 2.164551] md: bind<sdc1> [ 2.171432] md: bind<sdb2> [ 2.180610] md: bind<sdd1> [ 2.182985] md/raid1:md0: active with 4 out of 4 mirrors [ 2.183077] md0: detected capacity change from 0 to 536805376 [ 2.183726] md: bind<sda2> [ 2.184238] md0: unknown partition table [ 2.193715] md: bind<sdc2> [ 2.219310] switching from power state: [ 2.219380] ui class: none [ 2.219471] internal class: boot [ 2.219589] caps: [ 2.219679] uvd vclk: 0 dclk: 0 [ 2.219741] power level 0 sclk: 20000 vddc: 1274 [ 2.219802] status: c b [ 2.219950] switching to power state: [ 2.220010] ui class: performance [ 2.220101] internal class: none [ 2.220219] caps: [ 2.220307] uvd vclk: 0 dclk: 0 [ 2.220369] power level 0 sclk: 80000 vddc: 1199 [ 2.220431] power level 1 sclk: 80000 vddc: 1199 [ 2.220492] power level 2 sclk: 80000 vddc: 1199 [ 2.220553] status: r [ 2.303282] usb 1-1: new full-speed USB device number 2 using xhci_hcd [ 2.336146] [drm] fb mappable at 0xC047A000 [ 2.336192] [drm] vram apper at 0xC0000000 [ 2.336236] [drm] size 7299072 [ 2.336279] [drm] fb depth is 24 [ 2.336321] [drm] pitch is 6912 [ 2.336496] fbcon: radeondrmfb (fb0) is primary device [ 2.408979] Console: switching to colour frame buffer device 210x65 [ 2.412273] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device [ 2.412293] radeon 0000:00:01.0: registered panic notifier [ 2.427106] [drm] Initialized radeon 2.39.0 20080528 for 0000:00:01.0 on minor 0 [ 2.427309] ehci-pci 0000:00:12.2: EHCI Host Controller [ 2.427343] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 7 [ 2.427373] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 2.427413] ehci-pci 0000:00:12.2: debug port 1 [ 2.427759] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4f000 [ 2.438986] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 2.439058] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.439080] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.439104] usb usb7: Product: EHCI Host Controller [ 2.439120] usb usb7: Manufacturer: Linux 3.16.2 ehci_hcd [ 2.439138] usb usb7: SerialNumber: 0000:00:12.2 [ 2.439268] hub 7-0:1.0: USB hub found [ 2.439313] hub 7-0:1.0: 5 ports detected [ 2.439316] md: bind<sdd2> [ 2.439554] ehci-pci 0000:00:13.2: EHCI Host Controller [ 2.439577] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 8 [ 2.439601] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 2.439636] ehci-pci 0000:00:13.2: debug port 1 [ 2.439714] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4d000 [ 2.441641] md/raid10:md1: active with 4 out of 4 devices [ 2.441700] md1: detected capacity change from 0 to 3997621551104 [ 2.448026] md1: unknown partition table [ 2.450957] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 2.451063] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.451094] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.451118] usb usb8: Product: EHCI Host Controller [ 2.451134] usb usb8: Manufacturer: Linux 3.16.2 ehci_hcd [ 2.451152] usb usb8: SerialNumber: 0000:00:13.2 [ 2.451296] hub 8-0:1.0: USB hub found [ 2.451315] hub 8-0:1.0: 5 ports detected [ 2.451571] ohci-pci 0000:00:12.0: OHCI PCI host controller [ 2.451603] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 9 [ 2.451706] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb50000 [ 2.451823] usb 1-1: New USB device found, idVendor=10c4, idProduct=ea60 [ 2.451850] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.451879] usb 1-1: Product: Block Erupter Sapphire [ 2.452679] usb 1-1: Manufacturer: Bitfountain [ 2.453444] usb 1-1: SerialNumber: Foo-10000019 [ 2.510950] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.511745] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.512530] usb usb9: Product: OHCI PCI host controller [ 2.513325] usb usb9: Manufacturer: Linux 3.16.2 ohci_hcd [ 2.514117] usb usb9: SerialNumber: 0000:00:12.0 [ 2.515109] hub 9-0:1.0: USB hub found [ 2.515906] hub 9-0:1.0: 5 ports detected [ 2.516879] ohci-pci 0000:00:13.0: OHCI PCI host controller [ 2.517673] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 10 [ 2.518594] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4e000 [ 2.574767] usb 1-2: new full-speed USB device number 3 using xhci_hcd [ 2.578972] usb usb10: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.579884] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.579885] usb usb10: Product: OHCI PCI host controller [ 2.579886] usb usb10: Manufacturer: Linux 3.16.2 ohci_hcd [ 2.579888] usb usb10: SerialNumber: 0000:00:13.0 [ 2.579998] hub 10-0:1.0: USB hub found [ 2.580006] hub 10-0:1.0: 5 ports detected [ 2.580207] ohci-pci 0000:00:14.5: OHCI PCI host controller [ 2.580212] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 11 [ 2.580268] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4c000 [ 2.638698] usb usb11: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.639609] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.640514] usb usb11: Product: OHCI PCI host controller [ 2.641421] usb usb11: Manufacturer: Linux 3.16.2 ohci_hcd [ 2.642323] usb usb11: SerialNumber: 0000:00:14.5 [ 2.643460] hub 11-0:1.0: USB hub found [ 2.644426] hub 11-0:1.0: 2 ports detected [ 2.724508] usb 1-2: New USB device found, idVendor=10c4, idProduct=ea60 [ 2.725420] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.726320] usb 1-2: Product: CP2102 USB to UART Bridge Controller [ 2.727250] usb 1-2: Manufacturer: Silicon Labs [ 2.728147] usb 1-2: SerialNumber: 0001 [ 2.846253] usb 3-1: new high-speed USB device number 2 using xhci_hcd [ 3.161842] Switched to clocksource tsc [ 3.171775] usb 3-1: New USB device found, idVendor=046d, idProduct=082c [ 3.172730] usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=1 [ 3.173677] usb 3-1: Product: HD Webcam C615 [ 3.174604] usb 3-1: SerialNumber: F6629A60 [ 3.285572] usb 5-1: new full-speed USB device number 2 using xhci_hcd [ 3.587288] usb 5-1: New USB device found, idVendor=0471, idProduct=0311 [ 3.588246] usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 3.589196] usb 5-1: SerialNumber: 01690000A5000000 [ 3.700929] usb 7-1: new high-speed USB device number 2 using ehci-pci [ 3.833249] usb 7-1: New USB device found, idVendor=1a40, idProduct=0101 [ 3.834198] usb 7-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 3.835127] usb 7-1: Product: USB 2.0 Hub [ 3.836822] hub 7-1:1.0: USB hub found [ 3.838072] hub 7-1:1.0: 4 ports detected [ 3.948507] usb 7-4: new high-speed USB device number 3 using ehci-pci [ 4.080936] usb 7-4: New USB device found, idVendor=1a40, idProduct=0101 [ 4.081898] usb 7-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 4.082836] usb 7-4: Product: USB 2.0 Hub [ 4.084450] hub 7-4:1.0: USB hub found [ 4.085795] hub 7-4:1.0: 4 ports detected [ 4.403680] usb 10-5: new low-speed USB device number 2 using ohci-pci [ 4.570632] usb 10-5: New USB device found, idVendor=046d, idProduct=c018 [ 4.571600] usb 10-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 4.572535] usb 10-5: Product: USB Optical Mouse [ 4.573472] usb 10-5: Manufacturer: Logitech [ 4.580739] usbcore: registered new interface driver usbhid [ 4.581717] usbhid: USB HID core driver [ 4.583116] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:13.0/usb10/10-5/10-5:1.0/0003:046D:C018.0001/input/input2 [ 4.584193] hid-generic 0003:046D:C018.0001: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:13.0-5/input0 [ 4.647538] usb 7-1.1: new high-speed USB device number 4 using ehci-pci [ 4.740039] usb 7-1.1: New USB device found, idVendor=1a40, idProduct=0101 [ 4.741058] usb 7-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 4.742057] usb 7-1.1: Product: USB 2.0 Hub [ 4.743524] hub 7-1.1:1.0: USB hub found [ 4.744716] hub 7-1.1:1.0: 4 ports detected [ 4.815179] usb 7-1.2: new full-speed USB device number 5 using ehci-pci [ 4.909424] usb 7-1.2: New USB device found, idVendor=10c4, idProduct=ea60 [ 4.910410] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 4.911411] usb 7-1.2: Product: Block Erupter Sapphire [ 4.912374] usb 7-1.2: Manufacturer: Bitfountain [ 4.913321] usb 7-1.2: SerialNumber: Foo-10000024 [ 4.986923] usb 7-1.4: new full-speed USB device number 6 using ehci-pci [ 5.081301] usb 7-1.4: New USB device found, idVendor=10c4, idProduct=ea60 [ 5.082284] usb 7-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.083273] usb 7-1.4: Product: CP2102 USB to UART Bridge Controller [ 5.084256] usb 7-1.4: Manufacturer: Silicon Labs [ 5.085219] usb 7-1.4: SerialNumber: 0001 [ 5.286433] usb 7-4.1: new high-speed USB device number 7 using ehci-pci [ 5.379626] usb 7-4.1: New USB device found, idVendor=1a40, idProduct=0101 [ 5.380608] usb 7-4.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 5.381560] usb 7-4.1: Product: USB 2.0 Hub [ 5.383140] hub 7-4.1:1.0: USB hub found [ 5.384319] hub 7-4.1:1.0: 4 ports detected [ 5.458125] usb 7-4.3: new full-speed USB device number 8 using ehci-pci [ 5.552507] usb 7-4.3: New USB device found, idVendor=10c4, idProduct=ea60 [ 5.553457] usb 7-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.554416] usb 7-4.3: Product: CP2102 USB to UART Bridge Controller [ 5.555370] usb 7-4.3: Manufacturer: Silicon Labs [ 5.556299] usb 7-4.3: SerialNumber: 0001 [ 5.629808] usb 7-4.4: new full-speed USB device number 9 using ehci-pci [ 5.723899] usb 7-4.4: New USB device found, idVendor=10c4, idProduct=ea60 [ 5.724851] usb 7-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.725810] usb 7-4.4: Product: Block Erupter Sapphire [ 5.725811] usb 7-4.4: Manufacturer: Bitfountain [ 5.725813] usb 7-4.4: SerialNumber: Foo-10000020 [ 5.797565] usb 7-1.1.1: new full-speed USB device number 10 using ehci-pci [ 5.893138] usb 7-1.1.1: New USB device found, idVendor=04d8, idProduct=f5fe [ 5.894072] usb 7-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 5.894992] usb 7-1.1.1: Product: TrueRNG [ 5.895908] usb 7-1.1.1: Manufacturer: ubld.it [ 5.969343] usb 7-1.1.3: new full-speed USB device number 11 using ehci-pci [ 6.063533] usb 7-1.1.3: New USB device found, idVendor=10c4, idProduct=ea60 [ 6.064473] usb 7-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 6.065419] usb 7-1.1.3: Product: Block Erupter Sapphire [ 6.066337] usb 7-1.1.3: Manufacturer: Bitfountain [ 6.067248] usb 7-1.1.3: SerialNumber: Foo-10000021 [ 6.141006] usb 7-4.1.3: new full-speed USB device number 12 using ehci-pci [ 6.235224] usb 7-4.1.3: New USB device found, idVendor=10c4, idProduct=ea60 [ 6.236177] usb 7-4.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 6.237136] usb 7-4.1.3: Product: Block Erupter Sapphire [ 6.238081] usb 7-4.1.3: Manufacturer: Bitfountain [ 6.239011] usb 7-4.1.3: SerialNumber: Foo-10000023 [ 6.312771] usb 7-4.1.4: new full-speed USB device number 13 using ehci-pci [ 6.407453] usb 7-4.1.4: New USB device found, idVendor=10c4, idProduct=ea60 [ 6.408461] usb 7-4.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 6.409430] usb 7-4.1.4: Product: CP2102 USB to UART Bridge Controller [ 6.410379] usb 7-4.1.4: Manufacturer: Silicon Labs [ 6.411327] usb 7-4.1.4: SerialNumber: 0001 [ 11.985337] EXT4-fs (dm-1): INFO: recovery required on readonly filesystem [ 11.986206] EXT4-fs (dm-1): write access will be enabled during recovery [ 12.155200] EXT4-fs (dm-1): recovery complete [ 12.180346] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) [ 12.805669] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) [ 12.861111] systemd-journald[131]: Received SIGTERM [ 15.016864] RPC: Registered named UNIX socket transport module. [ 15.017675] RPC: Registered udp transport module. [ 15.018479] RPC: Registered tcp transport module. [ 15.019243] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 15.087912] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 15.451587] EXT4-fs (dm-2): re-mounted. Opts: (null) [ 15.453146] EXT4-fs (dm-1): re-mounted. Opts: (null) [ 15.459278] systemd-udevd[880]: starting version 208 [ 16.121693] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 [ 16.122760] ACPI: Power Button [PWRB] [ 16.124094] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 [ 16.125296] ACPI: Power Button [PWRF] [ 16.129852] acpi-cpufreq: overriding BIOS provided _PSD data [ 16.193028] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0 [ 16.194170] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20 [ 16.235816] systemd-udevd[899]: renamed network interface enp1s0 to eth0 [ 16.401027] cdc_acm 7-1.1.1:1.0: This device cannot do calls on its own. It is not a modem. [ 16.403607] cdc_acm 7-1.1.1:1.0: ttyACM0: USB ACM device [ 16.406474] usbcore: registered new interface driver cdc_acm [ 16.409028] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 16.421238] Linux video capture interface: v2.00 [ 16.487957] usbcore: registered new interface driver usbserial [ 16.489542] usbcore: registered new interface driver usbserial_generic [ 16.491081] usbserial: USB Serial support registered for generic [ 16.496830] usbcore: registered new interface driver cp210x [ 16.498576] usbserial: USB Serial support registered for cp210x [ 16.500282] cp210x 1-1:1.0: cp210x converter detected [ 16.521745] snd_hda_intel 0000:00:01.1: Force to non-snoop mode [ 16.523616] snd_hda_intel 0000:00:01.1: irq 64 for MSI/MSI-X [ 16.573191] sound hdaudioC0D0: autoconfig: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line [ 16.574692] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 16.575995] sound hdaudioC0D0: hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 16.577278] sound hdaudioC0D0: mono: mono_out=0x0 [ 16.578564] sound hdaudioC0D0: dig-out=0x3/0x0 [ 16.579848] sound hdaudioC0D0: inputs: [ 16.584877] sound hdaudioC1D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line [ 16.586168] sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 16.587364] sound hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [ 16.588511] sound hdaudioC1D0: mono: mono_out=0x0 [ 16.589638] sound hdaudioC1D0: dig-out=0x11/0x1e [ 16.590749] sound hdaudioC1D0: inputs: [ 16.591963] sound hdaudioC1D0: Front Mic=0x19 [ 16.593212] sound hdaudioC1D0: Rear Mic=0x18 [ 16.594438] sound hdaudioC1D0: Line=0x1a [ 16.613958] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card1/hdaudioC1D0/input5 [ 16.618003] usb 1-1: reset full-speed USB device number 2 using xhci_hcd [ 16.619422] xhci_hcd 0000:00:10.0: Setup ERROR: setup context command for slot 1. [ 16.621014] usb 1-1: hub failed to enable device, error -22 [ 16.626110] pwc: Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) USB webcam detected. [ 16.638356] uvcvideo: Found UVC 1.00 device HD Webcam C615 (046d:082c) [ 16.654446] input: HD Webcam C615 as /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.2/input/input6 [ 16.656481] usbcore: registered new interface driver uvcvideo [ 16.658445] USB Video Class driver (1.1.1) [ 16.786897] usb 1-1: reset full-speed USB device number 2 using xhci_hcd [ 16.789906] xhci_hcd 0000:00:10.0: Setup ERROR: setup context command for slot 1. [ 16.792889] usb 1-1: hub failed to enable device, error -22 [ 16.818437] microcode: CPU0: patch_level=0x06001119 [ 16.865532] microcode: CPU1: patch_level=0x06001119 [ 16.868153] microcode: CPU2: patch_level=0x06001119 [ 16.870792] microcode: CPU3: patch_level=0x06001119 [ 16.873162] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 16.873167] pwc: Registered as video1. [ 16.873238] input: PWC snapshot button as /devices/pci0000:00/0000:00:07.0/0000:02:00.0/usb5/5-1/input/input7 [ 16.873384] usbcore: registered new interface driver Philips webcam [ 16.873493] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 16.873501] usb 5-1: Not enough bandwidth for altsetting 1 [ 16.873536] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 16.873540] usb 5-1: Not enough bandwidth for altsetting 2 [ 16.873573] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 16.873578] usb 5-1: Not enough bandwidth for altsetting 3 [ 16.873610] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 16.873614] usb 5-1: Not enough bandwidth for altsetting 4 [ 16.906641] usb 1-1: reset full-speed USB device number 2 using xhci_hcd [ 16.929846] usbcore: registered new interface driver snd-usb-audio [ 16.939430] xhci_hcd 0000:00:10.0: xHCI xhci_drop_endpoint called with disabled ep ffff88042b27d5c8 [ 16.940895] xhci_hcd 0000:00:10.0: xHCI xhci_drop_endpoint called with disabled ep ffff88042b27d580 [ 16.944496] usb 1-1: cp210x converter now attached to ttyUSB0 [ 16.946480] cp210x 1-2:1.0: cp210x converter detected [ 16.959234] kvm: Nested Virtualization enabled [ 16.960461] kvm: Nested Paging enabled [ 17.061297] usb 1-2: reset full-speed USB device number 3 using xhci_hcd [ 17.064195] xhci_hcd 0000:00:10.0: Setup ERROR: setup context command for slot 2. [ 17.066902] usb 1-2: hub failed to enable device, error -22 [ 17.234194] usb 1-2: reset full-speed USB device number 3 using xhci_hcd [ 17.234269] xhci_hcd 0000:00:10.0: Setup ERROR: setup context command for slot 2. [ 17.234276] usb 1-2: hub failed to enable device, error -22 [ 17.348820] usb 1-2: reset full-speed USB device number 3 using xhci_hcd [ 17.377727] xhci_hcd 0000:00:10.0: xHCI xhci_drop_endpoint called with disabled ep ffff88042b2f1088 [ 17.380666] xhci_hcd 0000:00:10.0: xHCI xhci_drop_endpoint called with disabled ep ffff88042b2f1040 [ 17.385908] usb 1-2: cp210x converter now attached to ttyUSB1 [ 17.389011] cp210x 7-1.2:1.0: cp210x converter detected [ 17.461743] usb 7-1.2: reset full-speed USB device number 5 using ehci-pci [ 17.563312] usb 7-1.2: cp210x converter now attached to ttyUSB2 [ 17.566415] cp210x 7-1.4:1.0: cp210x converter detected [ 17.641432] usb 7-1.4: reset full-speed USB device number 6 using ehci-pci [ 17.673393] ppdev: user-space parallel port driver [ 17.735646] usb 7-1.4: cp210x converter now attached to ttyUSB3 [ 17.738858] cp210x 7-4.3:1.0: cp210x converter detected [ 17.813117] usb 7-4.3: reset full-speed USB device number 8 using ehci-pci [ 17.916831] usb 7-4.3: cp210x converter now attached to ttyUSB4 [ 17.919253] cp210x 7-4.4:1.0: cp210x converter detected [ 17.992785] usb 7-4.4: reset full-speed USB device number 9 using ehci-pci [ 18.086027] usb 7-4.4: cp210x converter now attached to ttyUSB5 [ 18.090600] cp210x 7-1.1.3:1.0: cp210x converter detected [ 18.160609] usb 7-1.1.3: reset full-speed USB device number 11 using ehci-pci [ 18.206313] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: (null) [ 18.231585] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null) [ 18.253826] usb 7-1.1.3: cp210x converter now attached to ttyUSB6 [ 18.257185] cp210x 7-4.1.3:1.0: cp210x converter detected [ 18.332299] usb 7-4.1.3: reset full-speed USB device number 12 using ehci-pci [ 18.425622] usb 7-4.1.3: cp210x converter now attached to ttyUSB7 [ 18.429021] cp210x 7-4.1.4:1.0: cp210x converter detected [ 18.504109] usb 7-4.1.4: reset full-speed USB device number 13 using ehci-pci [ 18.601216] usb 7-4.1.4: cp210x converter now attached to ttyUSB8 [ 19.124427] EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null) [ 19.867297] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null) [ 19.938805] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null) [ 20.511335] Adding 1023996k swap on /dev/mapper/swapb. Priority:-1 extents:1 across:1023996k [ 20.520818] Adding 1023996k swap on /dev/mapper/swapa. Priority:-2 extents:1 across:1023996k [ 20.526651] Adding 1023996k swap on /dev/mapper/swapc. Priority:-3 extents:1 across:1023996k [ 28.630996] Adding 1023996k swap on /dev/mapper/swapd. Priority:-4 extents:1 across:1023996k [ 43.647404] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null) [ 45.279156] systemd-journald[851]: Received request to flush runtime journal from PID 1 [ 45.506664] systemd-journald[851]: File /var/log/journal/6bc32011e81922c063bab4ec493561d1/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 45.858064] audit: type=1305 audit(1411477308.732:2): audit_pid=1269 old=0 auid=4294967295 ses=4294967295 res=1 [ 46.191099] pps pps0: new PPS source serial2 [ 46.193103] pps pps0: source "/dev/ttyS2" added [ 46.277903] it87: Found IT8728F chip at 0x228, revision 1 [ 46.279771] it87: Beeping is supported [ 46.514816] ip_tables: (C) 2000-2006 Netfilter Core Team [ 46.521947] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 46.662546] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 47.864487] r8169 0000:01:00.0 eth0: link down [ 47.864558] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 47.864565] r8169 0000:01:00.0 eth0: link down [ 48.661576] EDAC MC: Ver: 3.0.0 [ 50.165703] r8169 0000:01:00.0 eth0: link up [ 50.165717] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 52.649385] NFSD: starting 90-second grace period (net ffffffffb6717480) [ 58.023351] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.023358] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.023360] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.023388] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.023391] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.023393] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.023485] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.023488] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.023490] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.023735] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.023739] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.023741] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.023908] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.023910] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.023912] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.024157] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.024160] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.024162] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.024284] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.024295] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.024298] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.024373] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.024377] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.024379] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.024632] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.024635] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.024637] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.024815] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.024818] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.024819] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.025265] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.025272] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.025275] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.025333] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.025337] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.025339] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.025453] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.025458] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.025460] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.025730] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.025735] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.025738] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.026011] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.026016] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.026020] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.026597] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.026602] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.026605] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.026662] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.026666] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.026669] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.026794] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.026798] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.026801] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.027108] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.027114] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.027117] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.027459] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.027464] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.027467] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.721784] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.721793] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.721796] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.721869] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.721871] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.721873] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.721911] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.721913] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.721915] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.722148] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.722151] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.722152] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.722294] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.722296] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.722298] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.722597] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.722602] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.722603] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.722638] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.722640] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.722642] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.722679] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.722682] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.722683] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.722831] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.722833] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.722835] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.723040] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.723045] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.723047] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.723366] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.723369] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.723372] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.723419] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.723422] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.723423] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.723527] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.723529] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.723531] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.723772] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.723774] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.723776] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.723996] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.724015] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.724018] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.724532] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.724535] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.724537] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.724582] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.724587] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.724589] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.724672] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.724674] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.724676] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.724936] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.724939] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.724941] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.725133] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.725135] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.725137] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.733194] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.733225] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.733228] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.733270] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.733275] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.733278] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.733326] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.733330] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.733332] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.733630] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.733634] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.733636] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.733840] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.733843] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.733846] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.734133] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.734137] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.734140] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.734986] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.734992] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.734994] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.735070] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.735074] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.735076] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.735326] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.735329] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.735331] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.735557] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.735561] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.735564] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.736048] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.736053] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.736055] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.736113] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.736119] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.736122] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.736254] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.736258] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.736261] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.736655] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.736661] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.736664] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.737003] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.737008] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.737011] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.737597] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.737601] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.737603] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.737654] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.737657] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.737659] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.737758] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.737761] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.737763] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.738045] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.738048] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.738050] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.738282] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.738285] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.738287] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.746919] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.746926] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.746929] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.746959] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.746962] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.746964] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.747000] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.747003] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.747005] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.747239] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.747242] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.747244] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.747432] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.747435] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.747437] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.747653] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.747656] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.747658] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.747694] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.747697] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.747698] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.747733] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.747735] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.747737] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.748040] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.748044] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.748047] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.748273] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.748277] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.748279] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.748653] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.748657] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.748659] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.748699] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.748701] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.748703] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.748785] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.748788] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.748790] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.749005] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.749007] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.749009] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.749195] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.749198] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.749200] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.749599] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.749602] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.749604] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.749647] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.749650] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.749652] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.749732] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.749735] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.749737] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.749922] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.749925] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.749928] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.750118] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.750120] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.750122] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.757088] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.757094] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.757096] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.757128] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.757130] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.757132] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.757167] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.757169] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.757171] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.757416] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.757419] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.757420] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.757561] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.757563] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.757565] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.757753] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.757756] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.757757] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.757789] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.757791] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.757793] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.757827] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.757830] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.757831] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.757969] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.757971] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.757973] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.758107] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.758109] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.758111] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.758357] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.758361] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.758363] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.758416] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.758419] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.758420] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.758492] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.758494] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.758496] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.758680] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.758682] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.758684] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.758845] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.758848] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.758849] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.759199] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.759202] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.759203] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.759243] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.759246] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.759247] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.759321] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.759323] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.759325] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.759588] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.759592] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.759593] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.759794] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.759796] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.759798] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.766605] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.766611] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.766614] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.766640] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.766643] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.766645] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.766683] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.766686] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.766687] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.766918] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.766921] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.766922] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.767064] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.767067] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.767068] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.767250] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.767254] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.767255] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.767292] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.767294] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.767296] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.767333] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.767335] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.767337] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.767470] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.767473] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.767474] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.767605] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.767607] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.767608] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.767840] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.767843] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.767845] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.767880] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.767882] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.767883] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.767999] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.768005] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.768009] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.768241] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.768244] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.768246] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.768430] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.768433] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.768434] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.768806] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.768809] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.768811] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.768852] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.768854] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.768856] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.768933] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.768935] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.768937] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.769115] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.769117] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.769119] usb 5-1: 2:1: usb_set_interface failed (-22) [ 58.769284] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 58.769287] usb 5-1: Not enough bandwidth for altsetting 1 [ 58.769288] usb 5-1: 2:1: usb_set_interface failed (-22) [ 217.802471] fuse init (API version 7.23) [ 219.402715] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.402725] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.402729] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.402822] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.402828] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.402839] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.402932] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.402936] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.402939] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.403248] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.403252] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.403254] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.403472] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.403476] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.403478] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.403818] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.403823] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.403826] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.403863] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.403867] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.403869] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.403915] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.403918] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.403920] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.404118] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.404121] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.404124] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.404330] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.404333] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.404336] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.404735] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.404740] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.404743] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.404796] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.404800] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.404802] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.404910] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.404914] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.404916] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.405171] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.405174] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.405177] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.405436] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.405440] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.405442] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.405985] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.405990] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.405992] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.406045] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.406049] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.406051] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.406165] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.406168] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.406171] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.406424] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.406428] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.406430] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.406693] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.406697] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.406699] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.416556] snd_hda_intel 0000:00:01.1: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj. [ 219.806824] Bluetooth: Core ver 2.19 [ 219.806854] NET: Registered protocol family 31 [ 219.806858] Bluetooth: HCI device and connection manager initialized [ 219.806873] Bluetooth: HCI socket layer initialized [ 219.806880] Bluetooth: L2CAP socket layer initialized [ 219.806896] Bluetooth: SCO socket layer initialized [ 219.886934] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.886951] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.886958] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.887119] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.887127] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.887133] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.887214] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.887223] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.887228] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.887586] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 219.887592] Bluetooth: BNEP filters: protocol multicast [ 219.887601] Bluetooth: BNEP socket layer initialized [ 219.887778] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.887789] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.887794] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.888260] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.888268] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.888273] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.888876] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.888886] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.888893] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.888951] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.888958] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.888962] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.889067] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.889075] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.889079] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.890074] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.890087] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.890093] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.890587] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.890595] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.890600] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.891402] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.891410] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.891416] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.891499] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.891507] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.891512] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.891715] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.891723] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.891729] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.892232] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.892238] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.892242] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.892719] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.892727] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.892732] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.893807] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.893817] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.893822] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.893906] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.893912] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.893917] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.894123] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.894127] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.894129] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.894387] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.894390] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.894392] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.894590] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.894592] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.894594] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.905385] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.905392] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.905395] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.905424] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.905427] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.905429] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.905470] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.905473] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.905475] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.905716] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.905719] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.905721] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.905991] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.905995] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.905998] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.906332] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.906336] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.906339] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.906380] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.906384] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.906387] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.906437] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.906440] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.906443] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.906652] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.906656] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.906659] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.906857] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.906861] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.906864] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.907246] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.907251] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.907253] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.907305] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.907309] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.907311] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.907416] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.907420] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.907423] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.907699] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.907703] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.907706] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.907953] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.907957] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.907960] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.908479] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.908484] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.908486] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.908539] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.908543] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.908546] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.908654] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.908658] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.908660] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.908940] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.908944] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.908947] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.909226] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.909230] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.909233] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.918635] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.918646] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.918652] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.918708] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.918714] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.918719] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.918775] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.918780] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.918783] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.919138] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.919143] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.919146] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.919422] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.919427] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.919430] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.919807] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.919814] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.919817] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.919862] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.919866] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.919869] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.919924] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.919928] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.919931] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.920184] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.920188] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.920191] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.920443] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.920447] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.920450] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.920913] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.920921] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.920924] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.920994] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.920999] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.921002] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.921135] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.921140] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.921143] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.921471] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.921475] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.921478] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.921901] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.921905] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.921918] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.922732] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.922739] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.922742] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.922812] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.922816] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.922820] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.922959] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.922963] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.922966] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.923579] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.923587] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.923593] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.924120] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.924127] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.924132] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.937988] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.937997] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.938001] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.938047] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.938053] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.938056] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.938108] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.938113] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.938117] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.938536] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.938540] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.938544] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.938886] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.938890] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.938893] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.939367] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.939374] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.939377] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.939428] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.939432] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.939435] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.939486] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.939491] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.939494] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.939749] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.939754] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.939757] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.940053] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.940057] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.940060] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.940607] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.940613] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.940617] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.940678] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.940682] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.940685] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.940813] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.940817] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.940820] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.941230] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.941235] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.941238] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.941622] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.941627] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.941630] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.942375] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.942384] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.942388] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.942447] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.942450] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.942453] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.942573] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.942577] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.942579] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.942883] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.942887] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.942889] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.943172] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.943176] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.943178] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.954054] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.954060] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.954063] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.954096] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.954099] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.954100] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.954137] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.954139] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.954141] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.954411] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.954414] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.954416] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.954668] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.954671] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.954672] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.955014] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.955018] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.955020] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.955054] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.955057] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.955058] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.955093] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.955095] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.955097] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.955274] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.955277] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.955279] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.955457] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.955459] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.955461] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.955844] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.955847] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.955849] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.955894] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.955897] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.955899] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.955977] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.955980] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.955982] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.956255] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.956258] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.956260] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.956458] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.956460] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.956462] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.956932] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.956936] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.956938] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.956982] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.956984] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.956986] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.957068] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.957071] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.957072] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.957270] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.957272] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.957274] usb 5-1: 2:1: usb_set_interface failed (-22) [ 219.957463] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 219.957466] usb 5-1: Not enough bandwidth for altsetting 1 [ 219.957467] usb 5-1: 2:1: usb_set_interface failed (-22) ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: CRASH during boot 3.16.3+ 2014-10-13 12:14 ` Peter Hurley 2014-10-13 12:22 ` Udo van den Heuvel 2014-10-13 13:46 ` Udo van den Heuvel @ 2014-10-25 15:18 ` Udo van den Heuvel 2014-10-28 20:32 ` Peter Hurley 2 siblings, 1 reply; 11+ messages in thread From: Udo van den Heuvel @ 2014-10-25 15:18 UTC (permalink / raw) To: Peter Hurley, linux-kernel@vger.kernel.org Hello, Here's a 3.16.2 dmesg that is a tad m ore complete but still the usb errors fill up the buffer. I want to try a bisect and cloned Linus' tree but need commit numbers for 3.16.2 and .3 to start the bisect process. Where can I find these? Do we have a suspect 3.16.3 commit that I could try to revert? [ 0.743433] pci 0000:01:00.0: supports D1 D2 [ 0.743434] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.749719] pci 0000:00:04.0: PCI bridge to [bus 01] [ 0.749788] pci 0000:00:04.0: bridge window [io 0xe000-0xefff] [ 0.749792] pci 0000:00:04.0: bridge window [mem 0xd0000000-0xd00fffff 64bit pref] [ 0.749850] pci 0000:02:00.0: [1b6f:7023] type 00 class 0x0c0330 [ 0.749869] pci 0000:02:00.0: reg 0x10: [mem 0xfea00000-0xfea07fff 64bit] [ 0.749941] pci 0000:02:00.0: supports D1 D2 [ 0.749943] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.759086] pci 0000:00:07.0: PCI bridge to [bus 02] [ 0.759155] pci 0000:00:07.0: bridge window [mem 0xfea00000-0xfeafffff] [ 0.759205] pci 0000:03:06.0: [9710:9835] type 00 class 0x070002 [ 0.759221] pci 0000:03:06.0: reg 0x10: [io 0xd050-0xd057] [ 0.759231] pci 0000:03:06.0: reg 0x14: [io 0xd040-0xd047] [ 0.759241] pci 0000:03:06.0: reg 0x18: [io 0xd030-0xd037] [ 0.759251] pci 0000:03:06.0: reg 0x1c: [io 0xd020-0xd027] [ 0.759261] pci 0000:03:06.0: reg 0x20: [io 0xd010-0xd017] [ 0.759271] pci 0000:03:06.0: reg 0x24: [io 0xd000-0xd00f] [ 0.759344] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode) [ 0.759408] pci 0000:00:14.4: bridge window [io 0xd000-0xdfff] [ 0.759413] pci 0000:00:14.4: bridge window [io 0x0000-0x03af] (subtractive decode) [ 0.759415] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7] (subtractive decode) [ 0.759416] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df] (subtractive decode) [ 0.759417] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode) [ 0.759419] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.759420] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode) [ 0.759421] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff] (subtractive decode) [ 0.759434] pci_bus 0000:00: on NUMA node 0 [ 0.759732] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0 [ 0.760141] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0 [ 0.760545] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0 [ 0.760947] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0 [ 0.761341] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0 [ 0.761749] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0 [ 0.762135] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0 [ 0.762521] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0 [ 0.763029] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none [ 0.763124] vgaarb: loaded [ 0.763185] vgaarb: bridge control possible 0000:00:01.0 [ 0.763348] SCSI subsystem initialized [ 0.763461] libata version 3.00 loaded. [ 0.763468] ACPI: bus type USB registered [ 0.763547] usbcore: registered new interface driver usbfs [ 0.763615] usbcore: registered new interface driver hub [ 0.763728] usbcore: registered new device driver usb [ 0.763805] pps_core: LinuxPPS API ver. 1 registered [ 0.763866] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.764037] PCI: Using ACPI for IRQ routing [ 0.770694] PCI: pci_cache_line_size set to 64 bytes [ 0.770740] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff] [ 0.770742] e820: reserve RAM buffer [mem 0x8d41d000-0x8fffffff] [ 0.770743] e820: reserve RAM buffer [mem 0x8e9d0000-0x8fffffff] [ 0.770744] e820: reserve RAM buffer [mem 0x8f04c000-0x8fffffff] [ 0.770745] e820: reserve RAM buffer [mem 0x8f800000-0x8fffffff] [ 0.770746] e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff] [ 0.770865] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.771058] hpet0: 3 comparators, 32-bit 14.318180 MHz counter [ 0.773208] Switched to clocksource hpet [ 0.773385] pnp: PnP ACPI init [ 0.773448] ACPI: bus type PNP registered [ 0.773561] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved [ 0.773641] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.773692] system 00:01: [mem 0x90000000-0xbfffffff] has been reserved [ 0.773754] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.773806] system 00:02: [mem 0xfeb80000-0xfebfffff] could not be reserved [ 0.773869] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.774057] system 00:03: [io 0x04d0-0x04d1] has been reserved [ 0.774126] system 00:03: [io 0x040b] has been reserved [ 0.774188] system 00:03: [io 0x04d6] has been reserved [ 0.774249] system 00:03: [io 0x0c00-0x0c01] has been reserved [ 0.774311] system 00:03: [io 0x0c14] has been reserved [ 0.774373] system 00:03: [io 0x0c50-0x0c51] has been reserved [ 0.774435] system 00:03: [io 0x0c52] has been reserved [ 0.774497] system 00:03: [io 0x0c6c] has been reserved [ 0.774559] system 00:03: [io 0x0c6f] has been reserved [ 0.774620] system 00:03: [io 0x0cd0-0x0cd1] has been reserved [ 0.774681] system 00:03: [io 0x0cd2-0x0cd3] has been reserved [ 0.774743] system 00:03: [io 0x0cd4-0x0cd5] has been reserved [ 0.774805] system 00:03: [io 0x0cd6-0x0cd7] has been reserved [ 0.774873] system 00:03: [io 0x0cd8-0x0cdf] has been reserved [ 0.774937] system 00:03: [io 0x0800-0x089f] could not be reserved [ 0.775008] system 00:03: [io 0x0b20-0x0b3f] has been reserved [ 0.775070] system 00:03: [io 0x0900-0x090f] has been reserved [ 0.775132] system 00:03: [io 0x0910-0x091f] has been reserved [ 0.775194] system 00:03: [io 0xfe00-0xfefe] has been reserved [ 0.775257] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.775319] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.775382] system 00:03: [mem 0xfed80000-0xfed8ffff] has been reserved [ 0.775444] system 00:03: [mem 0xfed61000-0xfed70fff] has been reserved [ 0.775507] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved [ 0.775569] system 00:03: [mem 0xfed00000-0xfed00fff] could not be reserved [ 0.775632] system 00:03: [mem 0xff000000-0xffffffff] has been reserved [ 0.775695] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.775795] system 00:04: [io 0x0220-0x0227] has been reserved [ 0.775858] system 00:04: [io 0x0228-0x0237] has been reserved [ 0.775926] system 00:04: [io 0x0a20-0x0a2f] has been reserved [ 0.775988] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.776017] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) [ 0.776181] pnp 00:06: [dma 0 disabled] [ 0.776211] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.776237] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.776258] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.776295] system 00:09: [io 0x04d0-0x04d1] has been reserved [ 0.776357] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.776468] pnp: PnP ACPI: found 10 devices [ 0.776529] ACPI: bus type PNP unregistered [ 0.782528] pci 0000:00:04.0: PCI bridge to [bus 01] [ 0.782591] pci 0000:00:04.0: bridge window [io 0xe000-0xefff] [ 0.782655] pci 0000:00:04.0: bridge window [mem 0xd0000000-0xd00fffff 64bit pref] [ 0.782749] pci 0000:00:07.0: PCI bridge to [bus 02] [ 0.782811] pci 0000:00:07.0: bridge window [mem 0xfea00000-0xfeafffff] [ 0.782876] pci 0000:00:14.4: PCI bridge to [bus 03] [ 0.782938] pci 0000:00:14.4: bridge window [io 0xd000-0xdfff] [ 0.783007] pci_bus 0000:00: resource 4 [io 0x0000-0x03af] [ 0.783008] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7] [ 0.783010] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df] [ 0.783011] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff] [ 0.783012] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff] [ 0.783013] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff] [ 0.783015] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff] [ 0.783016] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] [ 0.783018] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref] [ 0.783019] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff] [ 0.783021] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff] [ 0.783022] pci_bus 0000:03: resource 4 [io 0x0000-0x03af] [ 0.783023] pci_bus 0000:03: resource 5 [io 0x03e0-0x0cf7] [ 0.783024] pci_bus 0000:03: resource 6 [io 0x03b0-0x03df] [ 0.783026] pci_bus 0000:03: resource 7 [io 0x0d00-0xffff] [ 0.783027] pci_bus 0000:03: resource 8 [mem 0x000a0000-0x000bffff] [ 0.783028] pci_bus 0000:03: resource 9 [mem 0x000c0000-0x000dffff] [ 0.783029] pci_bus 0000:03: resource 10 [mem 0xc0000000-0xffffffff] [ 0.783139] NET: Registered protocol family 2 [ 0.783382] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.783669] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.783908] TCP: Hash tables configured (established 131072 bind 65536) [ 0.783996] TCP: reno registered [ 0.784066] UDP hash table entries: 8192 (order: 6, 262144 bytes) [ 0.784177] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) [ 0.784395] NET: Registered protocol family 1 [ 0.784470] pci 0000:00:01.0: Boot video device [ 1.025136] PCI: CLS 64 bytes, default 64 [ 1.025182] Trying to unpack rootfs image as initramfs... [ 1.178885] Freeing initrd memory: 13688K (ffff880037292000 - ffff880037ff0000) [ 1.179209] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40 [ 1.179271] AMD-Vi: Extended features: PreF PPR GT IA [ 1.179481] AMD-Vi: Interrupt remapping enabled [ 1.179552] pci 0000:00:00.2: irq 40 for MSI/MSI-X [ 1.185609] AMD-Vi: Lazy IO/TLB flushing enabled [ 1.186062] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.186125] software IO TLB [mem 0x8941d000-0x8d41d000] (64MB) mapped at [ffff88008941d000-ffff88008d41cfff] [ 1.186456] perf: AMD NB counters detected [ 1.186534] LVT offset 0 assigned for vector 0x400 [ 1.186604] perf: AMD IBS detected (0x000000ff) [ 1.186684] Scanning for low memory corruption every 60 seconds [ 1.189419] sha1_ssse3: Using AVX optimized SHA-1 implementation [ 1.189563] alg: No test for crc32 (crc32-pclmul) [ 1.189630] sha256_ssse3: Using AVX optimized SHA-256 implementation [ 1.189851] sha512_ssse3: Using AVX optimized SHA-512 implementation [ 1.191887] AVX2 instructions are not detected. [ 1.192078] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 1.192157] audit: initializing netlink subsys (disabled) [ 1.192231] audit: type=2000 audit(1414249806.996:1): initialized [ 1.192473] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.192700] VFS: Disk quotas dquot_6.5.2 [ 1.192773] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.193019] msgmni has been set to 30368 [ 1.193701] alg: No test for stdrng (krng) [ 1.193772] NET: Registered protocol family 38 [ 1.193852] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 1.193945] io scheduler noop registered (default) [ 1.194166] pcieport 0000:00:04.0: irq 41 for MSI/MSI-X [ 1.194208] pcieport 0000:00:07.0: irq 42 for MSI/MSI-X [ 1.194355] ACPI: acpi_idle registered with cpuidle [ 1.194632] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.214974] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.235631] 0000:03:06.0: ttyS1 at I/O 0xd050 (irq = 20, base_baud = 115200) is a 16550A [ 1.256068] 0000:03:06.0: ttyS2 at I/O 0xd040 (irq = 20, base_baud = 115200) is a 16550A [ 1.257193] brd: module loaded [ 1.257683] loop: module loaded [ 1.257780] ahci 0000:00:11.0: version 3.0 [ 1.257877] ahci 0000:00:11.0: irq 43 for MSI/MSI-X [ 1.257881] ahci 0000:00:11.0: irq 44 for MSI/MSI-X [ 1.257885] ahci 0000:00:11.0: irq 45 for MSI/MSI-X [ 1.257888] ahci 0000:00:11.0: irq 46 for MSI/MSI-X [ 1.257892] ahci 0000:00:11.0: irq 47 for MSI/MSI-X [ 1.257895] ahci 0000:00:11.0: irq 48 for MSI/MSI-X [ 1.257898] ahci 0000:00:11.0: irq 49 for MSI/MSI-X [ 1.257902] ahci 0000:00:11.0: irq 50 for MSI/MSI-X [ 1.257989] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 8 ports 6 Gbps 0xff impl SATA mode [ 1.258087] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs [ 1.259136] scsi0 : ahci [ 1.259325] scsi1 : ahci [ 1.259471] scsi2 : ahci [ 1.262120] scsi3 : ahci [ 1.262268] scsi4 : ahci [ 1.262416] scsi5 : ahci [ 1.262566] scsi6 : ahci [ 1.262712] scsi7 : ahci [ 1.262801] ata1: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51100 irq 43 [ 1.262894] ata2: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51180 irq 44 [ 1.262987] ata3: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51200 irq 45 [ 1.263086] ata4: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51280 irq 46 [ 1.263178] ata5: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51300 irq 47 [ 1.263271] ata6: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51380 irq 48 [ 1.263363] ata7: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51400 irq 49 [ 1.263455] ata8: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51480 irq 50 [ 1.263618] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 1.263939] r8169 0000:01:00.0: irq 51 for MSI/MSI-X [ 1.264047] r8169 0000:01:00.0 eth0: RTL8168evl/8111evl at 0xffffc9000001c000, 90:2b:34:a1:03:8b, XID 0c900800 IRQ 51 [ 1.264140] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 1.264252] usbcore: registered new interface driver cdc_subset [ 1.264325] usbcore: registered new interface driver cdc_ncm [ 1.264425] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 [ 1.264494] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [ 1.264748] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.264875] mousedev: PS/2 mouse device common for all mice [ 1.265045] input: PC Speaker as /devices/platform/pcspkr/input/input1 [ 1.265114] pps_ldisc: PPS line discipline registered [ 1.265176] md: raid1 personality registered for level 1 [ 1.265238] md: raid10 personality registered for level 10 [ 1.265418] md: raid6 personality registered for level 6 [ 1.265479] md: raid5 personality registered for level 5 [ 1.265540] md: raid4 personality registered for level 4 [ 1.265638] device-mapper: uevent: version 1.0.3 [ 1.265755] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 1.265974] TCP: cubic registered [ 1.266119] NET: Registered protocol family 10 [ 1.266339] NET: Registered protocol family 17 [ 1.266408] Key type dns_resolver registered [ 1.266848] registered taskstats version 1 [ 1.286242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 1.579997] ata4: SATA link down (SStatus 0 SControl 300) [ 1.580086] ata7: SATA link down (SStatus 0 SControl 300) [ 1.580190] ata8: SATA link down (SStatus 0 SControl 300) [ 1.751658] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.751742] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.751820] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.751905] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 1.751982] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.752887] ata3.00: ATA-8: ST2000DM001-1CH164, CC26, max UDMA/133 [ 1.752977] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.753081] ata5.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 [ 1.753149] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.753269] ata6.00: ATA-8: ST2000DM001-1CH164, CC26, max UDMA/133 [ 1.753334] ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.753448] ata2.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 [ 1.753511] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.753953] ata3.00: configured for UDMA/133 [ 1.754106] ata5.00: configured for UDMA/133 [ 1.754388] ata6.00: configured for UDMA/133 [ 1.754478] ata1.00: ATAPI: PLEXTOR DVDR PX-891SA, 1.04, max UDMA/100 [ 1.754548] ata2.00: configured for UDMA/133 [ 1.755551] ata1.00: configured for UDMA/100 [ 1.757985] scsi 0:0:0:0: CD-ROM PLEXTOR DVDR PX-891SA 1.04 PQ: 0 ANSI: 5 [ 1.764615] scsi 1:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5 [ 1.764876] sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.764961] scsi 2:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC26 PQ: 0 ANSI: 5 [ 1.765096] sd 1:0:0:0: [sda] 4096-byte physical blocks [ 1.765119] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.765120] sd 2:0:0:0: [sdb] 4096-byte physical blocks [ 1.765207] sd 2:0:0:0: [sdb] Write Protect is off [ 1.765208] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 1.765258] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.765261] scsi 4:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5 [ 1.765418] sd 4:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.765420] sd 4:0:0:0: [sdc] 4096-byte physical blocks [ 1.765493] sd 4:0:0:0: [sdc] Write Protect is off [ 1.765494] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00 [ 1.765517] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.765518] scsi 5:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC26 PQ: 0 ANSI: 5 [ 1.765660] sd 5:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.765661] sd 5:0:0:0: [sdd] 4096-byte physical blocks [ 1.765791] sd 5:0:0:0: [sdd] Write Protect is off [ 1.765792] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00 [ 1.765837] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.766631] sd 1:0:0:0: [sda] Write Protect is off [ 1.766691] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.766723] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.775631] sda: sda1 sda2 sda4 [ 1.776007] sd 1:0:0:0: [sda] Attached SCSI disk [ 1.780077] sdc: sdc1 sdc2 sdc4 [ 1.780515] sd 4:0:0:0: [sdc] Attached SCSI disk [ 1.780670] sdd: sdd1 sdd2 sdd4 [ 1.780998] sd 5:0:0:0: [sdd] Attached SCSI disk [ 1.786591] sdb: sdb1 sdb2 sdb4 [ 1.786967] sd 2:0:0:0: [sdb] Attached SCSI disk [ 1.787259] Freeing unused kernel memory: 832K (ffffffff9173a000 - ffffffff9180a000) [ 1.789072] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) [ 1.789275] systemd[1]: Running in initial RAM disk. [ 1.789805] systemd[1]: Failed to insert module 'autofs4' [ 1.789899] systemd[1]: Set hostname to <surfplank2.hierzo>. [ 1.790297] random: systemd urandom read with 45 bits of entropy available [ 1.794697] systemd[1]: Expecting device dev-disk-by\x2duuid-1b97d8cb\x2d9875\x2d49cd\x2db2be\x2d0ce534c1b125.device... [ 1.794983] systemd[1]: Expecting device dev-mapper-myvg\x2dusrlv.device... [ 1.795215] systemd[1]: Expecting device dev-mapper-myvg\x2drootlv.device... [ 1.795446] systemd[1]: Expecting device dev-myvg-rootlv.device... [ 1.795718] systemd[1]: Starting -.slice. [ 1.796063] systemd[1]: Created slice -.slice. [ 1.796131] systemd[1]: Starting System Slice. [ 1.796465] systemd[1]: Created slice System Slice. [ 1.796533] systemd[1]: Starting Slices. [ 1.796825] systemd[1]: Reached target Slices. [ 1.796891] systemd[1]: Starting Timers. [ 1.797183] systemd[1]: Reached target Timers. [ 1.797250] systemd[1]: Starting Journal Socket. [ 1.797571] systemd[1]: Listening on Journal Socket. [ 1.797702] systemd[1]: Starting dracut cmdline hook... [ 1.800530] systemd[1]: Starting Journal Service... [ 1.801286] systemd[1]: Started Journal Service. [ 1.941979] systemd-udevd[277]: starting version 208 [ 2.009062] QUIRK: Enable AMD PLL fix [ 2.009079] xhci_hcd 0000:00:10.0: xHCI Host Controller [ 2.009188] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1 [ 2.009586] xhci_hcd 0000:00:10.0: irq 52 for MSI/MSI-X [ 2.009595] xhci_hcd 0000:00:10.0: irq 53 for MSI/MSI-X [ 2.009603] xhci_hcd 0000:00:10.0: irq 54 for MSI/MSI-X [ 2.009611] xhci_hcd 0000:00:10.0: irq 55 for MSI/MSI-X [ 2.009616] xhci_hcd 0000:00:10.0: irq 56 for MSI/MSI-X [ 2.009654] [drm] Initialized drm 1.1.0 20060810 [ 2.010272] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.010345] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.010441] usb usb1: Product: xHCI Host Controller [ 2.010505] usb usb1: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.010570] usb usb1: SerialNumber: 0000:00:10.0 [ 2.010767] hub 1-0:1.0: USB hub found [ 2.010841] hub 1-0:1.0: 2 ports detected [ 2.010981] xhci_hcd 0000:00:10.0: xHCI Host Controller [ 2.011048] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2 [ 2.012967] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.013031] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.013124] usb usb2: Product: xHCI Host Controller [ 2.013187] usb usb2: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.013250] usb usb2: SerialNumber: 0000:00:10.0 [ 2.013761] hub 2-0:1.0: USB hub found [ 2.013839] hub 2-0:1.0: 2 ports detected [ 2.014087] xhci_hcd 0000:00:10.1: xHCI Host Controller [ 2.014156] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3 [ 2.014478] xhci_hcd 0000:00:10.1: irq 57 for MSI/MSI-X [ 2.014490] xhci_hcd 0000:00:10.1: irq 58 for MSI/MSI-X [ 2.014496] xhci_hcd 0000:00:10.1: irq 59 for MSI/MSI-X [ 2.014503] xhci_hcd 0000:00:10.1: irq 60 for MSI/MSI-X [ 2.014509] xhci_hcd 0000:00:10.1: irq 61 for MSI/MSI-X [ 2.015154] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.015226] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.015324] usb usb3: Product: xHCI Host Controller [ 2.015393] usb usb3: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.015457] usb usb3: SerialNumber: 0000:00:10.1 [ 2.015618] hub 3-0:1.0: USB hub found [ 2.015698] hub 3-0:1.0: 2 ports detected [ 2.015822] xhci_hcd 0000:00:10.1: xHCI Host Controller [ 2.015888] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 4 [ 2.018995] [drm] radeon kernel modesetting enabled. [ 2.019750] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.019766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.019886] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.019981] usb usb4: Product: xHCI Host Controller [ 2.020048] usb usb4: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.020118] usb usb4: SerialNumber: 0000:00:10.1 [ 2.020236] ohci-pci: OHCI PCI platform driver [ 2.020329] hub 4-0:1.0: USB hub found [ 2.020399] hub 4-0:1.0: 2 ports detected [ 2.020853] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.020918] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after [ 2.021156] ehci-pci: EHCI PCI platform driver [ 2.021386] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 2.021456] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 5 [ 2.021663] xhci_hcd 0000:02:00.0: irq 62 for MSI/MSI-X [ 2.021759] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.021830] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.021929] usb usb5: Product: xHCI Host Controller [ 2.021997] usb usb5: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.022080] usb usb5: SerialNumber: 0000:02:00.0 [ 2.022179] [drm] initializing kernel modesetting (ARUBA 0x1002:0x9901 0x1002:0x9901). [ 2.022284] [drm] register mmio base: 0xFEB00000 [ 2.022351] [drm] register mmio size: 262144 [ 2.022450] ATOM BIOS: 113 [ 2.022575] radeon 0000:00:01.0: VRAM: 768M 0x0000000000000000 - 0x000000002FFFFFFF (768M used) [ 2.022679] radeon 0000:00:01.0: GTT: 1024M 0x0000000030000000 - 0x000000006FFFFFFF [ 2.022776] [drm] Detected VRAM RAM=768M, BAR=256M [ 2.022841] [drm] RAM width 64bits DDR [ 2.022947] [TTM] Zone kernel: Available graphics memory: 7774866 kiB [ 2.023013] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 2.023079] [TTM] Initializing pool allocator [ 2.023193] [TTM] Initializing DMA pool allocator [ 2.023254] systemd-udevd[320]: renamed network interface eth0 to enp1s0 [ 2.023355] [drm] radeon: 768M of VRAM memory ready [ 2.023423] [drm] radeon: 1024M of GTT memory ready. [ 2.023499] [drm] Loading ARUBA Microcode [ 2.023618] [drm] Internal thermal controller without fan control [ 2.023713] == power state 0 == [ 2.023785] ui class: none [ 2.023898] internal class: uvd [ 2.024034] caps: [ 2.024139] uvd vclk: 72381 dclk: 60800 [ 2.024205] power level 0 sclk: 80000 vddc: 1199 [ 2.024273] power level 1 sclk: 80000 vddc: 1199 [ 2.024338] status: [ 2.024450] == power state 1 == [ 2.024543] ui class: none [ 2.024652] internal class: uvd_mvc [ 2.024801] caps: [ 2.024912] uvd vclk: 72381 dclk: 60800 [ 2.024991] power level 0 sclk: 80000 vddc: 1199 [ 2.025057] power level 1 sclk: 80000 vddc: 1199 [ 2.025121] status: [ 2.025217] == power state 2 == [ 2.025281] ui class: performance [ 2.025378] internal class: none [ 2.025506] caps: [ 2.025610] uvd vclk: 0 dclk: 0 [ 2.025674] power level 0 sclk: 80000 vddc: 1199 [ 2.025739] power level 1 sclk: 80000 vddc: 1199 [ 2.025805] power level 2 sclk: 80000 vddc: 1199 [ 2.025867] status: [ 2.025959] == power state 3 == [ 2.026023] ui class: none [ 2.026118] internal class: boot [ 2.026243] caps: [ 2.026338] uvd vclk: 0 dclk: 0 [ 2.026403] power level 0 sclk: 20000 vddc: 1274 [ 2.026472] status: c r b [ 2.026596] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.026598] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.026835] sr 0:0:0:0: Attached scsi CD-ROM sr0 [ 2.026911] == power state 4 == [ 2.026978] ui class: none [ 2.027086] internal class: thermal [ 2.027254] caps: [ 2.027348] uvd vclk: 0 dclk: 0 [ 2.027415] power level 0 sclk: 20000 vddc: 937 [ 2.027483] status: [ 2.027977] [drm] radeon: dpm initialized [ 2.028172] [drm] GART: num cpu pages 262144, num gpu pages 262144 [ 2.031232] hub 5-0:1.0: USB hub found [ 2.031310] hub 5-0:1.0: 2 ports detected [ 2.031446] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 2.031514] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 6 [ 2.031671] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.031741] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.031841] usb usb6: Product: xHCI Host Controller [ 2.031906] usb usb6: Manufacturer: Linux 3.16.2 xhci_hcd [ 2.031970] usb usb6: SerialNumber: 0000:02:00.0 [ 2.032122] hub 6-0:1.0: USB hub found [ 2.032197] hub 6-0:1.0: 2 ports detected [ 2.050821] [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000). [ 2.051016] radeon 0000:00:01.0: WB enabled [ 2.051115] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000030000c00 and cpu addr 0xffff880088e55c00 [ 2.051928] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc900102b5a18 [ 2.052029] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000030000c04 and cpu addr 0xffff880088e55c04 [ 2.052132] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000030000c08 and cpu addr 0xffff880088e55c08 [ 2.052241] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000030000c0c and cpu addr 0xffff880088e55c0c [ 2.052349] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000030000c10 and cpu addr 0xffff880088e55c10 [ 2.052452] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.052526] [drm] Driver supports precise vblank timestamp query. [ 2.052616] radeon 0000:00:01.0: irq 63 for MSI/MSI-X [ 2.052627] radeon 0000:00:01.0: radeon: using MSI. [ 2.053026] [drm] radeon: irq initialized. [ 2.072498] [drm] ring test on 0 succeeded in 2 usecs [ 2.072623] [drm] ring test on 3 succeeded in 2 usecs [ 2.072710] [drm] ring test on 4 succeeded in 1 usecs [ 2.108526] [drm] ring test on 5 succeeded in 2 usecs [ 2.128423] [drm] UVD initialized successfully. [ 2.130583] [drm] ib test on ring 0 succeeded in 0 usecs [ 2.131198] [drm] ib test on ring 3 succeeded in 0 usecs [ 2.131810] [drm] ib test on ring 4 succeeded in 1 usecs [ 2.146847] md: bind<sdd1> [ 2.153034] [drm] ib test on ring 5 succeeded [ 2.163687] md: bind<sdb1> [ 2.173418] [drm] Radeon Display Connectors [ 2.173494] [drm] Connector 0: [ 2.173560] [drm] HDMI-A-1 [ 2.173627] [drm] HPD1 [ 2.173696] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c [ 2.173800] [drm] Encoders: [ 2.173866] [drm] DFP1: INTERNAL_UNIPHY2 [ 2.173938] [drm] Connector 1: [ 2.174005] [drm] VGA-1 [ 2.174071] [drm] HPD2 [ 2.174143] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c [ 2.174240] [drm] Encoders: [ 2.174305] [drm] CRT1: INTERNAL_UNIPHY2 [ 2.174373] [drm] CRT1: NUTMEG [ 2.174441] [drm] Connector 2: [ 2.174514] [drm] DVI-D-1 [ 2.174581] [drm] HPD3 [ 2.174654] [drm] DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c [ 2.174758] [drm] Encoders: [ 2.174823] [drm] DFP2: INTERNAL_UNIPHY [ 2.182855] tsc: Refined TSC clocksource calibration: 3872.261 MHz [ 2.185361] md: bind<sdc1> [ 2.204454] random: nonblocking pool is initialized [ 2.210917] md: bind<sdb2> [ 2.212303] md: bind<sdd2> [ 2.234783] switching from power state: [ 2.234864] ui class: none [ 2.234954] internal class: boot [ 2.235073] caps: [ 2.235162] uvd vclk: 0 dclk: 0 [ 2.235224] power level 0 sclk: 20000 vddc: 1274 [ 2.235285] status: c b [ 2.235434] switching to power state: [ 2.235494] ui class: performance [ 2.235585] internal class: none [ 2.235703] caps: [ 2.235792] uvd vclk: 0 dclk: 0 [ 2.235853] power level 0 sclk: 80000 vddc: 1199 [ 2.235915] power level 1 sclk: 80000 vddc: 1199 [ 2.235977] power level 2 sclk: 80000 vddc: 1199 [ 2.236038] status: r [ 2.244409] md: bind<sda1> [ 2.249747] md/raid1:md0: active with 4 out of 4 mirrors [ 2.249817] md0: detected capacity change from 0 to 536805376 [ 2.250567] md: bind<sdc2> [ 2.251095] md0: unknown partition table [ 2.251896] md: bind<sda2> [ 2.253558] md/raid10:md1: active with 4 out of 4 devices [ 2.253622] md1: detected capacity change from 0 to 3997621551104 [ 2.286423] md1: unknown partition table [ 2.330685] usb 3-1: new high-speed USB device number 2 using xhci_hcd [ 2.351705] [drm] fb mappable at 0xC047A000 [ 2.351749] [drm] vram apper at 0xC0000000 [ 2.351798] [drm] size 7299072 [ 2.351844] [drm] fb depth is 24 [ 2.351886] [drm] pitch is 6912 [ 2.351995] fbcon: radeondrmfb (fb0) is primary device [ 2.424615] Console: switching to colour frame buffer device 210x65 [ 2.428001] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device [ 2.428002] radeon 0000:00:01.0: registered panic notifier [ 2.446585] [drm] Initialized radeon 2.39.0 20080528 for 0000:00:01.0 on minor 0 [ 2.446837] ohci-pci 0000:00:12.0: OHCI PCI host controller [ 2.446873] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 7 [ 2.447284] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb50000 [ 2.506475] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.506504] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.506528] usb usb7: Product: OHCI PCI host controller [ 2.506546] usb usb7: Manufacturer: Linux 3.16.2 ohci_hcd [ 2.506563] usb usb7: SerialNumber: 0000:00:12.0 [ 2.506798] hub 7-0:1.0: USB hub found [ 2.506823] hub 7-0:1.0: 5 ports detected [ 2.507022] ohci-pci 0000:00:13.0: OHCI PCI host controller [ 2.507045] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 8 [ 2.507140] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4e000 [ 2.566333] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.566363] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.566387] usb usb8: Product: OHCI PCI host controller [ 2.566404] usb usb8: Manufacturer: Linux 3.16.2 ohci_hcd [ 2.566422] usb usb8: SerialNumber: 0000:00:13.0 [ 2.566557] hub 8-0:1.0: USB hub found [ 2.566578] hub 8-0:1.0: 5 ports detected [ 2.566793] ohci-pci 0000:00:14.5: OHCI PCI host controller [ 2.566815] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 9 [ 2.566899] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4c000 [ 2.626271] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.626301] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.626325] usb usb9: Product: OHCI PCI host controller [ 2.626342] usb usb9: Manufacturer: Linux 3.16.2 ohci_hcd [ 2.626360] usb usb9: SerialNumber: 0000:00:14.5 [ 2.626594] hub 9-0:1.0: USB hub found [ 2.626623] hub 9-0:1.0: 2 ports detected [ 2.627024] ehci-pci 0000:00:12.2: EHCI Host Controller [ 2.627060] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 10 [ 2.627092] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 2.628003] ehci-pci 0000:00:12.2: debug port 1 [ 2.628986] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4f000 [ 2.638172] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 2.639077] usb usb10: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.639941] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.640817] usb usb10: Product: EHCI Host Controller [ 2.641691] usb usb10: Manufacturer: Linux 3.16.2 ehci_hcd [ 2.642596] usb usb10: SerialNumber: 0000:00:12.2 [ 2.643585] hub 10-0:1.0: USB hub found [ 2.644467] hub 10-0:1.0: 5 ports detected [ 2.645434] hub 7-0:1.0: USB hub found [ 2.646342] hub 7-0:1.0: 5 ports detected [ 2.647461] ehci-pci 0000:00:13.2: EHCI Host Controller [ 2.648367] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 11 [ 2.649262] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 2.650156] ehci-pci 0000:00:13.2: debug port 1 [ 2.651145] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4d000 [ 2.656789] usb 3-1: New USB device found, idVendor=046d, idProduct=082c [ 2.657666] usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=1 [ 2.658538] usb 3-1: Product: HD Webcam C615 [ 2.659411] usb 3-1: SerialNumber: F6629A60 [ 2.662115] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 2.663069] usb usb11: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.663956] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.664844] usb usb11: Product: EHCI Host Controller [ 2.665727] usb usb11: Manufacturer: Linux 3.16.2 ehci_hcd [ 2.666639] usb usb11: SerialNumber: 0000:00:13.2 [ 2.667685] hub 11-0:1.0: USB hub found [ 2.668566] hub 11-0:1.0: 5 ports detected [ 2.669533] hub 8-0:1.0: USB hub found [ 2.670443] hub 8-0:1.0: 5 ports detected [ 2.774008] usb 5-1: new full-speed USB device number 2 using xhci_hcd [ 3.075144] usb 5-1: New USB device found, idVendor=0471, idProduct=0311 [ 3.075980] usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 3.076811] usb 5-1: SerialNumber: 01690000A5000000 [ 3.181295] Switched to clocksource tsc [ 3.396893] usb 8-5: new low-speed USB device number 2 using ohci-pci [ 3.563823] usb 8-5: New USB device found, idVendor=046d, idProduct=c018 [ 3.564697] usb 8-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.565530] usb 8-5: Product: USB Optical Mouse [ 3.566360] usb 8-5: Manufacturer: Logitech [ 3.572840] usbcore: registered new interface driver usbhid [ 3.573717] usbhid: USB HID core driver [ 3.575045] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:13.0/usb8/8-5/8-5:1.0/0003:046D:C018.0001/input/input2 [ 3.575956] hid-generic 0003:046D:C018.0001: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:13.0-5/input0 [ 11.470597] EXT4-fs (dm-1): INFO: recovery required on readonly filesystem [ 11.471486] EXT4-fs (dm-1): write access will be enabled during recovery [ 11.717339] EXT4-fs (dm-1): recovery complete [ 11.727304] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) [ 12.687566] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) [ 12.756769] systemd-journald[131]: Received SIGTERM [ 14.705787] systemd[1]: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 849 (systemd-binfmt) [ 14.801526] RPC: Registered named UNIX socket transport module. [ 14.802572] RPC: Registered udp transport module. [ 14.803640] RPC: Registered tcp transport module. [ 14.804469] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 14.961228] systemd-udevd[870]: starting version 208 [ 14.965919] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 15.122525] EXT4-fs (dm-1): re-mounted. Opts: (null) [ 15.122665] EXT4-fs (dm-2): re-mounted. Opts: (null) [ 15.539680] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 [ 15.540803] ACPI: Power Button [PWRB] [ 15.541998] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 [ 15.543039] ACPI: Power Button [PWRF] [ 15.552606] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0 [ 15.553607] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20 [ 15.571299] acpi-cpufreq: overriding BIOS provided _PSD data [ 15.764103] systemd-udevd[900]: renamed network interface enp1s0 to eth0 [ 15.793901] Linux video capture interface: v2.00 [ 15.836022] pwc: Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) USB webcam detected. [ 15.845743] microcode: CPU0: patch_level=0x06001119 [ 15.879654] uvcvideo: Found UVC 1.00 device HD Webcam C615 (046d:082c) [ 15.896321] input: HD Webcam C615 as /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.2/input/input5 [ 15.898788] usbcore: registered new interface driver uvcvideo [ 15.901194] USB Video Class driver (1.1.1) [ 15.913947] microcode: CPU1: patch_level=0x06001119 [ 15.915212] microcode: CPU2: patch_level=0x06001119 [ 15.918145] microcode: CPU3: patch_level=0x06001119 [ 15.920782] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 15.980789] snd_hda_intel 0000:00:01.1: Force to non-snoop mode [ 15.983745] snd_hda_intel 0000:00:01.1: irq 64 for MSI/MSI-X [ 16.003315] sound hdaudioC0D0: autoconfig: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line [ 16.004353] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 16.005367] sound hdaudioC0D0: hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 16.006382] sound hdaudioC0D0: mono: mono_out=0x0 [ 16.007395] sound hdaudioC0D0: dig-out=0x3/0x0 [ 16.008434] sound hdaudioC0D0: inputs: [ 16.044749] sound hdaudioC1D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line [ 16.047516] sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 16.050266] sound hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [ 16.053055] sound hdaudioC1D0: mono: mono_out=0x0 [ 16.055914] sound hdaudioC1D0: dig-out=0x11/0x1e [ 16.058552] sound hdaudioC1D0: inputs: [ 16.061141] sound hdaudioC1D0: Front Mic=0x19 [ 16.064000] sound hdaudioC1D0: Rear Mic=0x18 [ 16.066599] sound hdaudioC1D0: Line=0x1a [ 16.069409] kvm: Nested Virtualization enabled [ 16.072431] kvm: Nested Paging enabled [ 16.081992] pwc: Registered as video1. [ 16.083042] input: PWC snapshot button as /devices/pci0000:00/0000:00:07.0/0000:02:00.0/usb5/5-1/input/input7 [ 16.084136] usbcore: registered new interface driver Philips webcam [ 16.084306] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 16.084311] usb 5-1: Not enough bandwidth for altsetting 1 [ 16.084339] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 16.084342] usb 5-1: Not enough bandwidth for altsetting 2 [ 16.084378] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 16.084381] usb 5-1: Not enough bandwidth for altsetting 3 [ 16.084418] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 16.084422] usb 5-1: Not enough bandwidth for altsetting 4 [ 16.105561] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card1/hdaudioC1D0/input6 [ 16.148024] usbcore: registered new interface driver snd-usb-audio [ 16.350840] ppdev: user-space parallel port driver [ 17.670264] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null) [ 17.800552] EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null) [ 19.544289] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: (null) [ 20.967684] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null) [ 21.131862] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null) [ 21.742831] Adding 1023996k swap on /dev/mapper/swapa. Priority:-1 extents:1 across:1023996k [ 21.749765] Adding 1023996k swap on /dev/mapper/swapc. Priority:-2 extents:1 across:1023996k [ 21.808965] Adding 1023996k swap on /dev/mapper/swapb. Priority:-3 extents:1 across:1023996k [ 42.447028] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null) [ 42.472563] Adding 1023996k swap on /dev/mapper/swapd. Priority:-4 extents:1 across:1023996k [ 44.940480] systemd-journald[845]: Received request to flush runtime journal from PID 1 [ 45.768112] audit: type=1305 audit(1414249851.644:2): audit_pid=1262 old=0 auid=4294967295 ses=4294967295 res=1 [ 45.845612] pps pps0: new PPS source serial2 [ 45.847141] pps pps0: source "/dev/ttyS2" added [ 46.001365] it87: Found IT8728F chip at 0x228, revision 1 [ 46.002699] it87: Beeping is supported [ 46.077779] ip_tables: (C) 2000-2006 Netfilter Core Team [ 46.098066] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 46.122490] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 47.348842] r8169 0000:01:00.0 eth0: link down [ 47.348917] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 47.348930] r8169 0000:01:00.0 eth0: link down [ 48.251408] EDAC MC: Ver: 3.0.0 [ 50.238184] r8169 0000:01:00.0 eth0: link up [ 50.238200] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 52.254756] NFSD: starting 90-second grace period (net ffffffff91717480) [ 57.184714] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 57.184724] usb 5-1: Not enough bandwidth for altsetting 1 [ 57.184729] usb 5-1: 2:1: usb_set_interface failed (-22) [ 57.184780] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. (....same stuff repeated) [ 71.326144] usb 5-1: Not enough bandwidth for altsetting 1 [ 71.326146] usb 5-1: 2:1: usb_set_interface failed (-22) [ 71.326377] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 71.326380] usb 5-1: Not enough bandwidth for altsetting 1 [ 71.326382] usb 5-1: 2:1: usb_set_interface failed (-22) [ 71.335433] snd_hda_intel 0000:00:01.1: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj. [ 71.720440] Bluetooth: Core ver 2.19 [ 71.720480] NET: Registered protocol family 31 [ 71.720485] Bluetooth: HCI device and connection manager initialized [ 71.720498] Bluetooth: HCI socket layer initialized [ 71.720505] Bluetooth: L2CAP socket layer initialized [ 71.720522] Bluetooth: SCO socket layer initialized [ 71.747910] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 71.747916] Bluetooth: BNEP filters: protocol multicast [ 71.747929] Bluetooth: BNEP socket layer initialized [ 71.788319] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 71.788326] usb 5-1: Not enough bandwidth for altsetting 1 [ 71.788330] usb 5-1: 2:1: usb_set_interface failed (-22) [ 71.788371] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. (....same stuff repeated) [ 71.844378] usb 5-1: Not enough bandwidth for altsetting 1 [ 71.844380] usb 5-1: 2:1: usb_set_interface failed (-22) [ 71.844626] xhci_hcd 0000:02:00.0: ERROR: unexpected command completion code 0x11. [ 71.844629] usb 5-1: Not enough bandwidth for altsetting 1 [ 71.844632] usb 5-1: 2:1: usb_set_interface failed (-22) Kind regards, Udo ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: CRASH during boot 3.16.3+ 2014-10-25 15:18 ` Udo van den Heuvel @ 2014-10-28 20:32 ` Peter Hurley 0 siblings, 0 replies; 11+ messages in thread From: Peter Hurley @ 2014-10-28 20:32 UTC (permalink / raw) To: Udo van den Heuvel, linux-kernel@vger.kernel.org On 10/25/2014 11:18 AM, Udo van den Heuvel wrote: > Hello, > > Here's a 3.16.2 dmesg that is a tad m ore complete but still the usb > errors fill up the buffer. > I want to try a bisect and cloned Linus' tree but need commit numbers > for 3.16.2 and .3 to start the bisect process. > Where can I find these? All releases in kernel trees are 'tagged'. You can list all the tags in a cloned repository with $ git tag --list Stable releases are not in mainline (aka, Linus' tree). Stable releases are in the stable tree which you clone with: $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git stable The tag in -stable for 3.16.2 is 'v3.16.2' For 3.16.3, it's 'v3.16.3' I would verify that your build process works by building v3.16.2 from the stable tree and making sure that kernel works. And then building v3.16.3 from the stable tree and making sure it doesn't. FWIW, stable is at 3.16.6 now. Some helpful pointers for vanilla kernel builds are here http://kernelnewbiesS.org/KernelBuild Before bisecting, I recommend you first build and test latest stable to see if your boot failure is already fixed. Latest stable is v3.17.1 If latest stable doesn't boot, you should build and test latest mainline to see if your boot failure is already fixed there. Latest mainline is v3.18-rc2 Regards, Peter Hurley PS - Does v3.16.3 run if you unplug some of this hardware? Like the Phillips webcam that you've been having trouble with? I recommend you keep pressing for a solution to the usb problems on linux-usb. But before you do that, make sure that you've tested latest stable and latest mainline. > Do we have a suspect 3.16.3 commit that I could try to revert? > > [ 0.743433] pci 0000:01:00.0: supports D1 D2 > [ 0.743434] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold > [ 0.749719] pci 0000:00:04.0: PCI bridge to [bus 01] > [ 0.749788] pci 0000:00:04.0: bridge window [io 0xe000-0xefff] > [ 0.749792] pci 0000:00:04.0: bridge window [mem > 0xd0000000-0xd00fffff 64bit pref] > [ 0.749850] pci 0000:02:00.0: [1b6f:7023] type 00 class 0x0c0330 > [ 0.749869] pci 0000:02:00.0: reg 0x10: [mem 0xfea00000-0xfea07fff 64bit] > [ 0.749941] pci 0000:02:00.0: supports D1 D2 > [ 0.749943] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold > [ 0.759086] pci 0000:00:07.0: PCI bridge to [bus 02] > [ 0.759155] pci 0000:00:07.0: bridge window [mem 0xfea00000-0xfeafffff] > [ 0.759205] pci 0000:03:06.0: [9710:9835] type 00 class 0x070002 > [ 0.759221] pci 0000:03:06.0: reg 0x10: [io 0xd050-0xd057] > [ 0.759231] pci 0000:03:06.0: reg 0x14: [io 0xd040-0xd047] > [ 0.759241] pci 0000:03:06.0: reg 0x18: [io 0xd030-0xd037] > [ 0.759251] pci 0000:03:06.0: reg 0x1c: [io 0xd020-0xd027] > [ 0.759261] pci 0000:03:06.0: reg 0x20: [io 0xd010-0xd017] > [ 0.759271] pci 0000:03:06.0: reg 0x24: [io 0xd000-0xd00f] > [ 0.759344] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode) > [ 0.759408] pci 0000:00:14.4: bridge window [io 0xd000-0xdfff] > [ 0.759413] pci 0000:00:14.4: bridge window [io 0x0000-0x03af] > (subtractive decode) > [ 0.759415] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7] > (subtractive decode) > [ 0.759416] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df] > (subtractive decode) > [ 0.759417] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] > (subtractive decode) > [ 0.759419] pci 0000:00:14.4: bridge window [mem > 0x000a0000-0x000bffff] (subtractive decode) > [ 0.759420] pci 0000:00:14.4: bridge window [mem > 0x000c0000-0x000dffff] (subtractive decode) > [ 0.759421] pci 0000:00:14.4: bridge window [mem > 0xc0000000-0xffffffff] (subtractive decode) > [ 0.759434] pci_bus 0000:00: on NUMA node 0 > [ 0.759732] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0 > [ 0.760141] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0 > [ 0.760545] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0 > [ 0.760947] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0 > [ 0.761341] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0 > [ 0.761749] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0 > [ 0.762135] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0 > [ 0.762521] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0 > [ 0.763029] vgaarb: device added: > PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none > [ 0.763124] vgaarb: loaded > [ 0.763185] vgaarb: bridge control possible 0000:00:01.0 > [ 0.763348] SCSI subsystem initialized > [ 0.763461] libata version 3.00 loaded. > [ 0.763468] ACPI: bus type USB registered > [ 0.763547] usbcore: registered new interface driver usbfs > [ 0.763615] usbcore: registered new interface driver hub > [ 0.763728] usbcore: registered new device driver usb > [ 0.763805] pps_core: LinuxPPS API ver. 1 registered > [ 0.763866] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 > Rodolfo Giometti <giometti@linux.it> > [ 0.764037] PCI: Using ACPI for IRQ routing > [ 0.770694] PCI: pci_cache_line_size set to 64 bytes > [ 0.770740] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff] > [ 0.770742] e820: reserve RAM buffer [mem 0x8d41d000-0x8fffffff] > [ 0.770743] e820: reserve RAM buffer [mem 0x8e9d0000-0x8fffffff] > [ 0.770744] e820: reserve RAM buffer [mem 0x8f04c000-0x8fffffff] > [ 0.770745] e820: reserve RAM buffer [mem 0x8f800000-0x8fffffff] > [ 0.770746] e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff] > [ 0.770865] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 > [ 0.771058] hpet0: 3 comparators, 32-bit 14.318180 MHz counter > [ 0.773208] Switched to clocksource hpet > [ 0.773385] pnp: PnP ACPI init > [ 0.773448] ACPI: bus type PNP registered > [ 0.773561] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved > [ 0.773641] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) > [ 0.773692] system 00:01: [mem 0x90000000-0xbfffffff] has been reserved > [ 0.773754] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) > [ 0.773806] system 00:02: [mem 0xfeb80000-0xfebfffff] could not be > reserved > [ 0.773869] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) > [ 0.774057] system 00:03: [io 0x04d0-0x04d1] has been reserved > [ 0.774126] system 00:03: [io 0x040b] has been reserved > [ 0.774188] system 00:03: [io 0x04d6] has been reserved > [ 0.774249] system 00:03: [io 0x0c00-0x0c01] has been reserved > [ 0.774311] system 00:03: [io 0x0c14] has been reserved > [ 0.774373] system 00:03: [io 0x0c50-0x0c51] has been reserved > [ 0.774435] system 00:03: [io 0x0c52] has been reserved > [ 0.774497] system 00:03: [io 0x0c6c] has been reserved > [ 0.774559] system 00:03: [io 0x0c6f] has been reserved > [ 0.774620] system 00:03: [io 0x0cd0-0x0cd1] has been reserved > [ 0.774681] system 00:03: [io 0x0cd2-0x0cd3] has been reserved > [ 0.774743] system 00:03: [io 0x0cd4-0x0cd5] has been reserved > [ 0.774805] system 00:03: [io 0x0cd6-0x0cd7] has been reserved > [ 0.774873] system 00:03: [io 0x0cd8-0x0cdf] has been reserved > [ 0.774937] system 00:03: [io 0x0800-0x089f] could not be reserved > [ 0.775008] system 00:03: [io 0x0b20-0x0b3f] has been reserved > [ 0.775070] system 00:03: [io 0x0900-0x090f] has been reserved > [ 0.775132] system 00:03: [io 0x0910-0x091f] has been reserved > [ 0.775194] system 00:03: [io 0xfe00-0xfefe] has been reserved > [ 0.775257] system 00:03: [mem 0xfec00000-0xfec00fff] could not be > reserved > [ 0.775319] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved > [ 0.775382] system 00:03: [mem 0xfed80000-0xfed8ffff] has been reserved > [ 0.775444] system 00:03: [mem 0xfed61000-0xfed70fff] has been reserved > [ 0.775507] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved > [ 0.775569] system 00:03: [mem 0xfed00000-0xfed00fff] could not be > reserved > [ 0.775632] system 00:03: [mem 0xff000000-0xffffffff] has been reserved > [ 0.775695] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) > [ 0.775795] system 00:04: [io 0x0220-0x0227] has been reserved > [ 0.775858] system 00:04: [io 0x0228-0x0237] has been reserved > [ 0.775926] system 00:04: [io 0x0a20-0x0a2f] has been reserved > [ 0.775988] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) > [ 0.776017] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b > (active) > [ 0.776181] pnp 00:06: [dma 0 disabled] > [ 0.776211] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) > [ 0.776237] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) > [ 0.776258] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active) > [ 0.776295] system 00:09: [io 0x04d0-0x04d1] has been reserved > [ 0.776357] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) > [ 0.776468] pnp: PnP ACPI: found 10 devices > [ 0.776529] ACPI: bus type PNP unregistered > [ 0.782528] pci 0000:00:04.0: PCI bridge to [bus 01] > [ 0.782591] pci 0000:00:04.0: bridge window [io 0xe000-0xefff] > [ 0.782655] pci 0000:00:04.0: bridge window [mem > 0xd0000000-0xd00fffff 64bit pref] > [ 0.782749] pci 0000:00:07.0: PCI bridge to [bus 02] > [ 0.782811] pci 0000:00:07.0: bridge window [mem 0xfea00000-0xfeafffff] > [ 0.782876] pci 0000:00:14.4: PCI bridge to [bus 03] > [ 0.782938] pci 0000:00:14.4: bridge window [io 0xd000-0xdfff] > [ 0.783007] pci_bus 0000:00: resource 4 [io 0x0000-0x03af] > [ 0.783008] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7] > [ 0.783010] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df] > [ 0.783011] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff] > [ 0.783012] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff] > [ 0.783013] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff] > [ 0.783015] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff] > [ 0.783016] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] > [ 0.783018] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd00fffff > 64bit pref] > [ 0.783019] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff] > [ 0.783021] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff] > [ 0.783022] pci_bus 0000:03: resource 4 [io 0x0000-0x03af] > [ 0.783023] pci_bus 0000:03: resource 5 [io 0x03e0-0x0cf7] > [ 0.783024] pci_bus 0000:03: resource 6 [io 0x03b0-0x03df] > [ 0.783026] pci_bus 0000:03: resource 7 [io 0x0d00-0xffff] > [ 0.783027] pci_bus 0000:03: resource 8 [mem 0x000a0000-0x000bffff] > [ 0.783028] pci_bus 0000:03: resource 9 [mem 0x000c0000-0x000dffff] > [ 0.783029] pci_bus 0000:03: resource 10 [mem 0xc0000000-0xffffffff] > [ 0.783139] NET: Registered protocol family 2 > [ 0.783382] TCP established hash table entries: 131072 (order: 8, > 1048576 bytes) > [ 0.783669] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) > [ 0.783908] TCP: Hash tables configured (established 131072 bind 65536) > [ 0.783996] TCP: reno registered > [ 0.784066] UDP hash table entries: 8192 (order: 6, 262144 bytes) > [ 0.784177] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) > [ 0.784395] NET: Registered protocol family 1 > [ 0.784470] pci 0000:00:01.0: Boot video device > [ 1.025136] PCI: CLS 64 bytes, default 64 > [ 1.025182] Trying to unpack rootfs image as initramfs... > [ 1.178885] Freeing initrd memory: 13688K (ffff880037292000 - > ffff880037ff0000) > [ 1.179209] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40 > [ 1.179271] AMD-Vi: Extended features: PreF PPR GT IA > [ 1.179481] AMD-Vi: Interrupt remapping enabled > [ 1.179552] pci 0000:00:00.2: irq 40 for MSI/MSI-X > [ 1.185609] AMD-Vi: Lazy IO/TLB flushing enabled > [ 1.186062] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) > [ 1.186125] software IO TLB [mem 0x8941d000-0x8d41d000] (64MB) mapped > at [ffff88008941d000-ffff88008d41cfff] > [ 1.186456] perf: AMD NB counters detected > [ 1.186534] LVT offset 0 assigned for vector 0x400 > [ 1.186604] perf: AMD IBS detected (0x000000ff) > [ 1.186684] Scanning for low memory corruption every 60 seconds > [ 1.189419] sha1_ssse3: Using AVX optimized SHA-1 implementation > [ 1.189563] alg: No test for crc32 (crc32-pclmul) > [ 1.189630] sha256_ssse3: Using AVX optimized SHA-256 implementation > [ 1.189851] sha512_ssse3: Using AVX optimized SHA-512 implementation > [ 1.191887] AVX2 instructions are not detected. > [ 1.192078] futex hash table entries: 1024 (order: 4, 65536 bytes) > [ 1.192157] audit: initializing netlink subsys (disabled) > [ 1.192231] audit: type=2000 audit(1414249806.996:1): initialized > [ 1.192473] HugeTLB registered 2 MB page size, pre-allocated 0 pages > [ 1.192700] VFS: Disk quotas dquot_6.5.2 > [ 1.192773] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) > [ 1.193019] msgmni has been set to 30368 > [ 1.193701] alg: No test for stdrng (krng) > [ 1.193772] NET: Registered protocol family 38 > [ 1.193852] Block layer SCSI generic (bsg) driver version 0.4 loaded > (major 253) > [ 1.193945] io scheduler noop registered (default) > [ 1.194166] pcieport 0000:00:04.0: irq 41 for MSI/MSI-X > [ 1.194208] pcieport 0000:00:07.0: irq 42 for MSI/MSI-X > [ 1.194355] ACPI: acpi_idle registered with cpuidle > [ 1.194632] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled > [ 1.214974] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) > is a 16550A > [ 1.235631] 0000:03:06.0: ttyS1 at I/O 0xd050 (irq = 20, base_baud = > 115200) is a 16550A > [ 1.256068] 0000:03:06.0: ttyS2 at I/O 0xd040 (irq = 20, base_baud = > 115200) is a 16550A > [ 1.257193] brd: module loaded > [ 1.257683] loop: module loaded > [ 1.257780] ahci 0000:00:11.0: version 3.0 > [ 1.257877] ahci 0000:00:11.0: irq 43 for MSI/MSI-X > [ 1.257881] ahci 0000:00:11.0: irq 44 for MSI/MSI-X > [ 1.257885] ahci 0000:00:11.0: irq 45 for MSI/MSI-X > [ 1.257888] ahci 0000:00:11.0: irq 46 for MSI/MSI-X > [ 1.257892] ahci 0000:00:11.0: irq 47 for MSI/MSI-X > [ 1.257895] ahci 0000:00:11.0: irq 48 for MSI/MSI-X > [ 1.257898] ahci 0000:00:11.0: irq 49 for MSI/MSI-X > [ 1.257902] ahci 0000:00:11.0: irq 50 for MSI/MSI-X > [ 1.257989] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 8 ports 6 Gbps > 0xff impl SATA mode > [ 1.258087] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo > pmp pio slum part sxs > [ 1.259136] scsi0 : ahci > [ 1.259325] scsi1 : ahci > [ 1.259471] scsi2 : ahci > [ 1.262120] scsi3 : ahci > [ 1.262268] scsi4 : ahci > [ 1.262416] scsi5 : ahci > [ 1.262566] scsi6 : ahci > [ 1.262712] scsi7 : ahci > [ 1.262801] ata1: SATA max UDMA/133 abar m2048@0xfeb51000 port > 0xfeb51100 irq 43 > [ 1.262894] ata2: SATA max UDMA/133 abar m2048@0xfeb51000 port > 0xfeb51180 irq 44 > [ 1.262987] ata3: SATA max UDMA/133 abar m2048@0xfeb51000 port > 0xfeb51200 irq 45 > [ 1.263086] ata4: SATA max UDMA/133 abar m2048@0xfeb51000 port > 0xfeb51280 irq 46 > [ 1.263178] ata5: SATA max UDMA/133 abar m2048@0xfeb51000 port > 0xfeb51300 irq 47 > [ 1.263271] ata6: SATA max UDMA/133 abar m2048@0xfeb51000 port > 0xfeb51380 irq 48 > [ 1.263363] ata7: SATA max UDMA/133 abar m2048@0xfeb51000 port > 0xfeb51400 irq 49 > [ 1.263455] ata8: SATA max UDMA/133 abar m2048@0xfeb51000 port > 0xfeb51480 irq 50 > [ 1.263618] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded > [ 1.263939] r8169 0000:01:00.0: irq 51 for MSI/MSI-X > [ 1.264047] r8169 0000:01:00.0 eth0: RTL8168evl/8111evl at > 0xffffc9000001c000, 90:2b:34:a1:03:8b, XID 0c900800 IRQ 51 > [ 1.264140] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 > bytes, tx checksumming: ko] > [ 1.264252] usbcore: registered new interface driver cdc_subset > [ 1.264325] usbcore: registered new interface driver cdc_ncm > [ 1.264425] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 > [ 1.264494] i8042: PNP: PS/2 appears to have AUX port disabled, if > this is incorrect please boot with i8042.nopnp > [ 1.264748] serio: i8042 KBD port at 0x60,0x64 irq 1 > [ 1.264875] mousedev: PS/2 mouse device common for all mice > [ 1.265045] input: PC Speaker as /devices/platform/pcspkr/input/input1 > [ 1.265114] pps_ldisc: PPS line discipline registered > [ 1.265176] md: raid1 personality registered for level 1 > [ 1.265238] md: raid10 personality registered for level 10 > [ 1.265418] md: raid6 personality registered for level 6 > [ 1.265479] md: raid5 personality registered for level 5 > [ 1.265540] md: raid4 personality registered for level 4 > [ 1.265638] device-mapper: uevent: version 1.0.3 > [ 1.265755] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) > initialised: dm-devel@redhat.com > [ 1.265974] TCP: cubic registered > [ 1.266119] NET: Registered protocol family 10 > [ 1.266339] NET: Registered protocol family 17 > [ 1.266408] Key type dns_resolver registered > [ 1.266848] registered taskstats version 1 > [ 1.286242] input: AT Translated Set 2 keyboard as > /devices/platform/i8042/serio0/input/input0 > [ 1.579997] ata4: SATA link down (SStatus 0 SControl 300) > [ 1.580086] ata7: SATA link down (SStatus 0 SControl 300) > [ 1.580190] ata8: SATA link down (SStatus 0 SControl 300) > [ 1.751658] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) > [ 1.751742] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) > [ 1.751820] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) > [ 1.751905] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) > [ 1.751982] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300) > [ 1.752887] ata3.00: ATA-8: ST2000DM001-1CH164, CC26, max UDMA/133 > [ 1.752977] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth > 31/32), AA > [ 1.753081] ata5.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 > [ 1.753149] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth > 31/32), AA > [ 1.753269] ata6.00: ATA-8: ST2000DM001-1CH164, CC26, max UDMA/133 > [ 1.753334] ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth > 31/32), AA > [ 1.753448] ata2.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 > [ 1.753511] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth > 31/32), AA > [ 1.753953] ata3.00: configured for UDMA/133 > [ 1.754106] ata5.00: configured for UDMA/133 > [ 1.754388] ata6.00: configured for UDMA/133 > [ 1.754478] ata1.00: ATAPI: PLEXTOR DVDR PX-891SA, 1.04, max UDMA/100 > [ 1.754548] ata2.00: configured for UDMA/133 > [ 1.755551] ata1.00: configured for UDMA/100 > [ 1.757985] scsi 0:0:0:0: CD-ROM PLEXTOR DVDR PX-891SA > 1.04 PQ: 0 ANSI: 5 > [ 1.764615] scsi 1:0:0:0: Direct-Access ATA ST2000DM001-1CH1 > CC24 PQ: 0 ANSI: 5 > [ 1.764876] sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: > (2.00 TB/1.81 TiB) > [ 1.764961] scsi 2:0:0:0: Direct-Access ATA ST2000DM001-1CH1 > CC26 PQ: 0 ANSI: 5 > [ 1.765096] sd 1:0:0:0: [sda] 4096-byte physical blocks > [ 1.765119] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: > (2.00 TB/1.81 TiB) > [ 1.765120] sd 2:0:0:0: [sdb] 4096-byte physical blocks > [ 1.765207] sd 2:0:0:0: [sdb] Write Protect is off > [ 1.765208] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00 > [ 1.765258] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: > enabled, doesn't support DPO or FUA > [ 1.765261] scsi 4:0:0:0: Direct-Access ATA ST2000DM001-1CH1 > CC24 PQ: 0 ANSI: 5 > [ 1.765418] sd 4:0:0:0: [sdc] 3907029168 512-byte logical blocks: > (2.00 TB/1.81 TiB) > [ 1.765420] sd 4:0:0:0: [sdc] 4096-byte physical blocks > [ 1.765493] sd 4:0:0:0: [sdc] Write Protect is off > [ 1.765494] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00 > [ 1.765517] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: > enabled, doesn't support DPO or FUA > [ 1.765518] scsi 5:0:0:0: Direct-Access ATA ST2000DM001-1CH1 > CC26 PQ: 0 ANSI: 5 > [ 1.765660] sd 5:0:0:0: [sdd] 3907029168 512-byte logical blocks: > (2.00 TB/1.81 TiB) > [ 1.765661] sd 5:0:0:0: [sdd] 4096-byte physical blocks > [ 1.765791] sd 5:0:0:0: [sdd] Write Protect is off > [ 1.765792] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00 > [ 1.765837] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: > enabled, doesn't support DPO or FUA > [ 1.766631] sd 1:0:0:0: [sda] Write Protect is off > [ 1.766691] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 > [ 1.766723] sd 1:0:0:0: [sda] Write cache: enabled, read cache: > enabled, doesn't support DPO or FUA > [ 1.775631] sda: sda1 sda2 sda4 > [ 1.776007] sd 1:0:0:0: [sda] Attached SCSI disk > [ 1.780077] sdc: sdc1 sdc2 sdc4 > [ 1.780515] sd 4:0:0:0: [sdc] Attached SCSI disk > [ 1.780670] sdd: sdd1 sdd2 sdd4 > [ 1.780998] sd 5:0:0:0: [sdd] Attached SCSI disk > [ 1.786591] sdb: sdb1 sdb2 sdb4 > [ 1.786967] sd 2:0:0:0: [sdb] Attached SCSI disk > [ 1.787259] Freeing unused kernel memory: 832K (ffffffff9173a000 - > ffffffff9180a000) > [ 1.789072] systemd[1]: systemd 208 running in system mode. (+PAM > +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) > [ 1.789275] systemd[1]: Running in initial RAM disk. > [ 1.789805] systemd[1]: Failed to insert module 'autofs4' > [ 1.789899] systemd[1]: Set hostname to <surfplank2.hierzo>. > [ 1.790297] random: systemd urandom read with 45 bits of entropy > available > [ 1.794697] systemd[1]: Expecting device > dev-disk-by\x2duuid-1b97d8cb\x2d9875\x2d49cd\x2db2be\x2d0ce534c1b125.device... > [ 1.794983] systemd[1]: Expecting device > dev-mapper-myvg\x2dusrlv.device... > [ 1.795215] systemd[1]: Expecting device > dev-mapper-myvg\x2drootlv.device... > [ 1.795446] systemd[1]: Expecting device dev-myvg-rootlv.device... > [ 1.795718] systemd[1]: Starting -.slice. > [ 1.796063] systemd[1]: Created slice -.slice. > [ 1.796131] systemd[1]: Starting System Slice. > [ 1.796465] systemd[1]: Created slice System Slice. > [ 1.796533] systemd[1]: Starting Slices. > [ 1.796825] systemd[1]: Reached target Slices. > [ 1.796891] systemd[1]: Starting Timers. > [ 1.797183] systemd[1]: Reached target Timers. > [ 1.797250] systemd[1]: Starting Journal Socket. > [ 1.797571] systemd[1]: Listening on Journal Socket. > [ 1.797702] systemd[1]: Starting dracut cmdline hook... > [ 1.800530] systemd[1]: Starting Journal Service... > [ 1.801286] systemd[1]: Started Journal Service. > [ 1.941979] systemd-udevd[277]: starting version 208 > [ 2.009062] QUIRK: Enable AMD PLL fix > [ 2.009079] xhci_hcd 0000:00:10.0: xHCI Host Controller > [ 2.009188] xhci_hcd 0000:00:10.0: new USB bus registered, assigned > bus number 1 > [ 2.009586] xhci_hcd 0000:00:10.0: irq 52 for MSI/MSI-X > [ 2.009595] xhci_hcd 0000:00:10.0: irq 53 for MSI/MSI-X > [ 2.009603] xhci_hcd 0000:00:10.0: irq 54 for MSI/MSI-X > [ 2.009611] xhci_hcd 0000:00:10.0: irq 55 for MSI/MSI-X > [ 2.009616] xhci_hcd 0000:00:10.0: irq 56 for MSI/MSI-X > [ 2.009654] [drm] Initialized drm 1.1.0 20060810 > [ 2.010272] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 > [ 2.010345] usb usb1: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 2.010441] usb usb1: Product: xHCI Host Controller > [ 2.010505] usb usb1: Manufacturer: Linux 3.16.2 xhci_hcd > [ 2.010570] usb usb1: SerialNumber: 0000:00:10.0 > [ 2.010767] hub 1-0:1.0: USB hub found > [ 2.010841] hub 1-0:1.0: 2 ports detected > [ 2.010981] xhci_hcd 0000:00:10.0: xHCI Host Controller > [ 2.011048] xhci_hcd 0000:00:10.0: new USB bus registered, assigned > bus number 2 > [ 2.012967] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 > [ 2.013031] usb usb2: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 2.013124] usb usb2: Product: xHCI Host Controller > [ 2.013187] usb usb2: Manufacturer: Linux 3.16.2 xhci_hcd > [ 2.013250] usb usb2: SerialNumber: 0000:00:10.0 > [ 2.013761] hub 2-0:1.0: USB hub found > [ 2.013839] hub 2-0:1.0: 2 ports detected > [ 2.014087] xhci_hcd 0000:00:10.1: xHCI Host Controller > [ 2.014156] xhci_hcd 0000:00:10.1: new USB bus registered, assigned > bus number 3 > [ 2.014478] xhci_hcd 0000:00:10.1: irq 57 for MSI/MSI-X > [ 2.014490] xhci_hcd 0000:00:10.1: irq 58 for MSI/MSI-X > [ 2.014496] xhci_hcd 0000:00:10.1: irq 59 for MSI/MSI-X > [ 2.014503] xhci_hcd 0000:00:10.1: irq 60 for MSI/MSI-X > [ 2.014509] xhci_hcd 0000:00:10.1: irq 61 for MSI/MSI-X > [ 2.015154] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 > [ 2.015226] usb usb3: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 2.015324] usb usb3: Product: xHCI Host Controller > [ 2.015393] usb usb3: Manufacturer: Linux 3.16.2 xhci_hcd > [ 2.015457] usb usb3: SerialNumber: 0000:00:10.1 > [ 2.015618] hub 3-0:1.0: USB hub found > [ 2.015698] hub 3-0:1.0: 2 ports detected > [ 2.015822] xhci_hcd 0000:00:10.1: xHCI Host Controller > [ 2.015888] xhci_hcd 0000:00:10.1: new USB bus registered, assigned > bus number 4 > [ 2.018995] [drm] radeon kernel modesetting enabled. > [ 2.019750] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 > [ 2.019766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver > [ 2.019886] usb usb4: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 2.019981] usb usb4: Product: xHCI Host Controller > [ 2.020048] usb usb4: Manufacturer: Linux 3.16.2 xhci_hcd > [ 2.020118] usb usb4: SerialNumber: 0000:00:10.1 > [ 2.020236] ohci-pci: OHCI PCI platform driver > [ 2.020329] hub 4-0:1.0: USB hub found > [ 2.020399] hub 4-0:1.0: 2 ports detected > [ 2.020853] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver > [ 2.020918] Warning! ehci_hcd should always be loaded before uhci_hcd > and ohci_hcd, not after > [ 2.021156] ehci-pci: EHCI PCI platform driver > [ 2.021386] xhci_hcd 0000:02:00.0: xHCI Host Controller > [ 2.021456] xhci_hcd 0000:02:00.0: new USB bus registered, assigned > bus number 5 > [ 2.021663] xhci_hcd 0000:02:00.0: irq 62 for MSI/MSI-X > [ 2.021759] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 > [ 2.021830] usb usb5: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 2.021929] usb usb5: Product: xHCI Host Controller > [ 2.021997] usb usb5: Manufacturer: Linux 3.16.2 xhci_hcd > [ 2.022080] usb usb5: SerialNumber: 0000:02:00.0 > [ 2.022179] [drm] initializing kernel modesetting (ARUBA > 0x1002:0x9901 0x1002:0x9901). > [ 2.022284] [drm] register mmio base: 0xFEB00000 > [ 2.022351] [drm] register mmio size: 262144 > [ 2.022450] ATOM BIOS: 113 > [ 2.022575] radeon 0000:00:01.0: VRAM: 768M 0x0000000000000000 - > 0x000000002FFFFFFF (768M used) > [ 2.022679] radeon 0000:00:01.0: GTT: 1024M 0x0000000030000000 - > 0x000000006FFFFFFF > [ 2.022776] [drm] Detected VRAM RAM=768M, BAR=256M > [ 2.022841] [drm] RAM width 64bits DDR > [ 2.022947] [TTM] Zone kernel: Available graphics memory: 7774866 kiB > [ 2.023013] [TTM] Zone dma32: Available graphics memory: 2097152 kiB > [ 2.023079] [TTM] Initializing pool allocator > [ 2.023193] [TTM] Initializing DMA pool allocator > [ 2.023254] systemd-udevd[320]: renamed network interface eth0 to enp1s0 > [ 2.023355] [drm] radeon: 768M of VRAM memory ready > [ 2.023423] [drm] radeon: 1024M of GTT memory ready. > [ 2.023499] [drm] Loading ARUBA Microcode > [ 2.023618] [drm] Internal thermal controller without fan control > [ 2.023713] == power state 0 == > [ 2.023785] ui class: none > [ 2.023898] internal class: uvd > [ 2.024034] caps: > [ 2.024139] uvd vclk: 72381 dclk: 60800 > [ 2.024205] power level 0 sclk: 80000 vddc: 1199 > [ 2.024273] power level 1 sclk: 80000 vddc: 1199 > [ 2.024338] status: > [ 2.024450] == power state 1 == > [ 2.024543] ui class: none > [ 2.024652] internal class: uvd_mvc > [ 2.024801] caps: > [ 2.024912] uvd vclk: 72381 dclk: 60800 > [ 2.024991] power level 0 sclk: 80000 vddc: 1199 > [ 2.025057] power level 1 sclk: 80000 vddc: 1199 > [ 2.025121] status: > [ 2.025217] == power state 2 == > [ 2.025281] ui class: performance > [ 2.025378] internal class: none > [ 2.025506] caps: > [ 2.025610] uvd vclk: 0 dclk: 0 > [ 2.025674] power level 0 sclk: 80000 vddc: 1199 > [ 2.025739] power level 1 sclk: 80000 vddc: 1199 > [ 2.025805] power level 2 sclk: 80000 vddc: 1199 > [ 2.025867] status: > [ 2.025959] == power state 3 == > [ 2.026023] ui class: none > [ 2.026118] internal class: boot > [ 2.026243] caps: > [ 2.026338] uvd vclk: 0 dclk: 0 > [ 2.026403] power level 0 sclk: 20000 vddc: 1274 > [ 2.026472] status: c r b > [ 2.026596] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw > xa/form2 cdda tray > [ 2.026598] cdrom: Uniform CD-ROM driver Revision: 3.20 > > [ 2.026835] sr 0:0:0:0: Attached scsi CD-ROM sr0 > [ 2.026911] == power state 4 == > [ 2.026978] ui class: none > [ 2.027086] internal class: thermal > [ 2.027254] caps: > [ 2.027348] uvd vclk: 0 dclk: 0 > [ 2.027415] power level 0 sclk: 20000 vddc: 937 > [ 2.027483] status: > [ 2.027977] [drm] radeon: dpm initialized > [ 2.028172] [drm] GART: num cpu pages 262144, num gpu pages 262144 > [ 2.031232] hub 5-0:1.0: USB hub found > [ 2.031310] hub 5-0:1.0: 2 ports detected > [ 2.031446] xhci_hcd 0000:02:00.0: xHCI Host Controller > [ 2.031514] xhci_hcd 0000:02:00.0: new USB bus registered, assigned > bus number 6 > [ 2.031671] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003 > [ 2.031741] usb usb6: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 2.031841] usb usb6: Product: xHCI Host Controller > [ 2.031906] usb usb6: Manufacturer: Linux 3.16.2 xhci_hcd > [ 2.031970] usb usb6: SerialNumber: 0000:02:00.0 > [ 2.032122] hub 6-0:1.0: USB hub found > [ 2.032197] hub 6-0:1.0: 2 ports detected > [ 2.050821] [drm] PCIE GART of 1024M enabled (table at > 0x0000000000276000). > [ 2.051016] radeon 0000:00:01.0: WB enabled > [ 2.051115] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr > 0x0000000030000c00 and cpu addr 0xffff880088e55c00 > [ 2.051928] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr > 0x0000000000075a18 and cpu addr 0xffffc900102b5a18 > [ 2.052029] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr > 0x0000000030000c04 and cpu addr 0xffff880088e55c04 > [ 2.052132] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr > 0x0000000030000c08 and cpu addr 0xffff880088e55c08 > [ 2.052241] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr > 0x0000000030000c0c and cpu addr 0xffff880088e55c0c > [ 2.052349] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr > 0x0000000030000c10 and cpu addr 0xffff880088e55c10 > [ 2.052452] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). > [ 2.052526] [drm] Driver supports precise vblank timestamp query. > [ 2.052616] radeon 0000:00:01.0: irq 63 for MSI/MSI-X > [ 2.052627] radeon 0000:00:01.0: radeon: using MSI. > [ 2.053026] [drm] radeon: irq initialized. > [ 2.072498] [drm] ring test on 0 succeeded in 2 usecs > [ 2.072623] [drm] ring test on 3 succeeded in 2 usecs > [ 2.072710] [drm] ring test on 4 succeeded in 1 usecs > [ 2.108526] [drm] ring test on 5 succeeded in 2 usecs > [ 2.128423] [drm] UVD initialized successfully. > [ 2.130583] [drm] ib test on ring 0 succeeded in 0 usecs > [ 2.131198] [drm] ib test on ring 3 succeeded in 0 usecs > [ 2.131810] [drm] ib test on ring 4 succeeded in 1 usecs > [ 2.146847] md: bind<sdd1> > [ 2.153034] [drm] ib test on ring 5 succeeded > [ 2.163687] md: bind<sdb1> > [ 2.173418] [drm] Radeon Display Connectors > [ 2.173494] [drm] Connector 0: > [ 2.173560] [drm] HDMI-A-1 > [ 2.173627] [drm] HPD1 > [ 2.173696] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 > 0x653c 0x653c > [ 2.173800] [drm] Encoders: > [ 2.173866] [drm] DFP1: INTERNAL_UNIPHY2 > [ 2.173938] [drm] Connector 1: > [ 2.174005] [drm] VGA-1 > [ 2.174071] [drm] HPD2 > [ 2.174143] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 > 0x654c 0x654c > [ 2.174240] [drm] Encoders: > [ 2.174305] [drm] CRT1: INTERNAL_UNIPHY2 > [ 2.174373] [drm] CRT1: NUTMEG > [ 2.174441] [drm] Connector 2: > [ 2.174514] [drm] DVI-D-1 > [ 2.174581] [drm] HPD3 > [ 2.174654] [drm] DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 > 0x655c 0x655c > [ 2.174758] [drm] Encoders: > [ 2.174823] [drm] DFP2: INTERNAL_UNIPHY > [ 2.182855] tsc: Refined TSC clocksource calibration: 3872.261 MHz > [ 2.185361] md: bind<sdc1> > [ 2.204454] random: nonblocking pool is initialized > [ 2.210917] md: bind<sdb2> > [ 2.212303] md: bind<sdd2> > [ 2.234783] switching from power state: > [ 2.234864] ui class: none > [ 2.234954] internal class: boot > [ 2.235073] caps: > [ 2.235162] uvd vclk: 0 dclk: 0 > [ 2.235224] power level 0 sclk: 20000 vddc: 1274 > [ 2.235285] status: c b > [ 2.235434] switching to power state: > [ 2.235494] ui class: performance > [ 2.235585] internal class: none > [ 2.235703] caps: > [ 2.235792] uvd vclk: 0 dclk: 0 > [ 2.235853] power level 0 sclk: 80000 vddc: 1199 > [ 2.235915] power level 1 sclk: 80000 vddc: 1199 > [ 2.235977] power level 2 sclk: 80000 vddc: 1199 > [ 2.236038] status: r > [ 2.244409] md: bind<sda1> > [ 2.249747] md/raid1:md0: active with 4 out of 4 mirrors > [ 2.249817] md0: detected capacity change from 0 to 536805376 > [ 2.250567] md: bind<sdc2> > [ 2.251095] md0: unknown partition table > [ 2.251896] md: bind<sda2> > [ 2.253558] md/raid10:md1: active with 4 out of 4 devices > [ 2.253622] md1: detected capacity change from 0 to 3997621551104 > [ 2.286423] md1: unknown partition table > [ 2.330685] usb 3-1: new high-speed USB device number 2 using xhci_hcd > [ 2.351705] [drm] fb mappable at 0xC047A000 > [ 2.351749] [drm] vram apper at 0xC0000000 > [ 2.351798] [drm] size 7299072 > [ 2.351844] [drm] fb depth is 24 > [ 2.351886] [drm] pitch is 6912 > [ 2.351995] fbcon: radeondrmfb (fb0) is primary device > [ 2.424615] Console: switching to colour frame buffer device 210x65 > [ 2.428001] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device > [ 2.428002] radeon 0000:00:01.0: registered panic notifier > [ 2.446585] [drm] Initialized radeon 2.39.0 20080528 for 0000:00:01.0 > on minor 0 > [ 2.446837] ohci-pci 0000:00:12.0: OHCI PCI host controller > [ 2.446873] ohci-pci 0000:00:12.0: new USB bus registered, assigned > bus number 7 > [ 2.447284] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb50000 > [ 2.506475] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 > [ 2.506504] usb usb7: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 2.506528] usb usb7: Product: OHCI PCI host controller > [ 2.506546] usb usb7: Manufacturer: Linux 3.16.2 ohci_hcd > [ 2.506563] usb usb7: SerialNumber: 0000:00:12.0 > [ 2.506798] hub 7-0:1.0: USB hub found > [ 2.506823] hub 7-0:1.0: 5 ports detected > [ 2.507022] ohci-pci 0000:00:13.0: OHCI PCI host controller > [ 2.507045] ohci-pci 0000:00:13.0: new USB bus registered, assigned > bus number 8 > [ 2.507140] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4e000 > [ 2.566333] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 > [ 2.566363] usb usb8: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 2.566387] usb usb8: Product: OHCI PCI host controller > [ 2.566404] usb usb8: Manufacturer: Linux 3.16.2 ohci_hcd > [ 2.566422] usb usb8: SerialNumber: 0000:00:13.0 > [ 2.566557] hub 8-0:1.0: USB hub found > [ 2.566578] hub 8-0:1.0: 5 ports detected > [ 2.566793] ohci-pci 0000:00:14.5: OHCI PCI host controller > [ 2.566815] ohci-pci 0000:00:14.5: new USB bus registered, assigned > bus number 9 > [ 2.566899] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4c000 > [ 2.626271] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001 > [ 2.626301] usb usb9: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 2.626325] usb usb9: Product: OHCI PCI host controller > [ 2.626342] usb usb9: Manufacturer: Linux 3.16.2 ohci_hcd > [ 2.626360] usb usb9: SerialNumber: 0000:00:14.5 > [ 2.626594] hub 9-0:1.0: USB hub found > [ 2.626623] hub 9-0:1.0: 2 ports detected > [ 2.627024] ehci-pci 0000:00:12.2: EHCI Host Controller > [ 2.627060] ehci-pci 0000:00:12.2: new USB bus registered, assigned > bus number 10 > [ 2.627092] ehci-pci 0000:00:12.2: applying AMD > SB700/SB800/Hudson-2/3 EHCI dummy qh workaround > [ 2.628003] ehci-pci 0000:00:12.2: debug port 1 > [ 2.628986] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4f000 > [ 2.638172] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00 > [ 2.639077] usb usb10: New USB device found, idVendor=1d6b, > idProduct=0002 > [ 2.639941] usb usb10: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 2.640817] usb usb10: Product: EHCI Host Controller > [ 2.641691] usb usb10: Manufacturer: Linux 3.16.2 ehci_hcd > [ 2.642596] usb usb10: SerialNumber: 0000:00:12.2 > [ 2.643585] hub 10-0:1.0: USB hub found > [ 2.644467] hub 10-0:1.0: 5 ports detected > [ 2.645434] hub 7-0:1.0: USB hub found > [ 2.646342] hub 7-0:1.0: 5 ports detected > [ 2.647461] ehci-pci 0000:00:13.2: EHCI Host Controller > [ 2.648367] ehci-pci 0000:00:13.2: new USB bus registered, assigned > bus number 11 > [ 2.649262] ehci-pci 0000:00:13.2: applying AMD > SB700/SB800/Hudson-2/3 EHCI dummy qh workaround > [ 2.650156] ehci-pci 0000:00:13.2: debug port 1 > [ 2.651145] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4d000 > [ 2.656789] usb 3-1: New USB device found, idVendor=046d, idProduct=082c > [ 2.657666] usb 3-1: New USB device strings: Mfr=0, Product=2, > SerialNumber=1 > [ 2.658538] usb 3-1: Product: HD Webcam C615 > [ 2.659411] usb 3-1: SerialNumber: F6629A60 > [ 2.662115] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00 > [ 2.663069] usb usb11: New USB device found, idVendor=1d6b, > idProduct=0002 > [ 2.663956] usb usb11: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 2.664844] usb usb11: Product: EHCI Host Controller > [ 2.665727] usb usb11: Manufacturer: Linux 3.16.2 ehci_hcd > [ 2.666639] usb usb11: SerialNumber: 0000:00:13.2 > [ 2.667685] hub 11-0:1.0: USB hub found > [ 2.668566] hub 11-0:1.0: 5 ports detected > [ 2.669533] hub 8-0:1.0: USB hub found > [ 2.670443] hub 8-0:1.0: 5 ports detected > [ 2.774008] usb 5-1: new full-speed USB device number 2 using xhci_hcd > [ 3.075144] usb 5-1: New USB device found, idVendor=0471, idProduct=0311 > [ 3.075980] usb 5-1: New USB device strings: Mfr=0, Product=0, > SerialNumber=1 > [ 3.076811] usb 5-1: SerialNumber: 01690000A5000000 > [ 3.181295] Switched to clocksource tsc > [ 3.396893] usb 8-5: new low-speed USB device number 2 using ohci-pci > [ 3.563823] usb 8-5: New USB device found, idVendor=046d, idProduct=c018 > [ 3.564697] usb 8-5: New USB device strings: Mfr=1, Product=2, > SerialNumber=0 > [ 3.565530] usb 8-5: Product: USB Optical Mouse > [ 3.566360] usb 8-5: Manufacturer: Logitech > [ 3.572840] usbcore: registered new interface driver usbhid > [ 3.573717] usbhid: USB HID core driver > [ 3.575045] input: Logitech USB Optical Mouse as > /devices/pci0000:00/0000:00:13.0/usb8/8-5/8-5:1.0/0003:046D:C018.0001/input/input2 > [ 3.575956] hid-generic 0003:046D:C018.0001: input: USB HID v1.11 > Mouse [Logitech USB Optical Mouse] on usb-0000:00:13.0-5/input0 > [ 11.470597] EXT4-fs (dm-1): INFO: recovery required on readonly > filesystem > [ 11.471486] EXT4-fs (dm-1): write access will be enabled during recovery > [ 11.717339] EXT4-fs (dm-1): recovery complete > [ 11.727304] EXT4-fs (dm-1): mounted filesystem with ordered data > mode. Opts: (null) > [ 12.687566] EXT4-fs (dm-2): mounted filesystem with ordered data > mode. Opts: (null) > [ 12.756769] systemd-journald[131]: Received SIGTERM > [ 14.705787] systemd[1]: Got automount request for > /proc/sys/fs/binfmt_misc, triggered by 849 (systemd-binfmt) > [ 14.801526] RPC: Registered named UNIX socket transport module. > [ 14.802572] RPC: Registered udp transport module. > [ 14.803640] RPC: Registered tcp transport module. > [ 14.804469] RPC: Registered tcp NFSv4.1 backchannel transport module. > [ 14.961228] systemd-udevd[870]: starting version 208 > [ 14.965919] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). > [ 15.122525] EXT4-fs (dm-1): re-mounted. Opts: (null) > [ 15.122665] EXT4-fs (dm-2): re-mounted. Opts: (null) > [ 15.539680] input: Power Button as > /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 > [ 15.540803] ACPI: Power Button [PWRB] > [ 15.541998] input: Power Button as > /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 > [ 15.543039] ACPI: Power Button [PWRF] > [ 15.552606] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, > revision 0 > [ 15.553607] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller > at 0xb20 > [ 15.571299] acpi-cpufreq: overriding BIOS provided _PSD data > [ 15.764103] systemd-udevd[900]: renamed network interface enp1s0 to eth0 > [ 15.793901] Linux video capture interface: v2.00 > [ 15.836022] pwc: Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) > USB webcam detected. > [ 15.845743] microcode: CPU0: patch_level=0x06001119 > [ 15.879654] uvcvideo: Found UVC 1.00 device HD Webcam C615 (046d:082c) > [ 15.896321] input: HD Webcam C615 as > /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.2/input/input5 > [ 15.898788] usbcore: registered new interface driver uvcvideo > [ 15.901194] USB Video Class driver (1.1.1) > [ 15.913947] microcode: CPU1: patch_level=0x06001119 > [ 15.915212] microcode: CPU2: patch_level=0x06001119 > [ 15.918145] microcode: CPU3: patch_level=0x06001119 > [ 15.920782] microcode: Microcode Update Driver: v2.00 > <tigran@aivazian.fsnet.co.uk>, Peter Oruba > [ 15.980789] snd_hda_intel 0000:00:01.1: Force to non-snoop mode > [ 15.983745] snd_hda_intel 0000:00:01.1: irq 64 for MSI/MSI-X > [ 16.003315] sound hdaudioC0D0: autoconfig: line_outs=0 > (0x0/0x0/0x0/0x0/0x0) type:line > [ 16.004353] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) > [ 16.005367] sound hdaudioC0D0: hp_outs=0 (0x0/0x0/0x0/0x0/0x0) > [ 16.006382] sound hdaudioC0D0: mono: mono_out=0x0 > [ 16.007395] sound hdaudioC0D0: dig-out=0x3/0x0 > [ 16.008434] sound hdaudioC0D0: inputs: > [ 16.044749] sound hdaudioC1D0: autoconfig: line_outs=4 > (0x14/0x15/0x16/0x17/0x0) type:line > [ 16.047516] sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) > [ 16.050266] sound hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) > [ 16.053055] sound hdaudioC1D0: mono: mono_out=0x0 > [ 16.055914] sound hdaudioC1D0: dig-out=0x11/0x1e > [ 16.058552] sound hdaudioC1D0: inputs: > [ 16.061141] sound hdaudioC1D0: Front Mic=0x19 > [ 16.064000] sound hdaudioC1D0: Rear Mic=0x18 > [ 16.066599] sound hdaudioC1D0: Line=0x1a > [ 16.069409] kvm: Nested Virtualization enabled > [ 16.072431] kvm: Nested Paging enabled > [ 16.081992] pwc: Registered as video1. > [ 16.083042] input: PWC snapshot button as > /devices/pci0000:00/0000:00:07.0/0000:02:00.0/usb5/5-1/input/input7 > [ 16.084136] usbcore: registered new interface driver Philips webcam > [ 16.084306] xhci_hcd 0000:02:00.0: ERROR: unexpected command > completion code 0x11. > [ 16.084311] usb 5-1: Not enough bandwidth for altsetting 1 > [ 16.084339] xhci_hcd 0000:02:00.0: ERROR: unexpected command > completion code 0x11. > [ 16.084342] usb 5-1: Not enough bandwidth for altsetting 2 > [ 16.084378] xhci_hcd 0000:02:00.0: ERROR: unexpected command > completion code 0x11. > [ 16.084381] usb 5-1: Not enough bandwidth for altsetting 3 > [ 16.084418] xhci_hcd 0000:02:00.0: ERROR: unexpected command > completion code 0x11. > [ 16.084422] usb 5-1: Not enough bandwidth for altsetting 4 > [ 16.105561] input: HDA Digital PCBeep as > /devices/pci0000:00/0000:00:14.2/sound/card1/hdaudioC1D0/input6 > [ 16.148024] usbcore: registered new interface driver snd-usb-audio > [ 16.350840] ppdev: user-space parallel port driver > [ 17.670264] EXT4-fs (dm-6): mounted filesystem with ordered data > mode. Opts: (null) > [ 17.800552] EXT4-fs (dm-7): mounted filesystem with ordered data > mode. Opts: (null) > [ 19.544289] EXT4-fs (dm-5): mounted filesystem with ordered data > mode. Opts: (null) > [ 20.967684] EXT4-fs (dm-3): mounted filesystem with ordered data > mode. Opts: (null) > [ 21.131862] EXT4-fs (dm-4): mounted filesystem with ordered data > mode. Opts: (null) > [ 21.742831] Adding 1023996k swap on /dev/mapper/swapa. Priority:-1 > extents:1 across:1023996k > [ 21.749765] Adding 1023996k swap on /dev/mapper/swapc. Priority:-2 > extents:1 across:1023996k > [ 21.808965] Adding 1023996k swap on /dev/mapper/swapb. Priority:-3 > extents:1 across:1023996k > [ 42.447028] EXT4-fs (dm-8): mounted filesystem with ordered data > mode. Opts: (null) > [ 42.472563] Adding 1023996k swap on /dev/mapper/swapd. Priority:-4 > extents:1 across:1023996k > [ 44.940480] systemd-journald[845]: Received request to flush runtime > journal from PID 1 > [ 45.768112] audit: type=1305 audit(1414249851.644:2): audit_pid=1262 > old=0 auid=4294967295 ses=4294967295 res=1 > [ 45.845612] pps pps0: new PPS source serial2 > [ 45.847141] pps pps0: source "/dev/ttyS2" added > [ 46.001365] it87: Found IT8728F chip at 0x228, revision 1 > [ 46.002699] it87: Beeping is supported > [ 46.077779] ip_tables: (C) 2000-2006 Netfilter Core Team > [ 46.098066] ip6_tables: (C) 2000-2006 Netfilter Core Team > [ 46.122490] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) > [ 47.348842] r8169 0000:01:00.0 eth0: link down > [ 47.348917] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready > [ 47.348930] r8169 0000:01:00.0 eth0: link down > [ 48.251408] EDAC MC: Ver: 3.0.0 > [ 50.238184] r8169 0000:01:00.0 eth0: link up > [ 50.238200] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready > [ 52.254756] NFSD: starting 90-second grace period (net ffffffff91717480) > [ 57.184714] xhci_hcd 0000:02:00.0: ERROR: unexpected command > completion code 0x11. > [ 57.184724] usb 5-1: Not enough bandwidth for altsetting 1 > [ 57.184729] usb 5-1: 2:1: usb_set_interface failed (-22) > [ 57.184780] xhci_hcd 0000:02:00.0: ERROR: unexpected command > completion code 0x11. > > (....same stuff repeated) > > [ 71.326144] usb 5-1: Not enough bandwidth for altsetting 1 > [ 71.326146] usb 5-1: 2:1: usb_set_interface failed (-22) > [ 71.326377] xhci_hcd 0000:02:00.0: ERROR: unexpected command > completion code 0x11. > [ 71.326380] usb 5-1: Not enough bandwidth for altsetting 1 > [ 71.326382] usb 5-1: 2:1: usb_set_interface failed (-22) > [ 71.335433] snd_hda_intel 0000:00:01.1: IRQ timing workaround is > activated for card #0. Suggest a bigger bdl_pos_adj. > [ 71.720440] Bluetooth: Core ver 2.19 > [ 71.720480] NET: Registered protocol family 31 > [ 71.720485] Bluetooth: HCI device and connection manager initialized > [ 71.720498] Bluetooth: HCI socket layer initialized > [ 71.720505] Bluetooth: L2CAP socket layer initialized > [ 71.720522] Bluetooth: SCO socket layer initialized > [ 71.747910] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 > [ 71.747916] Bluetooth: BNEP filters: protocol multicast > [ 71.747929] Bluetooth: BNEP socket layer initialized > [ 71.788319] xhci_hcd 0000:02:00.0: ERROR: unexpected command > completion code 0x11. > [ 71.788326] usb 5-1: Not enough bandwidth for altsetting 1 > [ 71.788330] usb 5-1: 2:1: usb_set_interface failed (-22) > [ 71.788371] xhci_hcd 0000:02:00.0: ERROR: unexpected command > completion code 0x11. > > (....same stuff repeated) > > [ 71.844378] usb 5-1: Not enough bandwidth for altsetting 1 > [ 71.844380] usb 5-1: 2:1: usb_set_interface failed (-22) > [ 71.844626] xhci_hcd 0000:02:00.0: ERROR: unexpected command > completion code 0x11. > [ 71.844629] usb 5-1: Not enough bandwidth for altsetting 1 > [ 71.844632] usb 5-1: 2:1: usb_set_interface failed (-22) > > Kind regards, > Udo > ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: CRASH during boot 3.16.3+ 2014-10-13 10:14 ` Udo van den Heuvel 2014-10-13 12:14 ` Peter Hurley @ 2014-10-13 12:26 ` Chuck Ebbert 2014-10-18 10:56 ` Udo van den Heuvel 1 sibling, 1 reply; 11+ messages in thread From: Chuck Ebbert @ 2014-10-13 12:26 UTC (permalink / raw) To: Udo van den Heuvel; +Cc: Peter Hurley, linux-kernel@vger.kernel.org On Mon, 13 Oct 2014 12:14:40 +0200 Udo van den Heuvel <udovdh@xs4all.nl> wrote: > On 2014-10-12 19:42, Peter Hurley wrote: > > On 10/12/2014 09:57 AM, Udo van den Heuvel wrote: > >> The problem: > >> During the first few seconds of bootup the kernel gets into some sort of > >> loop and rapidly prints loads of register-like things and then a load of > >> rubbish. > >> I did `make clean` and then a rebuild etc but this did not help. > >> > >> How can I capture the logging to find the point where things go wrong? > >> How can I find out what is wrong? > > > > Start with git bisect between good=3.16.2 and bad=3.16.3. > > And dmesg from 3.16.2. > > Incomplete dmesg attached for 3.16.2. > > > What happens after the 'then a load of rubbish.'? > > I press reset as this is unexpected and looks like it will not result in > a succesfull boot. > > > And rubbish is not > very descriptive. Please include a sample, if you can't catch all the > console prints. > > How can I capture the output easily? Add "boot_delay=3000" to the kernel command line. This will add a 3 second delay between each line. Then take pictures of the screen while it boots. And try to time the shots so you take them during the delays. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: CRASH during boot 3.16.3+ 2014-10-13 12:26 ` Chuck Ebbert @ 2014-10-18 10:56 ` Udo van den Heuvel 0 siblings, 0 replies; 11+ messages in thread From: Udo van den Heuvel @ 2014-10-18 10:56 UTC (permalink / raw) To: Chuck Ebbert; +Cc: Peter Hurley, linux-kernel@vger.kernel.org On 2014-10-13 14:26, Chuck Ebbert wrote: >> How can I capture the output easily? > > Add "boot_delay=3000" to the kernel command line. This will add a 3 > second delay between each line. Then take pictures of the screen > while it boots. And try to time the shots so you take them during the > delays. On the first system I tested (one that I do not really mind rebooting) this parameter appears to have no effect. Kind regards, Udo ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-10-28 20:32 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-10-12 13:57 CRASH during boot 3.16.3+ Udo van den Heuvel 2014-10-12 17:42 ` Peter Hurley 2014-10-13 10:14 ` Udo van den Heuvel 2014-10-13 12:14 ` Peter Hurley 2014-10-13 12:22 ` Udo van den Heuvel 2014-10-13 14:01 ` Peter Hurley 2014-10-13 13:46 ` Udo van den Heuvel 2014-10-25 15:18 ` Udo van den Heuvel 2014-10-28 20:32 ` Peter Hurley 2014-10-13 12:26 ` Chuck Ebbert 2014-10-18 10:56 ` Udo van den Heuvel
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).