Paste #138328

   
pasted on 18.07.2020 01:24
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 138332
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
# dmesg
[    0.224457] TCP: Hash tables configured (established 65536 bind 65536)
[    0.224487] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.224506] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.224556] NET: Registered protocol family 1
[    0.349982] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x61c took 122467 usecs
[    0.473973] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x61c took 121061 usecs
[    0.473990] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.473998] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.474166] PCI: CLS 64 bytes, default 64
[    0.474199] Trying to unpack rootfs image as initramfs...
[    0.549298] Freeing initrd memory: 10692K
[    0.549300] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.549302] software IO TLB: mapped [mem 0xbb0d7000-0xbf0d7000] (64MB)
[    0.549382] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    0.549403] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    0.549404] RAPL PMU: hw unit of domain package 2^-16 Joules
[    0.549404] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    0.550021] Initialise system trusted keyrings
[    0.550044] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    0.551878] zbud: loaded
[    0.556759] Key type asymmetric registered
[    0.556760] Asymmetric key parser 'x509' registered
[    0.556770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.556803] io scheduler mq-deadline registered
[    0.556804] io scheduler kyber registered
[    0.556830] io scheduler bfq registered
[    0.557737] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.557764] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    0.557764] vesafb: scrolling: redraw
[    0.557766] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    0.557789] vesafb: framebuffer at 0xc0000000, mapped to 0x(____ptrval____), using 8128k, total 8128k
[    0.557866] Console: switching to colour frame buffer device 240x67
[    0.654910] fb0: VESA VGA frame buffer device
[    0.654932] intel_idle: MWAIT substates: 0x1120
[    0.654933] intel_idle: v0.4.1 model 0x2A
[    0.655067] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.655550] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.657369] lp: driver loaded but no devices found
[    0.657371] Linux agpgart interface v0.103
[    0.659107] loop: module loaded
[    0.659319] ahci 0000:00:1f.2: version 3.0
[    0.659483] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[    0.659485] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[    0.668396] scsi host0: ahci
[    0.668519] scsi host1: ahci
[    0.668602] scsi host2: ahci
[    0.668678] scsi host3: ahci
[    0.668751] scsi host4: ahci
[    0.668826] scsi host5: ahci
[    0.668869] ata1: SATA max UDMA/133 abar m2048@0xfe705000 port 0xfe705100 irq 31
[    0.668872] ata2: SATA max UDMA/133 abar m2048@0xfe705000 port 0xfe705180 irq 31
[    0.668873] ata3: DUMMY
[    0.668874] ata4: DUMMY
[    0.668876] ata5: SATA max UDMA/133 abar m2048@0xfe705000 port 0xfe705300 irq 31
[    0.668878] ata6: SATA max UDMA/133 abar m2048@0xfe705000 port 0xfe705380 irq 31
[    0.668940] PPP generic driver version 2.4.2
[    0.669040] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.669042] ehci-pci: EHCI PCI platform driver
[    0.669145] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.669175] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.669189] ehci-pci 0000:00:1a.0: debug port 2
[    0.673092] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.673104] ehci-pci 0000:00:1a.0: irq 16, io mem 0xfe707000
[    0.679937] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.679990] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.679991] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.679993] usb usb1: Product: EHCI Host Controller
[    0.679994] usb usb1: Manufacturer: Linux 5.4.45-calculate ehci_hcd
[    0.679995] usb usb1: SerialNumber: 0000:00:1a.0
[    0.680169] hub 1-0:1.0: USB hub found
[    0.680178] hub 1-0:1.0: 2 ports detected
[    0.680395] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.680467] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.680479] ehci-pci 0000:00:1d.0: debug port 2
[    0.684384] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.684393] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfe706000
[    0.690938] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.690987] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.690989] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.690990] usb usb2: Product: EHCI Host Controller
[    0.690991] usb usb2: Manufacturer: Linux 5.4.45-calculate ehci_hcd
[    0.690992] usb usb2: SerialNumber: 0000:00:1d.0
[    0.691150] hub 2-0:1.0: USB hub found
[    0.691160] hub 2-0:1.0: 2 ports detected
[    0.691307] ehci-platform: EHCI generic platform driver
[    0.691341] usbcore: registered new interface driver usb-storage
[    0.691377] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.691378] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.694105] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.694205] mousedev: PS/2 mouse device common for all mice
[    0.694282] rtc_cmos 00:01: RTC can wake from S4
[    0.694480] rtc_cmos 00:01: registered as rtc0
[    0.694505] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.694519] intel_pstate: Intel P-state driver initializing
[    0.694604] hidraw: raw HID events driver (C) Jiri Kosina
[    0.694883] usbcore: registered new interface driver usbhid
[    0.694884] usbhid: USB HID core driver
[    0.695060] NET: Registered protocol family 17
[    0.695106] Key type dns_resolver registered
[    0.695445] microcode: sig=0x206a7, pf=0x2, revision=0x25
[    0.695502] microcode: Microcode Update Driver: v2.2.
[    0.695506] IPI shorthand broadcast: enabled
[    0.695515] sched_clock: Marking stable (695342526, 150717)->(704049222, -8555979)
[    0.695564] registered taskstats version 1
[    0.695565] Loading compiled-in X.509 certificates
[    0.695593] zswap: loaded using pool lzo/zbud
[    0.695886] rtc_cmos 00:01: setting system clock to 2020-07-17T20:34:53 UTC (1595018093)
[    0.842409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.977944] ata5: SATA link down (SStatus 4 SControl 300)
[    0.977969] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    0.977990] ata6: SATA link down (SStatus 4 SControl 300)
[    0.978013] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.981777] ata2.00: ATAPI: hp DVDWBD TS-LB23P, HB21, max UDMA/100
[    0.985164] ata2.00: configured for UDMA/100
[    0.998634] ata1.00: ATA-8: ST2000DL003-9VT166, HP16, max UDMA/100
[    0.998636] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.005936] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.013930] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.061445] ata1.00: configured for UDMA/100
[    1.061675] scsi 0:0:0:0: Direct-Access     ATA      ST2000DL003-9VT1 HP16 PQ: 0 ANSI: 5
[    1.062038] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.062041] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.062058] sd 0:0:0:0: [sda] Write Protect is off
[    1.062061] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.062092] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.064117] scsi 1:0:0:0: CD-ROM            hp       DVDWBD TS-LB23P  HB21 PQ: 0 ANSI: 5
[    1.106583] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.106585] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.106843] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.134278] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.134281] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.134559] hub 1-1:1.0: USB hub found
[    1.134647] hub 1-1:1.0: 4 ports detected
[    1.142307] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.142310] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.142569] hub 2-1:1.0: USB hub found
[    1.142647] hub 2-1:1.0: 6 ports detected
[    1.149811]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[    1.150606] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.150959] Freeing unused kernel image memory: 1032K
[    1.156973] Write protecting the kernel read-only data: 14336k
[    1.157630] Freeing unused kernel image memory: 2012K
[    1.157691] Freeing unused kernel image memory: 24K
[    1.157702] rodata_test: all tests were successful
[    1.157706] Run /init as init process
[    1.223826] dracut: dracut-049
[    1.330686] dracut: TuxOnIce premodule started
[    1.330766] dracut: Kernel has no tuxonice support, aborting
[    1.342100] systemd-udevd[1186]: starting version 3.2.9
[    1.342439] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.342472] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.342494] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.343586] udevd[1187]: starting eudev-3.2.9
[    1.373931] usb 1-1.1: new high-speed USB device number 3 using ehci-pci
[    1.373944] usb 2-1.1: new full-speed USB device number 3 using ehci-pci
[    1.374162] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    1.374189] ACPI: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    1.374343] ACPI BIOS Error (bug): \_SB.PCI0.P0P1.PEGP.LCD0._BQC: Excess arguments - ASL declared 1, ACPI requires 0 (20190816/nsarguments-160)
[    1.376514] ACPI BIOS Error (bug): \_SB.PCI0.P0P1.PEGP.LCD0._BQC: Excess arguments - ASL declared 1, ACPI requires 0 (20190816/nsarguments-160)
[    1.379979] acpi device:31: registered as cooling_device4
[    1.380024] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:30/LNXVIDEO:00/input/input1
[    1.388909] tsc: Refined TSC clocksource calibration: 2693.881 MHz
[    1.388914] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26d4aa266ff, max_idle_ns: 440795313891 ns
[    1.388927] clocksource: Switched to clocksource tsc
[    1.412230] [drm] radeon kernel modesetting enabled.
[    1.412277] radeon 0000:01:00.0: remove_conflicting_pci_framebuffers: bar 0: 0xc0000000 -> 0xcfffffff
[    1.412278] radeon 0000:01:00.0: remove_conflicting_pci_framebuffers: bar 2: 0xfe620000 -> 0xfe63ffff
[    1.412279] checking generic (c0000000 7f0000) vs hw (c0000000 10000000)
[    1.412280] fb0: switching to radeondrmfb from VESA VGA
[    1.412340] Console: switching to colour dummy device 80x25
[    1.412384] radeon 0000:01:00.0: vgaarb: deactivate vga console
[    1.412579] [drm] initializing kernel modesetting (CAICOS 0x1002:0x6779 0x1B0A:0x90B3 0x00).
[    1.412647] ATOM BIOS: Caicos
[    1.413109] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    1.413111] radeon 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[    1.413115] [drm] Detected VRAM RAM=1024M, BAR=256M
[    1.413115] [drm] RAM width 64bits DDR
[    1.413175] [TTM] Zone  kernel: Available graphics memory: 4070456 KiB
[    1.413176] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    1.413177] [TTM] Initializing pool allocator
[    1.413180] [TTM] Initializing DMA pool allocator
[    1.413194] [drm] radeon: 1024M of VRAM memory ready
[    1.413195] [drm] radeon: 1024M of GTT memory ready.
[    1.413201] [drm] Loading CAICOS Microcode
[    1.413268] [drm] Internal thermal controller with fan control
[    1.417536] [drm] radeon: dpm initialized
[    1.417615] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    1.418318] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    1.426411] [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
[    1.426514] radeon 0000:01:00.0: WB enabled
[    1.426516] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0x(____ptrval____)
[    1.426517] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0x(____ptrval____)
[    1.427278] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0x(____ptrval____)
[    1.427280] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.427280] [drm] Driver supports precise vblank timestamp query.
[    1.427281] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[    1.427316] radeon 0000:01:00.0: radeon: using MSI.
[    1.427344] [drm] radeon: irq initialized.
[    1.443737] [drm] ring test on 0 succeeded in 3 usecs
[    1.443746] [drm] ring test on 3 succeeded in 6 usecs
[    1.457522] usb 1-1.1: New USB device found, idVendor=07ca, idProduct=8591, bcdDevice= 2.00
[    1.457524] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    1.457525] usb 1-1.1: SerialNumber: 5219500596
[    1.458297] usb 2-1.1: New USB device found, idVendor=0461, idProduct=4dd6, bcdDevice= 1.15
[    1.458298] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.458299] usb 2-1.1: Product: HP Wireless Keyboard Kit
[    1.458300] usb 2-1.1: Manufacturer: Hewlett Packard
[    1.459850] input: Hewlett Packard HP Wireless Keyboard Kit as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:0461:4DD6.0001/input/input2
[    1.511061] hid-generic 0003:0461:4DD6.0001: input,hidraw0: USB HID v1.11 Keyboard [Hewlett Packard HP Wireless Keyboard Kit] on usb-0000:00:1d.0-1.1/input0
[    1.512902] input: Hewlett Packard HP Wireless Keyboard Kit Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:0461:4DD6.0002/input/input3
[    1.564979] input: Hewlett Packard HP Wireless Keyboard Kit System Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:0461:4DD6.0002/input/input4
[    1.565048] input: Hewlett Packard HP Wireless Keyboard Kit as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:0461:4DD6.0002/input/input5
[    1.565170] hid-generic 0003:0461:4DD6.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Hewlett Packard HP Wireless Keyboard Kit] on usb-0000:00:1d.0-1.1/input1
[    1.566547] input: Hewlett Packard HP Wireless Keyboard Kit as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.2/0003:0461:4DD6.0003/input/input6
[    1.566637] hid-generic 0003:0461:4DD6.0003: input,hidraw2: USB HID v1.11 Mouse [Hewlett Packard HP Wireless Keyboard Kit] on usb-0000:00:1d.0-1.1/input2
[    1.620949] [drm] ring test on 5 succeeded in 2 usecs
[    1.620957] [drm] UVD initialized successfully.
[    1.621115] [drm] ib test on ring 0 succeeded in 0 usecs
[    1.621195] [drm] ib test on ring 3 succeeded in 0 usecs
[    1.738896] usb 2-1.4: new low-speed USB device number 4 using ehci-pci
[    1.821618] usb 2-1.4: New USB device found, idVendor=0000, idProduct=0538, bcdDevice= 1.00
[    1.821621] usb 2-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.821623] usb 2-1.4: Product:  USB OPTICAL MOUSE
[    1.824420] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:0000:0538.0004/input/input7
[    1.824575] hid-generic 0003:0000:0538.0004: input,hidraw3: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:1d.0-1.4/input0
[    1.888935] usb 2-1.5: new high-speed USB device number 5 using ehci-pci
[    1.978495] usb 2-1.5: New USB device found, idVendor=04f2, idProduct=b309, bcdDevice=77.60
[    1.978498] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.978500] usb 2-1.5: Product: HP High Definition 1MP Webcam
[    1.978502] usb 2-1.5: Manufacturer: Chicony
[    1.978503] usb 2-1.5: SerialNumber: CNFB186-000001
[    2.043925] usb 2-1.6: new full-speed USB device number 6 using ehci-pci
[    2.126617] usb 2-1.6: New USB device found, idVendor=1926, idProduct=0dbe, bcdDevice= 0.08
[    2.126620] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.126622] usb 2-1.6: Product: Touchscreen
[    2.126623] usb 2-1.6: Manufacturer: NextWindow
[    2.131048] hid-generic 0003:1926:0DBE.0005: hiddev97,hidraw4: USB HID v1.11 Device [NextWindow Touchscreen] on usb-0000:00:1d.0-1.6/input1
[    2.277013] [drm] ib test on ring 5 succeeded
[    2.329945] [drm] radeon atom DIG backlight initialized
[    2.329948] [drm] Radeon Display Connectors
[    2.329949] [drm] Connector 0:
[    2.329951] [drm]   LVDS-1
[    2.329953] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[    2.329953] [drm]   Encoders:
[    2.329954] [drm]     LCD1: INTERNAL_UNIPHY
[    2.329955] [drm] Connector 1:
[    2.329956] [drm]   DP-1
[    2.329957] [drm]   HPD1
[    2.329958] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    2.329959] [drm]   Encoders:
[    2.329960] [drm]     DFP1: INTERNAL_UNIPHY1
[    2.329961] [drm] Connector 2:
[    2.329961] [drm]   DP-2
[    2.329962] [drm]   HPD2
[    2.329964] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    2.329964] [drm]   Encoders:
[    2.329965] [drm]     DFP2: INTERNAL_UNIPHY1
[    2.329966] [drm] Connector 3:
[    2.329966] [drm]   VGA-1
[    2.329968] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    2.329968] [drm]   Encoders:
[    2.329969] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    2.762498] [drm] fb mappable at 0xC0363000
[    2.762499] [drm] vram apper at 0xC0000000
[    2.762500] [drm] size 8294400
[    2.762501] [drm] fb depth is 24
[    2.762502] [drm]    pitch is 7680
[    2.762571] fbcon: radeondrmfb (fb0) is primary device
[    3.310145] Console: switching to colour frame buffer device 240x67
[    3.317358] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    3.322989] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[    3.328639] dracut: Starting plymouth daemon
[    3.406992] urandom_read: 2 callbacks suppressed
[    3.406994] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.435067] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.435117] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
[    3.435250] xhci_hcd 0000:02:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x0000000004000000
[    3.435479] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    3.435481] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.435483] usb usb3: Product: xHCI Host Controller
[    3.435484] usb usb3: Manufacturer: Linux 5.4.45-calculate xhci-hcd
[    3.435486] usb usb3: SerialNumber: 0000:02:00.0
[    3.435587] hub 3-0:1.0: USB hub found
[    3.435598] hub 3-0:1.0: 2 ports detected
[    3.435761] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.435801] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 4
[    3.435804] xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed
[    3.435826] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.435849] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    3.435850] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.435851] usb usb4: Product: xHCI Host Controller
[    3.435852] usb usb4: Manufacturer: Linux 5.4.45-calculate xhci-hcd
[    3.435853] usb usb4: SerialNumber: 0000:02:00.0
[    3.436510] hub 4-0:1.0: USB hub found
[    3.436522] hub 4-0:1.0: 2 ports detected
[    3.803558] random: fast init done
[    4.188226] dracut: TuxOnIce lvmfix started
[    4.191484] dracut: TuxOnIce udev should be now fully settled
[    4.260967] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: data=ordered
[    4.385503] random: crng init done
[    4.616869] dracut: Mounted root filesystem /dev/sda5
[    4.682807] EXT4-fs (sda5): re-mounted. Opts: data=ordered
[    4.927648] EXT4-fs (sda5): re-mounted. Opts: data=ordered
[    5.085740] dracut: Switching root
[   10.473336] udevd[3317]: starting version 3.2.9
[   11.170564] udevd[3317]: starting eudev-3.2.9
[   11.425849] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input8
[   11.425862] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   11.425927] ACPI: Power Button [PWRB]
[   11.425992] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input9
[   11.427123] ACPI: Power Button [PWRF]
[   11.497185] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000538-0x000000000000053B (\_SB.GPI0) (20190816/utaddress-204)
[   11.497191] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.531352] vboxdrv: loading out-of-tree module taints kernel.
[   11.534685] vboxdrv: Found 4 processor cores
[   11.550014] vboxdrv: TSC mode is Invariant, tentative frequency 2693881497 Hz
[   11.550015] vboxdrv: Successfully loaded version 6.1.10 (interface 0x002d0001)
[   11.603725] VBoxNetFlt: Successfully started.
[   11.609327] VBoxNetAdp: Successfully started.
[   11.654558] cryptd: max_cpu_qlen set to 1000
[   11.685917] AVX version of gcm_enc/dec engaged.
[   11.685919] AES CTR mode by8 optimization enabled
[   11.743133] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   11.752197] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[   11.757890] r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
[   11.759413] libphy: r8169: probed
[   11.759666] r8169 0000:07:00.0 eth0: RTL8168evl/8111evl, 38:60:77:0f:a0:1c, XID 2c9, IRQ 42
[   11.759669] r8169 0000:07:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   11.946365] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD91BXX: line_outs=1 (0xe/0x0/0x0/0x0/0x0) type:line
[   11.946368] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
[   11.946370] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[   11.946371] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   11.946372] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   11.946374] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
[   11.946376] snd_hda_codec_idt hdaudioC0D0:      Mic=0xa
[   11.958675] iTCO_vendor_support: vendor-support=0
[   11.959979] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   11.960026] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[   11.960283] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   11.970528] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   11.973340] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   11.973403] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   11.973464] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   11.973523] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   11.976761] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   12.277601] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[   12.281185] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5390 detected
[   12.281212] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   12.645384] mc: Linux media interface: v0.10
[   12.655917] videodev: Linux video capture interface: v2.00
[   12.698235] wl: module license 'MIXED/Proprietary' taints kernel.
[   12.698237] Disabling lock debugging due to kernel taint
[   12.846319] uvcvideo: Found UVC 1.00 device HP High Definition 1MP Webcam (04f2:b309)
[   12.952737] uvcvideo 2-1.5:1.0: Entity type for entity Extension 5 was not initialized!
[   12.952742] uvcvideo 2-1.5:1.0: Entity type for entity Processing 4 was not initialized!
[   12.952745] uvcvideo 2-1.5:1.0: Entity type for entity Selector 3 was not initialized!
[   12.952748] uvcvideo 2-1.5:1.0: Entity type for entity Camera 1 was not initialized!
[   12.952878] input: HP High Definition 1MP Webcam:  as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input15
[   12.953003] usbcore: registered new interface driver uvcvideo
[   12.953005] USB Video Class driver (1.1.1)
[   13.017543] EXT4-fs (sda5): re-mounted. Opts: (null)
[   13.397333] zram: Added device: zram0
[   13.548691] zram0: detected capacity change from 0 to 16672587776
[   13.668920] Adding 16281820k swap on /dev/zram0.  Priority:100 extents:1 across:16281820k SSFS
[   13.845789] REISERFS (device sda6): found reiserfs format "3.6" with standard journal
[   13.845798] REISERFS (device sda6): using ordered data mode
[   13.845799] reiserfs: using flush barriers
[   13.861096] REISERFS (device sda6): journal params: device sda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   13.861387] REISERFS (device sda6): checking transaction log (sda6)
[   14.179438] REISERFS (device sda6): Using r5 hash to sort names
[   15.201329] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[   15.489882] fuse: init (API version 7.31)
[   20.103550] Bluetooth: Core ver 2.22
[   20.103566] NET: Registered protocol family 31
[   20.103567] Bluetooth: HCI device and connection manager initialized
[   20.103571] Bluetooth: HCI socket layer initialized
[   20.103573] Bluetooth: L2CAP socket layer initialized
[   20.103576] Bluetooth: SCO socket layer initialized
[   20.421786] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   20.421789] Bluetooth: BNEP filters: protocol multicast
[   20.421794] Bluetooth: BNEP socket layer initialized
[   20.492473] NET: Registered protocol family 10
[   20.535988] Segment Routing with IPv6
[   22.572407] RTL8211E Gigabit Ethernet r8169-700:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=r8169-700:00, irq=IGNORE)
[   22.738265] r8169 0000:07:00.0 eth0: Link is Down
[   25.671231] r8169 0000:07:00.0 eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[   25.671243] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   26.796171] Key type cifs.spnego registered
[   26.796177] Key type cifs.idmap registered
[   26.796541] CIFS: Attempting to mount //192.168.30.130/Volume_1
[   26.895846] CIFS: Attempting to mount //192.168.30.130/Volume_2/mm
[   34.211137] Key type encrypted registered
Add Comment
Author