[SOLVED] hackin' on an Atom z8350 mini pc

Here you can post about your various experiences with PC hardware. You can also post about hardware that is not compatible with the linux kernel or not recommended for use with Porteus.
nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

[SOLVED] hackin' on an Atom z8350 mini pc

Post#1 by nanZor » 30 Apr 2019, 00:55

For fun, thought I'd try and fire up Porteus on one of these inexpensive little boxes. Er, no these are NOT Intel NUC replacements. :)

Objective: cheap little workstation. NOT meant to be a production server or high-end multimedia box.

Model: "MiniForum z83-W". Typical of other brands and models. I got the cheapest low-end 2gb ram, 32gb emmc storage.

OOB experience - after letting Windows 10 install itself - just to see if it all works - and it did. Slowly.
Fired up Porteus 4.0 x86_64 XFCE. Thought I'd have to fight the bios, but no - just tap F7 at the Intel splash screen, and let porteus boot from the usb3 port on the back with my stick.

UEFI bios notes - not much to adjust here. All I wanted to do was change the first boot priority to the USB port, rather than the internal emmc, so the bios let me. Done.

Operations - Porteus of course screams compared to Windows 10 on this box. However, there are some random lockups that *might* be related to mmc drives or filesystems. Inserting an SD card can sometimes lock up the box. Sometimes it won't finish booting at all, and needs a power cycle attempt. I'll try to track that down. Maybe it's video or a combo of both. Or something else. We'll see.

Wifi? Audio? Bluetooth? Yeah, not working but not really interested at this point. I'll get them to work, but not a showstopper for now.

For the most part, Porteus on this model of the cheap Atom z8350 boxes seems like a slam dunk. UEFI couldn't have been easier to boot. Maybe I'll wipe the internal 32gb emmc.

Fun - although it certainly isn't something I'd put into the server room. Not bad for a box that it designed for Windows, and "only Ubuntu" is implied as semi-supported. Thanks Porteus.
Last edited by nanZor on 05 May 2019, 00:02, edited 1 time in total.
That's a UNIX book - cool. -Garth

nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

hackin' on an Atom z8350 mini pc

Post#2 by nanZor » 30 Apr 2019, 10:56

Impressed with how well Porteus is doing on notoriously cranky hardware like this.

Added a "delay=10" to my porteus.cfg file - otherwise it is too fast to recognize and mount the internal emmc.

Wifi was solved by using a passive 4-port travel usb hub and attaching keyboard and mouse to that. Even wifi dongle worked ok. I suppose I could hang a bluetooth dongle somewhere too. I'll worry about sound (if ever) later.

I can cause a freeze by using a secondary mmc aka an SD-card. I think the system gets cranky with more than one mmc mounted. I'll look into that more.

Freeze recover is at least consistent now. If I cause one, power down with a long press until the blue light goes out, AND pull the power adapter and reinsert before firing up again. Otherwise, using only the long-press still seems to leave things in a wonky state and reboots may stall. Pulling the adapter seems to be key after the soft power-down.

Overall, it seems like just the secondary sd-card / mmc is the culprit somewhere. System is stable without any of the older "intel cstate" boot mods or whatever. Somethin' about introducing a secondary mmc is what I'm going to try and hunt down.

Otherwise, Porteus seems pretty tasty on this toy.
That's a UNIX book - cool. -Garth

nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

hackin' on an Atom z8350 mini pc

Post#3 by nanZor » 30 Apr 2019, 21:36

Worked out some stability kinks!

1) For now, don't use the built-in SD-card reader. If you need to use an sd-card for file transfers etc, just use a usb<>sdcard adapter. Those adapter dongles can also be flaky, but I used one that works just fine with all my free-software projects.

2) LEAVE THE BIOS IN DEFAULT. And go through the tap of F7 during the Intel splash screen to select the Porteus usb stick to boot from. Doing this dance, rather than making the USB port the first to boot, seems to be key to stability. The bios, built specifically for windows, seems happiest doing it this way to boot Porteus. All the internal emmc partitions are mounted properly.

And, no more red-flag warnings in dmesg either! Yes!

3) Put all your intended extra modules to load at boot time in
/mnt/sda1/porteus/base

If you put them in /mnt/sda1/porteus/modules, random hangs occur.

Now I'm happy. System is fast (for what it is), used Copy To Ram to help speed things along. Fanless, cool, draws little power, and the monitor looks good and sleeps and shuts down properly.

So that's how I dual-boot Porteus and Windows, although I'm really not interested in using the bespoke install of windows at all. If I feel I must use wifi, I hang a working dongle off my own 4 port usb hub.

Reclaiming the internal emmc for a dedicated frugal install for porteus will wait for another day. Not sure I'll do it since the bios *might* become cranky again if it tries to boot Porteus first. We'll see how this thing works when the next Porteus arrives.
That's a UNIX book - cool. -Garth

nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

hackin' on an Atom z8350 mini pc

Post#4 by nanZor » 01 May 2019, 02:43

Additional notes:

If for some reason you power down, and remove the Porteus boot usb stick to do something else with it, when you reinsert the stick into this computer, pull the dc power jack and re-insert the dc jack before booting up. No need to do this if you didn't remove the usb boot stick.

Seems like even when the unit does a soft power down, it seems to slightly confuse it again at powerup if the stick was removed. Even though it will reboot to Windows or Porteus depending on your choice, now dmesg in Porteus may show some red-flags regarding i2C and the axp stuff. Not a lot, but I don't want to see that. :) I'm not a bios writer, but maybe this slightly confuses some sort of hardware inventory.

A review for the most stability:
1) Don't change the default bios settings. Just go through the "Tap F7" dance at the Intel splash screen to choose the porteus stick to boot.

2) Don't use the on-board sdcard port. Maybe in the future.

3) If for some reason you remove the Porteus boot stick, when you re-insert it, physically power cycle with the dc jack. You'll notice the blue light come on, the bios take inventory, and blue light goes out again. NOW you can hit the power button to boot.

I know it seems like a huge wall of text, but is really easy once you get to grips with it.
That's a UNIX book - cool. -Garth

nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

hackin' on an Atom z8350 mini pc

Post#5 by nanZor » 01 May 2019, 09:24

Update:

Smoked the windows 10 install after an upgrade got unstable. Decided to blow out the internal emmc and just use it partitioned as storage.

Now the bios doesn't have to figure anything out, and Porteus boots quickly from the usb. :)

That funky internal sd-card also makes Knoppix 8.2 freeze up totally too. So usb<>sdcard dongle for now...
That's a UNIX book - cool. -Garth

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

hackin' on an Atom z8350 mini pc

Post#6 by Ed_P » 01 May 2019, 16:20

nanZor wrote:
01 May 2019, 02:43
If for some reason you power down, and remove the Porteus boot usb stick to do something else with it, when you reinsert the stick into this computer, pull the dc power jack and re-insert the dc jack before booting up. No need to do this if you didn't remove the usb boot stick.
Adding the cheatcode reboot=cold to the Porteus parms might help with this.
Ed

nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

hackin' on an Atom z8350 mini pc

Post#7 by nanZor » 02 May 2019, 09:50

Hi Ed! Thanks for that suggestion - I didn't know about reboot=cold.

You prompted me to dig deeper and I think I may have found the major problem regarding the main issue - my video or slow device timing.

The system will frequently hang at boot on the
triggering UDEV events /sbin/udevadm trigger --action=add

Seems this is not uncommon for other hardware too.

Sooo... since I'm not a Udev rules expert, (where udev settle might be helpful) I'm going to try my hand with these cheatcode kludges for the funky hardware:

nohotplug
nocdrom
nosound
quiet
noload=intelfb

Some combination or individual cheatcode will eventually be found to knock out this last bug. Once up the system performs fine, but I'm tired of hitting the reset hole all the time during boot when it gets randomly cranky.

Thanks for the nudge to dig deeper - I'll report back when I find the smoking cheatcode or combo!
That's a UNIX book - cool. -Garth

nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

hackin' on an Atom z8350 mini pc

Post#8 by nanZor » 04 May 2019, 23:55

SOLVED! At least 99% anyway. What a nightmare. :) The low-power cstates were killing me...

Here's the cheatcodes I had to use at the boot splash, and later put permanently after the APPEND lines into my
/mnt/sda1/boot/syslinux/porteus.cfg <-- your sdXx device may be different

I also put a delay value of 7 in my
/mnt/sda1/porteus/porteus-v4.0-x86_64.cfg

These values were all PUT ON ONE LINE with spaces, but I separated them for viewing here

noacpi
intel_idle.max_cstate=0
processor.max_cstate=0
i915_fastboot=0 <---- that's "i915", not the year 1915 !
quiet
nosound


Watch your dots and underscores when editing....

Turning off the cstates was key. BUT, some times the bios would alternate between Intel idling and acpi idling - EVEN when the noacpi cheatcode was used!

I monitored the random idle switches by

cat /sys/devices/system/cpu/cpuidle/current_driver

So that's the reason for the older processor.max_cstate=0 as a fallback catch. Turning off fastboot was also key. Seems like quiet and nosound helped too, but may not be necessary. I'm beat, so I'm leaving them in.

I got a bit obsessed, since an Intel NUC has seemingly zero issues. But the Z83 manufacturer recommends to just hit the reset button with a paper-clip if the system freezes. I think these lines above have gotten around their funky bios.

I'm sure there's an additional tweak that can happen, but for me, this 99% solution seems adequate for now.

Cpufreq and monitor sleeping and shutdown work too. Man, I need a shower! :)
That's a UNIX book - cool. -Garth

nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

[SOLVED] hackin' on an Atom z8350 mini pc

Post#9 by nanZor » 05 May 2019, 20:41

An alternative - 99.5% !

These cheatcodes seem to tidy things up even more. It restores the power saving Intel cstate of 1. This box isn't a laptop, but if it makes it run just a tad cooler, why not. Also realized that this is primarily a box designed for windows, so lets' take the pnpbios out of the loop.

All of these on one line at the boot splash, or in your porteus.cfg file all on one line with spaces:

pnpbios=off <<--- no need for windows stuff here. Get rid of that variable.
noacpi <<-- we need acpi to enable the onboard emmc, but don't mess around detecting acpi. It's there. Move on.
intel_idle.max_cstate=1 << -- a little power saving. Box isn't a laptop, but why not save a little power.
delay=5 <<--- let box settle down
i915.fastboot=0 <<--- box isn't fast, so give video some time to come up during boot.
quiet << -- no need to talk. I see what I need to see anyway.
splash <-- eh, questionable
nosound <-- box doesn't do sound without custom drivers, and I don't need it. Away it goes.

Seems like a stable alternative. Change Intel cstate back to zero if you like.

While not much of a comprehensive test, brought up glxgears full screen, and ran htop in another terminal. No major anomolies, and the 4 cpus seem to be behaving.
That's a UNIX book - cool. -Garth

kultex
Black ninja
Black ninja
Posts: 71
Joined: 30 Dec 2015, 12:11
Distribution: Porteus 4.0 XFCE
Location: Austria

[SOLVED] hackin' on an Atom z8350 mini pc

Post#10 by kultex » 06 May 2019, 10:20

very strange, that the Z8350 is so different to the Celeron N3050 - the CPUS are quite the same - both Braswell:

https://www.technikaffe.de/cpu_vergleic ... _z8350-607

I have a Acer Laptop R3-131T with N3050 and everything exept bluetooth (firmware-problem) is working out of the box - even my touch-display - no troubles with C-states - maybe lets compare the modules?

Code: Select all

CURRENT KERNEL: 4.16.3-porteus

KERNEL MODULES LOADED:
Module
ccm
nf_conntrack_ipv4
nf_defrag_ipv4
xt_conntrack
nf_conntrack
xt_tcpudp
ipv6
iptable_filter
ip_tables
x_tables
uvcvideo
hid_multitouch
videobuf2_vmalloc
videobuf2_memops
videobuf2_v4l2
btusb
videobuf2_common
btrtl
btbcm
btintel
bluetooth
ecdh_generic
snd_hda_codec_hdmi
snd_hda_codec_realtek
snd_hda_codec_generic
acer_wmi
sparse_keymap
intel_rapl
coretemp
kvm_intel
arc4
kvm
iwlmvm
mac80211
irqbypass
crct10dif_pclmul
crc32_pclmul
crc32c_intel
ghash_clmulni_intel
pcbc
i915
iwlwifi
aesni_intel
snd_hda_intel
aes_x86_64
crypto_simd
snd_hda_codec
r8169
glue_helper
cryptd
snd_hda_core
snd_hwdep
intel_cstate
cfg80211
input_leds
snd_pcm
snd_timer
mii
led_class
rfkill
mei_txe
i2c_i801
mei
shpchp
processor_thermal_device
intel_soc_dts_iosf
intel_gtt
fan
i2c_hid
pwm_lpss_platform
int3400_thermal
wmi
i2c_designware_platform
i2c_designware_core
pwm_lpss
acpi_thermal_rel
int3403_thermal
int340x_thermal_zone 
and lspci and dmesg

Code: Select all

root@porteus:/home/guest# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:2280] (rev 21)
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:22b1] (rev 21)
00:0b.0 Signal processing controller [1180]: Intel Corporation Device [8086:22dc] (rev 21)
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:22b5] (rev 21)
00:1a.0 Encryption controller [1080]: Intel Corporation Device [8086:2298] (rev 21)
00:1b.0 Audio device [0403]: Intel Corporation Device [8086:2284] (rev 21)
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:22c8] (rev 21)
00:1c.1 PCI bridge [0604]: Intel Corporation Device [8086:22ca] (rev 21)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:229c] (rev 21)
00:1f.3 SMBus [0c05]: Intel Corporation Device [8086:2292] (rev 21)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
02:00.0 Network controller [0280]: Intel Corporation Wireless 3165 [8086:3165] (rev 81)
root@porteus:/home/guest# exit
exit
guest@porteus:~$ dmesg
[    0.000000] Linux version 4.16.3-porteus (root@) (gcc version 7.3.0 (GCC)) #1 SMP PREEMPT Sat Apr 21 12:42:52 Local time zone must be set--
[    0.000000] Command line: changes=/porteus initrd=/boot/syslinux/initrd.xz BOOT_IMAGE=/boot/syslinux/vmlinuz 
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x00000000741fefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000741ff000-0x0000000074bfefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000074bff000-0x00000000766fefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000766ff000-0x000000007673efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007673f000-0x0000000077341fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000077342000-0x0000000077c41fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000077c42000-0x0000000077ffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007bc00000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe800000-0x00000000fe80ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Acer Aspire R3-131T/Aspire R3-131T, BIOS V1.09 07/21/2015
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x280000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   1 base 0FFA00000 mask FFFE00000 write-protect
[    0.000000]   2 base 000000000 mask F80000000 write-back
[    0.000000]   3 base 07C000000 mask FFC000000 uncachable
[    0.000000]   4 base 07BC00000 mask FFFC00000 uncachable
[    0.000000]   5 base 100000000 mask F00000000 write-back
[    0.000000]   6 base 200000000 mask F80000000 write-back
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: last_pfn = 0x78000 max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [        (ptrval)] 98000 size 24576
[    0.000000] BRK [0x01ff8000, 0x01ff8fff] PGTABLE
[    0.000000] BRK [0x01ff9000, 0x01ff9fff] PGTABLE
[    0.000000] BRK [0x01ffa000, 0x01ffafff] PGTABLE
[    0.000000] BRK [0x01ffb000, 0x01ffbfff] PGTABLE
[    0.000000] BRK [0x01ffc000, 0x01ffcfff] PGTABLE
[    0.000000] BRK [0x01ffd000, 0x01ffdfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x1ff35000-0x1fffefff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FE020 000024 (v02 ACRSYS)
[    0.000000] ACPI: XSDT 0x000000007673E120 0000A4 (v01 ACRSYS ACRPRDCT 00000003      01000013)
[    0.000000] ACPI: FACP 0x0000000076734000 00010C (v05 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: DSDT 0x0000000076722000 00C485 (v02 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: FACS 0x0000000076680000 000040
[    0.000000] ACPI: UEFI 0x000000007673D000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: MSDM 0x000000007673C000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: TCPA 0x000000007673B000 000032 (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.000000] ACPI: UEFI 0x000000007673A000 000042 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.000000] ACPI: SSDT 0x0000000076735000 00421B (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.000000] ACPI: MCFG 0x0000000076732000 00003C (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x0000000076730000 0005AC (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007672F000 000D2E (v01 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x0000000076721000 000763 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: SSDT 0x0000000076720000 000290 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007671F000 00017A (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: APIC 0x0000000076733000 000084 (v03 ACRSYS ACRPRDCT 00000003 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000007671E000 000432 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.000000] ACPI: TPM2 0x000000007671D000 000034 (v03 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.000000] ACPI: FPDT 0x0000000076731000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000027fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x27fff4000-0x27fff7fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000027fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x00000000741fefff]
[    0.000000]   node   0: [mem 0x000000007673f000-0x0000000077341fff]
[    0.000000]   node   0: [mem 0x0000000077c42000-0x0000000077ffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000027fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fffffff]
[    0.000000] On node 0 totalpages: 2051933
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7423 pages used for memmap
[    0.000000]   DMA32 zone: 475072 pages, LIFO batch:31
[    0.000000]   Normal zone: 24576 pages used for memmap
[    0.000000]   Normal zone: 1572864 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 99 pages
[    0.000000] Reserving Intel graphics memory at [mem 0x7c800000-0x7e7fffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x741ff000-0x74bfefff]
[    0.000000] PM: Registered nosave memory: [mem 0x74bff000-0x766fefff]
[    0.000000] PM: Registered nosave memory: [mem 0x766ff000-0x7673efff]
[    0.000000] PM: Registered nosave memory: [mem 0x77342000-0x77c41fff]
[    0.000000] PM: Registered nosave memory: [mem 0x78000000-0x7bbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7bc00000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe4000000-0xfe7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe800000-0xfe80ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe810000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed07fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed09fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfedbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
[    0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 42 pages/cpu @        (ptrval) s132888 r8192 d30952 u524288
[    0.000000] pcpu-alloc: s132888 r8192 d30952 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2019849
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: quiet changes=/porteus initrd=/boot/syslinux/initrd.xz BOOT_IMAGE=/boot/syslinux/vmlinuz 
[    0.000000] Memory: 7994712K/8207732K available (8204K kernel code, 662K rwdata, 1728K rodata, 976K init, 412K bss, 213020K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=4.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 4352, nr_irqs: 1024, preallocated irqs: 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180105
[    0.000000] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.001000] APIC: Switch to symmetric I/O mode setup
[    0.002000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.007000] tsc: Detected 1600.000 MHz processor
[    0.007000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[    0.007000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.00 BogoMIPS (lpj=1600000)
[    0.007000] pid_max: default: 32768 minimum: 301
[    0.010430] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.012141] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.012229] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.012286] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.012637] CPU: Physical Processor ID: 0
[    0.012640] CPU: Processor Core ID: 0
[    0.012647] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.012648] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.012662] mce: CPU supports 6 MCE banks
[    0.012674] process: using mwait in idle threads
[    0.012681] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.012683] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[    0.012686] Spectre V2 : Mitigation: Full generic retpoline
[    0.012976] Freeing SMP alternatives memory: 20K
[    0.014150] TSC deadline timer enabled
[    0.014154] smpboot: CPU0: Intel(R) Celeron(R) CPU  N3050  @ 1.60GHz (family: 0x6, model: 0x4c, stepping: 0x3)
[    0.018018] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.018043] ... version:                3
[    0.018045] ... bit width:              40
[    0.018046] ... generic registers:      2
[    0.018048] ... value mask:             000000ffffffffff
[    0.018049] ... max period:             0000007fffffffff
[    0.018050] ... fixed-purpose events:   3
[    0.018052] ... event mask:             0000000700000003
[    0.020010] Hierarchical SRCU implementation.
[    0.024007] smp: Bringing up secondary CPUs ...
[    0.031026] x86: Booting SMP configuration:
[    0.031029] .... node  #0, CPUs:      #1
[    0.031162] smp: Brought up 1 node, 2 CPUs
[    0.031162] smpboot: Max logical packages: 2
[    0.031162] smpboot: Total of 2 processors activated (6400.00 BogoMIPS)
[    0.032327] devtmpfs: initialized
[    0.032373] PM: Registering ACPI NVS region [mem 0x74bff000-0x766fefff] (28311552 bytes)
[    0.033814] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.033814] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.033814] pinctrl core: initialized pinctrl subsystem
[    0.034202] NET: Registered protocol family 16
[    0.034601] cpuidle: using governor ladder
[    0.034601] cpuidle: using governor menu
[    0.034601] ACPI: bus type PCI registered
[    0.034601] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.034601] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.034601] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.034601] PCI: Using configuration type 1 for base access
[    0.038383] ACPI: Added _OSI(Module Device)
[    0.038383] ACPI: Added _OSI(Processor Device)
[    0.038383] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.038383] ACPI: Added _OSI(Processor Aggregator Device)
[    0.045783] ACPI Error: No handler for Region [RAM_] (00000000240f2a7e) [EmbeddedControl] (20180105/evregion-166)
[    0.045889] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20180105/exfldio-299)
[    0.045980] ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.EC0._REG, AE_NOT_EXIST (20180105/psparse-550)
[    0.046097] ACPI Error: No handler for Region [RAM_] (00000000240f2a7e) [EmbeddedControl] (20180105/evregion-166)
[    0.046192] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20180105/exfldio-299)
[    0.046283] ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.EC0._REG, AE_NOT_EXIST (20180105/psparse-550)
[    0.049679] ACPI: Dynamic OEM Table Load:
[    0.049694] ACPI: SSDT 0xFFFF880276751000 0004EA (v01 PmRef  Cpu0Ist  00003000 INTL 20130117)
[    0.050164] ACPI: Dynamic OEM Table Load:
[    0.050175] ACPI: SSDT 0xFFFF880276758800 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20130117)
[    0.051012] ACPI: Dynamic OEM Table Load:
[    0.051022] ACPI: SSDT 0xFFFF88027677A000 00015F (v01 PmRef  ApIst    00003000 INTL 20130117)
[    0.051431] ACPI: Dynamic OEM Table Load:
[    0.051441] ACPI: SSDT 0xFFFF8802767209C0 00008D (v01 PmRef  ApCst    00003000 INTL 20130117)
[    0.052654] ACPI: EC: EC started
[    0.052656] ACPI: EC: interrupt blocked
[    0.056129] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.056134] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.056137] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.056139] ACPI: Interpreter enabled
[    0.056183] ACPI: (supports S0 S3 S4 S5)
[    0.056185] ACPI: Using IOAPIC for interrupt routing
[    0.056247] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.057208] ACPI: Enabled 8 GPEs in block 00 to 3F
[    0.060599] ACPI: Power Resource [USBC] (on)
[    0.064300]  (null): Device [PWM1] is in always present list
[    0.068281] ACPI: Power Resource [CLK0] (on)
[    0.068776] ACPI: Power Resource [CLK0] (on)
[    0.068858] ACPI: Power Resource [CLK1] (on)
[    0.075705] ACPI: Power Resource [ID3C] (off)
[    0.079360]  (null): Device [GPED] is in always present list
[    0.082282] ACPI: Power Resource [FN00] (off)
[    0.083255] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.083265] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.083345] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.083369] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.083997] PCI host bridge to bus 0000:00
[    0.084000] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.084008] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.084011] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.084014] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.084018] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.084022] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.084026] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.084032] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.084036] pci_bus 0000:00: root bus resource [mem 0xfe800000-0xfe80ffff window]
[    0.084040] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.084053] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[    0.084300] pci 0000:00:02.0: [8086:22b1] type 00 class 0x030000
[    0.084326] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[    0.084338] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.084348] pci 0000:00:02.0: reg 0x20: [io  0x2000-0x203f]
[    0.084559] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
[    0.084583] pci 0000:00:0b.0: reg 0x10: [mem 0x91418000-0x91418fff 64bit]
[    0.084806] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[    0.084839] pci 0000:00:14.0: reg 0x10: [mem 0x91400000-0x9140ffff 64bit]
[    0.084938] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.085139] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[    0.085166] pci 0000:00:1a.0: reg 0x10: [mem 0x91300000-0x913fffff]
[    0.085179] pci 0000:00:1a.0: reg 0x14: [mem 0x91200000-0x912fffff]
[    0.085266] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.085499] pci 0000:00:1b.0: [8086:2284] type 00 class 0x040300
[    0.085535] pci 0000:00:1b.0: reg 0x10: [mem 0x91410000-0x91413fff 64bit]
[    0.085636] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.085799] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[    0.085914] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.086092] pci 0000:00:1c.1: [8086:22ca] type 01 class 0x060400
[    0.086207] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.086392] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[    0.086677] pci 0000:00:1f.3: [8086:2292] type 00 class 0x0c0500
[    0.086748] pci 0000:00:1f.3: reg 0x10: [mem 0x91419000-0x9141901f]
[    0.086863] pci 0000:00:1f.3: reg 0x20: [io  0x2040-0x205f]
[    0.087272] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.087315] pci 0000:01:00.0: reg 0x10: [io  0x1000-0x10ff]
[    0.087355] pci 0000:01:00.0: reg 0x18: [mem 0x91104000-0x91104fff 64bit]
[    0.087381] pci 0000:01:00.0: reg 0x20: [mem 0x91100000-0x91103fff 64bit]
[    0.087526] pci 0000:01:00.0: supports D1 D2
[    0.087529] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.090048] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.090057] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.090063] pci 0000:00:1c.0:   bridge window [mem 0x91100000-0x911fffff]
[    0.090271] pci 0000:02:00.0: [8086:3165] type 00 class 0x028000
[    0.090467] pci 0000:02:00.0: reg 0x10: [mem 0x91000000-0x91001fff 64bit]
[    0.091231] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.094091] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.094100] pci 0000:00:1c.1:   bridge window [mem 0x91000000-0x910fffff]
[    1.122672] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *7
[    1.122804] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *7
[    1.122932] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.123063] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.123191] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.123319] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.123446] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.123572] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.126650] ACPI: EC: interrupt unblocked
[    1.126680] ACPI: EC: event unblocked
[    1.126713] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.126717] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    1.126860] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.126860] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.126860] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.126860] vgaarb: loaded
[    1.127185] SCSI subsystem initialized
[    1.128030] libata version 3.00 loaded.
[    1.128039] ACPI: bus type USB registered
[    1.128079] usbcore: registered new interface driver usbfs
[    1.128099] usbcore: registered new interface driver hub
[    1.128128] usbcore: registered new device driver usb
[    1.128155] Linux video capture interface: v2.00
[    1.128181] pps_core: LinuxPPS API ver. 1 registered
[    1.128183] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.128189] PTP clock support registered
[    1.128273] Advanced Linux Sound Architecture Driver Initialized.
[    1.128276] PCI: Using ACPI for IRQ routing
[    1.131991] PCI: pci_cache_line_size set to 64 bytes
[    1.132107] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    1.132111] e820: reserve RAM buffer [mem 0x741ff000-0x77ffffff]
[    1.132114] e820: reserve RAM buffer [mem 0x77342000-0x77ffffff]
[    1.132410] clocksource: Switched to clocksource tsc-early
[    1.132501] pnp: PnP ACPI init
[    1.132639] system 00:00: [io  0x0400-0x047f] has been reserved
[    1.132644] system 00:00: [io  0x0500-0x05fe] has been reserved
[    1.132648] system 00:00: [mem 0xfe800000-0xfe80ffff] has been reserved
[    1.132660] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.132662] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.132813] pnp 00:02: Plug and Play ACPI device, IDs ETD0504 PNP0f13 ETD0000 (active)
[    1.135089] system 00:03: [mem 0x91422000-0x91422fff] has been reserved
[    1.135094] system 00:03: [mem 0x91420000-0x91420fff] has been reserved
[    1.135098] system 00:03: [mem 0x9141e000-0x9141efff] has been reserved
[    1.135102] system 00:03: [mem 0x9141c000-0x9141cfff] has been reserved
[    1.135105] system 00:03: [mem 0x9141a000-0x9141afff] has been reserved
[    1.135115] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.135279] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    1.135284] system 00:04: [mem 0xfea00000-0xfeafffff] has been reserved
[    1.135287] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    1.135291] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    1.135295] system 00:04: [mem 0xfed06000-0xfed06fff] has been reserved
[    1.135298] system 00:04: [mem 0xfed08000-0xfed09fff] has been reserved
[    1.135302] system 00:04: [mem 0xfed80000-0xfedbffff] could not be reserved
[    1.135306] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    1.135310] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.135319] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.135625] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.136021] pnp: PnP ACPI: found 6 devices
[    1.145260] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.145307] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.145313] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.145324] pci 0000:00:1c.0:   bridge window [mem 0x91100000-0x911fffff]
[    1.145340] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    1.145351] pci 0000:00:1c.1:   bridge window [mem 0x91000000-0x910fffff]
[    1.145367] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    1.145371] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    1.145374] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    1.145377] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    1.145380] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    1.145383] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    1.145387] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    1.145390] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[    1.145393] pci_bus 0000:00: resource 12 [mem 0xfe800000-0xfe80ffff window]
[    1.145397] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    1.145400] pci_bus 0000:01: resource 1 [mem 0x91100000-0x911fffff]
[    1.145403] pci_bus 0000:02: resource 1 [mem 0x91000000-0x910fffff]
[    1.145628] NET: Registered protocol family 2
[    1.145991] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    1.146098] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    1.146387] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.146741] TCP: Hash tables configured (established 65536 bind 65536)
[    1.146866] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.146945] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.147144] NET: Registered protocol family 1
[    1.147183] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.151232] PCI: CLS 64 bytes, default 64
[    1.151334] Unpacking initramfs...
[    1.307889] random: crng init done
[    1.323410] Freeing initrd memory: 808K
[    1.323418] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.323423] software IO TLB [mem 0x701ff000-0x741ff000] (64MB) mapped at [000000009a262fee-0000000049ca7c95]
[    1.323546] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[    1.323582] clocksource: Switched to clocksource tsc
[    1.324263] Initialise system trusted keyrings
[    1.324381] workingset: timestamp_bits=56 max_order=21 bucket_order=0
[    1.327860] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.327952] ntfs: driver 2.1.32 [Flags: R/W].
[    1.328120] fuse init (API version 7.26)
[    1.328306] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    1.331352] aufs 4.x-rcN-20180312
[    1.332908] Key type asymmetric registered
[    1.332910] Asymmetric key parser 'x509' registered
[    1.332961] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.332965] io scheduler noop registered
[    1.332967] io scheduler deadline registered (default)
[    1.333804] intel_idle: MWAIT substates: 0x33000020
[    1.333806] intel_idle: v0.4.1 model 0x4C
[    1.334072] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.334342] ACPI: AC Adapter [ADP1] (off-line)
[    1.334500] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.334531] ACPI: Lid Switch [LID0]
[    1.334621] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    1.334672] ACPI: Sleep Button [SLPB]
[    1.334763] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.334840] ACPI: Power Button [PWRF]
[    1.340692] thermal LNXTHERM:00: registered as thermal_zone0
[    1.340695] ACPI: Thermal Zone [TZ01] (42 C)
[    1.340947] Linux agpgart interface v0.103
[    1.343048] loop: module loaded
[    1.344050] ACPI: Battery Slot [BAT0] (battery present)
[    1.346454] Fusion MPT base driver 3.04.20
[    1.346456] Copyright (c) 1999-2008 LSI Corporation
[    1.346464] Fusion MPT SPI Host driver 3.04.20
[    1.346486] Fusion MPT SAS Host driver 3.04.20
[    1.346524] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.346526] ehci-pci: EHCI PCI platform driver
[    1.346543] ehci-platform: EHCI generic platform driver
[    1.346577] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.346587] ohci-pci: OHCI PCI platform driver
[    1.346605] ohci-platform: OHCI generic platform driver
[    1.346629] uhci_hcd: USB Universal Host Controller Interface driver
[    1.346957] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.346968] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.348124] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01509810
[    1.348137] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.348413] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.348417] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.348420] usb usb1: Product: xHCI Host Controller
[    1.348423] usb usb1: Manufacturer: Linux 4.16.3-porteus xhci-hcd
[    1.348425] usb usb1: SerialNumber: 0000:00:14.0
[    1.348645] hub 1-0:1.0: USB hub found
[    1.348674] hub 1-0:1.0: 7 ports detected
[    1.350425] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.350433] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.350523] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.350527] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.350530] usb usb2: Product: xHCI Host Controller
[    1.350533] usb usb2: Manufacturer: Linux 4.16.3-porteus xhci-hcd
[    1.350535] usb usb2: SerialNumber: 0000:00:14.0
[    1.350734] hub 2-0:1.0: USB hub found
[    1.350761] hub 2-0:1.0: 6 ports detected
[    1.351435] usb: port power management may be unreliable
[    1.352337] usbcore: registered new interface driver uas
[    1.352365] usbcore: registered new interface driver usb-storage
[    1.352378] usbcore: registered new interface driver ums-alauda
[    1.352390] usbcore: registered new interface driver ums-cypress
[    1.352405] usbcore: registered new interface driver ums-datafab
[    1.352418] usbcore: registered new interface driver ums_eneub6250
[    1.352429] usbcore: registered new interface driver ums-freecom
[    1.352441] usbcore: registered new interface driver ums-isd200
[    1.352452] usbcore: registered new interface driver ums-jumpshot
[    1.352464] usbcore: registered new interface driver ums-karma
[    1.352475] usbcore: registered new interface driver ums-onetouch
[    1.352495] usbcore: registered new interface driver ums-realtek
[    1.352507] usbcore: registered new interface driver ums-sddr09
[    1.352522] usbcore: registered new interface driver ums-sddr55
[    1.352534] usbcore: registered new interface driver ums-usbat
[    1.352605] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.355604] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.355667] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.355844] mousedev: PS/2 mouse device common for all mice
[    1.356223] rtc_cmos 00:05: RTC can wake from S4
[    1.356536] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.356597] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
[    1.356628] intel_pstate: Intel P-state driver initializing
[    1.356774] sdhci: Secure Digital Host Controller Interface driver
[    1.356781] sdhci: Copyright(c) Pierre Ossman
[    1.369476] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    1.378975] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.491234] mmc0: new HS200 MMC card at address 0001
[    1.491929] mmcblk0: mmc0:0001 HBG4e 29.1 GiB 
[    1.492391] mmcblk0boot0: mmc0:0001 HBG4e partition 1 4.00 MiB
[    1.492834] mmcblk0boot1: mmc0:0001 HBG4e partition 2 4.00 MiB
[    1.493154] mmcblk0rpmb: mmc0:0001 HBG4e partition 3 4.00 MiB, chardev (247:0)
[    1.495720]  mmcblk0: p1 p2
[    1.674049] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    1.810618] usb 1-3: New USB device found, idVendor=04f2, idProduct=b520
[    1.810628] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.810632] usb 1-3: Product: HD WebCam
[    1.810643] usb 1-3: Manufacturer: SunplusIT Inc
[    1.896933] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4a5f00)
[    1.907406] psmouse serio1: elantech: Synaptics capabilities query result 0x00, 0x15, 0x0c.
[    1.916218] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    1.917723] psmouse serio1: elantech: Elan sample query result 01, 67, 75
[    1.929564] usb 2-1: New USB device found, idVendor=0781, idProduct=5583
[    1.929583] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.929596] usb 2-1: Product: Ultra Fit
[    1.929607] usb 2-1: Manufacturer: SanDisk
[    1.929616] usb 2-1: SerialNumber: 4C530001280113113015
[    1.931585] usb-storage 2-1:1.0: USB Mass Storage device detected
[    1.932132] scsi host0: usb-storage 2-1:1.0
[    1.974481] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input5
[    2.042040] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    2.170297] usb 1-4: New USB device found, idVendor=2386, idProduct=0401
[    2.170301] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.170313] usb 1-4: Product: Raydium Touch System
[    2.170316] usb 1-4: Manufacturer: Raydium Corporation
[    2.286038] usb 1-5: new full-speed USB device number 4 using xhci_hcd
[    2.402260] mmc1: SDHCI controller on ACPI [80860F14:01] using ADMA
[    2.402447] wbsd: Winbond W83L51xD SD/MMC card interface driver
[    2.402455] wbsd: Copyright(c) Pierre Ossman
[    2.402673] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
[    2.406079] usbcore: registered new interface driver vub300
[    2.406090] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.408233] hidraw: raw HID events driver (C) Jiri Kosina
[    2.413308] input: Raydium Corporation Raydium Touch System as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:2386:0401.0001/input/input6
[    2.413439] usb 1-5: New USB device found, idVendor=8087, idProduct=0a2a
[    2.413450] usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.413686] hid-generic 0003:2386:0401.0001: input,hiddev96,hidraw0: USB HID v1.10 Device [Raydium Corporation Raydium Touch System] on usb-0000:00:14.0-4/input0
[    2.413749] usbcore: registered new interface driver usbhid
[    2.413752] usbhid: USB HID core driver
[    2.414230] NET: Registered protocol family 17
[    2.415385] microcode: sig=0x406c3, pf=0x1, revision=0x34f
[    2.415504] microcode: Microcode Update Driver: v2.2.
[    2.415528] sched_clock: Marking stable (2415085012, 0)->(2415200975, -115963)
[    2.415816] registered taskstats version 1
[    2.415818] Loading compiled-in X.509 certificates
[    2.416575] Key type encrypted registered
[    2.417379] rtc_cmos 00:05: setting system clock to 2019-05-05 13:18:53 UTC (1557062333)
[    2.417407] ALSA device list:
[    2.417409]   No soundcards found.
[    2.420728] Freeing unused kernel memory: 976K
[    2.420733] Write protecting the kernel read-only data: 12288k
[    2.422242] Freeing unused kernel memory: 2020K
[    2.424051] Freeing unused kernel memory: 320K
[    2.424059] rodata_test: all tests were successful
[    2.977118] scsi 0:0:0:0: Direct-Access     SanDisk  Ultra Fit        1.00 PQ: 0 ANSI: 6
[    2.977808] sd 0:0:0:0: [sda] 121307136 512-byte logical blocks: (62.1 GB/57.8 GiB)
[    2.978964] sd 0:0:0:0: [sda] Write Protect is off
[    2.978968] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    2.979299] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.984692]  sda: sda1
[    2.986581] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    3.754771] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[    3.755036] mmcblk1: mmc1:aaaa SL32G 29.7 GiB 
[    3.757113]  mmcblk1: p1 p2
[    3.769423] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.209367] REISERFS warning (device loop12): sh-2006 read_super_block: bread failed (dev loop12, block 2, size 4096)
[    4.209376] REISERFS warning (device loop12): sh-2006 read_super_block: bread failed (dev loop12, block 16, size 4096)
[    4.219417] REISERFS warning (device loop13): sh-2006 read_super_block: bread failed (dev loop13, block 16, size 4096)
[    4.295843] REISERFS warning (device loop19): sh-2006 read_super_block: bread failed (dev loop19, block 16, size 4096)
[    4.411872] REISERFS warning (device loop28): sh-2006 read_super_block: bread failed (dev loop28, block 16, size 4096)
[    5.207203] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   21.904067] udevd[685]: starting eudev-3.2.5
[   22.524697] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[   22.562497] i2c_hid i2c-INT33D1:00: HID over i2c has not been provided an Int IRQ
[   22.562544] i2c_hid: probe of i2c-INT33D1:00 failed with error -22
[   22.710932] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   22.719858] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   22.968645] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   23.010674] cryptd: max_cpu_qlen set to 1000
[   23.054039] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   23.054077] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[   23.054791] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   23.070643] r8169 0000:01:00.0 eth0: RTL8168h/8111h at 0x0000000046f34454, 30:65:ec:7c:2b:aa, XID 14100800 IRQ 119
[   23.070654] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   23.072894] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   23.072899] cfg80211: failed to load regulatory.db
[   23.140681] SSE version of gcm_enc/dec engaged.
[   23.183377] Intel(R) Wireless WiFi driver for Linux
[   23.183380] Copyright(c) 2003- 2015 Intel Corporation
[   23.222537] [drm] Replacing VGA console driver
[   23.229937] Console: switching to colour dummy device 80x25
[   23.230455] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   23.230457] [drm] Driver supports precise vblank timestamp query.
[   23.233581] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   23.262281] [drm] Initialized i915 1.6.0 20171222 for 0000:00:02.0 on minor 0
[   23.263523] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   23.263940] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[   23.264472] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops 0xffffffffa025a9a0)
[   23.402485] fbcon: inteldrmfb (fb0) is primary device
[   23.435440] iwlwifi 0000:02:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
[   23.785573] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[   23.805069] iwlwifi 0000:02:00.0: base HW address: 34:02:86:71:a1:ba
[   23.920364] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   23.921052] thermal thermal_zone7: failed to read out thermal zone (-61)
[   24.123083] intel_rapl: Found RAPL domain package
[   24.123085] intel_rapl: Found RAPL domain core
[   24.672298] acer_wmi: Acer Laptop ACPI-WMI Extras
[   24.672335] acer_wmi: Function bitmap for Communication Button: 0x801
[   24.706829] Console: switching to colour frame buffer device 170x48
[   24.708582] input: Acer WMI hotkeys as /devices/virtual/input/input8
[   24.728987] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   24.741112] iwlwifi 0000:02:00.0 wlan125: renamed from wlan0
[   24.746407] iwlwifi 0000:02:00.0 wlan1: renamed from wlan125
[   24.922083] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   24.922095] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   24.922098] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   24.922106] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   24.922108] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   24.922111] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
[   25.006124] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   25.006250] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   25.230244] Bluetooth: Core ver 2.22
[   25.230642] NET: Registered protocol family 31
[   25.230644] Bluetooth: HCI device and connection manager initialized
[   25.230652] Bluetooth: HCI socket layer initialized
[   25.230655] Bluetooth: L2CAP socket layer initialized
[   25.230665] Bluetooth: SCO socket layer initialized
[   25.735783] usbcore: registered new interface driver btusb
[   25.750817] Bluetooth: hci0: read Intel version: 370810011003110e00
[   25.845604] bluetooth hci0: Direct firmware load for intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq failed with error -2
[   25.845612] Bluetooth: hci0 failed to open Intel firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq(-2)
[   25.845710] bluetooth hci0: Direct firmware load for intel/ibt-hw-37.8.bseq failed with error -2
[   25.845713] Bluetooth: hci0 failed to open default Intel fw file: intel/ibt-hw-37.8.bseq
[   25.850244] input: Raydium Corporation Raydium Touch System as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:2386:0401.0001/input/input14
[   25.852886] hid-multitouch 0003:2386:0401.0001: input,hiddev96,hidraw0: USB HID v1.10 Device [Raydium Corporation Raydium Touch System] on usb-0000:00:14.0-4/input0
[   25.977476] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b520)
[   25.985178] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input21
[   25.985695] usbcore: registered new interface driver uvcvideo
[   25.985697] USB Video Class driver (1.1.1)
[   26.766147] NET: Registered protocol family 10
[   26.771296] Segment Routing with IPv6
[   29.949313] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   30.005158] r8169 0000:01:00.0 eth0: link down
[   30.005337] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   30.022556] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[   30.178282] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[   30.290813] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[   30.868441] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[   34.638635] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[   35.741942] wlan1: authenticate with a4:b1:e9:96:a5:f5
[   35.748658] wlan1: send auth to a4:b1:e9:96:a5:f5 (try 1/3)
[   35.750943] wlan1: authenticated
[   35.752043] wlan1: associate with a4:b1:e9:96:a5:f5 (try 1/3)
[   35.755882] wlan1: RX AssocResp from a4:b1:e9:96:a5:f5 (capab=0x411 status=0 aid=1)
[   35.757707] wlan1: associated
[   35.905253] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 1168.658470] acpi device:17: Cannot transition to power state D3hot for parent in (unknown)
[ 1169.696628] pci_bus 0000:01: Allocating resources
[ 1169.696685] pcieport 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 1169.696713] pci_bus 0000:02: Allocating resources
[ 1169.696788] pcieport 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[ 1169.696794] pcieport 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 1169.696866] pcieport 0000:00:1c.0: BAR 15: assigned [mem 0x91500000-0x916fffff 64bit pref]
[ 1169.696903] pcieport 0000:00:1c.1: BAR 15: assigned [mem 0x91700000-0x918fffff 64bit pref]
[ 1169.696919] pcieport 0000:00:1c.1: BAR 13: assigned [io  0x3000-0x3fff]
[ 1170.975939] wlan1: deauthenticating from a4:b1:e9:96:a5:f5 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1171.004526] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 1171.368981] PM: suspend entry (deep)
[ 1171.368992] PM: Syncing filesystems ... done.
[ 1171.375865] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 1171.377853] OOM killer disabled.
[ 1171.377855] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1171.379586] Suspending console(s) (use no_console_suspend to debug)
[ 1171.438373] ACPI: EC: interrupt blocked
[ 1171.463228] ACPI: Preparing to enter system sleep state S3
[ 1171.476410] ACPI: EC: event blocked
[ 1171.476411] ACPI: EC: EC stopped
[ 1171.476412] PM: Saving platform NVS memory
[ 1171.476510] Disabling non-boot CPUs ...
[ 1171.484688] smpboot: CPU 1 is now offline
[ 1171.486484] ACPI: Low-level resume complete
[ 1171.486571] ACPI: EC: EC started
[ 1171.486573] PM: Restoring platform NVS memory
[ 1171.487389] Enabling non-boot CPUs ...
[ 1171.487578] x86: Booting SMP configuration:
[ 1171.487588] smpboot: Booting Node 0 Processor 1 APIC 0x4
[ 1171.487998]  cache: parent cpu1 should not be sleeping
[ 1171.488685] CPU1 is up
[ 1171.489397] ACPI: Waking up from system sleep state S3
[ 1171.717778] ACPI: EC: interrupt unblocked
[ 1172.784821] ACPI: EC: event unblocked
[ 1172.785718] ACPI: button: The lid device is not compliant to SW_LID.
[ 1173.019853] usb 1-5: reset full-speed USB device number 4 using xhci_hcd
[ 1173.146192] usb 1-5: device firmware changed
[ 1173.260834] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[ 1173.504338] usb 1-3: reset high-speed USB device number 2 using xhci_hcd
[ 1173.639960] acpi LNXPOWER:03: Turning OFF
[ 1173.640179] acpi LNXPOWER:02: Turning OFF
[ 1173.640437] acpi LNXPOWER:00: Turning OFF
[ 1173.640553] OOM killer enabled.
[ 1173.640560] Restarting tasks ... done.
[ 1173.664773] thermal thermal_zone7: failed to read out thermal zone (-61)
[ 1173.665667] PM: suspend exit
[ 1173.685535] usb 1-5: USB disconnect, device number 4
[ 1173.791132] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1173.800543] usb 1-5: new full-speed USB device number 5 using xhci_hcd
[ 1173.803565] r8169 0000:01:00.0 eth0: link down
[ 1173.803732] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1173.806194] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 1173.903976] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 1173.928528] usb 1-5: New USB device found, idVendor=8087, idProduct=0a2a
[ 1173.928535] usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1173.945065] Bluetooth: hci0: read Intel version: 370810011003110e00
[ 1173.945248] bluetooth hci0: Direct firmware load for intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq failed with error -2
[ 1173.945258] Bluetooth: hci0 failed to open Intel firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq(-2)
[ 1173.945389] bluetooth hci0: Direct firmware load for intel/ibt-hw-37.8.bseq failed with error -2
[ 1173.945395] Bluetooth: hci0 failed to open default Intel fw file: intel/ibt-hw-37.8.bseq
[ 1174.017730] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 1174.098153] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 1177.863352] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 1178.939149] wlan1: authenticate with a4:b1:e9:96:a5:f5
[ 1178.942691] wlan1: send auth to a4:b1:e9:96:a5:f5 (try 1/3)
[ 1178.948352] wlan1: authenticated
[ 1178.950697] wlan1: associate with a4:b1:e9:96:a5:f5 (try 1/3)
[ 1178.954365] wlan1: RX AssocResp from a4:b1:e9:96:a5:f5 (capab=0x411 status=0 aid=2)
[ 1178.955924] wlan1: associated
[ 1178.984942] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready

nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

[SOLVED] hackin' on an Atom z8350 mini pc

Post#11 by nanZor » 06 May 2019, 22:23

100% NIRVANA ACHIEVED !

Hi kultex - thanks for that interesting link and your module display. Something interesting happened when I re-read the Porteus faq on the way to the forum.. :)

Edit: Nope - 100% nirvana not achieved. :wall: Sticking with the previous solution for this particular hardware.
That's a UNIX book - cool. -Garth

nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

[SOLVED] hackin' on an Atom z8350 mini pc

Post#12 by nanZor » 07 May 2019, 01:38

Kultex - The Atom and Celeron are both low-demand cpu's, but the Atom tried to take power saving to a massively low level for smartphones, or any tiny thing that had heat and power levels taken to the max.

The Celeron's take a bit more power, and thus have slightly higher performance, but would make a poor choice in a smartphone.

At least this was the thinking back in 2008. :)

In regards to c-states, the Atom has long been known to need this c-state workaround. I mean YEARS and basically a "won't fix" for Intel when it comes to Linux, when us hack types just apply the c-state and move on.

BUT, it is something that all Intel processor users may want to look into even if they aren't suffering any crashes - that is, deciding upon a use/power situation, where a cstate of 0 may be appropriate if they want super low latency in a server etc, and not necessarily a battery run consumer device.

Oddly enough, I found this cheatcode optimization a FUN project. Well, most of the time. :)
That's a UNIX book - cool. -Garth

nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

[SOLVED] hackin' on an Atom z8350 mini pc

Post#13 by nanZor » 07 May 2019, 01:55

As an aside, one thing I did make note of is this cheatcode that will be applied to ANY machine I run Porteus on is:

pnpbios=off

Mostly as a clean slate to start from. If a machine acts badly with this cheatcode applied, then I'm not going to waste my time. I seemed to benefit from it on this machine, along with other codes, but that's going to be applied regardless from now on to others.
That's a UNIX book - cool. -Garth

kultex
Black ninja
Black ninja
Posts: 71
Joined: 30 Dec 2015, 12:11
Distribution: Porteus 4.0 XFCE
Location: Austria

[SOLVED] hackin' on an Atom z8350 mini pc

Post#14 by kultex » 07 May 2019, 18:39

yes I know - there was first "intel_idle.max_cstate=1" - then there was the script from Wolgang M. Reimer, which blocked the critical C-States without loosing energy saving and normally since kernel 4.7 this problem has gone......

Sorry - whats the problem you give me the output of a fresh boot of the iso without cheatcodes - I am really interested, how porteus boots on this device - if I will find time, I plan to make a special stripped down kernel only for Atom devices, because Iat the moment, Porteus is the best OS for this low hardware ....

but before I have to learn kernel builder and some more things......

nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

[SOLVED] hackin' on an Atom z8350 mini pc

Post#15 by nanZor » 07 May 2019, 22:12

Ok, here's some info:

Motherboard

Code: Select all

MOTHERBOARD:

: BESSTAR(HK)LIMITED
Product Name: Z83-W
Serial Number: To be filled by O.E.M.

And the bios:
BIOS INFO:

Code: Select all

BIOS Information
	Vendor: American Megatrends Inc.
	Version: YB1007
	Release Date: 03/07/2018
	Address: 0xF0000
	Runtime Size: 64 kB
	ROM Size: 4096 kB
	Characteristics:
		PCI is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		Boot from CD is supported
		Selectable boot is supported
		BIOS ROM is socketed
		EDD is supported
		5.25"/1.2 MB floppy services are supported (int 13h)
		3.5"/720 kB floppy services are supported (int 13h)
		3.5"/2.88 MB floppy services are supported (int 13h)
		Print screen service is supported (int 5h)
		Serial services are supported (int 14h)
		Printer services are supported (int 17h)
		ACPI is supported
		USB legacy is supported
		BIOS boot specification is supported
		Targeted content distribution is supported
		UEFI is supported
	BIOS Revision: 5.11
And my lsmod:

Code: Select all

lsmod output:

Module                  Size  Used by
ipv6                  311296  0
input_leds             12288  0
led_class              12288  1 input_leds
intel_rapl             16384  0
coretemp               12288  0
kvm_intel             131072  0
kvm                   286720  1 kvm_intel
btsdio                 12288  0
bluetooth             286720  2 btsdio
irqbypass              12288  1 kvm
crct10dif_pclmul       12288  0
crc32_pclmul           12288  0
crc32c_intel           16384  0
ghash_clmulni_intel    12288  0
pcbc                   12288  0
ecdh_generic           16384  1 bluetooth
axp288_charger         12288  0
extcon_axp288          12288  0
i915                 1110016  6
brcmfmac              196608  0
aesni_intel           159744  0
aes_x86_64             16384  1 aesni_intel
brcmutil               12288  1 brcmfmac
crypto_simd            12288  1 aesni_intel
glue_helper            12288  1 aesni_intel
cryptd                 16384  3 crypto_simd,ghash_clmulni_intel,aesni_intel
cfg80211              229376  1 brcmfmac
intel_cstate           12288  0
r8169                  61440  0
8250                   16384  0
rfkill                 20480  4 bluetooth,cfg80211
axp20x_i2c             12288  0
processor_thermal_device    12288  0
mii                    12288  1 r8169
axp20x                 20480  1 axp20x_i2c
mfd_core               12288  1 axp20x
mei_txe                16384  0
intel_hid              12288  0
shpchp                 28672  0
intel_soc_dts_iosf     12288  1 processor_thermal_device
sparse_keymap          12288  1 intel_hid
8250_base              28672  1 8250
mei                    45056  1 mei_txe
intel_gtt              16384  1 i915
serial_core            28672  2 8250,8250_base
pwm_lpss_platform      12288  0
i2c_designware_platform    12288  0
i2c_designware_core    12288  1 i2c_designware_platform
pwm_lpss               12288  1 pwm_lpss_platform
int3403_thermal        12288  0
int3400_thermal        12288  0
acpi_pad               12288  0
acpi_thermal_rel       12288  1 int3400_thermal
int340x_thermal_zone    12288  2 int3403_thermal,processor_thermal_device
A little lspci ..

Code: Select all

lspci output:

00:00.0 Host bridge [0600]: Intel Corporation Device [8086:2280] (rev 36)
	Subsystem: Intel Corporation Device [8086:7270]
	Kernel driver in use: iosf_mbi_pci
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:22b0] (rev 36)
	Subsystem: Intel Corporation Device [8086:7270]
	Kernel driver in use: i915
	Kernel modules: i915
00:0b.0 Signal processing controller [1180]: Intel Corporation Device [8086:22dc] (rev 36)
	Subsystem: Intel Corporation Device [8086:7270]
	Kernel driver in use: proc_thermal
	Kernel modules: processor_thermal_device
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:22b5] (rev 36)
	Subsystem: Intel Corporation Device [8086:7270]
	Kernel driver in use: xhci_hcd
00:1a.0 Encryption controller [1080]: Intel Corporation Device [8086:2298] (rev 36)
	Subsystem: Intel Corporation Device [8086:7270]
	Kernel driver in use: mei_txe
	Kernel modules: mei_txe
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:22c8] (rev 36)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:229c] (rev 36)
	Subsystem: Intel Corporation Device [8086:7270]
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
	Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:0123]
	Kernel driver in use: r8169
	Kernel modules: r8169
And dmesg:

Code: Select all

DMESG INFO:

[    0.000000] Linux version 4.16.3-porteus (root@) (gcc version 7.3.0 (GCC)) #1 SMP PREEMPT Sat Apr 21 12:42:52 Local time zone must be set--
[    0.000000] Command line: BOOT_IMAGE=/boot/syslinux/vmlinuz changes=/mnt/sda1/porteussave.dat quiet noacpi delay=7 pnpbios=off intel_idle.max_cstate=1 i915.fastboot=0 nosound ipv6.disable=1 initrd=/boot/syslinux/initrd.xz
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000007b632fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b633000-0x000000007b662fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b663000-0x000000007b686fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b687000-0x000000007b76cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007b76d000-0x000000007ba71fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ba72000-0x000000007ba76fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ba77000-0x000000007ba77fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ba78000-0x000000007ba7afff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ba7b000-0x000000007ba7bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ba7c000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ESRT=0x7b661000  ACPI=0x7b6cb000  ACPI 2.0=0x7b6cb000  SMBIOS=0x7ba20198  TPMEventLog=0x737e2918 
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: BESSTAR(HK)LIMITED Z83-W/Cherry Trail CR, BIOS YB1007 03/07/2018
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7c000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07E000000 mask FFE000000 uncachable
[    0.000000]   2 base 07D000000 mask FFF000000 uncachable
[    0.000000]   3 base 07C800000 mask FFF800000 uncachable
[    0.000000]   4 base 07C400000 mask FFFC00000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] esrt: ESRT header is not in the memory map.
[    0.000000] Base memory trampoline at [        (ptrval)] 98000 size 24576
[    0.000000] BRK [0x01ff8000, 0x01ff8fff] PGTABLE
[    0.000000] BRK [0x01ff9000, 0x01ff9fff] PGTABLE
[    0.000000] BRK [0x01ffa000, 0x01ffafff] PGTABLE
[    0.000000] BRK [0x01ffb000, 0x01ffbfff] PGTABLE
[    0.000000] BRK [0x01ffc000, 0x01ffcfff] PGTABLE
[    0.000000] BRK [0x01ffd000, 0x01ffdfff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x7b29c000-0x7b365fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007B6CB000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007B6CB0A8 0000CC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007B6E6B90 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000007B6CB208 01B982 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000007B76CF80 000040
[    0.000000] ACPI: APIC 0x000000007B6E6CA0 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007B6E6D28 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000007B6E6D70 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007B6E6E10 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x000000007B6E6E50 0041AE (v01 DptfTb DptfTab  00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007B6EB000 00050C (v01 CpuDpf CpuDptf  00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007B6EB510 000058 (v01 LowPM  LowPwrM  00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x000000007B6EB568 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.000000] ACPI: HPET 0x000000007B6EB5B0 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x000000007B6EB5E8 000763 (v01 PmRef  CpuPm    00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007B6EBD50 000292 (v01 PmRef  Cpu0Tst  00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007B6EBFE8 00017A (v01 PmRef  ApTst    00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007B6EC168 00043A (v01 Intel_ Tpm2Tabl 00001000 INTL 20120913)
[    0.000000] ACPI: TPM2 0x000000007B6EC5A8 000034 (v03                 00000000      00000000)
[    0.000000] ACPI: LPIT 0x000000007B6EC5E0 000104 (v01 ALASKA A M I    00000005 MSFT 0100000D)
[    0.000000] ACPI: BCFG 0x000000007B6EC6E8 000139 (v01 INTEL  BATTCONF 00000001 INTL 00000000)
[    0.000000] ACPI: PRAM 0x000000007B6EC828 000030 (v01                 00000001      00000000)
[    0.000000] ACPI: BGRT 0x000000007B6EC858 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: CSRT 0x000000007B6EC890 00014C (v00 INTEL  LANFORDC 00000005 MSFT 0100000D)
[    0.000000] ACPI: WDAT 0x000000007B6EC9E0 000104 (v01                 00000000      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007bffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x7b683000-0x7b686fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007bffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.000000]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x000000007b632fff]
[    0.000000]   node   0: [mem 0x000000007b663000-0x000000007b686fff]
[    0.000000]   node   0: [mem 0x000000007ba72000-0x000000007ba76fff]
[    0.000000]   node   0: [mem 0x000000007ba78000-0x000000007ba7afff]
[    0.000000]   node   0: [mem 0x000000007ba7c000-0x000000007bffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007bffffff]
[    0.000000] On node 0 totalpages: 506239
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7872 pages used for memmap
[    0.000000]   DMA32 zone: 502243 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 98 pages
[    0.000000] Reserving Intel graphics memory at [mem 0x7cc00000-0x7ebfffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b633000-0x7b662fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b687000-0x7b76cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b76d000-0x7ba71fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ba77000-0x7ba77fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ba7b000-0x7ba7bfff]
[    0.000000] e820: [mem 0x7ec00000-0xdfffffff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 42 pages/cpu @        (ptrval) s132888 r8192 d30952 u524288
[    0.000000] pcpu-alloc: s132888 r8192 d30952 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 498282
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: quiet BOOT_IMAGE=/boot/syslinux/vmlinuz changes=/mnt/sda1/porteussave.dat quiet noacpi delay=7 pnpbios=off intel_idle.max_cstate=1 i915.fastboot=0 nosound ipv6.disable=1 initrd=/boot/syslinux/initrd.xz
[    0.000000] Memory: 1884992K/2024956K available (8204K kernel code, 662K rwdata, 1728K rodata, 976K init, 412K bss, 139964K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=4.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 4352, nr_irqs: 1024, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180105
[    0.000000] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.005000] tsc: Detected 1440.000 MHz processor
[    0.005000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns
[    0.005000] Calibrating delay loop (skipped), value calculated using timer frequency.. 2880.00 BogoMIPS (lpj=1440000)
[    0.005000] pid_max: default: 32768 minimum: 301
[    0.007569] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.008324] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.008390] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.008416] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.008931] CPU: Physical Processor ID: 0
[    0.008934] CPU: Processor Core ID: 0
[    0.008947] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.008949] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.008965] mce: CPU supports 6 MCE banks
[    0.008978] CPU0: Thermal monitoring enabled (TM1)
[    0.009021] process: using mwait in idle threads
[    0.009029] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.009032] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[    0.009038] Spectre V2 : Mitigation: Full generic retpoline
[    0.009422] Freeing SMP alternatives memory: 20K
[    0.020684] TSC deadline timer enabled
[    0.020694] smpboot: CPU0: Intel(R) Atom(TM) x5-Z8350  CPU @ 1.44GHz (family: 0x6, model: 0x4c, stepping: 0x4)
[    0.024027] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.024061] ... version:                3
[    0.024063] ... bit width:              40
[    0.024064] ... generic registers:      2
[    0.024066] ... value mask:             000000ffffffffff
[    0.024068] ... max period:             0000007fffffffff
[    0.024070] ... fixed-purpose events:   3
[    0.024072] ... event mask:             0000000700000003
[    0.026011] Hierarchical SRCU implementation.
[    0.030012] smp: Bringing up secondary CPUs ...
[    0.037031] x86: Booting SMP configuration:
[    0.037036] .... node  #0, CPUs:      #1 #2 #3
[    0.051186] smp: Brought up 1 node, 4 CPUs
[    0.051186] smpboot: Max logical packages: 1
[    0.051186] smpboot: Total of 4 processors activated (11520.00 BogoMIPS)
[    0.052273] devtmpfs: initialized
[    0.053259] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.053263] PM: Registering ACPI NVS region [mem 0x7b687000-0x7b76cfff] (942080 bytes)
[    0.053447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.053447] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.053447] pinctrl core: initialized pinctrl subsystem
[    0.054275] NET: Registered protocol family 16
[    0.054909] cpuidle: using governor ladder
[    0.055055] cpuidle: using governor menu
[    0.055282] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.055286] ACPI: bus type PCI registered
[    0.055290] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.055474] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.055483] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.055490] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
[    0.055512] PCI: Using configuration type 1 for base access
[    0.061118] ACPI: Added _OSI(Module Device)
[    0.061121] ACPI: Added _OSI(Processor Device)
[    0.061123] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.061125] ACPI: Added _OSI(Processor Aggregator Device)
[    0.091779] ACPI: Dynamic OEM Table Load:
[    0.091800] ACPI: SSDT 0xFFFF880079A00800 00059C (v01 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.092534] ACPI: Dynamic OEM Table Load:
[    0.092547] ACPI: SSDT 0xFFFF880079A3C400 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.093688] ACPI: Dynamic OEM Table Load:
[    0.093700] ACPI: SSDT 0xFFFF8800799AF800 00015F (v01 PmRef  ApIst    00003000 INTL 20120913)
[    0.094320] ACPI: Dynamic OEM Table Load:
[    0.094332] ACPI: SSDT 0xFFFF880079A20600 00008D (v01 PmRef  ApCst    00003000 INTL 20120913)
[    0.098679] ACPI: Interpreter enabled
[    0.098732] ACPI: (supports S0 S4 S5)
[    0.098737] ACPI: Using IOAPIC for interrupt routing
[    0.098821] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.101742] ACPI: Power Resource [P06X] (off)
[    0.103868] ACPI: Power Resource [ID3C] (on)
[    0.106584] ACPI: Power Resource [USBC] (on)
[    0.107712] ACPI: Power Resource [WWPR] (off)
[    0.108458] ACPI: Power Resource [WWPR] (off)
[    0.109571] ACPI: Power Resource [WWPR] (off)
[    0.110278] ACPI: Power Resource [WWPR] (off)
[    0.111008] ACPI: Power Resource [WWPR] (off)
[    0.111788] ACPI: Power Resource [WWPR] (off)
[    0.120183]  (null): Device [PWM1] is in always present list
[    0.128139] ACPI: Power Resource [CLK3] (on)
[    0.128251] ACPI: Power Resource [CLK4] (on)
[    0.136932] ACPI: Power Resource [CLK2] (on)
[    0.137509] ACPI: Power Resource [CLK1] (on)
[    0.139754] ACPI: Power Resource [CLK0] (on)
[    0.139861] ACPI: Power Resource [CLK1] (on)
[    0.142193] ACPI: Power Resource [P19X] (off)
[    0.155664]  (null): Device [GPED] is in always present list
[    0.157720] ACPI: Power Resource [P28X] (off)
[    0.157835] ACPI: Power Resource [P18X] (off)
[    0.157931] ACPI: Power Resource [P12X] (off)
[    0.158044] ACPI: Power Resource [P28P] (off)
[    0.158145] ACPI: Power Resource [P18P] (off)
[    0.158267] ACPI: Power Resource [P28T] (off)
[    0.158363] ACPI: Power Resource [P18D] (off)
[    0.158470] ACPI: Power Resource [P18T] (off)
[    0.158566] ACPI: Power Resource [P3P3] (off)
[    0.158670] ACPI: Power Resource [P12T] (off)
[    0.158771] ACPI: Power Resource [P28W] (off)
[    0.158873] ACPI: Power Resource [P18W] (off)
[    0.158970] ACPI: Power Resource [P12W] (off)
[    0.159076] ACPI: Power Resource [P33W] (off)
[    0.159179] ACPI: Power Resource [P33X] (off)
[    0.167124] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.167138] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.167644] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.167649] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.167689] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.169017] PCI host bridge to bus 0000:00
[    0.169027] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.169034] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.169038] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.169042] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.169046] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.169050] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.169053] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.169057] pci_bus 0000:00: root bus resource [mem 0x20000000-0x201fffff window]
[    0.169061] pci_bus 0000:00: root bus resource [mem 0x7cc00001-0x7ec00000 window]
[    0.169065] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.169071] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.169091] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[    0.169715] pci 0000:00:02.0: [8086:22b0] type 00 class 0x030000
[    0.169747] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[    0.169764] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.169775] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.169812] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.170169] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
[    0.170198] pci 0000:00:0b.0: reg 0x10: [mem 0x9153b000-0x9153bfff 64bit]
[    0.170616] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[    0.170658] pci 0000:00:14.0: reg 0x10: [mem 0x91500000-0x9150ffff 64bit]
[    0.170768] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.171127] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[    0.171158] pci 0000:00:1a.0: reg 0x10: [mem 0x91300000-0x913fffff]
[    0.171174] pci 0000:00:1a.0: reg 0x14: [mem 0x91200000-0x912fffff]
[    0.171275] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.171597] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[    0.171742] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.172075] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[    0.172641] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.172688] pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.172728] pci 0000:01:00.0: reg 0x18: [mem 0x91404000-0x91404fff 64bit]
[    0.172754] pci 0000:01:00.0: reg 0x20: [mem 0x91400000-0x91403fff 64bit pref]
[    0.172906] pci 0000:01:00.0: supports D1 D2
[    0.172910] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.176050] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.176060] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.176067] pci 0000:00:1c.0:   bridge window [mem 0x91400000-0x914fffff]
[    0.186206] platform 80860F14:03: Linked as a consumer to 808622C1:06
[    0.188032] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.188205] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.188364] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.188521] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.188682] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.188838] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.188995] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.189158] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.195643] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.195643] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.195643] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.195643] vgaarb: loaded
[    0.196025] SCSI subsystem initialized
[    0.196067] libata version 3.00 loaded.
[    0.196067] ACPI: bus type USB registered
[    0.196108] usbcore: registered new interface driver usbfs
[    0.196134] usbcore: registered new interface driver hub
[    0.196191] usbcore: registered new device driver usb
[    0.196227] Linux video capture interface: v2.00
[    0.196261] pps_core: LinuxPPS API ver. 1 registered
[    0.196263] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.196276] PTP clock support registered
[    0.196363] Registered efivars operations
[    0.200401] Advanced Linux Sound Architecture Driver Initialized.
[    0.200404] PCI: Using ACPI for IRQ routing
[    0.203126] PCI: pci_cache_line_size set to 64 bytes
[    0.203186] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.203195] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.203200] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.203203] e820: reserve RAM buffer [mem 0x7b633000-0x7bffffff]
[    0.203206] e820: reserve RAM buffer [mem 0x7b687000-0x7bffffff]
[    0.203209] e820: reserve RAM buffer [mem 0x7ba77000-0x7bffffff]
[    0.203212] e820: reserve RAM buffer [mem 0x7ba7b000-0x7bffffff]
[    0.203732] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.203744] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.205048] clocksource: Switched to clocksource tsc-early
[    0.205184] pnp: PnP ACPI init
[    0.205541] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.205551] system 00:00: [io  0x0400-0x047f] has been reserved
[    0.205555] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.205574] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.205757] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.211710] system 00:02: [mem 0x91539000-0x91539fff] has been reserved
[    0.211716] system 00:02: [mem 0x91537000-0x91537fff] has been reserved
[    0.211721] system 00:02: [mem 0x91535000-0x91535fff] has been reserved
[    0.211728] system 00:02: [mem 0x91524000-0x91524fff] has been reserved
[    0.211732] system 00:02: [mem 0x91522000-0x91522fff] has been reserved
[    0.211736] system 00:02: [mem 0x91520000-0x91520fff] has been reserved
[    0.211741] system 00:02: [mem 0x9151e000-0x9151efff] has been reserved
[    0.211745] system 00:02: [mem 0x9151c000-0x9151cfff] has been reserved
[    0.211750] system 00:02: [mem 0x9151a000-0x9151afff] has been reserved
[    0.211754] system 00:02: [mem 0x91518000-0x91518fff] has been reserved
[    0.211759] system 00:02: [mem 0x91533000-0x91533fff] has been reserved
[    0.211764] system 00:02: [mem 0x91531000-0x91531fff] has been reserved
[    0.211768] system 00:02: [mem 0x9152f000-0x9152ffff] has been reserved
[    0.211773] system 00:02: [mem 0x9152d000-0x9152dfff] has been reserved
[    0.211778] system 00:02: [mem 0x9152b000-0x9152bfff] has been reserved
[    0.211782] system 00:02: [mem 0x91529000-0x91529fff] has been reserved
[    0.211787] system 00:02: [mem 0x91527000-0x91527fff] has been reserved
[    0.211791] system 00:02: [mem 0x91525000-0x91525fff] has been reserved
[    0.211808] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.212056] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.212061] system 00:03: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.212068] system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.212073] system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.212077] system 00:03: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.212081] system 00:03: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.212088] system 00:03: [mem 0xfed80000-0xfedbffff] could not be reserved
[    0.212093] system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.212097] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.212110] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.212493] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.213862] pnp: PnP ACPI: found 5 devices
[    0.223361] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.223402] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.223410] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.223420] pci 0000:00:1c.0:   bridge window [mem 0x91400000-0x914fffff]
[    0.223437] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.223444] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.223447] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.223451] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.223455] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.223459] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.223463] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.223467] pci_bus 0000:00: resource 11 [mem 0x20000000-0x201fffff window]
[    0.223471] pci_bus 0000:00: resource 12 [mem 0x7cc00001-0x7ec00000 window]
[    0.223475] pci_bus 0000:00: resource 13 [mem 0x80000000-0xdfffffff window]
[    0.223479] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.223482] pci_bus 0000:01: resource 1 [mem 0x91400000-0x914fffff]
[    0.223940] NET: Registered protocol family 2
[    0.224340] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes)
[    0.224379] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.224473] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.224587] TCP: Hash tables configured (established 16384 bind 16384)
[    0.224694] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.224721] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.224853] NET: Registered protocol family 1
[    0.224899] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.225478] PCI: CLS 64 bytes, default 64
[    0.225622] Unpacking initramfs...
[    0.453078] Freeing initrd memory: 808K
[    0.453397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns
[    0.453441] clocksource: Switched to clocksource tsc
[    0.454472] Initialise system trusted keyrings
[    0.454568] workingset: timestamp_bits=56 max_order=19 bucket_order=0
[    0.459147] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.459264] ntfs: driver 2.1.32 [Flags: R/W].
[    0.459455] fuse init (API version 7.26)
[    0.459686] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    0.461096] aufs 4.x-rcN-20180312
[    0.463160] Key type asymmetric registered
[    0.463163] Asymmetric key parser 'x509' registered
[    0.463227] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.463232] io scheduler noop registered
[    0.463234] io scheduler deadline registered (default)
[    0.464225] pcieport 0000:00:1c.0: Signaling PME with IRQ 116
[    0.464325] efifb: probing for efifb
[    0.464361] efifb: framebuffer at 0x80000000, using 1200k, total 1200k
[    0.464365] efifb: mode is 640x480x32, linelength=2560, pages=1
[    0.464366] efifb: scrolling: redraw
[    0.464370] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.467832] Console: switching to colour frame buffer device 80x30
[    0.471056] fb0: EFI VGA frame buffer device
[    0.471083] intel_idle: MWAIT substates: 0x33000020
[    0.471087] intel_idle: v0.4.1 model 0x4C
[    0.471099] intel_idle: max_cstate 1 reached
[    0.471321] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.471394] ACPI: AC: found native INT33F4 PMIC, not loading
[    0.471573] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.471600] ACPI: Power Button [PWRB]
[    0.471744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.471793] ACPI: Power Button [PWRF]
[    0.476164] thermal LNXTHERM:00: registered as thermal_zone0
[    0.476167] ACPI: Thermal Zone [TZ00] (0 C)
[    0.476312] ACPI: Battery: found native INT33F4 PMIC, not loading
[    0.476652] Linux agpgart interface v0.103
[    0.479703] loop: module loaded
[    0.481592] Fusion MPT base driver 3.04.20
[    0.481595] Copyright (c) 1999-2008 LSI Corporation
[    0.481610] Fusion MPT SPI Host driver 3.04.20
[    0.481640] Fusion MPT SAS Host driver 3.04.20
[    0.481688] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.481692] ehci-pci: EHCI PCI platform driver
[    0.481715] ehci-platform: EHCI generic platform driver
[    0.481772] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.481788] ohci-pci: OHCI PCI platform driver
[    0.481818] ohci-platform: OHCI generic platform driver
[    0.481842] uhci_hcd: USB Universal Host Controller Interface driver
[    0.482321] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.482338] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.483517] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01509810
[    0.483535] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.483867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.483872] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.483878] usb usb1: Product: xHCI Host Controller
[    0.483883] usb usb1: Manufacturer: Linux 4.16.3-porteus xhci-hcd
[    0.483886] usb usb1: SerialNumber: 0000:00:14.0
[    0.484210] hub 1-0:1.0: USB hub found
[    0.484244] hub 1-0:1.0: 7 ports detected
[    0.485452] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.485466] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.485571] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.485576] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.485581] usb usb2: Product: xHCI Host Controller
[    0.485585] usb usb2: Manufacturer: Linux 4.16.3-porteus xhci-hcd
[    0.485588] usb usb2: SerialNumber: 0000:00:14.0
[    0.485850] hub 2-0:1.0: USB hub found
[    0.485876] hub 2-0:1.0: 6 ports detected
[    0.486224] usb: port power management may be unreliable
[    0.487023] usbcore: registered new interface driver uas
[    0.487068] usbcore: registered new interface driver usb-storage
[    0.487086] usbcore: registered new interface driver ums-alauda
[    0.487103] usbcore: registered new interface driver ums-cypress
[    0.487117] usbcore: registered new interface driver ums-datafab
[    0.487131] usbcore: registered new interface driver ums_eneub6250
[    0.487144] usbcore: registered new interface driver ums-freecom
[    0.487161] usbcore: registered new interface driver ums-isd200
[    0.487180] usbcore: registered new interface driver ums-jumpshot
[    0.487197] usbcore: registered new interface driver ums-karma
[    0.487212] usbcore: registered new interface driver ums-onetouch
[    0.487233] usbcore: registered new interface driver ums-realtek
[    0.487247] usbcore: registered new interface driver ums-sddr09
[    0.487262] usbcore: registered new interface driver ums-sddr55
[    0.487278] usbcore: registered new interface driver ums-usbat
[    0.487352] i8042: PNP: No PS/2 controller found.
[    0.487529] mousedev: PS/2 mouse device common for all mice
[    0.488171] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.488242] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.488289] intel_pstate: Intel P-state driver initializing
[    0.488636] sdhci: Secure Digital Host Controller Interface driver
[    0.488644] sdhci: Copyright(c) Pierre Ossman
[    0.500751] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    0.512945] mmc1: SDHCI controller on ACPI [80860F14:01] using ADMA
[    0.513334] wbsd: Winbond W83L51xD SD/MMC card interface driver
[    0.513341] wbsd: Copyright(c) Pierre Ossman
[    0.513563] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
[    0.514340] usbcore: registered new interface driver vub300
[    0.514348] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.514901] EFI Variables Facility v0.08 2004-May-17
[    0.521704] hidraw: raw HID events driver (C) Jiri Kosina
[    0.521871] usbcore: registered new interface driver usbhid
[    0.521878] usbhid: USB HID core driver
[    0.523209] NET: Registered protocol family 17
[    0.524067] microcode: sig=0x406c4, pf=0x1, revision=0x406
[    0.524244] microcode: Microcode Update Driver: v2.2.
[    0.524268] sched_clock: Marking stable (524229112, 0)->(522501700, 1727412)
[    0.524701] registered taskstats version 1
[    0.524703] Loading compiled-in X.509 certificates
[    0.525533] Key type encrypted registered
[    0.526375] rtc_cmos 00:04: setting system clock to 2019-05-07 13:58:55 UTC (1557237535)
[    0.526422] ALSA device list:
[    0.526424]   No soundcards found.
[    0.529493] Freeing unused kernel memory: 976K
[    0.529498] Write protecting the kernel read-only data: 12288k
[    0.531496] Freeing unused kernel memory: 2020K
[    0.534312] Freeing unused kernel memory: 320K
[    0.534327] rodata_test: all tests were successful
[    0.572884] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    0.574442] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.576024] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.578836] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    0.582304] mmc1: queuing unknown CIS tuple 0x81 (9 bytes)
[    0.593763] mmc0: new HS200 MMC card at address 0001
[    0.594306] mmcblk0: mmc0:0001 NCard  28.9 GiB 
[    0.594595] mmcblk0boot0: mmc0:0001 NCard  partition 1 4.00 MiB
[    0.594872] mmcblk0boot1: mmc0:0001 NCard  partition 2 4.00 MiB
[    0.595097] mmcblk0rpmb: mmc0:0001 NCard  partition 3 4.00 MiB, chardev (247:0)
[    0.596946]  mmcblk0: p1
[    0.672955] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[    0.673302] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    0.810044] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    0.938729] usb 1-1: New USB device found, idVendor=0a5c, idProduct=bd1e
[    0.938738] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    0.938743] usb 1-1: Product: Remote Download Wireless Adapter
[    0.938747] usb 1-1: Manufacturer: Broadcom
[    0.938752] usb 1-1: SerialNumber: 000000000001
[    1.053062] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    1.180650] usb 1-2: New USB device found, idVendor=2109, idProduct=2813
[    1.180664] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.180674] usb 1-2: Product: USB2.0 Hub
[    1.180682] usb 1-2: Manufacturer: VIA Labs, Inc.
[    1.181756] hub 1-2:1.0: USB hub found
[    1.182490] hub 1-2:1.0: 4 ports detected
[    1.304085] usb 1-3: new high-speed USB device number 4 using xhci_hcd
[    1.430665] usb 1-3: New USB device found, idVendor=0781, idProduct=5571
[    1.430679] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.430689] usb 1-3: Product: Cruzer Fit
[    1.430698] usb 1-3: Manufacturer: SanDisk
[    1.430708] usb 1-3: SerialNumber: 4C530102810911114201
[    1.431833] usb-storage 1-3:1.0: USB Mass Storage device detected
[    1.433479] scsi host0: usb-storage 1-3:1.0
[    1.547069] usb 1-2.1: new low-speed USB device number 5 using xhci_hcd
[    1.681908] usb 1-2.1: New USB device found, idVendor=046d, idProduct=c31c
[    1.681920] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.681928] usb 1-2.1: Product: USB Keyboard
[    1.681935] usb 1-2.1: Manufacturer: Logitech
[    1.688528] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1:1.0/0003:046D:C31C.0001/input/input2
[    1.740391] hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-2.1/input0
[    1.747504] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1:1.1/0003:046D:C31C.0002/input/input3
[    1.799482] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-2.1/input1
[    1.918088] usb 1-2.2: new low-speed USB device number 6 using xhci_hcd
[    2.051459] usb 1-2.2: New USB device found, idVendor=0461, idProduct=4e23
[    2.051475] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.051487] usb 1-2.2: Product: HP USB Optical Mouse
[    2.051496] usb 1-2.2: Manufacturer: PixArt
[    2.055501] input: PixArt HP USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/0003:0461:4E23.0003/input/input4
[    2.056092] hid-generic 0003:0461:4E23.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt HP USB Optical Mouse] on usb-0000:00:14.0-2.2/input0
[    2.465135] scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Fit       1.27 PQ: 0 ANSI: 6
[    2.466655] sd 0:0:0:0: [sda] 31266816 512-byte logical blocks: (16.0 GB/14.9 GiB)
[    2.466972] sd 0:0:0:0: [sda] Write Protect is off
[    2.466976] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    2.467237] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.474610]  sda: sda1
[    2.476924] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    2.903109] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   10.311001] XFS (loop1): Mounting V5 Filesystem
[   10.444727] XFS (loop1): Ending clean mount
[   10.844869] random: crng init done
[   12.818943] udevd[499]: starting eudev-3.2.5
[   13.244356] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   13.274139] mmc2: SDHCI controller on ACPI [80860F14:03] using ADMA
[   13.315755] acpi INT33D5:00: intel-hid: created platform device
[   13.316148] input: Intel HID events as /devices/pci0000:00/INT33D5:00/input/input5
[   13.337458] axp20x-i2c i2c-INT33F4:00: AXP20x variant AXP288 found
[   13.346291] axp20x-i2c i2c-INT33F4:00: AXP20X driver loaded
[   13.353420] proc_thermal 0000:00:0b.0: enabling device (0000 -> 0002)
[   13.363732] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[   13.392597] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   13.400275] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   13.400301] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[   13.425828] r8169 0000:01:00.0 eth0: RTL8168g/8111g at 0x00000000c6d87106, 84:39:be:65:95:fc, XID 0c000880 IRQ 164
[   13.425834] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   13.504034] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   13.515201] cryptd: max_cpu_qlen set to 1000
[   13.531797] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   13.534242] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   13.534248] cfg80211: failed to load regulatory.db
[   13.690107] SSE version of gcm_enc/dec engaged.
[   13.811986] checking generic (80000000 12c000) vs hw (80000000 10000000)
[   13.811991] fb: switching to inteldrmfb from EFI VGA
[   13.812563] Console: switching to colour dummy device 80x25
[   13.812821] [drm] Replacing VGA console driver
[   13.813367] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   13.813369] [drm] Driver supports precise vblank timestamp query.
[   13.816522] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   13.864262] [drm] Initialized i915 1.6.0 20171222 for 0000:00:02.0 on minor 0
[   13.865796] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   13.869280] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[   13.869865] [drm] HDaudio controller not detected, using LPE audio instead
[   13.871180] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[   13.872721] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[   13.874287] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[   13.889283] Bluetooth: Core ver 2.22
[   13.889325] NET: Registered protocol family 31
[   13.889327] Bluetooth: HCI device and connection manager initialized
[   13.889338] Bluetooth: HCI socket layer initialized
[   13.889343] Bluetooth: L2CAP socket layer initialized
[   13.889357] Bluetooth: SCO socket layer initialized
[   13.894927] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[   13.898347] mmc1: queuing unknown CIS tuple 0x81 (9 bytes)
[   13.913371] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[   14.057612] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43455-sdio.bin for chip 0x004345(17221) rev 0x000006
[   14.058618] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43143.bin for chip 0x00a887(43143) rev 0x000002
[   14.058676] usbcore: registered new interface driver brcmfmac
[   14.082147] intel_rapl: Found RAPL domain package
[   14.082151] intel_rapl: Found RAPL domain core
[   14.153846] fbcon: inteldrmfb (fb0) is primary device
[   14.189283] Console: switching to colour frame buffer device 240x67
[   14.212936] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2
[   14.226400] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   14.441777] usb 1-1: Direct firmware load for brcm/brcmfmac43143.clm_blob failed with error -2
[   14.441784] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available(err=-2), device may have limited channels available
[   14.442312] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Apr  3 2014 04:43:32 version 6.10.198.66 (r467479) FWID 01-32bd010e
[   14.828694] usb 1-1 wlan125: renamed from wlan0
[   14.832189] usb 1-1 wlan1: renamed from wlan125
[   17.064974] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[   17.681853] IPv6: Loaded, but administratively disabled, reboot required to enable
[   18.073240] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[   18.119708] r8169 0000:01:00.0 eth0: link down
[  907.133357] traps: gvfsd-network[1656] trap int3 ip:7f1fb28e1081 sp:7ffd6709e2d0 error:0 in libglib-2.0.so.0.5600.1[7f1fb288e000+114000]
[  907.133384] traps: gvfsd-network[1657] trap int3 ip:7fbddb31a081 sp:7ffe4eefc3c0 error:0 in libglib-2.0.so.0.5600.1[7fbddb2c7000+114000]
[  907.133672] traps: gvfsd-network[1655] trap int3 ip:7f09a9bf7081 sp:7ffc093f7db0 error:0 in libglib-2.0.so.0.5600.1[7f09a9ba4000+114000]
[  907.154690] traps: gvfsd-network[1658] trap int3 ip:7f8c6006d081 sp:7ffcbed48cf0 error:0 in libglib-2.0.so.0.5600.1[7f8c6001a000+114000]
[  919.194228] brcmfmac: brcmf_inetaddr_changed: fail to get arp ip table err:-52
[  932.385007] traps: gvfsd-network[1703] trap int3 ip:7f25c79cf081 sp:7ffca71056a0 error:0 in libglib-2.0.so.0.5600.1[7f25c797c000+114000]
[  932.388879] traps: gvfsd-network[1702] trap int3 ip:7f2b7588d081 sp:7ffc6b28d9c0 error:0 in libglib-2.0.so.0.5600.1[7f2b7583a000+114000]
[  932.398569] traps: gvfsd-network[1701] trap int3 ip:7fbbea24f081 sp:7ffd4d1646c0 error:0 in libglib-2.0.so.0.5600.1[7fbbea1fc000+114000]
[  932.404226] traps: gvfsd-network[1704] trap int3 ip:7f3198915081 sp:7fffed3674f0 error:0 in libglib-2.0.so.0.5600.1[7f31988c2000+114000]
[  965.747679] brcmfmac: brcmf_inetaddr_changed: fail to get arp ip table err:-52
[  978.912778] brcmfmac: brcmf_inetaddr_changed: fail to get arp ip table err:-52
The broadcom is a little dongle hanging off a usb port. Otherwise, no sound, no wifi - and I'm sticking with Porteus, and not loading up Ubuntu or those specialized Linixium spins and their kernel mods and specialized scripts. Straight slackware / Porteus simplicity for me.

Remember that this is a very low end plastic box, unlike a VNOPN or Intel NuC...

Heh, looks like I need to fsck my sda1 ! I'll pop into copy2ram as root, unmount the card and run fsck -f -y -v /dev/sda1 , remount it, and fix that! :) After crashing this thing so many times before it got stable, dmesg | grep fsck became my friend ....
That's a UNIX book - cool. -Garth

Post Reply