Skip to content

Instantly share code, notes, and snippets.

@kepstin
Created March 22, 2019 04:37
Show Gist options
  • Save kepstin/7ae07671b32b88cd90534c4a3d515efa to your computer and use it in GitHub Desktop.
Save kepstin/7ae07671b32b88cd90534c4a3d515efa to your computer and use it in GitHub Desktop.
mai dmesg linux kernel 5.0.0
[ 0.000000] Linux version 5.0.0-gentoo (root@mai) (gcc version 8.3.0 (Gentoo 8.3.0 p1.0)) #1 Fri Mar 8 16:06:09 EST 2019
[ 0.000000] x86/fpu: x87 FPU will use FSAVE
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fff7fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000003fff8000-0x000000003fffffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
[ 0.000000] process: using polling idle threads
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] Legacy DMI 2.3 present.
[ 0.000000] DMI: American Megatrends Inc. Uknown /PT-2200 , BIOS 062710
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 499.938 MHz processor
[ 0.018531] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.018545] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.018574] last_pfn = 0x3fff0 max_arch_pfn = 0x100000
[ 0.018592] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
[ 0.018820] initial memory mapped: [mem 0x00000000-0x01bfffff]
[ 0.018844] Base memory trampoline at [(ptrval)] 9b000 size 16384
[ 0.019040] BRK [0x01655000, 0x01655fff] PGTABLE
[ 0.019174] RAMDISK: [mem 0x36350000-0x3719ffff]
[ 0.019199] 139MB HIGHMEM available.
[ 0.019210] 883MB LOWMEM available.
[ 0.019217] mapped low ram: 0 - 373fe000
[ 0.019223] low ram: 0 - 373fe000
[ 0.019234] BRK [0x01656000, 0x01656fff] PGTABLE
[ 0.019257] Zone ranges:
[ 0.019264] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.019274] Normal [mem 0x0000000001000000-0x00000000373fdfff]
[ 0.019284] HighMem [mem 0x00000000373fe000-0x000000003ffeffff]
[ 0.019293] Movable zone start for each node
[ 0.019299] Early memory node ranges
[ 0.019307] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.019316] node 0: [mem 0x0000000000100000-0x000000003ffeffff]
[ 0.019331] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff]
[ 0.019347] On node 0 totalpages: 262030
[ 0.083830] DMA zone: 32 pages used for memmap
[ 0.083835] DMA zone: 0 pages reserved
[ 0.083843] DMA zone: 3998 pages, LIFO batch:0
[ 0.084799] Normal zone: 1736 pages used for memmap
[ 0.084805] Normal zone: 222206 pages, LIFO batch:63
[ 0.140265] HighMem zone: 35826 pages, LIFO batch:7
[ 0.149386] [mem 0x40000000-0xfffdffff] available for PCI devices
[ 0.149418] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.149807] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.149814] pcpu-alloc: [0] 0
[ 0.149896] Built 1 zonelists, mobility grouping on. Total pages: 260262
[ 0.149912] Kernel command line: BOOT_IMAGE=/vmlinuz-5.0.0-gentoo root=UUID=270c8db6-53bb-4374-b1fb-f1b82b689174 ro idle=poll tsc=unstable
[ 0.150128] tsc: Marking TSC unstable due to boot parameter
[ 0.154103] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.156156] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.156208] Initializing CPU#0
[ 0.156248] Initializing HighMem for node 0 (000373fe:0003fff0)
[ 0.184140] Initializing Movable for node 0 (00000000:00000000)
[ 0.245853] Memory: 1017884K/1048120K available (4306K kernel code, 247K rwdata, 1092K rodata, 324K init, 416K bss, 30236K reserved, 0K cma-reserved, 143304K highmem)
[ 0.245894] virtual kernel memory layout:
fixmap : 0xfffe6000 - 0xfffff000 ( 100 kB)
cpu_entry : 0xffc00000 - 0xffc27000 ( 156 kB)
pkmap : 0xff400000 - 0xff800000 (4096 kB)
vmalloc : 0xf7bfe000 - 0xff3fe000 ( 120 MB)
lowmem : 0xc0000000 - 0xf73fe000 ( 883 MB)
.init : 0xc1594000 - 0xc15e5000 ( 324 kB)
.data : 0xc14349f6 - 0xc1587e80 (1357 kB)
.text : 0xc1000000 - 0xc14349f6 (4306 kB)
[ 0.245905] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.246914] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.247427] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.247864] CPU 0 irqstacks, hard=(ptrval) soft=(ptrval)
[ 0.250388] Console: colour VGA+ 80x25
[ 0.254444] printk: console [tty0] enabled
[ 0.254787] Calibrating delay loop (skipped), value calculated using timer frequency.. 1000.53 BogoMIPS (lpj=1666460)
[ 0.254925] pid_max: default: 32768 minimum: 301
[ 0.255539] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.255687] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.257214] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.257307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.257388] CPU: AMD-K6(tm)-III Processor (family: 0x5, model: 0xd, stepping: 0x0)
[ 0.257517] Spectre V2 : Spectre mitigation: kernel not compiled with retpoline; no mitigation available!
[ 0.257524] Speculative Store Bypass: Vulnerable
[ 0.259267] Performance Events: no PMU driver, software events only.
[ 0.260877] devtmpfs: initialized
[ 0.261705] random: get_random_u32 called from bucket_table_alloc.isra.23+0x7f/0x160 with crng_init=0
[ 0.262414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.262557] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.263207] NET: Registered protocol family 16
[ 0.264277] cpuidle: using governor ladder
[ 0.264499] clocksource: pit: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1601818034827 ns
[ 0.307604] PCI: PCI BIOS revision 2.10 entry at 0xfda61, last bus=1
[ 0.307694] PCI: Using configuration type 1 for base access
[ 0.314178] vgaarb: loaded
[ 0.314766] SCSI subsystem initialized
[ 0.315123] libata version 3.00 loaded.
[ 0.315273] usbcore: registered new interface driver usbfs
[ 0.315411] usbcore: registered new interface driver hub
[ 0.315548] usbcore: registered new device driver usb
[ 0.315926] PCI: Probing PCI hardware
[ 0.316008] PCI: root bus 00: using default resources
[ 0.316015] PCI: Probing PCI hardware (bus 00)
[ 0.316166] PCI host bridge to bus 0000:00
[ 0.316265] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.316358] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.316449] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.316617] pci 0000:00:00.0: [10b9:1541] type 00 class 0x060000
[ 0.316669] pci 0000:00:00.0: reg 0x10: [mem 0xe0000000-0xe3ffffff]
[ 0.316944] pci 0000:00:01.0: [10b9:5243] type 01 class 0x060400
[ 0.317159] pci 0000:00:02.0: [10b9:5237] type 00 class 0x0c0310
[ 0.317183] pci 0000:00:02.0: reg 0x10: [mem 0xdffff000-0xdfffffff]
[ 0.317378] pci 0000:00:07.0: [10b9:1533] type 00 class 0x060100
[ 0.317615] pci 0000:00:0e.0: [121a:0002] type 00 class 0x040000
[ 0.317639] pci 0000:00:0e.0: reg 0x10: [mem 0xcc000000-0xccffffff pref]
[ 0.317833] pci 0000:00:10.0: [10ec:8169] type 00 class 0x020000
[ 0.317858] pci 0000:00:10.0: reg 0x10: [io 0xde00-0xdeff]
[ 0.317874] pci 0000:00:10.0: reg 0x14: [mem 0xdfffef00-0xdfffefff]
[ 0.317908] pci 0000:00:10.0: reg 0x30: [mem 0xdffc0000-0xdffdffff pref]
[ 0.317942] pci 0000:00:10.0: supports D1 D2
[ 0.317952] pci 0000:00:10.0: PME# supported from D1 D2 D3hot D3cold
[ 0.318224] pci 0000:00:12.0: [1095:3114] type 00 class 0x010400
[ 0.318250] pci 0000:00:12.0: reg 0x10: [io 0xdde0-0xdde7]
[ 0.318264] pci 0000:00:12.0: reg 0x14: [io 0xddf8-0xddfb]
[ 0.318279] pci 0000:00:12.0: reg 0x18: [io 0xddd0-0xddd7]
[ 0.318293] pci 0000:00:12.0: reg 0x1c: [io 0xddc8-0xddcb]
[ 0.318307] pci 0000:00:12.0: reg 0x20: [io 0xdda0-0xddaf]
[ 0.318322] pci 0000:00:12.0: reg 0x24: [mem 0xdfffe800-0xdfffebff]
[ 0.318337] pci 0000:00:12.0: reg 0x30: [mem 0xdff00000-0xdff7ffff pref]
[ 0.318368] pci 0000:00:12.0: supports D1 D2
[ 0.318541] pci_bus 0000:01: extended config space not accessible
[ 0.318759] pci 0000:01:00.0: [10de:0172] type 00 class 0x030000
[ 0.318783] pci 0000:01:00.0: reg 0x10: [mem 0xce000000-0xceffffff]
[ 0.318798] pci 0000:01:00.0: reg 0x14: [mem 0xc4000000-0xc7ffffff pref]
[ 0.318812] pci 0000:01:00.0: reg 0x18: [mem 0xcbb80000-0xcbbfffff pref]
[ 0.318839] pci 0000:01:00.0: reg 0x30: [mem 0xcfde0000-0xcfdfffff pref]
[ 0.318971] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.319065] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.319253] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.319342] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
[ 0.319354] pci 0000:00:01.0: bridge window [mem 0xcdd00000-0xcfdfffff]
[ 0.319366] pci 0000:00:01.0: bridge window [mem 0xc3a00000-0xcbbfffff pref]
[ 0.319390] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[ 0.319781] pci 0000:00:07.0: ALI IRQ router [10b9:1533]
[ 0.319882] PCI: pci_cache_line_size set to 32 bytes
[ 0.319924] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.319934] e820: reserve RAM buffer [mem 0x3fff0000-0x3fffffff]
[ 0.320798] clocksource: Switched to clocksource pit
[ 0.321220] PnPBIOS: Scanning system for PnP BIOS support...
[ 0.321220] PnPBIOS: Found PnP BIOS installation structure at 0x(ptrval)
[ 0.321220] PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0x6d14, dseg 0xf0000
[ 0.321220] pnp 00:00: [mem 0x00000000-0x0009ffff]
[ 0.321220] pnp 00:00: [mem 0x000e0000-0x000fffff]
[ 0.321220] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.321220] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.321220] system 00:00: Plug and Play BIOS device, IDs PNP0c01 (active)
[ 0.321220] pnp 00:01: [io 0x0020-0x0021]
[ 0.321220] pnp 00:01: [io 0x00a0-0x00a1]
[ 0.321220] pnp 00:01: [irq 2]
[ 0.321220] pnp 00:01: Plug and Play BIOS device, IDs PNP0000 (active)
[ 0.321220] pnp 00:02: [dma 4]
[ 0.321220] pnp 00:02: [io 0x0000-0x000f]
[ 0.321220] pnp 00:02: [io 0x0080-0x0090]
[ 0.321220] pnp 00:02: [io 0x0094-0x009f]
[ 0.321220] pnp 00:02: [io 0x00c0-0x00de]
[ 0.321220] pnp 00:02: Plug and Play BIOS device, IDs PNP0200 (active)
[ 0.321220] pnp 00:03: [irq 0]
[ 0.321220] pnp 00:03: [io 0x0040-0x0043]
[ 0.321220] pnp 00:03: Plug and Play BIOS device, IDs PNP0100 (active)
[ 0.321220] pnp 00:04: [irq 8]
[ 0.321220] pnp 00:04: [io 0x0070-0x0071]
[ 0.321220] pnp 00:04: Plug and Play BIOS device, IDs PNP0b00 (active)
[ 0.321220] pnp 00:05: [irq 1]
[ 0.321220] pnp 00:05: [io 0x0060]
[ 0.321220] pnp 00:05: [io 0x0064]
[ 0.321220] pnp 00:05: Plug and Play BIOS device, IDs PNP0303 (active)
[ 0.321220] pnp 00:06: [io 0x0061]
[ 0.321220] pnp 00:06: Plug and Play BIOS device, IDs PNP0800 (active)
[ 0.321220] pnp 00:07: [irq 13]
[ 0.321220] pnp 00:07: [io 0x00f0-0x00ff]
[ 0.321220] pnp 00:07: Plug and Play BIOS device, IDs PNP0c04 (active)
[ 0.321220] pnp 00:08: [io 0x04d0-0x04d1]
[ 0.321220] pnp 00:08: [io 0x0cf8-0x0cff]
[ 0.321220] pnp 00:08: [io 0x03f7]
[ 0.321220] pnp 00:08: [io 0x4000-0x403f]
[ 0.321220] pnp 00:08: [io 0x5000-0x501f]
[ 0.321220] pnp 00:08: [io 0x0480-0x049f]
[ 0.321220] pnp 00:08: [io 0x040b]
[ 0.321220] pnp 00:08: [io 0x04d6]
[ 0.321220] pnp 00:08: [io 0x0295-0x0296]
[ 0.321220] pnp 00:08: [io 0x0073]
[ 0.321220] pnp 00:08: [io 0x0092]
[ 0.321220] pnp 00:08: [io 0x00b0-0x00b3]
[ 0.321220] pnp 00:08: [mem 0xfffe0000-0xffffffff]
[ 0.321220] pnp 00:08: [mem 0x00100000-0x3fffffff]
[ 0.321220] pnp 00:08: [io 0x0000-0xffffffff disabled]
[ 0.321220] pnp 00:08: Plug and Play BIOS device, IDs PNP0a03 (active)
[ 0.321325] pnp 00:09: [io 0x03f8-0x03ff]
[ 0.321333] pnp 00:09: [irq 4]
[ 0.321493] pnp 00:09: Plug and Play BIOS device, IDs PNP0501 (active)
[ 0.321702] pnp 00:0a: [io 0x02f8-0x02ff]
[ 0.321711] pnp 00:0a: [irq 3]
[ 0.321861] pnp 00:0a: Plug and Play BIOS device, IDs PNP0501 (active)
[ 0.322154] pnp 00:0b: [io 0x0378-0x037f]
[ 0.322163] pnp 00:0b: [io 0x0778-0x077a]
[ 0.322171] pnp 00:0b: [irq 7]
[ 0.322179] pnp 00:0b: [dma 3]
[ 0.322375] pnp 00:0b: Plug and Play BIOS device, IDs PNP0401 (active)
[ 0.322502] pnp 00:0c: [io 0x03f0-0x03f5]
[ 0.322510] pnp 00:0c: [irq 6]
[ 0.322518] pnp 00:0c: [dma 2]
[ 0.322630] pnp 00:0c: Plug and Play BIOS device, IDs PNP0700 (active)
[ 0.322638] PnPBIOS: 13 nodes reported by PnP BIOS; 13 recorded by driver
[ 0.331499] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.331617] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
[ 0.331714] pci 0000:00:01.0: bridge window [mem 0xcdd00000-0xcfdfffff]
[ 0.331808] pci 0000:00:01.0: bridge window [mem 0xc3a00000-0xcbbfffff pref]
[ 0.331935] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.331945] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 0.331955] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
[ 0.331965] pci_bus 0000:01: resource 1 [mem 0xcdd00000-0xcfdfffff]
[ 0.331975] pci_bus 0000:01: resource 2 [mem 0xc3a00000-0xcbbfffff pref]
[ 0.332296] NET: Registered protocol family 2
[ 0.333483] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
[ 0.333641] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.333939] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.334224] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.334823] UDP hash table entries: 512 (order: 1, 8192 bytes)
[ 0.334963] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
[ 0.335628] NET: Registered protocol family 1
[ 0.336136] WARNING: CPU: 0 PID: 1 at arch/x86/pci/irq.c:205 pirq_ali_get+0x20/0x40
[ 0.336254] Modules linked in:
[ 0.336344] CPU: 0 PID: 1 Comm: swapper Not tainted 5.0.0-gentoo #1
[ 0.336429] Hardware name: American Megatrends Inc. Uknown /PT-2200 , BIOS 062710
[ 0.336568] EIP: pirq_ali_get+0x20/0x40
[ 0.336655] Code: 26 00 00 00 00 8d 74 26 00 90 55 83 f9 10 89 e5 7f 18 49 ba 48 00 00 00 e8 6d fe ff ff 0f b6 80 b8 dc 46 c1 5d c3 8d 74 26 00 <0f> 0b eb e4 eb 1a 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00 8d b4
[ 0.336831] EAX: f546e000 EBX: 0000000b ECX: 00000059 EDX: f546d800
[ 0.336918] ESI: f546d800 EDI: c1330540 EBP: f5475e54 ESP: f5475e54
[ 0.337007] DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068 EFLAGS: 00210202
[ 0.337096] CR0: 80050033 CR2: 00000000 CR3: 015e7000 CR4: 00000090
[ 0.337181] Call Trace:
[ 0.337278] pcibios_lookup_irq+0x1a7/0x4a0
[ 0.337364] pirq_enable_irq+0x34/0xa0
[ 0.337445] pcibios_enable_device+0x17/0x20
[ 0.337537] do_pci_enable_device+0x31/0xa0
[ 0.337624] pci_enable_device_flags+0x90/0xe0
[ 0.337709] pci_enable_device+0xd/0x20
[ 0.337805] quirk_usb_early_handoff+0x28/0x664
[ 0.337901] ? ktime_get+0x3d/0x120
[ 0.337991] pci_do_fixups+0x84/0x120
[ 0.338073] ? usb_asmedia_modifyflowcontrol+0xa0/0xa0
[ 0.338166] pci_apply_final_quirks+0x59/0xf6
[ 0.338248] ? pci_proc_init+0x5e/0x5e
[ 0.338333] do_one_initcall+0x2d/0x110
[ 0.338419] ? parse_args+0xa0/0x240
[ 0.338513] ? kernel_init_freeable+0xb9/0x15a
[ 0.338598] kernel_init_freeable+0xd6/0x15a
[ 0.338689] ? rest_init+0x76/0x76
[ 0.338724] kernel_init+0x8/0xea
[ 0.338724] ret_from_fork+0x19/0x30
[ 0.338724] ---[ end trace b1e506b52d9e470d ]---
[ 0.339073] PCI: setting IRQ 11 as level-triggered
[ 0.339090] pci 0000:00:02.0: found PCI INT A -> IRQ 11
[ 0.339297] pci 0000:00:07.0: Activating ISA DMA hang workarounds
[ 0.339454] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.339582] PCI: CLS 32 bytes, default 32
[ 0.339867] Unpacking initramfs...
[ 1.102016] random: fast init done
[ 2.847704] Freeing initrd memory: 14656K
[ 2.859259] Initialise system trusted keyrings
[ 2.859677] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 2.947952] NET: Registered protocol family 38
[ 2.948068] Key type asymmetric registered
[ 2.948150] Asymmetric key parser 'x509' registered
[ 2.948304] bounce: pool size: 64 pages
[ 2.948467] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 2.948656] io scheduler mq-deadline registered
[ 2.949805] isapnp: Scanning for PnP cards...
[ 3.070587] pnp 01:01.00: increased option port range from 0x388-0x388 to 0x388-0x3f8
[ 3.070710] pnp 01:01.00: increased option port range from 0x388-0x388 to 0x388-0x3f8
[ 3.070831] pnp 01:01.00: increased option port range from 0x388-0x388 to 0x388-0x3f8
[ 3.071117] pnp 01:01.02: added ioport region 0xe20-0xe20 to set 0
[ 3.071208] pnp 01:01.02: added ioport region 0xa20-0xa20 to set 0
[ 3.071297] pnp 01:01.02: added ioport region 0xe20-0xe80 to set 1
[ 3.071387] pnp 01:01.02: added ioport region 0xa20-0xa80 to set 1
[ 3.071557] 01:01: card 'Creative SB AWE64 Gold'
[ 3.071639] isapnp: 1 Plug & Play card detected total
[ 3.072688] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 3.076982] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 3.081376] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 3.082725] Non-volatile memory driver v1.3
[ 3.082813] Linux agpgart interface v0.103
[ 3.082947] agpgart-ali 0000:00:00.0: ALi M1541 chipset
[ 3.088100] agpgart-ali 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
[ 3.088445] parport_pc 00:0b: reported by Plug and Play BIOS
[ 3.088697] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[ 3.171420] Floppy drive(s): fd0 is 1.44M
[ 3.172256] i8042: PNP: PS/2 Controller [PNP0303] at 0x60,0x64 irq 1
[ 3.172347] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 3.173567] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.175288] input: PC Speaker as /devices/platform/pcspkr/input/input1
[ 3.176033] rtc_cmos 00:04: registered as rtc0
[ 3.176236] rtc_cmos 00:04: alarms up to one day, 114 bytes nvram
[ 3.176450] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.176656] usbcore: registered new interface driver usbhid
[ 3.176739] usbhid: USB HID core driver
[ 3.177919] NET: Registered protocol family 10
[ 3.179370] Segment Routing with IPv6
[ 3.179567] NET: Registered protocol family 17
[ 3.180416] registered taskstats version 1
[ 3.180499] Loading compiled-in X.509 certificates
[ 3.188726] FDC 0 is a post-1991 82077
[ 3.192648] Freeing unused kernel image memory: 324K
[ 3.193128] Write protecting kernel text and read-only data: 5416k
[ 3.193217] Run /init as init process
[ 3.233783] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT -SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL -XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarchy=hybrid)
[ 3.234794] systemd[1]: Detected architecture x86.
[ 3.234901] systemd[1]: Running in initial RAM disk.
[ 3.237332] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.237492] systemd[1]: Initializing machine ID from random generator.
[ 3.829292] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.829983] systemd[1]: Listening on udev Kernel Socket.
[ 3.831354] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.832255] systemd[1]: Listening on udev Control Socket.
[ 3.833209] systemd[1]: Reached target Slices.
[ 3.834676] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.835739] systemd[1]: Reached target Timers.
[ 3.837316] systemd[1]: Listening on Journal Socket.
[ 5.932866] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.934915] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 5.976574] ehci-pci: EHCI PCI platform driver
[ 5.977865] ohci-pci: OHCI PCI platform driver
[ 5.978201] ohci-pci 0000:00:02.0: found PCI INT A -> IRQ 11
[ 6.018266] ohci-pci 0000:00:02.0: OHCI PCI host controller
[ 6.018488] ohci-pci 0000:00:02.0: new USB bus registered, assigned bus number 1
[ 6.018746] ohci-pci 0000:00:02.0: irq 11, io mem 0xdffff000
[ 6.019593] sata_sil 0000:00:12.0: version 2.4
[ 6.019977] PCI: setting IRQ 12 as level-triggered
[ 6.019990] sata_sil 0000:00:12.0: found PCI INT A -> IRQ 12
[ 6.071179] scsi host0: sata_sil
[ 6.078888] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
[ 6.079036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.079157] usb usb1: Product: OHCI PCI host controller
[ 6.079242] usb usb1: Manufacturer: Linux 5.0.0-gentoo ohci_hcd
[ 6.079330] usb usb1: SerialNumber: 0000:00:02.0
[ 6.093861] scsi host1: sata_sil
[ 6.101970] hub 1-0:1.0: USB hub found
[ 6.104044] PCI: setting IRQ 9 as level-triggered
[ 6.104066] r8169 0000:00:10.0: found PCI INT A -> IRQ 9
[ 6.112079] hub 1-0:1.0: 2 ports detected
[ 6.118393] scsi host2: sata_sil
[ 6.145081] scsi host3: sata_sil
[ 6.145603] ata1: SATA max UDMA/100 mmio m1024@0xdfffe800 tf 0xdfffe880 irq 12
[ 6.145726] ata2: SATA max UDMA/100 mmio m1024@0xdfffe800 tf 0xdfffe8c0 irq 12
[ 6.145845] ata3: SATA max UDMA/100 mmio m1024@0xdfffe800 tf 0xdfffea80 irq 12
[ 6.145964] ata4: SATA max UDMA/100 mmio m1024@0xdfffe800 tf 0xdfffeac0 irq 12
[ 6.162248] libphy: r8169: probed
[ 6.163236] r8169 0000:00:10.0 eth0: RTL8169sb/8110sb, f8:d1:11:c3:08:79, XID 100, IRQ 9
[ 6.163366] r8169 0000:00:10.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
[ 6.461729] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 6.485246] ata1.00: ATA-8: OCZ-AGILITY2, 1.37, max UDMA/133
[ 6.485356] ata1.00: 175836528 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 6.511890] ata1.00: configured for UDMA/100
[ 6.512724] scsi 0:0:0:0: Direct-Access ATA OCZ-AGILITY2 1.37 PQ: 0 ANSI: 5
[ 6.514139] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 6.518548] sd 0:0:0:0: [sda] 175836528 512-byte logical blocks: (90.0 GB/83.8 GiB)
[ 6.518754] sd 0:0:0:0: [sda] Write Protect is off
[ 6.518843] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.518965] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.528408] sda: sda1 sda2 sda3
[ 6.530524] sd 0:0:0:0: [sda] Attached SCSI disk
[ 6.831696] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 6.874637] r8169 0000:00:10.0 enp0s16: renamed from eth0
[ 7.225974] ata2.00: ATA-8: WDC WD10EACS-00ZJB0, 01.01B01, max UDMA/133
[ 7.226093] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 7.232294] ata2.00: configured for UDMA/100
[ 7.233048] scsi 1:0:0:0: Direct-Access ATA WDC WD10EACS-00Z 1B01 PQ: 0 ANSI: 5
[ 7.236821] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 7.237038] sd 1:0:0:0: [sdb] Write Protect is off
[ 7.237126] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 7.237283] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 7.242810] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 7.275694] sdb: sdb1 sdb2 sdb3 < sdb5 >
[ 7.282526] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 7.558242] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 7.561718] ata3.00: ATAPI: PLDS DVD-RW DH16ACSH, JL3B, max UDMA/100
[ 7.568373] ata3.00: configured for UDMA/100
[ 7.572911] scsi 2:0:0:0: CD-ROM PLDS DVD-RW DH16ACSH JL3B PQ: 0 ANSI: 5
[ 7.603442] sr 2:0:0:0: [sr0] scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
[ 7.603580] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 7.604313] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 7.604794] sr 2:0:0:0: Attached scsi generic sg2 type 5
[ 7.921537] ata4: SATA link down (SStatus 0 SControl 310)
[ 9.668088] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 11.526635] systemd-journald[77]: Received SIGTERM from PID 1 (systemd).
[ 11.638030] printk: systemd: 19 output lines suppressed due to ratelimiting
[ 11.829796] systemd[1]: RTC configured in localtime, applying delta of -300 minutes to system time.
[ 11.860248] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT -SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL -XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarchy=hybrid)
[ 11.861153] systemd[1]: Detected architecture x86.
[ 11.864048] systemd[1]: Set hostname to <mai>.
[ 12.389089] systemd[1]: /lib/systemd/system/auditd.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/auditd.pid → /run/auditd.pid; please update the unit file accordingly.
[ 12.855792] systemd[1]: /lib/systemd/system/atopacct.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/atopacctd.pid → /run/atopacctd.pid; please update the unit file accordingly.
[ 13.423439] systemd[1]: initrd-switch-root.service: Succeeded.
[ 13.424659] systemd[1]: Stopped Switch Root.
[ 13.426721] systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
[ 13.427514] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ 13.428279] systemd[1]: Stopped Journal Service.
[ 13.521313] EXT4-fs (sda3): re-mounted. Opts: (null)
[ 13.805278] sbawe 01:01.00: [irq 5]
[ 13.805301] sbawe 01:01.00: [dma 1]
[ 13.805313] sbawe 01:01.00: [dma 5]
[ 13.805342] sbawe 01:01.00: [io 0x0220-0x022f]
[ 13.805359] sbawe 01:01.00: [io 0x0330-0x0331]
[ 13.805375] sbawe 01:01.00: [io 0x0388-0x038b]
[ 13.807730] sbawe 01:01.00: activated
[ 13.814557] sbawe 01:01.02: [io 0x0620-0x0623]
[ 13.814580] sbawe 01:01.02: [io 0x0a20-0x0a23]
[ 13.814598] sbawe 01:01.02: [io 0x0e20-0x0e23]
[ 13.816873] sbawe 01:01.02: activated
[ 13.991239] EMU8000 [0x620]: 4096 KiB on-board DRAM detected
[ 14.475134] systemd-journald[259]: Received request to flush runtime journal from PID 1
[ 17.155448] Adding 4194300k swap on /var/swap. Priority:-2 extents:9 across:4505596k SS
[ 17.963472] RTL8211C Gigabit Ethernet r8169-80:00: attached PHY driver [RTL8211C Gigabit Ethernet] (mii_bus:phy_addr=r8169-80:00, irq=IGNORE)
[ 18.028042] A link change request failed with some changes committed already. Interface enp0s16 may have been left with an inconsistent configuration, please check.
[ 18.031719] r8169 0000:00:10.0 enp0s16: Link is Down
[ 18.115186] random: crng init done
[ 18.115301] random: 7 urandom warning(s) missed due to ratelimiting
[ 19.605394] nouveau 0000:01:00.0: NVIDIA NV17 (017200a5)
[ 19.856136] nouveau 0000:01:00.0: bios: version 04.17.00.45.00
[ 20.404906] r8169 0000:00:10.0 enp0s16: Link is Up - 1Gbps/Full - flow control rx/tx
[ 20.405093] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s16: link becomes ready
[ 20.625321] agpgart-ali 0000:00:00.0: AGP 1.0 bridge
[ 20.625358] agpgart-ali 0000:00:00.0: putting AGP V2 device into 2x mode
[ 20.625385] nouveau 0000:01:00.0: putting AGP V2 device into 2x mode
[ 20.625491] nouveau 0000:01:00.0: tmr: unknown input clock freq
[ 20.701603] FAT-fs (sdb2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 20.770978] nouveau 0000:01:00.0: fb: 64 MiB DDR1
[ 20.850357] [TTM] Zone kernel: Available graphics memory: 444780 kiB
[ 20.850467] [TTM] Zone highmem: Available graphics memory: 516432 kiB
[ 20.850558] [TTM] Initializing pool allocator
[ 20.852780] nouveau 0000:01:00.0: DRM: VRAM: 63 MiB
[ 20.852887] nouveau 0000:01:00.0: DRM: GART: 64 MiB
[ 20.852984] nouveau 0000:01:00.0: DRM: BMP version 5.21
[ 20.853079] nouveau 0000:01:00.0: DRM: DCB version 2.0
[ 20.853175] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000100 000088b8
[ 20.853273] nouveau 0000:01:00.0: DRM: DCB outp 01: 01000200 000088b8
[ 20.853368] nouveau 0000:01:00.0: DRM: DCB outp 02: 02010111 00000003
[ 20.853464] nouveau 0000:01:00.0: DRM: DCB outp 03: 02010311 00000003
[ 20.853559] nouveau 0000:01:00.0: DRM: Merging DCB entries 0 and 1
[ 20.853652] nouveau 0000:01:00.0: DRM: Merging DCB entries 2 and 3
[ 20.855043] nouveau 0000:01:00.0: DRM: Loading NV17 power sequencing microcode
[ 20.910970] nouveau 0000:01:00.0: DRM: Saving VGA fonts
[ 20.994048] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[ 21.003911] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[ 21.071055] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 21.071262] [drm] Driver supports precise vblank timestamp query.
[ 21.095377] nouveau 0000:01:00.0: DRM: MM: using M2MF for buffer copies
[ 21.095543] nouveau 0000:01:00.0: DRM: Setting dpms mode 3 on TV encoder (output 1)
[ 21.192262] nouveau 0000:01:00.0: DRM: allocated 1920x1200 fb: 0x9000, bo bfef84dd
[ 21.227448] fbcon: nouveaufb (fb0) is primary device
[ 21.387847] Console: switching to colour frame buffer device 240x75
[ 21.496234] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[ 21.513396] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[ 21.547004] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
[ 22.313579] Process accounting resumed
[ 37.540020] fuse init (API version 7.28)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment