You are not logged in.

#1 2017-09-01 21:08:46

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

[SOLVED]General slow performance (thrashing the disk)

Hi,

I've done a couple of fresh installs of Arch on my HP laptop and I'm getting some frustrating lag/performance issue.

It thrashes the disk when I do anything for the first time;

-Hover over a button/menu that maybe produce a change or display a graphic on rollover.
-Right clicking to produce a menu
-Loading a new tab in a terminal
-jerkyness when streaming a video in youtube for instance.
-Typing this, just clicking into a piece of a sentence to edit it pauses

I've tried a few things to try and resolve but don't seem to be able to.

I read somewhere about the laptop name being in /etc/hosts , so I added that and it didn't make a difference.

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1    localhost.localdomain    localhost     karllaptop
::1        localhost.localdomain    localhost

# End of file

I've run free -h to see whats going on, its hardly using RAM and none of the swap at all

total        used        free      shared  buff/cache   available
Mem:           3.7G        1.2G        1.7G        214M        785M        2.4G
Swap:          3.8G          0B        3.8G

I've installed the intel graphics drivers but that didn't make any difference either.

What else can I try to resolve? I will install a system monitor to see if anything is causing the spikes, but it just seems odd behaviour. 

Any help would be appreciate, I like Arch so far, feels a lot more Linux of old!

Last edited by shiftybloke (2017-09-27 18:49:24)

Offline

#2 2017-09-01 23:47:00

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: [SOLVED]General slow performance (thrashing the disk)

Hmmm... First of all, that's not normal. hmm

Yes, adding the hostname to the "/etc/hosts" file can help with lag, but I've never heard about it in regards to hard drive thrashing...

I have seen something like this before, but not on Arch Linux. It's when logging "freaks out" and starts recording EVERYTHING. For example, try running "journalctl -f" and watch the output as you do things that cause the disk to thrash. Do you see an enormous amount of output when you do?

EDIT: Try the commands listed here: ("atop", "vmstat", "iotop"...)

https://stackoverflow.com/questions/119 … g-too-much

Do those show the culprit?

EDIT: "atop", then "D" to sort by disk activity. Kinda cool! smile

Last edited by drcouzelis (2017-09-01 23:52:47)

Offline

#3 2017-09-02 00:18:55

circleface
Member
Registered: 2012-05-26
Posts: 639

Re: [SOLVED]General slow performance (thrashing the disk)

Check https://wiki.archlinux.org/index.php/Im … erformance and try some of the methods there.  For starters, which IO scheduler are you using?  I would suggest you try the cfq if you aren't using it.

Offline

#4 2017-09-02 05:49:44

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

Re: [SOLVED]General slow performance (thrashing the disk)

[system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'

This came uo, not sure what that is, but it didnt come up again when it was still using the disk

Sep 02 06:40:35 karllaptop gnome-keyring-daemon[687]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk

Interesting running atop, it highlights;

jbd2/sda1

Quite often, but other than that its the app name, such as Chromium in this instance

Not a clue what io scheduler I'm using, will have a look

Edit: looking in /var/logs there's othing being wirtten that often, just atop as you'd expect and also xorg occasionally, is that expected?

Last edited by shiftybloke (2017-09-02 06:04:25)

Offline

#5 2017-09-02 06:41:42

seth
Member
Registered: 2012-09-03
Posts: 51,267

Re: [SOLVED]General slow performance (thrashing the disk)

What kind of desktop session is this?
What's the output of "mount"?

Online

#6 2017-09-02 09:49:35

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

Re: [SOLVED]General slow performance (thrashing the disk)

Output of mount;

proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=1914840k,nr_inodes=478710,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/sda1 on / type ext4 (rw,relatime,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=383916k,mode=700,uid=1000,gid=100)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)

Its a deepin desktop session.  It behaves the same in XFCE4 though.

Interestingly... I've just plugged into ethernet to copy some items to my NAS and it seems to behave a lot better, has this been seen before? I might recreate the wireless profile in netctl and see what happens.   Are there any known bugs with dualband routers?

edit: maybe not, there is still a lot of disk activity simply opening the fstab and then closing it (using nano or vi)

Last edited by shiftybloke (2017-09-02 09:50:45)

Offline

#7 2017-09-02 10:25:49

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED]General slow performance (thrashing the disk)

Try:

mount -o remount,rw,noatime,nobarrier,commit=60 /

Note: These options are not dangerous - I've been using them for years.

Offline

#8 2017-09-02 14:04:49

seth
Member
Registered: 2012-09-03
Posts: 51,267

Re: [SOLVED]General slow performance (thrashing the disk)

"relatime,lazytime", but I doubt that's the issue.

Do you get spurious I/O on a multi-user.target (ie. w/o X11) as well? What does your xorg log look like?

Online

#9 2017-09-02 15:12:21

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

Re: [SOLVED]General slow performance (thrashing the disk)

brebs wrote:

Try:

mount -o remount,rw,noatime,nobarrier,commit=60 /

Note: These options are not dangerous - I've been using them for years.

No change sadly, thanks though

Seth - Excellent question, I will check

Offline

#10 2017-09-02 16:32:37

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

Re: [SOLVED]General slow performance (thrashing the disk)

seth wrote:

"relatime,lazytime", but I doubt that's the issue.

Do you get spurious I/O on a multi-user.target (ie. w/o X11) as well? What does your xorg log look like?

Ah, I don't have an xorg.conf by the looks of it.  When I try to generate one I get the below;

[   699.919] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   699.919] (II) xfree86: Adding drm device (/dev/dri/card0)
[   699.934] (EE) 
[   699.936] (EE) Backtrace:
[   699.938] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x139) [0x5596ba53bf39]
[   699.940] (EE) 1: /usr/lib/libpthread.so.0 (funlockfile+0x50) [0x7f4ad6b7782f]
[   699.942] (EE) 2: /usr/lib/xorg-server/Xorg (xf86PlatformMatchDriver+0x2b4) [0x5596ba435484]
[   699.944] (EE) 3: /usr/lib/xorg-server/Xorg (xf86BusProbe+0x9) [0x5596ba40d419]
[   699.947] (EE) 4: /usr/lib/xorg-server/Xorg (InitOutput+0x7f3) [0x5596ba41c033]
[   699.948] (EE) 5: /usr/lib/xorg-server/Xorg (InitFonts+0x213) [0x5596ba3d9fe3]
[   699.950] (EE) 6: /usr/lib/libc.so.6 (__libc_start_main+0xea) [0x7f4ad67e04ca]
[   699.952] (EE) 7: /usr/lib/xorg-server/Xorg (_start+0x2a) [0x5596ba3c3e9a]
[   699.954] (EE) 
[   699.956] (EE) Segmentation fault at address 0x50
[   699.958] (EE) 
Fatal server error:
[   699.962] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   699.964] (EE) 
[   699.966] (EE) 
Please consult the The X.Org Foundation support 
	 at [url]http://wiki.x.org[/url]
 for help. 
[   699.974] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   699.976] (EE) 
[   699.977] (EE) Server terminated with error (1). Closing log file.
[/quote]

The only other thing is 

[quote]
[   699.906] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[   699.909] X Protocol Version 11, Revision 0
[   699.910] Build Operating System: Linux 4.12.5-1-ARCH x86_64 
[   699.911] Current Operating System: Linux karllaptop 4.12.8-2-ARCH #1 SMP PREEMPT Fri Aug 18 14:08:02 UTC 2017 x86_64
[   699.911] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0e41d420-892d-4c41-82cb-cf1c6cf784bb rw quiet
[   699.913] Build Date: 13 August 2017  09:37:50PM
[   699.914]  
[   699.914] Current version of pixman: 0.34.0
[   699.916] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[   699.916] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   699.918] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep  2 17:24:08 2017
[   699.918] (II) Loader magic: 0x5596ba7c2d40
[   699.918] (II) Module ABI versions:
[   699.918] 	X.Org ANSI C Emulation: 0.4
[   699.918] 	X.Org Video Driver: 23.0
[   699.918] 	X.Org XInput driver : 24.1
[   699.918] 	X.Org Server Extension : 10.0
[   699.919] (--) using VT number 2
[/quote]
Which looks quite standard

Ah since logging in again with x running there's more there, no errors reported, just a lot of looking for modules

[quote]
[   780.053] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[   780.053] X Protocol Version 11, Revision 0
[   780.053] Build Operating System: Linux 4.12.5-1-ARCH x86_64 
[   780.054] Current Operating System: Linux karllaptop 4.12.8-2-ARCH #1 SMP PREEMPT Fri Aug 18 14:08:02 UTC 2017 x86_64
[   780.054] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0e41d420-892d-4c41-82cb-cf1c6cf784bb rw quiet
[   780.054] Build Date: 13 August 2017  09:37:50PM
[   780.054]  
[   780.054] Current version of pixman: 0.34.0
[   780.054] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[   780.054] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   780.054] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep  2 17:25:29 2017
[   780.054] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   780.100] (==) No Layout section.  Using the first Screen section.
[   780.100] (==) No screen section available. Using defaults.
[   780.100] (**) |-->Screen "Default Screen Section" (0)
[   780.100] (**) |   |-->Monitor "<default monitor>"
[   780.100] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   780.100] (==) Automatically adding devices
[   780.100] (==) Automatically enabling devices
[   780.100] (==) Automatically adding GPU devices
[   780.100] (==) Automatically binding GPU devices
[   780.100] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   780.123] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   780.123] 	Entry deleted from font path.
[   780.123] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   780.123] (==) ModulePath set to "/usr/lib/xorg/modules"
[   780.123] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   780.123] (II) Loader magic: 0x55abce123d40
[   780.123] (II) Module ABI versions:
[   780.123] 	X.Org ANSI C Emulation: 0.4
[   780.123] 	X.Org Video Driver: 23.0
[   780.123] 	X.Org XInput driver : 24.1
[   780.123] 	X.Org Server Extension : 10.0
[   780.124] (++) using VT number 7

[   780.124] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   780.125] (II) xfree86: Adding drm device (/dev/dri/card0)
[   780.135] (--) PCI:*(0:0:2:0) 8086:0046:103c:7008 rev 2, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00005058/8, BIOS @ 0x????????/131072
[   780.135] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   780.135] (II) LoadModule: "glx"
[   780.151] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   780.152] (II) Module glx: vendor="X.Org Foundation"
[   780.152] 	compiled for 1.19.3, module version = 1.0.0
[   780.152] 	ABI class: X.Org Server Extension, version 10.0
[   780.152] (==) Matched intel as autoconfigured driver 0
[   780.152] (==) Matched intel as autoconfigured driver 1
[   780.152] (==) Matched modesetting as autoconfigured driver 2
[   780.152] (==) Matched fbdev as autoconfigured driver 3
[   780.152] (==) Matched vesa as autoconfigured driver 4
[   780.152] (==) Assigned the driver to the xf86ConfigLayout
[   780.152] (II) LoadModule: "intel"
[   780.152] (WW) Warning, couldn't open module intel
[   780.152] (II) UnloadModule: "intel"
[   780.152] (II) Unloading intel
[   780.152] (EE) Failed to load module "intel" (module does not exist, 0)
[   780.152] (II) LoadModule: "modesetting"
[   780.152] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   780.153] (II) Module modesetting: vendor="X.Org Foundation"
[   780.153] 	compiled for 1.19.3, module version = 1.19.3
[   780.153] 	Module class: X.Org Video Driver
[   780.153] 	ABI class: X.Org Video Driver, version 23.0
[   780.153] (II) LoadModule: "fbdev"
[   780.153] (WW) Warning, couldn't open module fbdev
[   780.153] (II) UnloadModule: "fbdev"
[   780.153] (II) Unloading fbdev
[   780.153] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   780.153] (II) LoadModule: "vesa"
[   780.153] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   780.153] (II) Module vesa: vendor="X.Org Foundation"
[   780.153] 	compiled for 1.19.3, module version = 2.3.4
[   780.153] 	Module class: X.Org Video Driver
[   780.153] 	ABI class: X.Org Video Driver, version 23.0
[   780.153] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   780.153] (II) VESA: driver for VESA chipsets: vesa
[   780.180] (II) modeset(0): using drv /dev/dri/card0
[   780.180] (WW) Falling back to old probe method for vesa
[   780.180] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   780.180] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   780.180] (==) modeset(0): RGB weight 888
[   780.180] (==) modeset(0): Default visual is TrueColor
[   780.180] (II) Loading sub module "glamoregl"
[   780.180] (II) LoadModule: "glamoregl"
[   780.181] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   780.245] (II) Module glamoregl: vendor="X.Org Foundation"
[   780.245] 	compiled for 1.19.3, module version = 1.0.0
[   780.245] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   780.245] (II) glamor: OpenGL accelerated X.org driver based.
[   780.418] (II) glamor: EGL version 1.4 (DRI2):
[   780.447] (II) modeset(0): glamor initialized
[   780.450] (II) modeset(0): Output eDP-1 has no monitor section
[   780.455] (II) modeset(0): Output VGA-1 has no monitor section
[   780.463] (II) modeset(0): Output HDMI-1 has no monitor section
[   780.463] (II) modeset(0): Output DP-1 has no monitor section
[   780.471] (II) modeset(0): Output HDMI-2 has no monitor section
[   780.471] (II) modeset(0): Output DP-2 has no monitor section
[   780.474] (II) modeset(0): EDID for output eDP-1
[   780.474] (II) modeset(0): Manufacturer: LGD  Model: 24f  Serial#: 0
[   780.474] (II) modeset(0): Year: 2010  Week: 0
[   780.474] (II) modeset(0): EDID Version: 1.4
[   780.474] (II) modeset(0): Digital Display Input
[   780.474] (II) modeset(0): Undefined color depth
[   780.474] (II) modeset(0): Digital interface is undefined
[   780.474] (II) modeset(0): Max Image Size [cm]: horiz.: 26  vert.: 16
[   780.474] (II) modeset(0): Gamma: 2.20
[   780.474] (II) modeset(0): No DPMS capabilities specified
[   780.474] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   780.474] (II) modeset(0): First detailed timing is preferred mode
[   780.474] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   780.474] (II) modeset(0): redX: 0.592 redY: 0.351   greenX: 0.334 greenY: 0.549
[   780.474] (II) modeset(0): blueX: 0.154 blueY: 0.130   whiteX: 0.313 whiteY: 0.329
[   780.475] (II) modeset(0): Manufacturer's mask: 0
[   780.475] (II) modeset(0): Supported detailed timing:
[   780.475] (II) modeset(0): clock: 69.3 MHz   Image Size:  260 x 160 mm
[   780.475] (II) modeset(0): h_active: 1280  h_sync: 1304  h_sync_end 1336 h_blank_end 1408 h_border: 0
[   780.475] (II) modeset(0): v_active: 800  v_sync: 804  v_sync_end 808 v_blanking: 820 v_border: 0
[   780.475] (II) modeset(0): Supported detailed timing:
[   780.475] (II) modeset(0): clock: 47.2 MHz   Image Size:  260 x 160 mm
[   780.475] (II) modeset(0): h_active: 1280  h_sync: 1304  h_sync_end 1336 h_blank_end 1408 h_border: 0
[   780.475] (II) modeset(0): v_active: 800  v_sync: 813  v_sync_end 817 v_blanking: 832 v_border: 0
[   780.475] (II) modeset(0): Unknown vendor-specific block 2
[   780.475] (II) modeset(0): EDID (in hex):
[   780.475] (II) modeset(0): 	00ffffffffffff0030e44f0200000000
[   780.475] (II) modeset(0): 	00140104801a107802ba959759558c27
[   780.475] (II) modeset(0): 	21505400000001010101010101010101
[   780.475] (II) modeset(0): 	010101010101121b0080502014301820
[   780.475] (II) modeset(0): 	440004a0100000187012008050202030
[   780.475] (II) modeset(0): 	1820d40004a010000018000000000000
[   780.475] (II) modeset(0): 	00000000000000000000000000000002
[   780.475] (II) modeset(0): 	000f44e50c3c64181627640000000066
[   780.475] (II) modeset(0): Printing probed modes for output eDP-1
[   780.475] (II) modeset(0): Modeline "1280x800"x60.0   69.30  1280 1304 1336 1408  800 804 808 820 -hsync -vsync (49.2 kHz eP)
[   780.475] (II) modeset(0): Modeline "1280x800"x40.3   47.20  1280 1304 1336 1408  800 813 817 832 -hsync -vsync (33.5 kHz e)
[   780.475] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   780.475] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   780.475] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   780.475] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   780.475] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   780.475] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   780.475] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   780.475] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   780.475] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   780.475] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   780.475] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   780.475] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   780.475] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   780.475] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   780.475] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   780.475] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   780.480] (II) modeset(0): EDID for output VGA-1
[   780.488] (II) modeset(0): EDID for output HDMI-1
[   780.488] (II) modeset(0): EDID for output DP-1
[   780.497] (II) modeset(0): EDID for output HDMI-2
[   780.497] (II) modeset(0): EDID for output DP-2
[   780.497] (II) modeset(0): Output eDP-1 connected
[   780.497] (II) modeset(0): Output VGA-1 disconnected
[   780.497] (II) modeset(0): Output HDMI-1 disconnected
[   780.497] (II) modeset(0): Output DP-1 disconnected
[   780.497] (II) modeset(0): Output HDMI-2 disconnected
[   780.497] (II) modeset(0): Output DP-2 disconnected
[   780.497] (II) modeset(0): Using exact sizes for initial modes
[   780.497] (II) modeset(0): Output eDP-1 using initial mode 1280x800 +0+0
[   780.497] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   780.497] (==) modeset(0): DPI set to (96, 96)
[   780.497] (II) Loading sub module "fb"
[   780.497] (II) LoadModule: "fb"
[   780.497] (II) Loading /usr/lib/xorg/modules/libfb.so
[   780.497] (II) Module fb: vendor="X.Org Foundation"
[   780.497] 	compiled for 1.19.3, module version = 1.0.0
[   780.497] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   780.497] (II) UnloadModule: "vesa"
[   780.497] (II) Unloading vesa
[   780.498] (==) Depth 24 pixmap format is 32 bpp
[   780.880] (==) modeset(0): Backing store enabled
[   780.880] (==) modeset(0): Silken mouse enabled
[   780.880] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   780.880] (==) modeset(0): DPMS enabled
[   780.880] (II) modeset(0): [DRI2] Setup complete
[   780.880] (II) modeset(0): [DRI2]   DRI driver: i965
[   780.880] (II) modeset(0): [DRI2]   VDPAU driver: i965
[   780.880] (--) RandR disabled
[   780.889] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   780.889] (II) AIGLX: enabled GLX_ARB_create_context
[   780.889] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   780.889] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[   780.889] (II) AIGLX: enabled GLX_INTEL_swap_event
[   780.889] (II) AIGLX: enabled GLX_SGI_swap_control
[   780.889] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   780.889] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   780.889] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[   780.889] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   780.889] (II) AIGLX: Loaded and initialized i965
[   780.889] (II) GLX: Initialized DRI2 GL provider for screen 0
[   780.891] (II) modeset(0): Damage tracking initialized
[   780.891] (II) modeset(0): Setting screen physical size to 338 x 211
[   781.381] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   781.381] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   781.381] (II) LoadModule: "libinput"
[   781.381] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   781.428] (II) Module libinput: vendor="X.Org Foundation"
[   781.428] 	compiled for 1.19.3, module version = 0.25.1
[   781.428] 	Module class: X.Org XInput Driver
[   781.428] 	ABI class: X.Org XInput driver, version 24.1
[   781.428] (II) Using input driver 'libinput' for 'Power Button'
[   781.428] (**) Power Button: always reports core events
[   781.428] (**) Option "Device" "/dev/input/event3"
[   781.428] (**) Option "_source" "server/udev"
[   781.429] (II) event3  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   781.429] (II) event3  - (II) Power Button: (II) device is a keyboard
[   781.429] (II) event3  - (II) Power Button: (II) device removed
[   781.446] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
[   781.446] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   781.447] (II) event3  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   781.447] (II) event3  - (II) Power Button: (II) device is a keyboard
[   781.448] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[   781.448] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   781.448] (II) Using input driver 'libinput' for 'Video Bus'
[   781.448] (**) Video Bus: always reports core events
[   781.448] (**) Option "Device" "/dev/input/event4"
[   781.448] (**) Option "_source" "server/udev"
[   781.448] (II) event4  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   781.448] (II) event4  - (II) Video Bus: (II) device is a keyboard
[   781.448] (II) event4  - (II) Video Bus: (II) device removed
[   781.486] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input8/event4"
[   781.486] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   781.487] (II) event4  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   781.487] (II) event4  - (II) Video Bus: (II) device is a keyboard
[   781.487] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   781.487] (II) No input driver specified, ignoring this device.
[   781.487] (II) This device may have been added with another device file.
[   781.488] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   781.488] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   781.488] (II) Using input driver 'libinput' for 'Sleep Button'
[   781.488] (**) Sleep Button: always reports core events
[   781.488] (**) Option "Device" "/dev/input/event1"
[   781.488] (**) Option "_source" "server/udev"
[   781.488] (II) event1  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[   781.488] (II) event1  - (II) Sleep Button: (II) device is a keyboard
[   781.488] (II) event1  - (II) Sleep Button: (II) device removed
[   781.506] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event1"
[   781.506] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   781.507] (II) event1  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[   781.507] (II) event1  - (II) Sleep Button: (II) device is a keyboard
[   781.508] (II) config/udev: Adding input device HP Webcam [2 MP Macro] (/dev/input/event17)
[   781.508] (**) HP Webcam [2 MP Macro]: Applying InputClass "libinput keyboard catchall"
[   781.508] (II) Using input driver 'libinput' for 'HP Webcam [2 MP Macro]'
[   781.508] (**) HP Webcam [2 MP Macro]: always reports core events
[   781.508] (**) Option "Device" "/dev/input/event17"
[   781.508] (**) Option "_source" "server/udev"
[   781.509] (II) event17 - (II) HP Webcam [2 MP Macro]: (II) is tagged by udev as: Keyboard
[   781.509] (II) event17 - (II) HP Webcam [2 MP Macro]: (II) device is a keyboard
[   781.509] (II) event17 - (II) HP Webcam [2 MP Macro]: (II) device removed
[   781.546] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input23/event17"
[   781.546] (II) XINPUT: Adding extended input device "HP Webcam [2 MP Macro]" (type: KEYBOARD, id 9)
[   781.547] (II) event17 - (II) HP Webcam [2 MP Macro]: (II) is tagged by udev as: Keyboard
[   781.547] (II) event17 - (II) HP Webcam [2 MP Macro]: (II) device is a keyboard
[   781.547] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event9)
[   781.547] (II) No input driver specified, ignoring this device.
[   781.548] (II) This device may have been added with another device file.
[   781.548] (II) config/udev: Adding input device HDA Intel MID Line (/dev/input/event10)
[   781.548] (II) No input driver specified, ignoring this device.
[   781.548] (II) This device may have been added with another device file.
[   781.548] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event11)
[   781.548] (II) No input driver specified, ignoring this device.
[   781.548] (II) This device may have been added with another device file.
[   781.549] (II) config/udev: Adding input device HDA Intel MID Dock Headphone (/dev/input/event12)
[   781.549] (II) No input driver specified, ignoring this device.
[   781.549] (II) This device may have been added with another device file.
[   781.549] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=3 (/dev/input/event13)
[   781.549] (II) No input driver specified, ignoring this device.
[   781.549] (II) This device may have been added with another device file.
[   781.550] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=7 (/dev/input/event14)
[   781.550] (II) No input driver specified, ignoring this device.
[   781.550] (II) This device may have been added with another device file.
[   781.550] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[   781.550] (II) No input driver specified, ignoring this device.
[   781.550] (II) This device may have been added with another device file.
[   781.551] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   781.551] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   781.551] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   781.551] (**) AT Translated Set 2 keyboard: always reports core events
[   781.551] (**) Option "Device" "/dev/input/event0"
[   781.551] (**) Option "_source" "server/udev"
[   781.552] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[   781.552] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[   781.552] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[   781.566] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   781.566] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[   781.567] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[   781.567] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[   781.567] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event15)
[   781.568] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[   781.568] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[   781.568] (**) PS/2 Generic Mouse: always reports core events
[   781.568] (**) Option "Device" "/dev/input/event15"
[   781.568] (**) Option "_source" "server/udev"
[   781.568] (II) event15 - (II) PS/2 Generic Mouse: (II) is tagged by udev as: Mouse
[   781.568] (II) event15 - (II) PS/2 Generic Mouse: (II) device is a pointer
[   781.568] (II) event15 - (II) PS/2 Generic Mouse: (II) device removed
[   781.606] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input16/event15"
[   781.606] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 11)
[   781.607] (**) Option "AccelerationScheme" "none"
[   781.607] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[   781.607] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[   781.607] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[   781.607] (II) event15 - (II) PS/2 Generic Mouse: (II) is tagged by udev as: Mouse
[   781.607] (II) event15 - (II) PS/2 Generic Mouse: (II) device is a pointer
[   781.607] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[   781.608] (II) No input driver specified, ignoring this device.
[   781.608] (II) This device may have been added with another device file.
[   781.608] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[   781.608] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   781.608] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   781.608] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   781.608] (**) Option "Device" "/dev/input/event16"
[   781.608] (**) Option "_source" "server/udev"
[   781.609] (II) event16 - (II) SynPS/2 Synaptics TouchPad: (II) is tagged by udev as: Touchpad
[   781.609] (II) event16 - (II) SynPS/2 Synaptics TouchPad: (II) device is a touchpad
[   781.609] (II) event16 - (II) SynPS/2 Synaptics TouchPad: (II) device removed
[   781.646] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input22/event16"
[   781.646] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[   781.647] (**) Option "AccelerationScheme" "none"
[   781.647] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   781.647] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   781.647] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   781.647] (II) event16 - (II) SynPS/2 Synaptics TouchPad: (II) is tagged by udev as: Touchpad
[   781.647] (II) event16 - (II) SynPS/2 Synaptics TouchPad: (II) device is a touchpad
[   781.647] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[   781.648] (II) No input driver specified, ignoring this device.
[   781.648] (II) This device may have been added with another device file.
[   781.648] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event6)
[   781.648] (II) No input driver specified, ignoring this device.
[   781.648] (II) This device may have been added with another device file.
[   781.648] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[   781.648] (II) No input driver specified, ignoring this device.
[   781.648] (II) This device may have been added with another device file.
[   781.649] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   781.649] (II) No input driver specified, ignoring this device.
[   781.649] (II) This device may have been added with another device file.
[   781.650] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event7)
[   781.650] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   781.650] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[   781.650] (**) HP WMI hotkeys: always reports core events
[   781.650] (**) Option "Device" "/dev/input/event7"
[   781.650] (**) Option "_source" "server/udev"
[   781.650] (II) event7  - (II) HP WMI hotkeys: (II) is tagged by udev as: Keyboard Switch
[   781.650] (II) event7  - (II) HP WMI hotkeys: (II) device is a keyboard
[   781.650] (II) event7  - (II) HP WMI hotkeys: (II) device removed
[   781.666] (**) Option "config_info" "udev:/sys/devices/virtual/input/input17/event7"
[   781.666] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[   781.667] (II) event7  - (II) HP WMI hotkeys: (II) is tagged by udev as: Keyboard Switch
[   781.667] (II) event7  - (II) HP WMI hotkeys: (II) device is a keyboard
[   783.575] (II) modeset(0): EDID vendor "LGD", prod id 591
[   783.575] (II) modeset(0): Printing DDC gathered Modelines:
[   783.575] (II) modeset(0): Modeline "1280x800"x0.0   69.30  1280 1304 1336 1408  800 804 808 820 -hsync -vsync (49.2 kHz eP)
[   783.575] (II) modeset(0): Modeline "1280x800"x0.0   47.20  1280 1304 1336 1408  800 813 817 832 -hsync -vsync (33.5 kHz e)
[   823.821] (II) modeset(0): EDID vendor "LGD", prod id 591
[   823.821] (II) modeset(0): Printing DDC gathered Modelines:
[   823.821] (II) modeset(0): Modeline "1280x800"x0.0   69.30  1280 1304 1336 1408  800 804 808 820 -hsync -vsync (49.2 kHz eP)
[   823.821] (II) modeset(0): Modeline "1280x800"x0.0   47.20  1280 1304 1336 1408  800 813 817 832 -hsync -vsync (33.5 kHz e)
[   843.601] (II) modeset(0): EDID vendor "LGD", prod id 591
[   843.601] (II) modeset(0): Printing DDC gathered Modelines:
[   843.601] (II) modeset(0): Modeline "1280x800"x0.0   69.30  1280 1304 1336 1408  800 804 808 820 -hsync -vsync (49.2 kHz eP)
[   843.601] (II) modeset(0): Modeline "1280x800"x0.0   47.20  1280 1304 1336 1408  800 813 817 832 -hsync -vsync (33.5 kHz e)
[   887.178] (II) modeset(0): EDID vendor "LGD", prod id 591
[   887.178] (II) modeset(0): Printing DDC gathered Modelines:
[   887.178] (II) modeset(0): Modeline "1280x800"x0.0   69.30  1280 1304 1336 1408  800 804 808 820 -hsync -vsync (49.2 kHz eP)
[   887.178] (II) modeset(0): Modeline "1280x800"x0.0   47.20  1280 1304 1336 1408  800 813 817 832 -hsync -vsync (33.5 kHz e)
[   887.226] (II) modeset(0): EDID vendor "LGD", prod id 591
[   887.226] (II) modeset(0): Printing DDC gathered Modelines:
[   887.226] (II) modeset(0): Modeline "1280x800"x0.0   69.30  1280 1304 1336 1408  800 804 808 820 -hsync -vsync (49.2 kHz eP)
[   887.226] (II) modeset(0): Modeline "1280x800"x0.0   47.20  1280 1304 1336 1408  800 813 817 832 -hsync -vsync (33.5 kHz e)
[   891.072] (II) modeset(0): EDID vendor "LGD", prod id 591
[   891.072] (II) modeset(0): Printing DDC gathered Modelines:
[   891.072] (II) modeset(0): Modeline "1280x800"x0.0   69.30  1280 1304 1336 1408  800 804 808 820 -hsync -vsync (49.2 kHz eP)
[   891.072] (II) modeset(0): Modeline "1280x800"x0.0   47.20  1280 1304 1336 1408  800 813 817 832 -hsync -vsync (33.5 kHz e)
[  1219.392] (II) Axis 0x1 value 1153 is outside expected range [1209, 5570]
See [url]https://wayland.freedesktop.org/libinput/doc/1.8.1//absolute_coordinate_ranges.html[/url] for details

Last edited by shiftybloke (2017-09-02 18:04:43)

Offline

#11 2017-09-02 16:45:22

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,793

Re: [SOLVED]General slow performance (thrashing the disk)

shiftybloke; you should be using code tags for that ^, not quote tags.

Thanks.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#12 2017-09-02 18:05:00

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

Re: [SOLVED]General slow performance (thrashing the disk)

Thats better, cheers

Offline

#13 2017-09-02 18:58:07

seth
Member
Registered: 2012-09-03
Posts: 51,267

Re: [SOLVED]General slow performance (thrashing the disk)

You're not supposed to have an xorg.conf - it's deprecated in favor of the xorg.conf.d configlets (and the "-configure" switch known to be "broken", it's not clear whether that's actually a bug)

Nothing at hand suspicious in the xorg log.
So the intersting question remains: do you get increased (disk) I/O w/o an X11 environment?

Online

#14 2017-09-03 00:21:16

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

Re: [SOLVED]General slow performance (thrashing the disk)

It seems normal without running x

Logging in it pauses a second, maybe about 2 before then waiting typing

Loading fstab again takes about 2-3 sec then loads. Closing it and reopening is quick

Offline

#15 2017-09-03 01:20:20

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: [SOLVED]General slow performance (thrashing the disk)

Loading fstab takes 2-3 seconds at a console without X?
What is the output of the following on a freshly booted system without starting a graphical environment?

$ time cat /etc/fstab > /dev/null

Offline

#16 2017-09-03 07:53:35

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

Re: [SOLVED]General slow performance (thrashing the disk)

It seemed good this time, I'm sure it was longer before but it was still quicker than X

All three readings from that were 0.01s, can't complain there

Offline

#17 2017-09-03 07:56:33

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

Re: [SOLVED]General slow performance (thrashing the disk)

Seems to be running very well today, odd.  Will keep an eye

Still getting pauses over hovering, for instance two tabs in a file manager, go to switch to another tab and it pauses and thrashes the disk for a few seconds then its fine

Last edited by shiftybloke (2017-09-03 09:06:48)

Offline

#18 2017-09-03 09:40:54

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED]General slow performance (thrashing the disk)

shiftybloke wrote:

It thrashes the disk when I do anything for the first time;

What model of hard drive? Maybe it defaults to parking its heads extremely often.

What does the "thrashing" sound like? Normal drive activity, or *beginning* to spin (from a non-spinning state)?

Do you have another hard drive, to try instead? Could simply be a hardware problem.

Can you attach the drive using a different cable, and/or different motherboard connector?

Boot from a Linux LiveCD - do you still get the pauses?

Run "dmesg" - does it show anything interesting?

Offline

#19 2017-09-03 15:44:08

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

Re: [SOLVED]General slow performance (thrashing the disk)

Not sure of the model, I will have to have a look.

Normal drive activity, the light on the laptop is on full until it then unfreezes whatever Im doing.

Dare I say it worked fine on another system - Ubuntu - but I found it dull and wanted to use something else.

dmesg doesn't bring up much;

[    0.000000] Linux version 4.12.8-2-ARCH (builduser@foutrelis) (gcc version 7.2.0 (GCC) ) #1 SMP PREEMPT Fri Aug 18 14:08:02 UTC 2017
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0e41d420-892d-4c41-82cb-cf1c6cf784bb rw quiet
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bafc1fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bafc2000-0x00000000bb6c1fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb6c2000-0x00000000bb7c1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb7c2000-0x00000000bb7fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bb7ff000-0x00000000bb7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb800000-0x00000000bbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed19000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1b000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000137ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Hewlett-Packard HP EliteBook 2540p/7008, BIOS 68CSU Ver. F.09 03/09/2011
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x138000 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 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 0BC000000 mask FFC000000 uncachable
[    0.000000]   4 base 100000000 mask FC0000000 write-back
[    0.000000]   5 base 138000000 mask FF8000000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0xbb800 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff983540099000] 99000 size 24576
[    0.000000] BRK [0x42d5f000, 0x42d5ffff] PGTABLE
[    0.000000] BRK [0x42d60000, 0x42d60fff] PGTABLE
[    0.000000] BRK [0x42d61000, 0x42d61fff] PGTABLE
[    0.000000] BRK [0x42d62000, 0x42d62fff] PGTABLE
[    0.000000] BRK [0x42d63000, 0x42d63fff] PGTABLE
[    0.000000] BRK [0x42d64000, 0x42d64fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3732b000-0x3798cfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FC600 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x00000000BB7FE120 00008C (v01 HPQOEM SLIC-MPC 0000000F      01000013)
[    0.000000] ACPI: FACP 0x00000000BB7FC000 0000F4 (v03 HPQOEM 7008     0000000F HP   00000001)
[    0.000000] ACPI: DSDT 0x00000000BB7D6000 02012F (v02 HPQOEM 7008     00000001 INTL 20060912)
[    0.000000] ACPI: FACS 0x00000000BB760000 000040
[    0.000000] ACPI: FACS 0x00000000BB760000 000040
[    0.000000] ACPI: HPET 0x00000000BB7FB000 000038 (v01 HPQOEM 7008     00000001 HP   00000001)
[    0.000000] ACPI: APIC 0x00000000BB7FA000 0000BC (v01 HPQOEM 7008     00000001 HP   00000001)
[    0.000000] ACPI: MCFG 0x00000000BB7F9000 00003C (v01 HPQOEM 7008     00000001 HP   00000001)
[    0.000000] ACPI: TCPA 0x00000000BB7F7000 000032 (v02 HPQOEM 7008     00000000 HP   00000001)
[    0.000000] ACPI: SSDT 0x00000000BB7D3000 000135 (v01 HPQOEM SataAhci 00001000 INTL 20060912)
[    0.000000] ACPI: SSDT 0x00000000BB7D2000 000314 (v01 HPQOEM PtidDevc 00001000 INTL 20060912)
[    0.000000] ACPI: SLIC 0x00000000BB7D1000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.000000] ACPI: DMAR 0x00000000BB7D0000 0000B8 (v01 INTEL  CP_DALE  00000001 INTL 00000001)
[    0.000000] ACPI: SSDT 0x00000000BB7CF000 000A10 (v01 PmRef  CpuPm    00003000 INTL 20060912)
[    0.000000] ACPI: SSDT 0x00000000BB7CE000 000288 (v01 PmRef  Cpu0Tst  00003000 INTL 20060912)
[    0.000000] ACPI: SSDT 0x00000000BB7CD000 000225 (v01 PmRef  ApTst    00003000 INTL 20060912)
[    0.000000] ACPI: ASF! 0x00000000BB7F8000 0000A0 (v32 HPQOEM 7008     00000001 HP   00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000137ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x137ff8000-0x137ffcfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000137ffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bafc1fff]
[    0.000000]   node   0: [mem 0x00000000bb7ff000-0x00000000bb7fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000137ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000137ffffff]
[    0.000000] On node 0 totalpages: 995169
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11904 pages used for memmap
[    0.000000]   DMA32 zone: 761795 pages, LIFO batch:31
[    0.000000]   Normal zone: 3584 pages used for memmap
[    0.000000]   Normal zone: 229376 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x00000000be000000-0x00000000bfffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    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] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    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 8 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    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 0xbafc2000-0xbb6c1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb6c2000-0xbb7c1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb7c2000-0xbb7fefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb800000-0xbbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbc000000-0xbdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed18fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed19000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1afff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1b000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffcfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffd00000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff983677c00000 s106328 r8192 d28840 u262144
[    0.000000] pcpu-alloc: s106328 r8192 d28840 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 979596
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0e41d420-892d-4c41-82cb-cf1c6cf784bb rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3829660K/3980676K available (6539K kernel code, 1124K rwdata, 2048K rodata, 1324K init, 912K bss, 151016K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] ftrace: allocating 27933 entries in 110 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:8448 nr_irqs:488 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.003333] tsc: Detected 2128.101 MHz processor
[    0.003333] Calibrating delay loop (skipped), value calculated using timer frequency.. 4257.54 BogoMIPS (lpj=7093670)
[    0.003333] pid_max: default: 32768 minimum: 301
[    0.003333] ACPI: Core revision 20170303
[    0.013396] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.013423] Security Framework initialized
[    0.013424] Yama: becoming mindful.
[    0.013603] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.014507] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.014958] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.014961] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.015209] CPU: Physical Processor ID: 0
[    0.015210] CPU: Processor Core ID: 0
[    0.015219] mce: CPU supports 9 MCE banks
[    0.015227] CPU0: Thermal monitoring enabled (TM1)
[    0.015235] process: using mwait in idle threads
[    0.015239] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    0.015239] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.015379] Freeing SMP alternatives memory: 24K
[    0.016766] smpboot: Max logical packages: 4
[    0.016781] DMAR: Host address width 36
[    0.016783] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.016788] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c9008020e30272 ecap 1000
[    0.016788] DMAR: DRHD base: 0x000000fed91000 flags: 0x0
[    0.016793] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c0000020230272 ecap 1000
[    0.016794] DMAR: DRHD base: 0x000000fed93000 flags: 0x1
[    0.016797] DMAR: dmar2: reg_base_addr fed93000 ver 1:0 cap c9008020630272 ecap 1000
[    0.016798] DMAR: RMRR base: 0x00000000000000 end: 0x00000000000fff
[    0.016799] DMAR: RMRR base: 0x000000bdc00000 end: 0x000000bfffffff
[    0.017294] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.049999] smpboot: CPU0: Intel(R) Core(TM) i7 CPU       L 640  @ 2.13GHz (family: 0x6, model: 0x25, stepping: 0x5)
[    0.060014] Performance Events: PEBS fmt1+, Westmere events, 16-deep LBR, Intel PMU driver.
[    0.060049] core: CPUID marked event: 'bus cycles' unavailable
[    0.060052] ... version:                3
[    0.060053] ... bit width:              48
[    0.060054] ... generic registers:      4
[    0.060056] ... value mask:             0000ffffffffffff
[    0.060057] ... max period:             000000007fffffff
[    0.060058] ... fixed-purpose events:   3
[    0.060059] ... event mask:             000000070000000f
[    0.080318] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.086671] smp: Bringing up secondary CPUs ...
[    0.113358] x86: Booting SMP configuration:
[    0.113360] .... node  #0, CPUs:      #1 #2 #3
[    0.418697] smp: Brought up 1 node, 4 CPUs
[    0.418697] smpboot: Total of 4 processors activated (17030.46 BogoMIPS)
[    0.420136] sched_clock: Marking stable (419999958, 0)->(542781129, -122781171)
[    0.420468] devtmpfs: initialized
[    0.420522] x86/mm: Memory block size: 128MB
[    0.422646] PM: Registering ACPI NVS region [mem 0xbb6c2000-0xbb7c1fff] (1048576 bytes)
[    0.422724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.422739] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.422829] pinctrl core: initialized pinctrl subsystem
[    0.422870] RTC time:  7:29:58, date: 09/03/17
[    0.422960] NET: Registered protocol family 16
[    0.423132] cpuidle: using governor ladder
[    0.423158] cpuidle: using governor menu
[    0.423160] PCCT header not found.
[    0.423183] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.423184] ACPI: bus type PCI registered
[    0.423186] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.423253] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.423267] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.423282] PCI: Using configuration type 1 for base access
[    0.423451] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.423452] mtrr: probably your BIOS does not setup all CPUs.
[    0.423452] mtrr: corrected configuration.
[    0.424024] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.424254] ACPI: Added _OSI(Module Device)
[    0.424255] ACPI: Added _OSI(Processor Device)
[    0.424255] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.424256] ACPI: Added _OSI(Processor Aggregator Device)
[    0.424455] ACPI: Executed 1 blocks of module-level executable AML code
[    0.429717] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.447100] ACPI: Dynamic OEM Table Load:
[    0.447107] ACPI: SSDT 0xFFFF983672ADE400 000375 (v01 PmRef  Cpu0Ist  00003000 INTL 20060912)
[    0.447304] ACPI: Dynamic OEM Table Load:
[    0.447310] ACPI: SSDT 0xFFFF983672AAF000 0008AA (v01 PmRef  Cpu0Cst  00003001 INTL 20060912)
[    0.447747] ACPI: Dynamic OEM Table Load:
[    0.447752] ACPI: SSDT 0xFFFF983672ADBC00 000303 (v01 PmRef  ApIst    00003000 INTL 20060912)
[    0.447953] ACPI: Dynamic OEM Table Load:
[    0.447957] ACPI: SSDT 0xFFFF983672408E00 000119 (v01 PmRef  ApCst    00003000 INTL 20060912)
[    0.448668] ACPI : EC: EC started
[    0.448668] ACPI : EC: interrupt blocked
[    0.891395] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.891397] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.891398] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.891399] ACPI: Interpreter enabled
[    0.891419] ACPI: (supports S0 S3 S4 S5)
[    0.891420] ACPI: Using IOAPIC for interrupt routing
[    0.891440] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.893764] ACPI: Power Resource [APPR] (off)
[    0.895581] ACPI: Power Resource [COMP] (on)
[    0.895831] ACPI: Power Resource [LPP] (on)
[    0.899473] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.899478] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.900868] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.900869] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.901372] PCI host bridge to bus 0000:00
[    0.901374] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.901376] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.901377] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.901378] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
[    0.901379] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfedfffff window]
[    0.901380] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
[    0.901382] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.901390] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[    0.901416] DMAR: Disabling batched IOTLB flush on Ironlake
[    0.901490] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
[    0.901499] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff 64bit]
[    0.901504] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.901508] pci 0000:00:02.0: reg 0x20: [io  0x5058-0x505f]
[    0.901626] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
[    0.901652] pci 0000:00:16.0: reg 0x10: [mem 0xd4724000-0xd472400f 64bit]
[    0.901751] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.901829] pci 0000:00:16.3: [8086:3b67] type 00 class 0x070002
[    0.901851] pci 0000:00:16.3: reg 0x10: [io  0x5050-0x5057]
[    0.901863] pci 0000:00:16.3: reg 0x14: [mem 0xd472b000-0xd472bfff]
[    0.902042] pci 0000:00:19.0: [8086:10ea] type 00 class 0x020000
[    0.902063] pci 0000:00:19.0: reg 0x10: [mem 0xd4700000-0xd471ffff]
[    0.902074] pci 0000:00:19.0: reg 0x14: [mem 0xd472a000-0xd472afff]
[    0.902084] pci 0000:00:19.0: reg 0x18: [io  0x5020-0x503f]
[    0.902173] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.902223] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.902258] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[    0.902280] pci 0000:00:1a.0: reg 0x10: [mem 0xd4729000-0xd47293ff]
[    0.902391] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.902441] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.902479] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[    0.902505] pci 0000:00:1b.0: reg 0x10: [mem 0xd4720000-0xd4723fff 64bit]
[    0.902619] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.902678] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.902711] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[    0.902825] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.902912] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[    0.903026] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.903082] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.903116] pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
[    0.903228] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.903283] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.903322] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[    0.903343] pci 0000:00:1d.0: reg 0x10: [mem 0xd4728000-0xd47283ff]
[    0.903452] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.903500] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.903532] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.903652] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.903683] pci 0000:00:1f.0: [8086:3b07] type 00 class 0x060100
[    0.903865] pci 0000:00:1f.2: [8086:3b2f] type 00 class 0x010601
[    0.903887] pci 0000:00:1f.2: reg 0x10: [io  0x5048-0x504f]
[    0.903897] pci 0000:00:1f.2: reg 0x14: [io  0x5064-0x5067]
[    0.903907] pci 0000:00:1f.2: reg 0x18: [io  0x5040-0x5047]
[    0.903918] pci 0000:00:1f.2: reg 0x1c: [io  0x5060-0x5063]
[    0.903928] pci 0000:00:1f.2: reg 0x20: [io  0x5000-0x501f]
[    0.903939] pci 0000:00:1f.2: reg 0x24: [mem 0xd4727000-0xd47277ff]
[    0.904006] pci 0000:00:1f.2: PME# supported from D3hot
[    0.904099] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
[    0.904124] pci 0000:00:1f.6: reg 0x10: [mem 0xd4726000-0xd4726fff 64bit]
[    0.904329] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.904336] pci 0000:00:1c.0:   bridge window [mem 0xd4600000-0xd46fffff]
[    0.904445] pci 0000:00:1c.1: PCI bridge to [bus 02-42]
[    0.904449] pci 0000:00:1c.1:   bridge window [io  0x3000-0x4fff]
[    0.904453] pci 0000:00:1c.1:   bridge window [mem 0xd0600000-0xd45fffff]
[    0.904577] pci 0000:43:00.0: [8086:4239] type 00 class 0x028000
[    0.904651] pci 0000:43:00.0: reg 0x10: [mem 0xd0500000-0xd0501fff 64bit]
[    0.904933] pci 0000:43:00.0: PME# supported from D0 D3hot D3cold
[    0.905016] pci 0000:43:00.0: System wakeup disabled by ACPI
[    0.914161] pci 0000:00:1c.3: PCI bridge to [bus 43]
[    0.914170] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
[    0.914233] pci 0000:44:06.0: [1180:0832] type 00 class 0x0c0010
[    0.914246] pci 0000:44:06.0: proprietary Ricoh MMC controller disabled (via firewire function)
[    0.914247] pci 0000:44:06.0: MMC cards are now supported by standard SDHCI controller
[    0.914260] pci 0000:44:06.0: reg 0x10: [mem 0xd0401000-0xd04017ff]
[    0.914360] pci 0000:44:06.0: supports D1 D2
[    0.914361] pci 0000:44:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.914404] pci 0000:44:06.1: [1180:0822] type 00 class 0x080500
[    0.914422] pci 0000:44:06.1: reg 0x10: [mem 0xd0403000-0xd04030ff]
[    0.914518] pci 0000:44:06.1: supports D1 D2
[    0.914519] pci 0000:44:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.914559] pci 0000:44:06.2: [1180:0476] type 02 class 0x060700
[    0.914578] pci 0000:44:06.2: reg 0x10: [mem 0xd0400000-0xd0400fff]
[    0.914619] pci 0000:44:06.2: supports D1 D2
[    0.914620] pci 0000:44:06.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.914690] pci 0000:00:1e.0: PCI bridge to [bus 44-45] (subtractive decode)
[    0.914694] pci 0000:00:1e.0:   bridge window [io  0x2000-0x2fff]
[    0.914698] pci 0000:00:1e.0:   bridge window [mem 0xd0400000-0xd04fffff]
[    0.914705] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.914706] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.914707] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.914708] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff window] (subtractive decode)
[    0.914710] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfedfffff window] (subtractive decode)
[    0.914711] pci 0000:00:1e.0:   bridge window [mem 0xfee01000-0xffffffff window] (subtractive decode)
[    0.914749] pci_bus 0000:45: busn_res: can not insert [bus 45-ff] under [bus 44-45] (conflicts with (null) [bus 44-45])
[    0.914753] pci_bus 0000:45: busn_res: [bus 45-ff] end is updated to 48
[    0.914755] pci_bus 0000:45: busn_res: can not insert [bus 45-48] under [bus 44-45] (conflicts with (null) [bus 44-45])
[    0.914758] pci_bus 0000:45: [bus 45-48] partially hidden behind transparent bridge 0000:44 [bus 44-45]
[    0.914761] pci 0000:00:1e.0: bridge has subordinate 45 but max busn 48
[    0.915589] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.915638] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.915686] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.915733] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
[    0.915780] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.915827] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.915874] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.915921] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.915966] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
[    0.915969] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.915972] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.916041] PCI host bridge to bus 0000:ff
[    0.916042] pci_bus 0000:ff: root bus resource [bus ff]
[    0.916047] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
[    0.916088] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
[    0.916133] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
[    0.916170] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
[    0.916206] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
[    0.916242] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
[    0.916549] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.916609] ACPI : EC: interrupt unblocked
[    0.916617] ACPI : EC: event unblocked
[    0.916624] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.916625] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.916716] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.916718] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.916722] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.916722] vgaarb: loaded
[    0.916761] EDAC MC: Ver: 3.0.0
[    0.916943] PCI: Using ACPI for IRQ routing
[    0.926793] PCI: pci_cache_line_size set to 64 bytes
[    0.926899] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.926900] e820: reserve RAM buffer [mem 0xbafc2000-0xbbffffff]
[    0.926901] e820: reserve RAM buffer [mem 0xbb800000-0xbbffffff]
[    0.926993] NetLabel: Initializing
[    0.926994] NetLabel:  domain hash size = 128
[    0.926994] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.927011] NetLabel:  unlabeled traffic allowed by default
[    0.927073] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.927078] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.929108] clocksource: Switched to clocksource hpet
[    0.939369] VFS: Disk quotas dquot_6.6.0
[    0.939396] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.939493] pnp: PnP ACPI init
[    0.939803] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.939805] system 00:00: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.939806] system 00:00: [mem 0xfed1b000-0xfed1bfff] has been reserved
[    0.939808] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.939809] system 00:00: [mem 0xd4800000-0xd4800fff] has been reserved
[    0.939810] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.939812] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.939813] system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.939815] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.939816] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.939820] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.939959] pnp 00:01: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    0.940034] system 00:02: [io  0x0200-0x027f] has been reserved
[    0.940036] system 00:02: [io  0x1000-0x100f] has been reserved
[    0.940038] system 00:02: [io  0xffff] has been reserved
[    0.940039] system 00:02: [io  0xffff] has been reserved
[    0.940040] system 00:02: [io  0x0400-0x047f] has been reserved
[    0.940042] system 00:02: [io  0x0500-0x057f] has been reserved
[    0.940043] system 00:02: [io  0xef80-0xef9f] has been reserved
[    0.940046] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.940072] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.940196] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.940216] pnp 00:05: Plug and Play ACPI device, IDs SYN016c SYN0100 SYN0002 PNP0f13 (active)
[    0.940597] pnp: PnP ACPI: found 6 devices
[    0.947060] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.947090] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-42] add_size 200000 add_align 100000
[    0.947125] pci 0000:00:1c.1: BAR 15: assigned [mem 0xd4900000-0xd4afffff 64bit pref]
[    0.947128] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.947134] pci 0000:00:1c.0:   bridge window [mem 0xd4600000-0xd46fffff]
[    0.947143] pci 0000:00:1c.1: PCI bridge to [bus 02-42]
[    0.947146] pci 0000:00:1c.1:   bridge window [io  0x3000-0x4fff]
[    0.947151] pci 0000:00:1c.1:   bridge window [mem 0xd0600000-0xd45fffff]
[    0.947155] pci 0000:00:1c.1:   bridge window [mem 0xd4900000-0xd4afffff 64bit pref]
[    0.947163] pci 0000:00:1c.3: PCI bridge to [bus 43]
[    0.947168] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
[    0.947183] pci 0000:44:06.2: BAR 15: assigned [mem 0xd8000000-0xdbffffff pref]
[    0.947185] pci 0000:44:06.2: BAR 16: assigned [mem 0xdc000000-0xdfffffff]
[    0.947186] pci 0000:44:06.2: BAR 13: assigned [io  0x2000-0x20ff]
[    0.947188] pci 0000:44:06.2: BAR 14: assigned [io  0x2400-0x24ff]
[    0.947190] pci 0000:44:06.2: CardBus bridge to [bus 45-48]
[    0.947191] pci 0000:44:06.2:   bridge window [io  0x2000-0x20ff]
[    0.947195] pci 0000:44:06.2:   bridge window [io  0x2400-0x24ff]
[    0.947199] pci 0000:44:06.2:   bridge window [mem 0xd8000000-0xdbffffff pref]
[    0.947203] pci 0000:44:06.2:   bridge window [mem 0xdc000000-0xdfffffff]
[    0.947208] pci 0000:00:1e.0: PCI bridge to [bus 44-45]
[    0.947210] pci 0000:00:1e.0:   bridge window [io  0x2000-0x2fff]
[    0.947216] pci 0000:00:1e.0:   bridge window [mem 0xd0400000-0xd04fffff]
[    0.947226] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.947227] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.947228] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.947229] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xdfffffff window]
[    0.947230] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfedfffff window]
[    0.947232] pci_bus 0000:00: resource 9 [mem 0xfee01000-0xffffffff window]
[    0.947233] pci_bus 0000:01: resource 1 [mem 0xd4600000-0xd46fffff]
[    0.947234] pci_bus 0000:02: resource 0 [io  0x3000-0x4fff]
[    0.947235] pci_bus 0000:02: resource 1 [mem 0xd0600000-0xd45fffff]
[    0.947237] pci_bus 0000:02: resource 2 [mem 0xd4900000-0xd4afffff 64bit pref]
[    0.947238] pci_bus 0000:43: resource 1 [mem 0xd0500000-0xd05fffff]
[    0.947239] pci_bus 0000:44: resource 0 [io  0x2000-0x2fff]
[    0.947240] pci_bus 0000:44: resource 1 [mem 0xd0400000-0xd04fffff]
[    0.947242] pci_bus 0000:44: resource 4 [io  0x0000-0x0cf7 window]
[    0.947243] pci_bus 0000:44: resource 5 [io  0x0d00-0xffff window]
[    0.947244] pci_bus 0000:44: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.947245] pci_bus 0000:44: resource 7 [mem 0xc0000000-0xdfffffff window]
[    0.947246] pci_bus 0000:44: resource 8 [mem 0xf0000000-0xfedfffff window]
[    0.947247] pci_bus 0000:44: resource 9 [mem 0xfee01000-0xffffffff window]
[    0.947249] pci_bus 0000:45: resource 0 [io  0x2000-0x20ff]
[    0.947250] pci_bus 0000:45: resource 1 [io  0x2400-0x24ff]
[    0.947251] pci_bus 0000:45: resource 2 [mem 0xd8000000-0xdbffffff pref]
[    0.947252] pci_bus 0000:45: resource 3 [mem 0xdc000000-0xdfffffff]
[    0.947347] NET: Registered protocol family 2
[    0.947521] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.947595] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.947704] TCP: Hash tables configured (established 32768 bind 32768)
[    0.947750] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.947767] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.947821] NET: Registered protocol family 1
[    0.947834] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.948555] PCI: CLS 64 bytes, default 64
[    0.948595] Unpacking initramfs...
[    1.049686] Freeing initrd memory: 6536K
[    1.049751] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.049754] software IO TLB [mem 0xb6fc2000-0xbafc2000] (64MB) mapped at [ffff9835f6fc2000-ffff9835fafc1fff]
[    1.049968] Scanning for low memory corruption every 60 seconds
[    1.050515] Initialise system trusted keyrings
[    1.050526] Key type blacklist registered
[    1.050602] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[    1.051573] zbud: loaded
[    1.052425] Key type asymmetric registered
[    1.052454] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.052497] io scheduler noop registered
[    1.052498] io scheduler deadline registered
[    1.052525] io scheduler cfq registered (default)
[    1.052526] io scheduler mq-deadline registered
[    1.052526] io scheduler kyber registered
[    1.052549] io scheduler bfq registered
[    1.053529] pcieport 0000:00:1c.0: Signaling PME with IRQ 24
[    1.053551] pcieport 0000:00:1c.1: Signaling PME with IRQ 25
[    1.053571] pcieport 0000:00:1c.3: Signaling PME with IRQ 26
[    1.053589] pciehp 0000:00:1c.1:pcie004: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.053635] vesafb: mode is 1280x800x32, linelength=5120, pages=0
[    1.053636] vesafb: scrolling: redraw
[    1.053637] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.053653] vesafb: framebuffer at 0xc0000000, mapped to 0xffffa9ba40c00000, using 4032k, total 4032k
[    1.218522] Console: switching to colour frame buffer device 160x50
[    1.383352] fb0: VESA VGA frame buffer device
[    1.383366] intel_idle: MWAIT substates: 0x1120
[    1.383367] intel_idle: v0.4.1 model 0x25
[    1.383514] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.384680] GHES: HEST is not enabled!
[    1.384764] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.405892] 0000:00:16.3: ttyS0 at I/O 0x5050 (irq = 17, base_baud = 115200) is a 16550A
[    1.406125] Linux agpgart interface v0.103
[    1.406431] rtc_cmos 00:03: RTC can wake from S4
[    1.406571] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    1.406600] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.406666] ledtrig-cpu: registered to indicate activity on CPUs
[    1.406696] vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
[    1.406891] NET: Registered protocol family 10
[    1.410164] Segment Routing with IPv6
[    1.410181] NET: Registered protocol family 17
[    1.410365] RAS: Correctable Errors collector initialized.
[    1.410390] microcode: sig=0x20655, pf=0x10, revision=0x2
[    1.410485] microcode: Microcode Update Driver: v2.2.
[    1.410605] registered taskstats version 1
[    1.410618] Loading compiled-in X.509 certificates
[    1.410632] zswap: loaded using pool lzo/zbud
[    1.411040]   Magic number: 1:908:469
[    1.411174] rtc_cmos 00:03: setting system clock to 2017-09-03 07:29:59 UTC (1504423799)
[    1.411756] PM: Hibernation image not present or could not be loaded.
[    1.414809] Freeing unused kernel memory: 1324K
[    1.414812] Write protecting the kernel read-only data: 10240k
[    1.415713] Freeing unused kernel memory: 1640K
[    1.472634] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.474390] i8042: Detected active multiplexing controller, rev 1.1
[    1.475071] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.475124] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.475169] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.475203] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.475228] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.480698] ACPI: bus type USB registered
[    1.480731] usbcore: registered new interface driver usbfs
[    1.480743] usbcore: registered new interface driver hub
[    1.480788] usbcore: registered new device driver usb
[    1.481606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.481832] ehci-pci: EHCI PCI platform driver
[    1.482101] sdhci: Secure Digital Host Controller Interface driver
[    1.482102] sdhci: Copyright(c) Pierre Ossman
[    1.482120] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.482131] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.482147] ehci-pci 0000:00:1a.0: debug port 2
[    1.486150] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.486167] sdhci-pci 0000:44:06.1: SDHCI controller found [1180:0822] (rev 25)
[    1.486168] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd4729000
[    1.486289] sdhci-pci 0000:44:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    1.486298] sdhci-pci 0000:44:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    1.486436] sdhci-pci 0000:44:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    1.486985] mmc0: SDHCI controller on PCI [0000:44:06.1] using DMA
[    1.488930] SCSI subsystem initialized
[    1.490834] libata version 3.00 loaded.
[    1.499147] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.499395] hub 1-0:1.0: USB hub found
[    1.499412] hub 1-0:1.0: 3 ports detected
[    1.499983] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.499991] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.500010] ehci-pci 0000:00:1d.0: debug port 2
[    1.503931] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.503939] ehci-pci 0000:00:1d.0: irq 20, io mem 0xd4728000
[    1.515850] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.516280] hub 2-0:1.0: USB hub found
[    1.516299] hub 2-0:1.0: 3 ports detected
[    1.516691] ahci 0000:00:1f.2: version 3.0
[    1.517123] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.517180] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
[    1.517184] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
[    1.529916] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.546832] scsi host0: ahci
[    1.547158] scsi host1: ahci
[    1.547436] scsi host2: ahci
[    1.547647] scsi host3: ahci
[    1.547783] scsi host4: ahci
[    1.547958] scsi host5: ahci
[    1.548008] ata1: SATA max UDMA/133 abar m2048@0xd4727000 port 0xd4727100 irq 27
[    1.548010] ata2: SATA max UDMA/133 abar m2048@0xd4727000 port 0xd4727180 irq 27
[    1.548013] ata3: SATA max UDMA/133 abar m2048@0xd4727000 port 0xd4727200 irq 27
[    1.548013] ata4: DUMMY
[    1.548014] ata5: DUMMY
[    1.548016] ata6: SATA max UDMA/133 abar m2048@0xd4727000 port 0xd4727380 irq 27
[    1.552457] firewire_ohci 0000:44:06.0: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[    1.819161] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.835850] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.956662] hub 1-1:1.0: USB hub found
[    1.956818] hub 1-1:1.0: 6 ports detected
[    1.973930] hub 2-1:1.0: USB hub found
[    1.974256] hub 2-1:1.0: 8 ports detected
[    2.075752] tsc: Refined TSC clocksource calibration: 2128.000 MHz
[    2.075758] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1eac8316169, max_idle_ns: 440795236083 ns
[    2.079276] firewire_core 0000:44:06.0: created device fw0: GUID 5566778811223344, S400
[    2.235807] usb 1-1.3: new full-speed USB device number 3 using ehci-pci
[    2.405802] usb 1-1.5: new high-speed USB device number 4 using ehci-pci
[    3.089438] clocksource: Switched to clocksource tsc
[    6.055630] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.056548] ata1.00: unexpected _GTF length (8)
[    6.056693] ata1.00: ATA-8: TOSHIBA MK1633GSG, QS001C, max UDMA/100
[    6.056696] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    6.057801] ata1.00: unexpected _GTF length (8)
[    6.057972] ata1.00: configured for UDMA/100
[    6.058367] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK1633GS 1C   PQ: 0 ANSI: 5
[    6.423665] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    6.433609] ata2.00: unexpected _GTF length (8)
[    6.433615] ata2.00: ATAPI: hp       CDDVDW TS-U633J, HH01, max UDMA/100
[    6.446245] ata2.00: unexpected _GTF length (8)
[    6.446251] ata2.00: configured for UDMA/100
[    6.451776] scsi 1:0:0:0: CD-ROM            hp       CDDVDW TS-U633J  HH01 PQ: 0 ANSI: 5
[    6.783289] ata3: SATA link down (SStatus 0 SControl 300)
[    7.096609] ata6: SATA link down (SStatus 0 SControl 300)
[    7.101101] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    7.101119] sd 0:0:0:0: [sda] Write Protect is off
[    7.101121] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    7.101148] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.122016] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    7.122018] cdrom: Uniform CD-ROM driver Revision: 3.20
[    7.122208] sr 1:0:0:0: Attached scsi CD-ROM sr0
[   12.480213]  sda: sda1 sda2 < sda5 >
[   12.481114] sd 0:0:0:0: [sda] Attached SCSI disk
[   13.520790] random: fast init done
[   14.379434] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   15.324271] random: crng init done
[   15.823474] ip_tables: (C) 2000-2006 Netfilter Core Team
[   15.887689] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[   15.887818] systemd[1]: Detected architecture x86-64.
[   15.912030] systemd[1]: Set hostname to <karllaptop>.
[   17.865537] systemd[1]: Listening on Process Core Dump Socket.
[   17.865598] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   17.865728] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   17.865770] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   17.865810] systemd[1]: Listening on Journal Socket.
[   17.865824] systemd[1]: Reached target Login Prompts.
[   17.866199] systemd[1]: Created slice User and Session Slice.
[   18.061134] EXT4-fs (sda1): re-mounted. Opts: data=ordered
[   18.230148] vboxdrv: loading out-of-tree module taints kernel.
[   18.232271] vboxdrv: Found 4 processor cores
[   18.251721] vboxdrv: TSC mode is Invariant, tentative frequency 2127999844 Hz
[   18.251722] vboxdrv: Successfully loaded version 5.1.26 (interface 0x002a0000)
[   18.262034] VBoxPciLinuxInit
[   18.382733] systemd-journald[186]: Received request to flush runtime journal from PID 1
[   18.547617] vboxpci: IOMMU not found (not registered)
[   18.548151] VBoxNetAdp: Successfully started.
[   18.548904] VBoxNetFlt: Successfully started.
[   20.198305] tpm_tis 00:01: 1.2 TPM (device-id 0xB, rev-id 16)
[   20.300337] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20170303/utaddress-247)
[   20.300344] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   20.300347] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170303/utaddress-247)
[   20.300349] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   20.300350] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170303/utaddress-247)
[   20.300353] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   20.300353] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170303/utaddress-247)
[   20.300356] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   20.300356] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   20.306424] pps_core: LinuxPPS API ver. 1 registered
[   20.306425] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   20.362469] PTP clock support registered
[   20.427213] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[   20.427214] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   20.427603] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   20.441565] tpm tpm0: A TPM error (7) occurred attempting to read a pcr value
[   20.443263] tpm tpm0: TPM is disabled/deactivated (0x7)
[   20.601098] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) b4:99:ba:f1:39:66
[   20.601108] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   20.601158] e1000e 0000:00:19.0 eth0: MAC: 9, PHY: 10, PBA No: 2052FF-0FF
[   20.601200] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   20.618700] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
[   20.618707] ACPI: Sleep Button [SLPB]
[   20.618835] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
[   20.618863] ACPI: Lid Switch [LID]
[   20.618927] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[   20.618929] ACPI: Power Button [PWRF]
[   20.673166] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD75B3X5: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[   20.673170] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   20.673172] snd_hda_codec_idt hdaudioC0D0:    hp_outs=2 (0xf/0xa/0x0/0x0/0x0)
[   20.673174] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   20.673175] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   20.673178] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0xc
[   20.673179] snd_hda_codec_idt hdaudioC0D0:      Mic=0xb
[   20.673181] snd_hda_codec_idt hdaudioC0D0:      Line=0xe
[   20.711688] ACPI: Battery Slot [BAT0] (battery present)
[   20.713320] ACPI: AC Adapter [AC] (on-line)
[   20.729448] wmi: Mapper loaded
[   20.748537] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   20.749341] thermal LNXTHERM:00: registered as thermal_zone0
[   20.749343] ACPI: Thermal Zone [EXTZ] (0 C)
[   20.752639] thermal LNXTHERM:01: registered as thermal_zone1
[   20.752640] ACPI: Thermal Zone [EX2Z] (0 C)
[   20.754558] thermal LNXTHERM:02: registered as thermal_zone2
[   20.754559] ACPI: Thermal Zone [PWMZ] (21 C)
[   20.757758] thermal LNXTHERM:03: registered as thermal_zone3
[   20.757759] ACPI: Thermal Zone [LOCZ] (41 C)
[   20.758214] thermal LNXTHERM:04: registered as thermal_zone4
[   20.758215] ACPI: Thermal Zone [GFXZ] (0 C)
[   20.773190] thermal LNXTHERM:05: registered as thermal_zone5
[   20.773191] ACPI: Thermal Zone [BATZ] (25 C)
[   20.787826] thermal LNXTHERM:06: registered as thermal_zone6
[   20.787827] ACPI: Thermal Zone [EGXZ] (0 C)
[   20.788080] thermal LNXTHERM:07: registered as thermal_zone7
[   20.788081] ACPI: Thermal Zone [CPUZ] (49 C)
[   20.788313] thermal LNXTHERM:08: registered as thermal_zone8
[   20.788314] ACPI: Thermal Zone [MCHZ] (56 C)
[   20.788519] thermal LNXTHERM:09: registered as thermal_zone9
[   20.788520] ACPI: Thermal Zone [PCHZ] (61 C)
[   20.838178] pci 0000:00:00.0: Intel HD Graphics Chipset
[   20.838207] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[   20.838943] pci 0000:00:00.0: detected 32768K stolen memory
[   20.839002] [drm] Memory usable by graphics device = 2048M
[   20.839007] checking generic (c0000000 3f0000) vs hw (c0000000 10000000)
[   20.839008] fb: switching to inteldrmfb from VESA VGA
[   20.839048] Console: switching to colour dummy device 80x25
[   20.839208] [drm] Replacing VGA console driver
[   20.846923] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   20.846925] [drm] Driver supports precise vblank timestamp query.
[   20.848570] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   20.849652] hp_accel: laptop model unknown, using default axes configuration
[   20.850248] lis3lv02d: 8 bits sensor found
[   20.863531] [drm] RC6 disabled, disabling runtime PM support
[   20.865168] [drm] Initialized i915 1.6.0 20170403 for 0000:00:02.0 on minor 0
[   20.894937] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input13
[   20.896819] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   20.902641] acpi device:0d: registered as cooling_device4
[   20.902766] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input14
[   20.902911] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   20.902970] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 18, expected 21)
[   20.903335] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[   20.906462] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   20.907260] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   20.907284] input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   20.907307] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   20.907329] input: HDA Intel MID Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   20.907349] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   20.907370] input: HDA Intel MID HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[   20.924896] fbcon: inteldrmfb (fb0) is primary device
[   21.126971] Intel(R) Wireless WiFi driver for Linux
[   21.126972] Copyright(c) 2003- 2015 Intel Corporation
[   21.127216] iwlwifi 0000:43:00.0: can't disable ASPM; OS doesn't have ASPM control
[   21.170442] input: PC Speaker as /devices/platform/pcspkr/input/input17
[   21.345504] iwlwifi 0000:43:00.0: Direct firmware load for iwlwifi-6000-6.ucode failed with error -2
[   21.345537] iwlwifi 0000:43:00.0: Direct firmware load for iwlwifi-6000-5.ucode failed with error -2
[   21.466599] iTCO_vendor_support: vendor-support=0
[   21.467382] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   21.467439] iTCO_wdt: Found a QM57 TCO device (Version=2, TCOBASE=0x0460)
[   21.467578] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   21.506680] iwlwifi 0000:43:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
[   21.549849] ppdev: user-space parallel port driver
[   21.608860] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[   21.797625] yenta_cardbus 0000:44:06.2: CardBus bridge found [103c:7008]
[   21.805848] SSE version of gcm_enc/dec engaged.
[   21.844773] input: HP WMI hotkeys as /devices/virtual/input/input19
[   21.852702] iwlwifi 0000:43:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   21.852704] iwlwifi 0000:43:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   21.852706] iwlwifi 0000:43:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[   21.852709] iwlwifi 0000:43:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
[   21.854835] iwlwifi 0000:43:00.0: L1 Enabled - LTR Disabled
[   21.917679] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   22.206762] Console: switching to colour frame buffer device 160x50
[   22.228253] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   22.333377] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input18
[   22.389006] yenta_cardbus 0000:44:06.2: ISA IRQ mask 0x0cb8, PCI irq 22
[   22.389011] yenta_cardbus 0000:44:06.2: Socket status: 30000810
[   22.389015] pci_bus 0000:44: Raising subordinate bus# of parent bus (#44) from #45 to #48
[   22.389024] yenta_cardbus 0000:44:06.2: pcmcia: parent PCI bridge window: [io  0x2000-0x2fff]
[   22.389026] yenta_cardbus 0000:44:06.2: pcmcia: parent PCI bridge window: [mem 0xd0400000-0xd04fffff]
[   22.389029] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd0400000-0xd04fffff:
[   22.389033]  excluding 0xd0400000-0xd040ffff
[   23.045298] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[   23.088328] psmouse serio4: synaptics: queried max coordinates: x [..5808], y [..5372]
[   23.155378] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1c0b1, caps: 0xd04731/0xa40000/0xa0000/0x0, board id: 0, fw id: 607760
[   23.198609] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input22
[   23.328071] pcmcia_socket pcmcia_socket0: pccard: PCMCIA card inserted into slot 0
[   23.328089] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd0410000-0xd04fffff:
[   23.333752]  excluding 0xd04fe000-0xd050bfff
[   23.333932] pcmcia 0.0: pcmcia: registering new device pcmcia0.0 (IRQ: 22)
[   23.513446] mousedev: PS/2 mouse device common for all mice
[   23.548319] iwlwifi 0000:43:00.0 wlo1: renamed from wlan0
[   23.565462] scsi host6: pata_pcmcia
[   23.565564] ata7: PATA max PIO0 cmd 0x2100 ctl 0x210e irq 22
[   23.624442] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   23.624455]  excluding 0xc0000-0xfffff
[   23.624475] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   23.624484]  excluding 0xa0000000-0xa0ffffff
[   23.624501] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   23.624510]  excluding 0x60000000-0x60ffffff
[   23.657697] media: Linux media interface: v0.10
[   23.782245] Linux video capture interface: v2.00
[   24.902113] uvcvideo: Found UVC 1.00 device HP Webcam [2 MP Macro] (04f2:b163)
[   24.938914] uvcvideo 1-1.5:1.0: Entity type for entity Extension 5 was not initialized!
[   24.938919] uvcvideo 1-1.5:1.0: Entity type for entity Extension 4 was not initialized!
[   24.938922] uvcvideo 1-1.5:1.0: Entity type for entity Processing 3 was not initialized!
[   24.938924] uvcvideo 1-1.5:1.0: Entity type for entity Camera 1 was not initialized!
[   24.939093] input: HP Webcam [2 MP Macro] as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input23
[   24.939225] usbcore: registered new interface driver uvcvideo
[   24.939227] USB Video Class driver (1.1.1)
[   25.637921] Adding 3979260k swap on /dev/sda5.  Priority:-1 extents:1 across:3979260k FS
[   27.408135] IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
[   27.410349] iwlwifi 0000:43:00.0: L1 Enabled - LTR Disabled
[   27.416992] iwlwifi 0000:43:00.0: L1 Enabled - LTR Disabled
[   27.417089] iwlwifi 0000:43:00.0: Radio type=0x1-0x3-0x1
[   27.637076] iwlwifi 0000:43:00.0: L1 Enabled - LTR Disabled
[   27.643709] iwlwifi 0000:43:00.0: L1 Enabled - LTR Disabled
[   27.643806] iwlwifi 0000:43:00.0: Radio type=0x1-0x3-0x1
[   27.725687] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
[   31.260316] wlo1: authenticate with 70:8b:cd:c6:ad:58
[   31.291723] wlo1: send auth to 70:8b:cd:c6:ad:58 (try 1/3)
[   31.294522] wlo1: authenticated
[   31.294637] wlo1: waiting for beacon from 70:8b:cd:c6:ad:58
[   31.341087] wlo1: associate with 70:8b:cd:c6:ad:58 (try 1/3)
[   31.344957] wlo1: RX AssocResp from 70:8b:cd:c6:ad:58 (capab=0x411 status=0 aid=1)
[   31.348390] wlo1: associated
[   31.348438] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[  528.584201] wlo1: authenticate with 70:8b:cd:c6:ad:5c
[  528.615526] wlo1: send auth to 70:8b:cd:c6:ad:5c (try 1/3)
[  528.661731] wlo1: authenticated
[  528.664062] wlo1: associate with 70:8b:cd:c6:ad:5c (try 1/3)
[  528.665154] wlo1: RX AssocResp from 70:8b:cd:c6:ad:5c (capab=0x11 status=0 aid=1)
[  528.668442] wlo1: associated
[  528.763488] wlo1: Limiting TX power to 23 (23 - 0) dBm as advertised by 70:8b:cd:c6:ad:5c
[  954.658531] fuse init (API version 7.26)
[ 1543.959928] perf: interrupt took too long (2506 > 2500), lowering kernel.perf_event_max_sample_rate to 79800
[ 2308.159321] perf: interrupt took too long (3145 > 3132), lowering kernel.perf_event_max_sample_rate to 63300
[ 5180.361793] perf: interrupt took too long (3943 > 3931), lowering kernel.perf_event_max_sample_rate to 50700

I do get a tpm error on startup but I don't think that'd effect it?

Seems to be back to on/off disk activity, typing this it just accesses the disk and then it catches up, like delayed typing.

Offline

#20 2017-09-03 16:01:18

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED]General slow performance (thrashing the disk)

This will probably show the drive model:

cat /sys/class/block/sd?/device/{model,vendor}

And other methods.

Offline

#21 2017-09-03 16:59:00

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

Re: [SOLVED]General slow performance (thrashing the disk)

TOSHIBA MK1633GS
ATA

Just grabbed slax so going to try and boot that, see what happens

Offline

#22 2017-09-03 18:57:32

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: [SOLVED]General slow performance (thrashing the disk)

shiftybloke wrote:

but I found it dull and wanted to use something else.

If there's one good thing about using Arch Linux... big_smile

Offline

#23 2017-09-06 20:00:15

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

Re: [SOLVED]General slow performance (thrashing the disk)

I've installed Ubuntu tonight to see if I was going mad, whilst it runs better than Arch it does still use the disk a lot.

Interestingly it uses a lot more RAM, pretty much over a Gig every time where Arch would get no where near that, hmm!

There's no massive pauses between tabs etc, its odd.  I wonder whats different...

Last edited by shiftybloke (2017-09-06 20:01:21)

Offline

#24 2017-09-27 18:48:51

shiftybloke
Member
Registered: 2017-09-01
Posts: 15

Re: [SOLVED]General slow performance (thrashing the disk)

Just a really late update.

Changed the HDD to an SSD and got Arch Installed, it absolutely flies now.  After trying other distros etc it was clearly the HDD failing slowly.

Thanks to everyone who had suggestions, happy to be back on Arch

Offline

Board footer

Powered by FluxBB