[ create a new paste ] login | about

Link: http://codepad.org/6AL75QyQ    [ raw code | fork ]

C, pasted on Jun 5:
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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
[    0.394950] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
[    0.394953] pci_bus 0000:03: resource 1 [mem 0x90400000-0x904fffff]
[    0.394956] pci_bus 0000:03: resource 2 [mem 0x90800000-0x90afffff pref]
[    0.394959] pci_bus 0000:04: resource 1 [mem 0x90300000-0x903fffff]
[    0.394962] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7]
[    0.394965] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff]
[    0.394968] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
[    0.394971] pci_bus 0000:04: resource 7 [mem 0x80000000-0xfebfffff]
[    0.395021] NET: Registered protocol family 2
[    0.395126] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.395807] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.397877] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.398445] TCP: Hash tables configured (established 262144 bind 65536)
[    0.398448] TCP reno registered
[    0.398457] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.398479] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.398623] NET: Registered protocol family 1
[    0.398643] pci 0000:00:02.0: Boot video device
[    0.398672] pci 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.398695] pci 0000:00:1a.0: PCI INT A disabled
[    0.398704] pci 0000:00:1a.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.398725] pci 0000:00:1a.1: PCI INT B disabled
[    0.398737] pci 0000:00:1a.7: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[    0.398772] pci 0000:00:1a.7: PCI INT C disabled
[    0.398791] pci 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.398811] pci 0000:00:1d.0: PCI INT A disabled
[    0.398822] pci 0000:00:1d.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[    0.398841] pci 0000:00:1d.1: PCI INT B disabled
[    0.398849] pci 0000:00:1d.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[    0.398869] pci 0000:00:1d.2: PCI INT C disabled
[    0.398879] pci 0000:00:1d.7: PCI INT D -> GSI 20 (level, low) -> IRQ 20
[    0.398899] pci 0000:00:1d.7: PCI INT D disabled
[    0.398945] PCI: CLS mismatch (256 != 64), using 64 bytes
[    0.399335] audit: initializing netlink socket (disabled)
[    0.399354] type=2000 audit(1370430671.392:1): initialized
[    0.420596] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.422611] VFS: Disk quotas dquot_6.5.2
[    0.422667] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.423179] fuse init (API version 7.17)
[    0.423265] msgmni has been set to 3902
[    0.423445] Freeing initrd memory: 13920k freed
[    0.423574] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.423608] io scheduler noop registered
[    0.423610] io scheduler deadline registered
[    0.423648] io scheduler cfq registered (default)
[    0.423812] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.423887] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.424055] pcieport 0000:00:1c.4: setting latency timer to 64
[    0.424117] pcieport 0000:00:1c.4: irq 41 for MSI/MSI-X
[    0.424258] pcieport 0000:00:1c.5: setting latency timer to 64
[    0.424318] pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
[    0.424490] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.424497] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.424525] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    0.424528] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    0.424534] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    0.424561] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    0.424564] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.424569] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    0.424589] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.424655] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 283f ss_vid 0 ss_did 0
[    0.424689] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    0.424704] pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 2847 ss_vid 0 ss_did 0
[    0.424733] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
[    0.424748] pciehp 0000:00:1c.5:pcie04: HPC vendor_id 8086 device_id 2849 ss_vid 0 ss_did 0
[    0.424771] pciehp 0000:00:1c.5:pcie04: service driver pciehp loaded
[    0.424778] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.424859] efifb: dmi detected MacBook4,1 - framebuffer at 0x80000000 (1024x768, stride 4096)
[    0.424862] intel_idle: MWAIT substates: 0x3122220
[    0.424864] intel_idle: does not run on family 6 model 23
[    0.424966] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.425038] ACPI: AC Adapter [ADP1] (on-line)
[    0.425164] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.425193] ACPI: Lid Switch [LID0]
[    0.425251] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.425258] ACPI: Power Button [PWRB]
[    0.425310] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.425313] ACPI: Sleep Button [SLPB]
[    0.425396] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.425399] ACPI: Power Button [PWRF]
[    0.430680] Monitor-Mwait will be used to enter C-1 state
[    0.430686] Monitor-Mwait will be used to enter C-2 state
[    0.430690] Monitor-Mwait will be used to enter C-3 state
[    0.430695] Marking TSC unstable due to TSC halts in idle
[    0.430710] ACPI: acpi_idle registered with cpuidle
[    0.434340] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.434351] ACPI: Battery Slot [BAT0] (battery present)
[    0.434377] ERST: Table is not found!
[    0.434379] GHES: HEST is not enabled!
[    0.434511] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.493582] Linux agpgart interface v0.103
[    0.493655] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[    0.493807] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    0.494918] agpgart-intel 0000:00:00.0: detected 16384K stolen memory
[    0.495058] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x80000000
[    0.496761] brd: module loaded
[    0.497699] loop: module loaded
[    0.497863] ata_piix 0000:00:1f.1: version 2.13
[    0.497872] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[    0.497876] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[    0.497883] ata_piix 0000:00:1f.1: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    0.497917] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.498351] scsi0 : ata_piix
[    0.498456] scsi1 : ata_piix
[    0.498775] ata1: PATA max UDMA/100 cmd 0x6108 ctl 0x6124 bmdma 0x60e0 irq 21
[    0.498778] ata2: PATA max UDMA/100 cmd 0x6100 ctl 0x6120 bmdma 0x60e8 irq 21
[    0.498797] ata_piix 0000:00:1f.2: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[    0.498802] ata_piix 0000:00:1f.2: MAP [ P0 -- -- -- ]
[    0.498840] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.499109] scsi2 : ata_piix
[    0.499270] scsi3 : ata_piix
[    0.499741] ata3: SATA max UDMA/133 cmd 0x60f8 ctl 0x611c bmdma 0x6020 irq 18
[    0.499743] ata4: SATA max UDMA/133 cmd 0x60f0 ctl 0x6118 bmdma 0x6028 irq 18
[    0.500077] Fixed MDIO Bus: probed
[    0.500099] tun: Universal TUN/TAP device driver, 1.6
[    0.500101] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.500158] PPP generic driver version 2.4.2
[    0.500302] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.500317] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[    0.500335] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    0.500339] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    0.500386] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    0.500416] ehci_hcd 0000:00:1a.7: debug port 1
[    0.504308] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    0.504313] ehci_hcd 0000:00:1a.7: irq 21, io mem 0x90704c00
[    0.520027] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    0.520205] hub 1-0:1.0: USB hub found
[    0.520209] hub 1-0:1.0: 4 ports detected
[    0.520320] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 20 (level, low) -> IRQ 20
[    0.520338] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.520342] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.520392] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    0.520419] ehci_hcd 0000:00:1d.7: debug port 1
[    0.524312] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    0.524345] ehci_hcd 0000:00:1d.7: irq 20, io mem 0x90704800
[    0.533603] ACPI: Battery Slot [BAT0] (battery present)
[    0.540019] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.540130] hub 2-0:1.0: USB hub found
[    0.540134] hub 2-0:1.0: 6 ports detected
[    0.540208] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.540220] uhci_hcd: USB Universal Host Controller Interface driver
[    0.540238] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.540246] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    0.540250] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    0.540300] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    0.540328] uhci_hcd 0000:00:1a.0: irq 20, io base 0x000060c0
[    0.540458] hub 3-0:1.0: USB hub found
[    0.540462] hub 3-0:1.0: 2 ports detected
[    0.540527] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.540534] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    0.540538] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    0.540581] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    0.540617] uhci_hcd 0000:00:1a.1: irq 16, io base 0x000060a0
[    0.540741] hub 4-0:1.0: USB hub found
[    0.540744] hub 4-0:1.0: 2 ports detected
[    0.540810] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.540817] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.540821] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.540862] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    0.540891] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00006080
[    0.541014] hub 5-0:1.0: USB hub found
[    0.541018] hub 5-0:1.0: 2 ports detected
[    0.541084] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[    0.541091] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.541094] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.541138] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    0.541167] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00006060
[    0.541295] hub 6-0:1.0: USB hub found
[    0.541299] hub 6-0:1.0: 2 ports detected
[    0.541363] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[    0.541370] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.541374] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.541417] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    0.541444] uhci_hcd 0000:00:1d.2: irq 21, io base 0x00006040
[    0.541570] hub 7-0:1.0: USB hub found
[    0.541574] hub 7-0:1.0: 2 ports detected
[    0.541678] usbcore: registered new interface driver libusual
[    0.541715] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.663664] ata1.00: ATAPI: HL-DT-ST DVDRW  GSA-S10N, BP10, max UDMA/33
[    0.676224] ata1.00: configured for UDMA/33
[    1.072572] ata3.00: ATA-8: ST9500420ASG, 0002SDM1, max UDMA/133
[    1.072575] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.564429] ata3.00: configured for UDMA/133
[    1.565362] i8042: No controller found
[    1.565439] mousedev: PS/2 mouse device common for all mice
[    1.565653] rtc_cmos 00:08: RTC can wake from S4
[    1.565777] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[    1.565809] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.565882] device-mapper: uevent: version 1.0.3
[    1.565955] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    1.566015] cpuidle: using governor ladder
[    1.566094] cpuidle: using governor menu
[    1.566096] EFI Variables Facility v0.08 2004-May-17
[    1.566312] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVDRW  GSA-S10N  BP10 PQ: 0 ANSI: 5
[    1.566348] TCP cubic registered
[    1.566449] NET: Registered protocol family 10
[    1.566882] NET: Registered protocol family 17
[    1.566886] Registering the dns_resolver key type
[    1.567101] PM: Hibernation image not present or could not be loaded.
[    1.567117] registered taskstats version 1
[    1.570162] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda caddy
[    1.570166] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.570285] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.570434] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.570563] scsi 2:0:0:0: Direct-Access     ATA      ST9500420ASG     0002 PQ: 0 ANSI: 5
[    1.570685] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.570732] sd 2:0:0:0: [sda] Write Protect is off
[    1.570735] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.570756] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.570803] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    1.573793]   Magic number: 1:157:175
[    1.573798] misc network_throughput: hash matches
[    1.573874] acpi device:0b: hash matches
[    1.573923] rtc_cmos 00:08: setting system clock to 2013-06-05 11:11:12 UTC (1370430672)
[    1.574351] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.574353] EDD information not available.
[    1.656387]  sda: sda1 sda2 sda3 sda4
[    1.657029] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.658558] Freeing unused kernel memory: 924k freed
[    1.658865] Write protecting the kernel read-only data: 12288k
[    1.664102] Freeing unused kernel memory: 1596k freed
[    1.668471] Freeing unused kernel memory: 1188k freed
[    1.683713] udevd[93]: starting version 175
[    1.765483] sky2: driver version 1.30
[    1.765556] sky2 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.765599] sky2 0000:03:00.0: setting latency timer to 64
[    1.765686] sky2 0000:03:00.0: Yukon-2 EC Ultra chip revision 3
[    1.766208] sky2 0000:03:00.0: irq 43 for MSI/MSI-X
[    1.767813] sky2 0000:03:00.0: eth0: addr 00:1f:f3:57:48:18
[    1.773361] firewire_ohci 0000:04:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.828131] firewire_ohci: Added fw-ohci device 0000:04:03.0, OHCI v1.0, 8 IR + 8 IT contexts, quirks 0x0
[    1.892112] usb 2-4: new high-speed USB device number 2 using ehci_hcd
[    2.107248] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    2.328285] firewire_core: created device fw0: GUID 001ff3fffe6957d4, S400
[    2.436061] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[    2.860059] usb 7-1: new low-speed USB device number 2 using uhci_hcd
[    3.288102] usb 7-2: new full-speed USB device number 3 using uhci_hcd
[   11.936909] Adding 523260k swap on /dev/sda3.  Priority:-1 extents:1 across:523260k 
[   11.945886] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.984415] udevd[314]: starting version 175
[   12.057062] lp: driver loaded but no devices found
[   12.105195] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[   12.106997] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   12.138777] lib80211: common routines for IEEE802.11 drivers
[   12.138781] lib80211_crypt: registered algorithm 'NULL'
[   12.154556] [drm] Initialized drm 1.1.0 20060810
[   12.159974] cfg80211: Calling CRDA to update world regulatory domain
[   12.163649] wl: module license 'MIXED/Proprietary' taints kernel.
[   12.163653] Disabling lock debugging due to kernel taint
[   12.180574] wl 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   12.180584] wl 0000:02:00.0: setting latency timer to 64
[   12.196226] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[   12.196230] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196309] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[   12.196312] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196314] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[   12.196317] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196319] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[   12.196322] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196324] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[   12.196326] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196329] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[   12.196331] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196333] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[   12.196336] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196338] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[   12.196340] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196342] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[   12.196345] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196347] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[   12.196350] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196352] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[   12.196354] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196356] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[   12.196359] cfg80211: 2457000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196361] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[   12.196364] cfg80211: 2457000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196366] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
[   12.196368] cfg80211: 2474000 KHz - 2494000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
[   12.196370] cfg80211: Disabling freq 5170 MHz
[   12.196372] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[   12.196375] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196377] cfg80211: Updating information on frequency 5190 MHz for a 20 MHz width channel with regulatory rule:
[   12.196380] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196382] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[   12.196385] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196387] cfg80211: Updating information on frequency 5210 MHz for a 20 MHz width channel with regulatory rule:
[   12.196390] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196392] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[   12.196394] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196396] cfg80211: Updating information on frequency 5230 MHz for a 20 MHz width channel with regulatory rule:
[   12.196399] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196401] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[   12.196404] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196406] cfg80211: Disabling freq 5260 MHz
[   12.196407] cfg80211: Disabling freq 5280 MHz
[   12.196409] cfg80211: Disabling freq 5300 MHz
[   12.196410] cfg80211: Disabling freq 5320 MHz
[   12.196412] cfg80211: Disabling freq 5500 MHz
[   12.196413] cfg80211: Disabling freq 5520 MHz
[   12.196414] cfg80211: Disabling freq 5540 MHz
[   12.196416] cfg80211: Disabling freq 5560 MHz
[   12.196417] cfg80211: Disabling freq 5580 MHz
[   12.196419] cfg80211: Disabling freq 5600 MHz
[   12.196420] cfg80211: Disabling freq 5620 MHz
[   12.196422] cfg80211: Disabling freq 5640 MHz
[   12.196423] cfg80211: Disabling freq 5660 MHz
[   12.196425] cfg80211: Disabling freq 5680 MHz
[   12.196426] cfg80211: Disabling freq 5700 MHz
[   12.196428] cfg80211: Updating information on frequency 5745 MHz for a 20 MHz width channel with regulatory rule:
[   12.196430] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196433] cfg80211: Updating information on frequency 5765 MHz for a 20 MHz width channel with regulatory rule:
[   12.196435] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196437] cfg80211: Updating information on frequency 5785 MHz for a 20 MHz width channel with regulatory rule:
[   12.196440] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196442] cfg80211: Updating information on frequency 5805 MHz for a 20 MHz width channel with regulatory rule:
[   12.196444] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196446] cfg80211: Updating information on frequency 5825 MHz for a 20 MHz width channel with regulatory rule:
[   12.196449] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   12.196451] cfg80211: Disabling freq 5920 MHz
[   12.196452] cfg80211: Disabling freq 5940 MHz
[   12.196454] cfg80211: Disabling freq 5960 MHz
[   12.196455] cfg80211: Disabling freq 5980 MHz
[   12.196456] cfg80211: Disabling freq 6000 MHz
[   12.196458] cfg80211: Disabling freq 6020 MHz
[   12.196459] cfg80211: Disabling freq 6040 MHz
[   12.196461] cfg80211: Disabling freq 6060 MHz
[   12.196462] cfg80211: Disabling freq 6080 MHz
[   12.197771] INFO @wl_cfg80211_attach : Registered CFG80211 phy
[   12.201988] lib80211_crypt: registered algorithm 'TKIP'
[   12.221633] eth1: Broadcom BCM4328 802.11 Hybrid Wireless Controller 6.20.155.1 (r326264)
[   12.261844] usbhid 3-1:1.0: couldn't find an input interrupt endpoint
[   12.261999] usbcore: registered new interface driver usbhid
[   12.262001] usbhid: USB HID core driver
[   12.267487] appletouch: Geyser mode initialized.
[   12.267583] input: appletouch as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.1/input/input5
[   12.268055] usbcore: registered new interface driver appletouch
[   12.277700] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   12.277706] i915 0000:00:02.0: setting latency timer to 64
[   12.279121] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[   12.286745] type=1400 audit(1370430683.209:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=584 comm="apparmor_parser"
[   12.287126] type=1400 audit(1370430683.209:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=584 comm="apparmor_parser"
[   12.287347] type=1400 audit(1370430683.209:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=584 comm="apparmor_parser"
[   12.354262] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[   12.354268] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   12.354270] [drm] Driver supports precise vblank timestamp query.
[   12.354332] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   12.385378] usb 3-1: usbfs: USBDEVFS_CONTROL failed cmd hid2hci rqt 64 rq 0 len 0 ret -84
[   12.533109] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[   12.547067] udevd[353]: renamed network interface eth1 to eth2
[   12.562559] apple 0003:05AC:8242.0001: hiddev0,hidraw0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-1/input0
[   12.566778] input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/input/input6
[   12.567362] apple 0003:05AC:0229.0002: input,hidraw1: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.2-2/input0
[   12.570586] input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.2/input/input7
[   12.570741] apple 0003:05AC:0229.0003: input,hidraw2: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.2-2/input2
[   12.576743] init: failsafe main process (748) killed by TERM signal
[   12.594393] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[   12.594397] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594400] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[   12.594402] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594404] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[   12.594407] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594409] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[   12.594412] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594414] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[   12.594416] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594419] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[   12.594421] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594423] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[   12.594426] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594428] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[   12.594430] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594432] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[   12.594435] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594437] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[   12.594440] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594442] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[   12.594444] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594447] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[   12.594449] cfg80211: 2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.594451] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[   12.594454] cfg80211: 2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.594456] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
[   12.594459] cfg80211: 2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.594461] cfg80211: Disabling freq 5170 MHz
[   12.594462] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[   12.594465] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594467] cfg80211: Updating information on frequency 5190 MHz for a 20 MHz width channel with regulatory rule:
[   12.594470] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594472] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[   12.594474] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594476] cfg80211: Updating information on frequency 5210 MHz for a 20 MHz width channel with regulatory rule:
[   12.594479] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594481] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[   12.594484] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594486] cfg80211: Updating information on frequency 5230 MHz for a 20 MHz width channel with regulatory rule:
[   12.594488] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594490] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[   12.594493] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594495] cfg80211: Disabling freq 5260 MHz
[   12.594496] cfg80211: Disabling freq 5280 MHz
[   12.594498] cfg80211: Disabling freq 5300 MHz
[   12.594499] cfg80211: Disabling freq 5320 MHz
[   12.594501] cfg80211: Disabling freq 5500 MHz
[   12.594502] cfg80211: Disabling freq 5520 MHz
[   12.594504] cfg80211: Disabling freq 5540 MHz
[   12.594505] cfg80211: Disabling freq 5560 MHz
[   12.594507] cfg80211: Disabling freq 5580 MHz
[   12.594508] cfg80211: Disabling freq 5600 MHz
[   12.594510] cfg80211: Disabling freq 5620 MHz
[   12.594511] cfg80211: Disabling freq 5640 MHz
[   12.594513] cfg80211: Disabling freq 5660 MHz
[   12.594514] cfg80211: Disabling freq 5680 MHz
[   12.594515] cfg80211: Disabling freq 5700 MHz
[   12.594517] cfg80211: Updating information on frequency 5745 MHz for a 20 MHz width channel with regulatory rule:
[   12.594520] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594522] cfg80211: Updating information on frequency 5765 MHz for a 20 MHz width channel with regulatory rule:
[   12.594524] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594526] cfg80211: Updating information on frequency 5785 MHz for a 20 MHz width channel with regulatory rule:
[   12.594529] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594531] cfg80211: Updating information on frequency 5805 MHz for a 20 MHz width channel with regulatory rule:
[   12.594534] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594536] cfg80211: Updating information on frequency 5825 MHz for a 20 MHz width channel with regulatory rule:
[   12.594538] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594540] cfg80211: Disabling freq 5920 MHz
[   12.594542] cfg80211: Disabling freq 5940 MHz
[   12.594543] cfg80211: Disabling freq 5960 MHz
[   12.594545] cfg80211: Disabling freq 5980 MHz
[   12.594546] cfg80211: Disabling freq 6000 MHz
[   12.594548] cfg80211: Disabling freq 6020 MHz
[   12.594549] cfg80211: Disabling freq 6040 MHz
[   12.594551] cfg80211: Disabling freq 6060 MHz
[   12.594552] cfg80211: Disabling freq 6080 MHz
[   12.594556] cfg80211: World regulatory domain updated:
[   12.594558] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   12.594560] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594562] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.594565] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.594567] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.594569] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.636153] Bluetooth: Core ver 2.16
[   12.636795] NET: Registered protocol family 31
[   12.636798] Bluetooth: HCI device and connection manager initialized
[   12.636801] Bluetooth: HCI socket layer initialized
[   12.636803] Bluetooth: L2CAP socket layer initialized
[   12.636810] Bluetooth: SCO socket layer initialized
[   12.638014] ppdev: user-space parallel port driver
[   12.656329] Bluetooth: RFCOMM TTY layer initialized
[   12.656335] Bluetooth: RFCOMM socket layer initialized
[   12.656336] Bluetooth: RFCOMM ver 1.11
[   12.657104] Unable to load isight firmware
[   12.657305] usbcore: registered new interface driver isight_firmware
[   12.678543] usb 3-1: USB disconnect, device number 2
[   12.682229] type=1400 audit(1370430683.605:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=835 comm="apparmor_parser"
[   12.682706] type=1400 audit(1370430683.605:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=835 comm="apparmor_parser"
[   12.805027] applesmc: : read arg fail
[   12.884628] applesmc: key=220 fan=1 temp=10 acc=1 lux=0 kbd=0
[   12.884632] applesmc: init_smcreg() took 50 ms
[   12.886845] type=1400 audit(1370430683.809:7): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=862 comm="apparmor_parser"
[   12.888449] type=1400 audit(1370430683.813:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=862 comm="apparmor_parser"
[   12.888675] type=1400 audit(1370430683.813:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=862 comm="apparmor_parser"
[   12.889578] type=1400 audit(1370430683.813:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=861 comm="apparmor_parser"
[   12.899336] type=1400 audit(1370430683.821:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=865 comm="apparmor_parser"
[   12.915608] input: applesmc as /devices/platform/applesmc.768/input/input8
[   12.936388] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.936391] Bluetooth: BNEP filters: protocol multicast
[   12.948038] usb 3-1: new full-speed USB device number 3 using uhci_hcd
[   12.956993] sky2 0000:03:00.0: eth0: enabling interface
[   12.957671] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.959410] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.055033] init: alsa-restore main process (918) terminated with status 19
[   13.116312] [drm] initialized overlay support
[   13.158050] Bluetooth: Generic Bluetooth USB driver ver 0.6
[   13.160564] usbcore: registered new interface driver btusb
[   13.300096] [drm] capturing error event; look for more information in /debug/dri/0/i915_error_state
[   13.300758] render error detected, EIR: 0x00000010
[   13.300761] page table error
[   13.300762]   PGTBL_ER: 0x00000100
[   13.300765] [drm:i915_report_and_clear_eir] *ERROR* EIR stuck: 0x00000010, masking
[   13.307268] fbcon: inteldrmfb (fb0) is primary device
[   13.307502] Console: switching to colour frame buffer device 160x50
[   13.307525] fb0: inteldrmfb frame buffer device
[   13.307526] drm: registered panic notifier
[   13.307571] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   13.307656] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[   13.307724] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[   13.307758] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[   13.354039] hda_codec: ALC889A: SKU not ready 0x400000f0
[   29.376072] eth2: no IPv6 routers present
[  159.264222] usb 1-2: new high-speed USB device number 4 using ehci_hcd
[  159.406570] input: NEWMI USB2.0 DVB-T TV Stick as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.1/input/input9
[  159.406808] generic-usb 0003:0CCD:0097.0004: input,hidraw3: USB HID v1.01 Keyboard [NEWMI USB2.0 DVB-T TV Stick] on usb-0000:00:1a.7-2/input1
[ 1689.474446] usb 1-2: USB disconnect, device number 4
[ 1692.560234] usb 1-2: new high-speed USB device number 5 using ehci_hcd
[ 1692.702462] input: NEWMI USB2.0 DVB-T TV Stick as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.1/input/input10
[ 1692.702877] generic-usb 0003:0CCD:0097.0005: input,hidraw3: USB HID v1.01 Keyboard [NEWMI USB2.0 DVB-T TV Stick] on usb-0000:00:1a.7-2/input1


Create a new paste based on this one


Comments: