Darktable won't open

At the moment I’m typing on my phone, sorry for not that nice formatting…

I get the feeling, dt is somehow still running, by the time we delete or move the ~/.config/darktable
OR
it gets started either
-automatically or
-with parameters we don’t see here

To check this try the following:
ps aux | grep darktable
alias | grep darktable

actually above with your pgrep you found that. So killing dt prior moving away it’s config is essential

sudo kill “process number”

… after that and being sure there is no alias and no other autostart and also being sure there is only one installation of dt on your machine, try again to move or delete ~/.config/darktable

Ok so I have single stepped this to confirm dt is starting but not displaying a gui

Removed app icon pinned to start panel
Restart
Uninstalled dt
Restart
rm -rf ~/.config/darktable
Restart
pgrep -l darktable (to confirm not running)
Installed dt
Restart
pgrep -l darktable (to confirm not running)
Run dt - wait cursor for about 10 seconds, nothing on screen or panel Alt-Tab just to make sure it isn’t off screen somewhere
pgrep -l darktable (which returns a pid of 2551)

So , despite best efforts I’m where I started. Thanks all for your help. Is there another forum where I could take this?

@Area51Resident your last question could be misunderstood or misinterpreted. Especially some(if not all) darktable developers are here :slight_smile:

However, you might bring it to a MINT- or an UBUNTU-Forum, AFAIK your MINT is UBUNTU-based.
Maybe that is actually a good idea, as dt acc. to my experience is rock solid and the issue might be somewhere else…

We may still try some things together…

→ It looks to me know dt is starting but the GUI crashes or is broken in any other way. ←

I never saw something like this on my machine but I would expect, if you start dt -d all on a terminal, you would get helpfull feedback
e.g. in my case, because I have git-master installed in parallel I geth this:

~ $ darktable -d all
[memory] at startup
[memory] max address space (vmpeak): 271212 kB
[memory] cur address space (vmsize): 271212 kB
[memory] max used memory (vmhwm ): 16708 kB
[memory] cur used memory (vmrss ): 16708 kB

** (darktable:30395): WARNING **: 04:57:06.441: Couldn’t register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[init] database version of `library.db’ is too new for this build of darktable. aborting
ERROR : cannot open database

If by what ever reason, we see here, you have a very old dt-version, then pls. spend what ever it takes, to get at least darktable-2.4.4 on hand

Than still some other analysis (btw. now might be the time to start a crisp list, what have been done so far, not to all details but basic steps)

  • pgrep -l darktable (make sure is not running)
  • if so, pls.
  • kill -9 xxxx (where xxxx is th PID you got above)
  • in a terminal type darktable --version
    → geths me here:

~ $ darktable --version
this is darktable 2.6.2
copyright (c) 2009-2019 johannes hanika
darktable-dev@lists.darktable.org

compile options:
bit depth is 64 bit
normal build
SSE2 optimized codepath enabled
OpenMP support enabled
OpenCL support enabled
Lua support disabled
Colord support disabled
gPhoto2 support enabled
GraphicsMagick support disabled
OpenEXR support enabled

After you are sure, dt is not running (pgrep), pls try from a terminal

  • darktable -d all (and report back the full output)

Besides I am still waiting, you type alias in a terminal and tell us, whether in the list you may get, you find darktable.

I am not familiar with MINT since I use gentoo. Google tells me, there is synaptics, as a GUI for apt-get. Anyway:

  • could you try to installed dt like so: https://www.youtube.com/watch?v=VAWEm7m5uo8 ??
    (gives you the chance to see messages in between).
  • also I am not sure at all, how your distro guarantees that all dependencies are updated prior installation.
  • so can you make sure, your system is up-to-date or at least all dt-relevant packages are up-to-date (especially gtk+ shall be >=3.14

Here is acc. to my system (maybe not everything relevant for you!) the list af all deps:

BDEPEND="
dev-util/intltool
virtual/pkgconfig
nls? ( sys-devel/gettext )
"
COMMON_DEPEND="
dev-db/sqlite:3
dev-libs/json-glib
dev-libs/libxml2:2
dev-libs/pugixml:0=
gnome-base/librsvg:2
>=media-gfx/exiv2-0.25-r2:0=[xmp]
media-libs/lcms:2
>=media-libs/lensfun-0.2.3:0=
media-libs/libpng:0=
media-libs/tiff:0
net-libs/libsoup:2.4
net-misc/curl
sys-libs/zlib:=
virtual/jpeg:0
x11-libs/cairo
>=x11-libs/gtk±3.14:3
x11-libs/pango
colord? ( x11-libs/colord-gtk:0= )
cups? ( net-print/cups )
flickr? ( media-libs/flickcurl )
geolocation? ( >=sci-geosciences/osm-gps-map-1.1.0 )
gnome-keyring? ( >=app-crypt/libsecret-0.18 )
gphoto2? ( media-libs/libgphoto2:= )
graphicsmagick? ( media-gfx/graphicsmagick )
jpeg2k? ( media-libs/openjpeg:2= )
opencl? ( virtual/opencl )
openexr? ( media-libs/openexr:0= )
webp? ( media-libs/libwebp:0= )
"

I am sure, we make it run, -one day :wink: :smile:

1 Like

Absolutely no offence meant. Didn’t realize I was already in the best place to get help on this.

I did have a cursory look through Linux Mint forums but there weren’t any concluded threads that fit this scenario. There was one very similar where the person was running wrong video drivers, I’m using the correct ones as far as I can tell.

Here is what I’m getting:

jason@Lexington ~ $ darktable -d all
[memory] at startup
[memory] max address space (vmpeak): 331784 kB
[memory] cur address space (vmsize): 331784 kB
[memory] max used memory (vmhwm ): 20096 kB
[memory] cur used memory (vmrss ): 20096 kB
[defaults] found a 64-bit system with 2023956 kb ram and 2 cores (0 atom based)
[defaults] setting very conservative defaults
0.242388 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:443, function _dt_collection_compute_count(): prepare “SELECT COUNT(DISTINCT id) FROM main.images WHERE (flags & 256) != 256 and (flags & 7) >= 0 AND (flags & 7) != 6 AND ((film_id IN (SELECT id FROM main.film_rolls WHERE folder LIKE ‘'))) ORDER BY filename, version LIMIT ?1, ?2" 0.243029 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:566, function dt_collection_get_selected(): prepare "SELECT DISTINCT id FROM main.images WHERE id IN (SELECT imgid FROM main.selected_images) ORDER BY filename, version LIMIT ?1" 0.244091 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:467, function dt_collection_get_selected_count(): prepare "SELECT COUNT(*) FROM main.selected_images" 0.244235 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:1207, function dt_collection_update_query(): prepare "DELETE FROM main.selected_images WHERE imgid NOT IN (SELECT DISTINCT id FROM main.images WHERE (flags & 256) != 256 and (flags & 7) >= 0 AND (flags & 7) != 6 AND ((film_id IN (SELECT id FROM main.film_rolls WHERE folder LIKE '’))) ORDER BY filename, version LIMIT ?1, ?2)”
0.244430 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:443, function _dt_collection_compute_count(): prepare “SELECT COUNT(DISTINCT id) FROM main.images WHERE (flags & 256) != 256 and (flags & 7) >= 0 AND (flags & 7) != 6 AND ((film_id IN (SELECT id FROM main.film_rolls WHERE folder LIKE ‘%’))) ORDER BY filename, version”
0.244662 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:566, function dt_collection_get_selected(): prepare “SELECT DISTINCT id FROM main.images WHERE id IN (SELECT imgid FROM main.selected_images) ORDER BY filename, version LIMIT ?1”
0.244751 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:467, function dt_collection_get_selected_count(): prepare "SELECT COUNT() FROM main.selected_images"
0.244816 [pwstorage_new] Creating new context 0x14d2ac0
0.244829 [pwstorage_new] autodetected storage backend.
0.244848 [pwstorage_new] no storage backend. not storing username/password. please change in preferences, core tab.
0.269817 [opencl_init] opencl related configuration options:
0.269842 [opencl_init]
0.269854 [opencl_init] opencl: 1
0.269865 [opencl_init] opencl_library: ‘’
0.269878 [opencl_init] opencl_memory_requirement: 768
0.269892 [opencl_init] opencl_memory_headroom: 300
0.269904 [opencl_init] opencl_device_priority: '
/!0,//*’
0.269917 [opencl_init] opencl_mandatory_timeout: 200
0.269929 [opencl_init] opencl_size_roundup: 16
0.269940 [opencl_init] opencl_async_pixelpipe: 0
0.269950 [opencl_init] opencl_synch_cache: 0
0.269962 [opencl_init] opencl_number_event_handles: 25
0.269975 [opencl_init] opencl_micro_nap: 1000
0.269986 [opencl_init] opencl_use_pinned_memory: 0
0.269997 [opencl_init] opencl_use_cpu_devices: 0
0.270007 [opencl_init] opencl_avoid_atomics: 0
0.270016 [opencl_init]
0.270324 [opencl_init] could not find opencl runtime library ‘libOpenCL’
0.270445 [opencl_init] could not find opencl runtime library ‘libOpenCL.so’
0.271508 [opencl_init] found opencl runtime library ‘libOpenCL.so.1’
0.271568 [opencl_init] opencl library ‘libOpenCL.so.1’ found on your system and loaded

jason@Lexington ~ $ darktable --version
this is darktable 2.4.4
copyright (c) 2009-2018 johannes hanika
darktable-dev@lists.darktable.org

compile options:
bit depth is 64 bit
normal build
SSE2 optimized codepath enabled
OpenMP support enabled
OpenCL support enabled
Lua support enabled, API version 5.0.0
Colord support enabled
gPhoto2 support enabled
GraphicsMagick support enabled
OpenEXR support enabled

jason@Lexington ~ $ pgrep -l darktable

jason@Lexington ~ $ darktable -d all
[memory] at startup
[memory] max address space (vmpeak): 331784 kB
[memory] cur address space (vmsize): 331784 kB
[memory] max used memory (vmhwm ): 19744 kB
[memory] cur used memory (vmrss ): 19744 kB
[defaults] found a 64-bit system with 2023956 kb ram and 2 cores (0 atom based)
[defaults] setting very conservative defaults
0.330245 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:443, function _dt_collection_compute_count(): prepare “SELECT COUNT(DISTINCT id) FROM main.images WHERE (flags & 256) != 256 and (flags & 7) >= 0 AND (flags & 7) != 6 AND ((film_id IN (SELECT id FROM main.film_rolls WHERE folder LIKE ‘'))) ORDER BY filename, version LIMIT ?1, ?2" 0.331141 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:566, function dt_collection_get_selected(): prepare "SELECT DISTINCT id FROM main.images WHERE id IN (SELECT imgid FROM main.selected_images) ORDER BY filename, version LIMIT ?1" 0.332135 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:467, function dt_collection_get_selected_count(): prepare "SELECT COUNT(*) FROM main.selected_images" 0.332261 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:1207, function dt_collection_update_query(): prepare "DELETE FROM main.selected_images WHERE imgid NOT IN (SELECT DISTINCT id FROM main.images WHERE (flags & 256) != 256 and (flags & 7) >= 0 AND (flags & 7) != 6 AND ((film_id IN (SELECT id FROM main.film_rolls WHERE folder LIKE '’))) ORDER BY filename, version LIMIT ?1, ?2)”
0.332570 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:443, function _dt_collection_compute_count(): prepare “SELECT COUNT(DISTINCT id) FROM main.images WHERE (flags & 256) != 256 and (flags & 7) >= 0 AND (flags & 7) != 6 AND ((film_id IN (SELECT id FROM main.film_rolls WHERE folder LIKE ‘%’))) ORDER BY filename, version”
0.332929 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:566, function dt_collection_get_selected(): prepare “SELECT DISTINCT id FROM main.images WHERE id IN (SELECT imgid FROM main.selected_images) ORDER BY filename, version LIMIT ?1”
0.333121 [sql] /build/darktable-6fjxN4/darktable-2.4.4/src/common/collection.c:467, function dt_collection_get_selected_count(): prepare "SELECT COUNT() FROM main.selected_images"
0.333283 [pwstorage_new] Creating new context 0x191f6f0
0.333300 [pwstorage_new] autodetected storage backend.
0.333307 [pwstorage_new] no storage backend. not storing username/password. please change in preferences, core tab.
0.362190 [opencl_init] opencl related configuration options:
0.362216 [opencl_init]
0.362225 [opencl_init] opencl: 1
0.362234 [opencl_init] opencl_library: ‘’
0.362244 [opencl_init] opencl_memory_requirement: 768
0.362255 [opencl_init] opencl_memory_headroom: 300
0.362264 [opencl_init] opencl_device_priority: '
/!0,//*’
0.362274 [opencl_init] opencl_mandatory_timeout: 200
0.362284 [opencl_init] opencl_size_roundup: 16
0.362295 [opencl_init] opencl_async_pixelpipe: 0
0.362303 [opencl_init] opencl_synch_cache: 0
0.362314 [opencl_init] opencl_number_event_handles: 25
0.362323 [opencl_init] opencl_micro_nap: 1000
0.362332 [opencl_init] opencl_use_pinned_memory: 0
0.362341 [opencl_init] opencl_use_cpu_devices: 0
0.362350 [opencl_init] opencl_avoid_atomics: 0
0.362357 [opencl_init]
0.362594 [opencl_init] could not find opencl runtime library ‘libOpenCL’
0.362687 [opencl_init] could not find opencl runtime library ‘libOpenCL.so’
0.366412 [opencl_init] found opencl runtime library ‘libOpenCL.so.1’
0.366481 [opencl_init] opencl library ‘libOpenCL.so.1’ found on your system and loaded

I have to enter CRTL-C to get terminal prompt back

In follow-up to your earlier post:

jason@Lexington ~ ps aux | grep darktable jason 4242 0.0 0.0 14224 1080 pts/0 S+ 10:57 0:00 grep --color=auto darktable jason@Lexington ~ alias | grep darktable
jason@Lexington - $

Removed dt via Mint Software Manager
Then:

jason@Lexington ~ sudo apt-get update [sudo] password for jason: Ign:1 http://mirror.csclub.uwaterloo.ca/linuxmint-packages sylvia InRelease Hit:2 http://mirror.csclub.uwaterloo.ca/ubuntu xenial InRelease Hit:3 http://mirror.csclub.uwaterloo.ca/ubuntu xenial-updates InRelease Ign:4 http://dl.google.com/linux/chrome/deb stable InRelease Hit:5 http://mirror.csclub.uwaterloo.ca/ubuntu xenial-backports InRelease Hit:6 http://mirror.csclub.uwaterloo.ca/linuxmint-packages sylvia Release Hit:7 http://archive.canonical.com/ubuntu xenial InRelease Hit:8 http://security.ubuntu.com/ubuntu xenial-security InRelease Hit:9 http://ppa.launchpad.net/nm-l2tp/network-manager-l2tp/ubuntu xenial InRelease Hit:10 http://dl.google.com/linux/chrome/deb stable Release Hit:11 http://ppa.launchpad.net/pmjdebruijn/darktable-release/ubuntu xenial InRelease Reading package lists... Done jason@Lexington ~

jason@Lexington ~ $ sudo apt-get install darktable -y

Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages were automatically installed and are no longer required:
gir1.2-gexiv2-0.10 libgexiv2-2 libjs-prototype libjs-scriptaculous libllvm5.0 vpnc-scripts
Use ‘sudo apt autoremove’ to remove them.
Recommended packages:
darktable-dbg
The following NEW packages will be installed:
darktable
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/3,468 kB of archives.
After this operation, 16.4 MB of additional disk space will be used.
Selecting previously unselected package darktable.
(Reading database … 844623 files and directories currently installed.)
Preparing to unpack …/darktable_1%3a2.4.4-0pmjdebruijn1~xenial_amd64.deb …
Unpacking darktable (1:2.4.4-0pmjdebruijn1~xenial) …
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) …
Processing triggers for desktop-file-utils (0.22+linuxmint1) …
Processing triggers for mime-support (3.59ubuntu1) …
Processing triggers for man-db (2.7.5-1) …
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) …
Setting up darktable (1:2.4.4-0pmjdebruijn1~xenial) …
jason@Lexington ~ $

These I’m not sure of:

  • also I am not sure at all, how your distro guarantees that all dependencies are updated prior installation.
  • so can you make sure, your system is up-to-date or at least all dt-relevant packages are up-to-date (especially gtk+ shall be >=3.14

Linux Mint updates and Software Manager etc manage dependencies as far as I know
I don’t know how to find my gtk+ version

According to everything I can find Linux Mint 18 uses gkt 3.18

Thanks for your continuing help on this.

No worries no offending taken :slight_smile:

darned, I hoped for an error message

Which grafic board you are using and which driver?

can you pls. take a simple editor and edit ~/.config/darktable/darktablerc and change the following:

opencl=TRUE
to
opencl=false
(that is not case sensitive, don’t worry. Indeed later you need opencl, but one by one…)

if you still have the same issue, can you check with the command dmesg in a terminal, whether you see something suspicous?

if that all does not help, I slowly get the feeling your package is broken. In that case try to get an up to date version, maybe thru this channel:

I don’t have that file:

jason@Lexington ~ cd ~/.config/darktable jason@Lexington ~/.config/darktable ls
data.db data.db.lock library.db library.db.lock
jason@Lexington ~/.config/darktable $

Here is what I suspect:
Linux Mint 18.3 has an old version of dt ( 2.0.3-1) in its repository but one of the updates broke it
I added the ppa to get 2.4.2 but that isn’t working either
They do offer a flatpak version so I’ll give that a try
If that fails then I’ll roll back to 2.0.3-1 and see if the Mint forums have any ideas.

I was trying dt to tether my new Sony 7ii but it isn’t well supported and is unstable (frequent hangs and stops responding, captures not being saved etc.). Tethering works quite good in the Windows version of dt but I needed something portable. I have tried Entangle and works OK, but errors out on live preview.

Thanks again for sticking with this.

As requested:

jason@Lexington ~ $ dmesg
[ 0.000000] microcode: microcode updated early to revision 0xba, date = 2010-10-03
[ 0.000000] Linux version 4.15.0-46-generic (buildd@lgw01-amd64-008) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #49~16.04.1-Ubuntu SMP Tue Feb 12 17:45:24 UTC 2019 (Ubuntu 4.15.0-46.49~16.04.1-generic 4.15.18)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-46-generic root=UUID=37aaa60c-243e-49da-9f4d-d48565ca8231 ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007eeaffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007eeb0000-0x000000007eecbfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007eecc000-0x000000007eefffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007ef00000-0x000000007effffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: LENOVO 64577WU/64577WU, BIOS 7LETC6WW (2.26 ) 05/11/2009
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x7eeb0 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-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 07F000000 mask FFF000000 uncachable
[ 0.000000] 1 base 000000000 mask F80000000 write-back
[ 0.000000] 2 base 07EF00000 mask FFFF00000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] total RAM covered: 2031M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 32M num_reg: 3 lose cover RAM: 0G
[ 0.000000] found SMP MP-table at [mem 0x000f68f0-0x000f68ff] mapped at [ (ptrval)]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ (ptrval)] 97000 size 24576
[ 0.000000] BRK [0x1b93f000, 0x1b93ffff] PGTABLE
[ 0.000000] BRK [0x1b940000, 0x1b940fff] PGTABLE
[ 0.000000] BRK [0x1b941000, 0x1b941fff] PGTABLE
[ 0.000000] BRK [0x1b942000, 0x1b942fff] PGTABLE
[ 0.000000] BRK [0x1b943000, 0x1b943fff] PGTABLE
[ 0.000000] BRK [0x1b944000, 0x1b944fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x31308000-0x3497bfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F68C0 000024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 0x000000007EEBB62B 000094 (v01 LENOVO TP-7L 00002260 LTP 00000000)
[ 0.000000] ACPI: FACP 0x000000007EEBB700 0000F4 (v03 LENOVO TP-7L 00002260 LNVO 00000001)
[ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 64/32 (20170831/tbfadt-603)
[ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Gpe1Block has valid Address but zero Length: 0x000000000000102C/0x0 (20170831/tbfadt-658)
[ 0.000000] ACPI: DSDT 0x000000007EEBBB1D 010025 (v01 LENOVO TP-7L 00002260 MSFT 03000000)
[ 0.000000] ACPI: FACS 0x000000007EEE4000 000040
[ 0.000000] ACPI: FACS 0x000000007EEE4000 000040
[ 0.000000] ACPI: SSDT 0x000000007EEBB8B4 000269 (v01 LENOVO TP-7L 00002260 MSFT 03000000)
[ 0.000000] ACPI: ECDT 0x000000007EECBB42 000052 (v01 LENOVO TP-7L 00002260 LNVO 00000001)
[ 0.000000] ACPI: TCPA 0x000000007EECBB94 000032 (v02 LENOVO TP-7L 00002260 LNVO 00000001)
[ 0.000000] ACPI: APIC 0x000000007EECBBC6 000068 (v01 LENOVO TP-7L 00002260 LNVO 00000001)
[ 0.000000] ACPI: MCFG 0x000000007EECBC2E 00003C (v01 LENOVO TP-7L 00002260 LNVO 00000001)
[ 0.000000] ACPI: HPET 0x000000007EECBC6A 000038 (v01 LENOVO TP-7L 00002260 LNVO 00000001)
[ 0.000000] ACPI: SLIC 0x000000007EECBDF0 000176 (v01 LENOVO TP-7L 00002260 LTP 00000000)
[ 0.000000] ACPI: BOOT 0x000000007EECBF66 000028 (v01 LENOVO TP-7L 00002260 LTP 00000001)
[ 0.000000] ACPI: ASF! 0x000000007EECBF8E 000072 (v16 LENOVO TP-7L 00002260 PTL 00000001)
[ 0.000000] ACPI: SSDT 0x000000007EEE271B 00025F (v01 LENOVO TP-7L 00002260 INTL 20050513)
[ 0.000000] ACPI: SSDT 0x000000007EEE297A 0000A6 (v01 LENOVO TP-7L 00002260 INTL 20050513)
[ 0.000000] ACPI: SSDT 0x000000007EEE2A20 0004F7 (v01 LENOVO TP-7L 00002260 INTL 20050513)
[ 0.000000] ACPI: SSDT 0x000000007EEE2F17 0001D8 (v01 LENOVO TP-7L 00002260 INTL 20050513)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007eeaffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x7ee85000-0x7eeaffff]
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000007eeaffff]
[ 0.000000] Normal empty
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000007eeaffff]
[ 0.000000] Reserved but unavailable: 4532 pages
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007eeaffff]
[ 0.000000] On node 0 totalpages: 519756
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 8059 pages used for memmap
[ 0.000000] DMA32 zone: 515760 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 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] 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 2 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000d1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000d2000-0x000d3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000d4000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] e820: [mem 0x7f000000-0xefffffff] 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: 7645519600211568 ns
[ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] percpu: Embedded 46 pages/cpu @ (ptrval) s151552 r8192 d28672 u1048576
[ 0.000000] pcpu-alloc: s151552 r8192 d28672 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 511612
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-46-generic root=UUID=37aaa60c-243e-49da-9f4d-d48565ca8231 ro quiet splash vt.handoff=7
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 1961864K/2079024K available (12300K kernel code, 2472K rwdata, 4264K rodata, 2408K init, 2416K bss, 117160K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 39204 entries in 154 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[ 0.000000] vt handoff: transparent VT on vt#7
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] ACPI: Core revision 20170831
[ 0.000000] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] APIC: Switch to symmetric I/O mode setup
[ 0.000000] …TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.020000] tsc: Fast TSC calibration using PIT
[ 0.024000] tsc: Detected 2394.236 MHz processor
[ 0.024000] Calibrating delay loop (skipped), value calculated using timer frequency… 4788.47 BogoMIPS (lpj=9576944)
[ 0.024000] pid_max: default: 32768 minimum: 301
[ 0.024000] Security Framework initialized
[ 0.024000] Yama: becoming mindful.
[ 0.024000] AppArmor: AppArmor initialized
[ 0.024000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.024000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.024000] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.024000] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.028230] mce: CPU supports 6 MCE banks
[ 0.028237] CPU0: Thermal monitoring enabled (TM2)
[ 0.028240] process: using mwait in idle threads
[ 0.028245] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[ 0.028246] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[ 0.028248] Spectre V2 : Mitigation: Full generic retpoline
[ 0.028249] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.028250] Speculative Store Bypass: Vulnerable
[ 0.028401] Freeing SMP alternatives memory: 36K
[ 0.036000] smpboot: CPU0: Intel(R) Core™2 Duo CPU T7700 @ 2.40GHz (family: 0x6, model: 0xf, stepping: 0xb)
[ 0.036000] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.036000] core: PEBS disabled due to CPU errata
[ 0.036000] … version: 2
[ 0.036000] … bit width: 40
[ 0.036000] … generic registers: 2
[ 0.036000] … value mask: 000000ffffffffff
[ 0.036000] … max period: 000000007fffffff
[ 0.036000] … fixed-purpose events: 3
[ 0.036000] … event mask: 0000000700000003
[ 0.036000] Hierarchical SRCU implementation.
[ 0.036000] smp: Bringing up secondary CPUs …
[ 0.036000] x86: Booting SMP configuration:
[ 0.036000] … node #0, CPUs: #1
[ 0.038042] TSC synchronization [CPU#0 → CPU#1]:
[ 0.038045] Measured 392040 cycles TSC warp between CPUs, turning off TSC clock.
[ 0.038046] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[ 0.038080] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.038172] smp: Brought up 1 node, 2 CPUs
[ 0.038172] smpboot: Max logical packages: 1
[ 0.038172] smpboot: Total of 2 processors activated (9576.94 BogoMIPS)
[ 0.040229] devtmpfs: initialized
[ 0.040229] x86/mm: Memory block size: 128MB
[ 0.040470] evm: security.selinux
[ 0.040471] evm: security.SMACK64
[ 0.040471] evm: security.SMACK64EXEC
[ 0.040472] evm: security.SMACK64TRANSMUTE
[ 0.040473] evm: security.SMACK64MMAP
[ 0.040473] evm: security.apparmor
[ 0.040474] evm: security.ima
[ 0.040475] evm: security.capability
[ 0.040543] PM: Registering ACPI NVS region [mem 0x7eecc000-0x7eefffff] (212992 bytes)
[ 0.040606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.040606] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.040606] pinctrl core: initialized pinctrl subsystem
[ 0.040606] RTC time: 15:41:25, date: 03/30/19
[ 0.040606] NET: Registered protocol family 16
[ 0.040606] audit: initializing netlink subsys (disabled)
[ 0.040606] audit: type=2000 audit(1553960485.040:1): state=initialized audit_enabled=0 res=1
[ 0.040606] cpuidle: using governor ladder
[ 0.040606] cpuidle: using governor menu
[ 0.040606] Simple Boot Flag at 0x35 set to 0x1
[ 0.040606] ACPI FADT declares the system doesn’t support PCIe ASPM, so disable it
[ 0.040606] ACPI: bus type PCI registered
[ 0.040606] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.040606] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[ 0.040606] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[ 0.040606] PCI: Using configuration type 1 for base access
[ 0.044037] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.044099] ACPI: Added _OSI(Module Device)
[ 0.044100] ACPI: Added _OSI(Processor Device)
[ 0.044101] ACPI: Added _OSI(3.0 SCP Extensions)
[ 0.044102] ACPI: Added OSI(Processor Aggregator Device)
[ 0.044103] ACPI: Added OSI(Linux-Dell-Video)
[ 0.044105] ACPI: Added OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.044106] ACPI: Added OSI(Linux-HPI-Hybrid-Graphics)
[ 0.044109] ACPI: EC: EC started
[ 0.044110] ACPI: EC: interrupt blocked
[ 0.045374] ACPI: : Used as first EC
[ 0.045376] ACPI: : GPE=0x12, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.045378] ACPI: : Used as boot ECDT EC to handle transactions
[ 0.051525] ACPI: [Firmware Bug]: BIOS OSI(Linux) query ignored
[ 0.065585] ACPI: Dynamic OEM Table Load:
[ 0.065593] ACPI: SSDT 0xFFFF93E67BA32C00 000306 (v01 PmRef Cpu0Ist 00000100 INTL 20050513)
[ 0.066087] ACPI: Dynamic OEM Table Load:
[ 0.066094] ACPI: SSDT 0xFFFF93E67C146000 00085E (v01 PmRef Cpu0Cst 00000100 INTL 20050513)
[ 0.066861] ACPI: Dynamic OEM Table Load:
[ 0.066867] ACPI: SSDT 0xFFFF93E67BA84A00 0000C8 (v01 PmRef Cpu1Ist 00000100 INTL 20050513)
[ 0.067127] ACPI: Dynamic OEM Table Load:
[ 0.067132] ACPI: SSDT 0xFFFF93E67BA8DB40 000085 (v01 PmRef Cpu1Cst 00000100 INTL 20050513)
[ 0.067561] ACPI: Interpreter enabled
[ 0.067584] ACPI: (supports S0 S3 S4 S5)
[ 0.067586] ACPI: Using IOAPIC for interrupt routing
[ 0.067615] PCI: Using host bridge windows from ACPI; if necessary, use “pci=nocrs” and report a bug
[ 0.068066] ACPI: Enabled 5 GPEs in block 00 to 1F
[ 0.078938] ACPI: Power Resource [PUBS] (on)
[ 0.080542] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[ 0.082363] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[ 0.092195] acpi IBM0079:00: ACPI dock station (docks/bays count: 3)
[ 0.092919] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11)
[ 0.093106] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.093291] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.093475] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.093659] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.093843] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.094028] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.094212] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.094356] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.094362] acpi PNP0A08:00: OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.095300] acpi PNP0A08:00: OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.095302] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.095317] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.095677] PCI host bridge to bus 0000:00
[ 0.095679] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.095681] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.095683] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.095685] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.095686] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.095688] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.095690] pci_bus 0000:00: root bus resource [mem 0x7f000000-0xfebfffff window]
[ 0.095692] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
[ 0.095694] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.095704] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[ 0.095840] pci 0000:00:01.0: [8086:2a01] type 01 class 0x060400
[ 0.095890] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.096104] pci 0000:00:19.0: [8086:1049] type 00 class 0x020000
[ 0.096142] pci 0000:00:19.0: reg 0x10: [mem 0xfe200000-0xfe21ffff]
[ 0.096167] pci 0000:00:19.0: reg 0x14: [mem 0xfe225000-0xfe225fff]
[ 0.096180] pci 0000:00:19.0: reg 0x18: [io 0x1840-0x185f]
[ 0.096296] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.096422] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[ 0.096545] pci 0000:00:1a.0: reg 0x20: [io 0x1860-0x187f]
[ 0.096726] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[ 0.096862] pci 0000:00:1a.1: reg 0x20: [io 0x1880-0x189f]
[ 0.097062] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[ 0.097111] pci 0000:00:1a.7: reg 0x10: [mem 0xfe226c00-0xfe226fff]
[ 0.097297] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.097436] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[ 0.097478] pci 0000:00:1b.0: reg 0x10: [mem 0xfe220000-0xfe223fff 64bit]
[ 0.097631] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.097782] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[ 0.097923] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.098065] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
[ 0.098205] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.098356] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
[ 0.098489] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.098635] pci 0000:00:1c.3: [8086:2845] type 01 class 0x060400
[ 0.098782] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.098941] pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400
[ 0.099074] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.099219] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[ 0.099346] pci 0000:00:1d.0: reg 0x20: [io 0x18a0-0x18bf]
[ 0.099535] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[ 0.099658] pci 0000:00:1d.1: reg 0x20: [io 0x18c0-0x18df]
[ 0.099843] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[ 0.099973] pci 0000:00:1d.2: reg 0x20: [io 0x18e0-0x18ff]
[ 0.100178] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[ 0.100236] pci 0000:00:1d.7: reg 0x10: [mem 0xfe227000-0xfe2273ff]
[ 0.100435] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.100563] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[ 0.100777] pci 0000:00:1f.0: [8086:2811] type 00 class 0x060100
[ 0.100945] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.100953] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.100959] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 1600 (mask 007f)
[ 0.100965] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 15e0 (mask 000f)
[ 0.100971] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 1680 (mask 001f)
[ 0.101140] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[ 0.101185] pci 0000:00:1f.1: reg 0x10: [io 0x0000-0x0007]
[ 0.101210] pci 0000:00:1f.1: reg 0x14: [io 0x0000-0x0003]
[ 0.101233] pci 0000:00:1f.1: reg 0x18: [io 0x0000-0x0007]
[ 0.101258] pci 0000:00:1f.1: reg 0x1c: [io 0x0000-0x0003]
[ 0.101283] pci 0000:00:1f.1: reg 0x20: [io 0x1830-0x183f]
[ 0.101337] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.101338] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.101340] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.101342] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.101474] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
[ 0.101509] pci 0000:00:1f.2: reg 0x10: [io 0x1c48-0x1c4f]
[ 0.101522] pci 0000:00:1f.2: reg 0x14: [io 0x1c1c-0x1c1f]
[ 0.101535] pci 0000:00:1f.2: reg 0x18: [io 0x1c40-0x1c47]
[ 0.101547] pci 0000:00:1f.2: reg 0x1c: [io 0x1c18-0x1c1b]
[ 0.101560] pci 0000:00:1f.2: reg 0x20: [io 0x1c20-0x1c3f]
[ 0.101573] pci 0000:00:1f.2: reg 0x24: [mem 0xfe226000-0xfe2267ff]
[ 0.101637] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.101762] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[ 0.101797] pci 0000:00:1f.3: reg 0x10: [mem 0xfe227400-0xfe2274ff]
[ 0.101843] pci 0000:00:1f.3: reg 0x20: [io 0x1c60-0x1c7f]
[ 0.102069] pci 0000:01:00.0: [10de:040c] type 00 class 0x030000
[ 0.102098] pci 0000:01:00.0: reg 0x10: [mem 0xd6000000-0xd6ffffff]
[ 0.102115] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.102130] pci 0000:01:00.0: reg 0x1c: [mem 0xd4000000-0xd5ffffff 64bit]
[ 0.102141] pci 0000:01:00.0: reg 0x24: [io 0x2000-0x207f]
[ 0.102154] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 0.102165] pci 0000:01:00.0: enabling Extended Tags
[ 0.112019] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.112022] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.112025] pci 0000:00:01.0: bridge window [mem 0xd4000000-0xd6ffffff]
[ 0.112029] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.112094] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.112101] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.112107] pci 0000:00:1c.0: bridge window [mem 0xfc000000-0xfdffffff]
[ 0.112116] pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf80fffff 64bit pref]
[ 0.112257] pci 0000:03:00.0: [8086:4230] type 00 class 0x028000
[ 0.112334] pci 0000:03:00.0: reg 0x10: [mem 0xdf2fe000-0xdf2fffff 64bit]
[ 0.112601] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.124059] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.124066] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.124073] pci 0000:00:1c.1: bridge window [mem 0xdc100000-0xdf2fffff]
[ 0.124082] pci 0000:00:1c.1: bridge window [mem 0xdfd00000-0xdfdfffff 64bit pref]
[ 0.124155] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.124162] pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
[ 0.124168] pci 0000:00:1c.2: bridge window [mem 0xd8000000-0xd9ffffff]
[ 0.124177] pci 0000:00:1c.2: bridge window [mem 0xdfa00000-0xdfafffff 64bit pref]
[ 0.124284] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.124291] pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
[ 0.124297] pci 0000:00:1c.3: bridge window [mem 0xd0000000-0xd1ffffff]
[ 0.124306] pci 0000:00:1c.3: bridge window [mem 0xdf700000-0xdf7fffff 64bit pref]
[ 0.124398] pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
[ 0.124405] pci 0000:00:1c.4: bridge window [io 0x7000-0x7fff]
[ 0.124411] pci 0000:00:1c.4: bridge window [mem 0xcc000000-0xcdffffff]
[ 0.124420] pci 0000:00:1c.4: bridge window [mem 0xdf400000-0xdf4fffff 64bit pref]
[ 0.124520] pci 0000:15:00.0: [1180:0476] type 02 class 0x060700
[ 0.124552] pci 0000:15:00.0: proprietary Ricoh MMC controller disabled (via cardbus function)
[ 0.124554] pci 0000:15:00.0: MMC cards are now supported by standard SDHCI controller
[ 0.124590] pci 0000:15:00.0: reg 0x10: [mem 0xf8100000-0xf8100fff]
[ 0.124661] pci 0000:15:00.0: supports D1 D2
[ 0.124662] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.124747] pci 0000:15:00.1: [1180:0832] type 00 class 0x0c0010
[ 0.124789] pci 0000:15:00.1: reg 0x10: [mem 0xf8101000-0xf81017ff]
[ 0.124966] pci 0000:15:00.1: supports D1 D2
[ 0.124968] pci 0000:15:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.125049] pci 0000:15:00.2: [1180:0822] type 00 class 0x080500
[ 0.125098] pci 0000:15:00.2: reg 0x10: [mem 0xf8101800-0xf81018ff]
[ 0.125270] pci 0000:15:00.2: supports D1 D2
[ 0.125272] pci 0000:15:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.125355] pci 0000:15:00.4: [1180:0592] type 00 class 0x088000
[ 0.125399] pci 0000:15:00.4: reg 0x10: [mem 0xf8102000-0xf81020ff]
[ 0.125579] pci 0000:15:00.4: supports D1 D2
[ 0.125581] pci 0000:15:00.4: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.125660] pci 0000:15:00.5: [1180:0852] type 00 class 0x088000
[ 0.125708] pci 0000:15:00.5: reg 0x10: [mem 0xf8102400-0xf81024ff]
[ 0.125879] pci 0000:15:00.5: supports D1 D2
[ 0.125880] pci 0000:15:00.5: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.126038] pci 0000:00:1e.0: PCI bridge to [bus 15-18] (subtractive decode)
[ 0.126045] pci 0000:00:1e.0: bridge window [io 0x8000-0xbfff]
[ 0.126053] pci 0000:00:1e.0: bridge window [mem 0xf8100000-0xfbffffff]
[ 0.126067] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
[ 0.126069] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.126071] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.126073] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.126074] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[ 0.126076] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[ 0.126078] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[ 0.126080] pci 0000:00:1e.0: bridge window [mem 0x7f000000-0xfebfffff window] (subtractive decode)
[ 0.126081] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed4bfff window] (subtractive decode)
[ 0.126167] pci_bus 0000:16: busn_res: [bus 16-18] end is updated to 17
[ 0.129444] ACPI: EC: interrupt unblocked
[ 0.129456] ACPI: EC: event unblocked
[ 0.129466] ACPI: _SB
.PCI0.LPC
.EC
: GPE=0x12, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.129468] ACPI: _SB
.PCI0.LPC
.EC
: Used as boot DSDT EC to handle transactions and events
[ 0.129787] SCSI subsystem initialized
[ 0.129829] libata version 3.00 loaded.
[ 0.129829] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.129829] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.129829] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.129829] vgaarb: loaded
[ 0.129829] ACPI: bus type USB registered
[ 0.129829] usbcore: registered new interface driver usbfs
[ 0.129829] usbcore: registered new interface driver hub
[ 0.129829] usbcore: registered new device driver usb
[ 0.129829] EDAC MC: Ver: 3.0.0
[ 0.129829] PCI: Using ACPI for IRQ routing
[ 0.134741] PCI: pci_cache_line_size set to 64 bytes
[ 0.134962] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.134963] e820: reserve RAM buffer [mem 0x7eeb0000-0x7fffffff]
[ 0.135085] NetLabel: Initializing
[ 0.135086] NetLabel: domain hash size = 128
[ 0.135087] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.135107] NetLabel: unlabeled traffic allowed by default
[ 0.135127] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.135127] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.135127] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.137027] clocksource: Switched to clocksource hpet
[ 0.153926] VFS: Disk quotas dquot_6.6.0
[ 0.153953] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.154123] AppArmor: AppArmor Filesystem Enabled
[ 0.154174] pnp: PnP ACPI init

The rest of it:

[ 0.155075] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.155078] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[ 0.155080] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[ 0.155082] system 00:00: [mem 0x000c8000-0x000cbfff] could not be reserved
[ 0.155084] system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
[ 0.155086] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
[ 0.155089] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 0.155091] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[ 0.155093] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 0.155095] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[ 0.155097] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.155099] system 00:00: [mem 0x00100000-0x7effffff] could not be reserved
[ 0.155101] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.155104] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.155111] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.155280] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.155282] system 00:01: [io 0x1000-0x107f] has been reserved
[ 0.155284] system 00:01: [io 0x1180-0x11bf] has been reserved
[ 0.155287] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.155289] system 00:01: [io 0x15e0-0x15ef] has been reserved
[ 0.155291] system 00:01: [io 0x1600-0x165f] could not be reserved
[ 0.155294] system 00:01: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.155296] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.155298] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.155300] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.155303] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.155305] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[ 0.155311] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.155398] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.155434] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.155466] pnp 00:04: Plug and Play ACPI device, IDs IBM0057 PNP0f13 (active)
[ 0.156219] pnp 00:05: Plug and Play ACPI device, IDs ATM1200 PNP0c31 (active)
[ 0.156964] pnp: PnP ACPI: found 6 devices
[ 0.164316] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.164424] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00020000 pref]
[ 0.164427] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00020000 pref]
[ 0.164430] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.164433] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.164436] pci 0000:00:01.0: bridge window [mem 0xd4000000-0xd6ffffff]
[ 0.164439] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.164444] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.164449] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.164456] pci 0000:00:1c.0: bridge window [mem 0xfc000000-0xfdffffff]
[ 0.164465] pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf80fffff 64bit pref]
[ 0.164479] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.164484] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.164492] pci 0000:00:1c.1: bridge window [mem 0xdc100000-0xdf2fffff]
[ 0.164501] pci 0000:00:1c.1: bridge window [mem 0xdfd00000-0xdfdfffff 64bit pref]
[ 0.164515] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.164520] pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
[ 0.164530] pci 0000:00:1c.2: bridge window [mem 0xd8000000-0xd9ffffff]
[ 0.164536] pci 0000:00:1c.2: bridge window [mem 0xdfa00000-0xdfafffff 64bit pref]
[ 0.164552] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.164558] pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
[ 0.164565] pci 0000:00:1c.3: bridge window [mem 0xd0000000-0xd1ffffff]
[ 0.164574] pci 0000:00:1c.3: bridge window [mem 0xdf700000-0xdf7fffff 64bit pref]
[ 0.164588] pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
[ 0.164593] pci 0000:00:1c.4: bridge window [io 0x7000-0x7fff]
[ 0.164605] pci 0000:00:1c.4: bridge window [mem 0xcc000000-0xcdffffff]
[ 0.164612] pci 0000:00:1c.4: bridge window [mem 0xdf400000-0xdf4fffff 64bit pref]
[ 0.164625] pci 0000:15:00.0: BAR 15: assigned [mem 0xf4000000-0xf7ffffff pref]
[ 0.164629] pci 0000:15:00.0: BAR 16: assigned [mem 0x80000000-0x83ffffff]
[ 0.164632] pci 0000:15:00.0: BAR 13: assigned [io 0x8000-0x80ff]
[ 0.164634] pci 0000:15:00.0: BAR 14: assigned [io 0x8400-0x84ff]
[ 0.164636] pci 0000:15:00.0: CardBus bridge to [bus 16-17]
[ 0.164638] pci 0000:15:00.0: bridge window [io 0x8000-0x80ff]
[ 0.164647] pci 0000:15:00.0: bridge window [io 0x8400-0x84ff]
[ 0.164654] pci 0000:15:00.0: bridge window [mem 0xf4000000-0xf7ffffff pref]
[ 0.164662] pci 0000:15:00.0: bridge window [mem 0x80000000-0x83ffffff]
[ 0.164669] pci 0000:00:1e.0: PCI bridge to [bus 15-18]
[ 0.164675] pci 0000:00:1e.0: bridge window [io 0x8000-0xbfff]
[ 0.164685] pci 0000:00:1e.0: bridge window [mem 0xf8100000-0xfbffffff]
[ 0.164691] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
[ 0.164708] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.164710] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.164712] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.164713] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
[ 0.164715] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
[ 0.164717] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff window]
[ 0.164719] pci_bus 0000:00: resource 10 [mem 0x7f000000-0xfebfffff window]
[ 0.164721] pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed4bfff window]
[ 0.164722] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.164724] pci_bus 0000:01: resource 1 [mem 0xd4000000-0xd6ffffff]
[ 0.164726] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.164728] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
[ 0.164730] pci_bus 0000:02: resource 1 [mem 0xfc000000-0xfdffffff]
[ 0.164731] pci_bus 0000:02: resource 2 [mem 0xf8000000-0xf80fffff 64bit pref]
[ 0.164733] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
[ 0.164735] pci_bus 0000:03: resource 1 [mem 0xdc100000-0xdf2fffff]
[ 0.164737] pci_bus 0000:03: resource 2 [mem 0xdfd00000-0xdfdfffff 64bit pref]
[ 0.164739] pci_bus 0000:04: resource 0 [io 0x5000-0x5fff]
[ 0.164740] pci_bus 0000:04: resource 1 [mem 0xd8000000-0xd9ffffff]
[ 0.164742] pci_bus 0000:04: resource 2 [mem 0xdfa00000-0xdfafffff 64bit pref]
[ 0.164744] pci_bus 0000:05: resource 0 [io 0x6000-0x6fff]
[ 0.164746] pci_bus 0000:05: resource 1 [mem 0xd0000000-0xd1ffffff]
[ 0.164747] pci_bus 0000:05: resource 2 [mem 0xdf700000-0xdf7fffff 64bit pref]
[ 0.164749] pci_bus 0000:0d: resource 0 [io 0x7000-0x7fff]
[ 0.164751] pci_bus 0000:0d: resource 1 [mem 0xcc000000-0xcdffffff]
[ 0.164753] pci_bus 0000:0d: resource 2 [mem 0xdf400000-0xdf4fffff 64bit pref]
[ 0.164754] pci_bus 0000:15: resource 0 [io 0x8000-0xbfff]
[ 0.164756] pci_bus 0000:15: resource 1 [mem 0xf8100000-0xfbffffff]
[ 0.164758] pci_bus 0000:15: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref]
[ 0.164759] pci_bus 0000:15: resource 4 [io 0x0000-0x0cf7 window]
[ 0.164761] pci_bus 0000:15: resource 5 [io 0x0d00-0xffff window]
[ 0.164763] pci_bus 0000:15: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.164765] pci_bus 0000:15: resource 7 [mem 0x000d4000-0x000d7fff window]
[ 0.164767] pci_bus 0000:15: resource 8 [mem 0x000d8000-0x000dbfff window]
[ 0.164769] pci_bus 0000:15: resource 9 [mem 0x000dc000-0x000dffff window]
[ 0.164770] pci_bus 0000:15: resource 10 [mem 0x7f000000-0xfebfffff window]
[ 0.164772] pci_bus 0000:15: resource 11 [mem 0xfed40000-0xfed4bfff window]
[ 0.164774] pci_bus 0000:16: resource 0 [io 0x8000-0x80ff]
[ 0.164776] pci_bus 0000:16: resource 1 [io 0x8400-0x84ff]
[ 0.164777] pci_bus 0000:16: resource 2 [mem 0xf4000000-0xf7ffffff pref]
[ 0.164779] pci_bus 0000:16: resource 3 [mem 0x80000000-0x83ffffff]
[ 0.164907] NET: Registered protocol family 2
[ 0.165256] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.165326] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.165440] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.165520] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.165539] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.165596] NET: Registered protocol family 1
[ 0.167410] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.167448] PCI: CLS mismatch (64 != 32), using 64 bytes
[ 0.167507] Unpacking initramfs…
[ 1.213648] Freeing initrd memory: 55760K
[ 1.213867] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2282f293ba7, max_idle_ns: 440795324382 ns
[ 1.214013] Scanning for low memory corruption every 60 seconds
[ 1.214820] Initialise system trusted keyrings
[ 1.214836] Key type blacklist registered
[ 1.214932] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[ 1.216818] zbud: loaded
[ 1.217488] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.217712] fuse init (API version 7.26)
[ 1.219783] Key type asymmetric registered
[ 1.219784] Asymmetric key parser ‘x509’ registered
[ 1.219824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 1.219865] io scheduler noop registered
[ 1.219866] io scheduler deadline registered
[ 1.219904] io scheduler cfq registered (default)
[ 1.221702] pcieport 0000:00:01.0: Signaling PME with IRQ 24
[ 1.221746] pcieport 0000:00:1c.0: Signaling PME with IRQ 25
[ 1.221792] pcieport 0000:00:1c.1: Signaling PME with IRQ 26
[ 1.221838] pcieport 0000:00:1c.2: Signaling PME with IRQ 27
[ 1.221879] pcieport 0000:00:1c.3: Signaling PME with IRQ 28
[ 1.221916] pcieport 0000:00:1c.4: Signaling PME with IRQ 29
[ 1.221948] pciehp 0000:00:01.0:pcie004: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep-
[ 1.221982] pciehp 0000:00:01.0:pcie004: Slot(1-1): Card present
[ 1.221997] pciehp 0000:00:1c.0:pcie004: Slot #2 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
[ 1.222044] pciehp 0000:00:1c.1:pcie004: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
[ 1.222090] pciehp 0000:00:1c.2:pcie004: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
[ 1.222131] pciehp 0000:00:1c.3:pcie004: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
[ 1.222170] pciehp 0000:00:1c.4:pcie004: Slot #2 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
[ 1.222281] vesafb: mode is 1920x1200x32, linelength=7680, pages=0
[ 1.222282] vesafb: scrolling: redraw
[ 1.222284] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.222304] vesafb: framebuffer at 0xd5000000, mapped to 0x (ptrval), using 9024k, total 9024k
[ 1.222479] Console: switching to colour frame buffer device 240x75
[ 1.222535] fb0: VESA VGA frame buffer device
[ 1.222554] intel_idle: does not run on family 6 model 15
[ 1.222815] ACPI: AC Adapter [AC] (on-line)
[ 1.222885] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 1.222968] ACPI: Lid Switch [LID]
[ 1.223017] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 1.223043] ACPI: Sleep Button [SLPB]
[ 1.223101] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 1.223117] ACPI: Power Button [PWRF]
[ 1.223887] Monitor-Mwait will be used to enter C-1 state
[ 1.223902] Monitor-Mwait will be used to enter C-2 state
[ 1.223916] Monitor-Mwait will be used to enter C-3 state
[ 1.227471] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 1.228137] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.228138] ACPI: Thermal Zone [THM0] (58 C)
[ 1.229827] thermal LNXTHERM:01: registered as thermal_zone1
[ 1.229828] ACPI: Thermal Zone [THM1] (57 C)
[ 1.230062] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.234701] Linux agpgart interface v0.103
[ 1.247774] ACPI: Battery Slot [BAT0] (battery present)
[ 1.251796] tpm_tis 00:05: 1.2 TPM (device-id 0xFFFF, rev-id 255)
[ 1.268829] tpm tpm0: [Hardware Error]: Adjusting reported timeouts: A 10000->10000us B 10000->10000us C 0->752000us D 0->752000us
[ 2.144044] random: fast init done
[ 2.156081] tpm tpm0: A TPM error (6) occurred attempting to read a pcr value
[ 2.156086] tpm tpm0: TPM is disabled/deactivated (0x6)
[ 2.158751] loop: module loaded
[ 2.158912] ata_piix 0000:00:1f.1: version 2.13
[ 2.159749] scsi host0: ata_piix
[ 2.159938] scsi host1: ata_piix
[ 2.159994] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1830 irq 14
[ 2.159995] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1838 irq 15
[ 2.160224] ata2: port disabled–ignoring
[ 2.160288] libphy: Fixed MDIO Bus: probed
[ 2.160290] tun: Universal TUN/TAP device driver, 1.6
[ 2.160351] PPP generic driver version 2.4.2
[ 2.160419] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 2.160424] ehci-pci: EHCI PCI platform driver
[ 2.160559] ehci-pci 0000:00:1a.7: EHCI Host Controller
[ 2.160566] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 2.164494] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[ 2.164508] ehci-pci 0000:00:1a.7: irq 22, io mem 0xfe226c00
[ 2.180101] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 2.180193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.180197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.180201] usb usb1: Product: EHCI Host Controller
[ 2.180204] usb usb1: Manufacturer: Linux 4.15.0-46-generic ehci_hcd
[ 2.180208] usb usb1: SerialNumber: 0000:00:1a.7
[ 2.180398] hub 1-0:1.0: USB hub found
[ 2.180405] hub 1-0:1.0: 4 ports detected
[ 2.180695] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 2.180700] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 2.180720] ehci-pci 0000:00:1d.7: debug port 1
[ 2.184632] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[ 2.184644] ehci-pci 0000:00:1d.7: irq 19, io mem 0xfe227000
[ 2.200083] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 2.200118] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.200120] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.200122] usb usb2: Product: EHCI Host Controller
[ 2.200123] usb usb2: Manufacturer: Linux 4.15.0-46-generic ehci_hcd
[ 2.200125] usb usb2: SerialNumber: 0000:00:1d.7
[ 2.200289] hub 2-0:1.0: USB hub found
[ 2.200295] hub 2-0:1.0: 6 ports detected
[ 2.200507] ehci-platform: EHCI generic platform driver
[ 2.200522] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 2.200524] ohci-pci: OHCI PCI platform driver
[ 2.200536] ohci-platform: OHCI generic platform driver
[ 2.200544] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.200643] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 2.200651] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 2.200660] uhci_hcd 0000:00:1a.0: detected 2 ports
[ 2.200694] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
[ 2.200747] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.200748] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.200750] usb usb3: Product: UHCI Host Controller
[ 2.200752] usb usb3: Manufacturer: Linux 4.15.0-46-generic uhci_hcd
[ 2.200753] usb usb3: SerialNumber: 0000:00:1a.0
[ 2.200897] hub 3-0:1.0: USB hub found
[ 2.200903] hub 3-0:1.0: 2 ports detected
[ 2.201104] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 2.201110] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 2.201118] uhci_hcd 0000:00:1a.1: detected 2 ports
[ 2.201149] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
[ 2.201201] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.201203] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.201205] usb usb4: Product: UHCI Host Controller
[ 2.201207] usb usb4: Manufacturer: Linux 4.15.0-46-generic uhci_hcd
[ 2.201208] usb usb4: SerialNumber: 0000:00:1a.1
[ 2.201359] hub 4-0:1.0: USB hub found
[ 2.201365] hub 4-0:1.0: 2 ports detected
[ 2.201569] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 2.201574] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 2.201582] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 2.201613] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018a0
[ 2.201668] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.201670] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.201672] usb usb5: Product: UHCI Host Controller
[ 2.201674] usb usb5: Manufacturer: Linux 4.15.0-46-generic uhci_hcd
[ 2.201675] usb usb5: SerialNumber: 0000:00:1d.0
[ 2.201821] hub 5-0:1.0: USB hub found
[ 2.201827] hub 5-0:1.0: 2 ports detected
[ 2.202028] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 2.202036] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 2.202044] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 2.202077] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018c0
[ 2.202132] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.202134] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.202135] usb usb6: Product: UHCI Host Controller
[ 2.202137] usb usb6: Manufacturer: Linux 4.15.0-46-generic uhci_hcd
[ 2.202138] usb usb6: SerialNumber: 0000:00:1d.1
[ 2.202296] hub 6-0:1.0: USB hub found
[ 2.202302] hub 6-0:1.0: 2 ports detected
[ 2.202514] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 2.202519] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 2.202530] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 2.202564] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018e0
[ 2.202612] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.202613] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.202615] usb usb7: Product: UHCI Host Controller
[ 2.202617] usb usb7: Manufacturer: Linux 4.15.0-46-generic uhci_hcd
[ 2.202618] usb usb7: SerialNumber: 0000:00:1d.2
[ 2.202750] hub 7-0:1.0: USB hub found
[ 2.202756] hub 7-0:1.0: 2 ports detected
[ 2.202925] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 2.210936] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.210941] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.211138] mousedev: PS/2 mouse device common for all mice
[ 2.211456] rtc_cmos 00:02: RTC can wake from S4
[ 2.211640] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 2.211674] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 2.211683] i2c /dev entries driver
[ 2.211688] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[ 2.211779] device-mapper: uevent: version 1.0.3
[ 2.211866] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[ 2.211906] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.212413] NET: Registered protocol family 10
[ 2.217167] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 2.221528] Segment Routing with IPv6
[ 2.221560] NET: Registered protocol family 17
[ 2.221606] Key type dns_resolver registered
[ 2.221840] RAS: Correctable Errors collector initialized.
[ 2.221886] microcode: sig=0x6fb, pf=0x80, revision=0xba
[ 2.221963] microcode: Microcode Update Driver: v2.2.
[ 2.222163] registered taskstats version 1
[ 2.222176] Loading compiled-in X.509 certificates
[ 2.227960] Loaded X.509 cert ‘Build time autogenerated kernel key: 2afc10a0aded6eb10fbb305169a9135fbe739d7d’
[ 2.227985] zswap: loaded using pool lzo/zbud
[ 2.235684] Key type big_key registered
[ 2.235688] Key type trusted registered
[ 2.239517] Key type encrypted registered
[ 2.239521] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.256177] tpm tpm0: A TPM error (6) occurred attempting to read a pcr value
[ 2.256182] ima: No TPM chip found, activating TPM-bypass! (rc=6)
[ 2.256187] ima: Allocated hash algorithm: sha1
[ 2.256206] evm: HMAC attrs: 0x1
[ 2.256817] Magic number: 11:958:690
[ 2.256896] mem mem: hash matches
[ 2.257021] rtc_cmos 00:02: setting system clock to 2019-03-30 15:41:27 UTC (1553960487)
[ 2.259636] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.259638] EDD information not available.
[ 2.340702] ata1.00: ATAPI: HL-DT-ST DVDRAM GSA-U10N, 1.05, max UDMA/33
[ 2.364326] ata1.00: configured for UDMA/33
[ 2.368592] scsi 0:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-U10N 1.05 PQ: 0 ANSI: 5
[ 2.426734] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.426736] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.426916] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 2.427064] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 2.431159] Freeing unused kernel memory: 2408K
[ 2.452065] Write protecting the kernel read-only data: 20480k
[ 2.453463] Freeing unused kernel memory: 2008K
[ 2.459348] Freeing unused kernel memory: 1880K
[ 2.468511] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.468512] x86/mm: Checking user space page tables
[ 2.476903] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.494235] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.494374] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.494386] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.569156] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
[ 2.572161] acpi device:06: registered as cooling_device2
[ 2.572258] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input5
[ 2.593331] pps_core: LinuxPPS API ver. 1 registered
[ 2.593333] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 2.594896] PTP clock support registered
[ 2.600326] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.600327] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.600569] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 2.619417] sdhci: Secure Digital Host Controller Interface driver
[ 2.619419] sdhci: Copyright(c) Pierre Ossman
[ 2.621220] sdhci-pci 0000:15:00.2: SDHCI controller found [1180:0822] (rev 21)
[ 2.621240] pci 0000:00:1e.0: enabling device (0005 → 0007)
[ 2.621378] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn’t fully claim to support it.
[ 2.621393] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[ 2.621399] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn’t fully claim to support it.
[ 2.625074] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn’t fully claim to support it.
[ 2.628481] mmc0: SDHCI controller on PCI [0000:15:00.2] using DMA
[ 2.674844] checking generic (d5000000 8d0000) vs hw (e0000000 10000000)
[ 2.674846] checking generic (d5000000 8d0000) vs hw (d4000000 2000000)
[ 2.674847] fb: switching to nouveaufb from VESA VGA
[ 2.674884] Console: switching to colour dummy device 80x25
[ 2.675059] nouveau 0000:01:00.0: NVIDIA G84 (084c00a2)
[ 2.702242] nouveau 0000:01:00.0: bios: version 60.84.51.00.00
[ 2.704090] firewire_ohci 0000:15:00.1: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[ 2.724067] usb 3-2: new full-speed USB device number 2 using uhci_hcd
[ 2.724091] nouveau 0000:01:00.0: fb: 256 MiB GDDR3
[ 2.799894] [TTM] Zone kernel: Available graphics memory: 1011978 kiB
[ 2.799895] [TTM] Initializing pool allocator
[ 2.799900] [TTM] Initializing DMA pool allocator
[ 2.799923] nouveau 0000:01:00.0: DRM: VRAM: 256 MiB
[ 2.799930] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[ 2.799935] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[ 2.799937] nouveau 0000:01:00.0: DRM: DCB version 4.0
[ 2.799939] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000323 00010034
[ 2.799941] nouveau 0000:01:00.0: DRM: DCB outp 01: 02811300 00000028
[ 2.799943] nouveau 0000:01:00.0: DRM: DCB outp 02: 02822312 00010030
[ 2.799945] nouveau 0000:01:00.0: DRM: DCB conn 00: 0040
[ 2.799947] nouveau 0000:01:00.0: DRM: DCB conn 01: 0100
[ 2.799949] nouveau 0000:01:00.0: DRM: DCB conn 02: 1231
[ 2.801650] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.801651] [drm] Driver supports precise vblank timestamp query.
[ 2.803445] nouveau 0000:01:00.0: DRM: MM: using CRYPT for buffer copies
[ 2.845750] nouveau 0000:01:00.0: DRM: allocated 1920x1200 fb: 0x70000, bo (ptrval)
[ 2.848206] fbcon: nouveaufb (fb0) is primary device
[ 2.848410] Console: switching to colour frame buffer device 240x75
[ 2.848468] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[ 2.880073] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
[ 2.904416] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1e:37:d0:81:04
[ 2.904418] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 2.904640] e1000e 0000:00:19.0 eth0: MAC: 6, PHY: 6, PBA No: 1008FF-0FF
[ 2.904782] ahci 0000:00:1f.2: version 3.0
[ 2.905087] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 1.5 Gbps 0x5 impl SATA mode
[ 2.905091] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
[ 2.909022] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[ 2.909174] scsi host2: ahci
[ 2.909441] scsi host3: ahci
[ 2.909550] scsi host4: ahci
[ 2.909610] ata3: SATA max UDMA/133 abar m2048@0xfe226000 port 0xfe226100 irq 32
[ 2.909612] ata4: DUMMY
[ 2.909617] ata5: SATA max UDMA/133 abar m2048@0xfe226000 port 0xfe226200 irq 32
[ 2.956122] usb 3-2: New USB device found, idVendor=0483, idProduct=2016
[ 2.956125] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.956127] usb 3-2: Product: Biometric Coprocessor
[ 2.956128] usb 3-2: Manufacturer: STMicroelectronics
[ 3.223075] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 3.227217] ata5: SATA link down (SStatus 0 SControl 300)
[ 3.228165] firewire_core 0000:15:00.1: created device fw0: GUID 00061b032a242333, S400
[ 3.237041] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 3.237043] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 3.237046] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 3.247231] ata3.00: ATA-8: OCZ-VERTEX3, 2.22, max UDMA/133
[ 3.247232] ata3.00: 117231408 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 3.256797] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 3.256799] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 3.256802] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 3.267233] ata3.00: configured for UDMA/133
[ 3.267450] scsi 2:0:0:0: Direct-Access ATA OCZ-VERTEX3 2.22 PQ: 0 ANSI: 5
[ 3.267715] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 3.267787] sd 2:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB)
[ 3.267807] sd 2:0:0:0: [sda] Write Protect is off
[ 3.267809] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.267851] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 3.268651] sda: sda1 sda2
[ 3.269103] sd 2:0:0:0: [sda] Attached SCSI disk
[ 3.355155] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.2, id: 0x81a0b1, caps: 0xa04791/0x300000/0x0/0x0, board id: 0, fw id: 496542
[ 3.355160] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 3.398599] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[ 4.097291] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 4.332795] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input7
[ 4.436041] raid6: sse2x1 gen() 4177 MB/s
[ 4.484037] raid6: sse2x1 xor() 4225 MB/s
[ 4.532016] raid6: sse2x2 gen() 4269 MB/s
[ 4.580034] raid6: sse2x2 xor() 5159 MB/s
[ 4.628043] raid6: sse2x4 gen() 7370 MB/s
[ 4.676040] raid6: sse2x4 xor() 5743 MB/s
[ 4.676042] raid6: using algorithm sse2x4 gen() 7370 MB/s
[ 4.676042] raid6: … xor() 5743 MB/s, rmw enabled
[ 4.676044] raid6: using ssse3x2 recovery algorithm
[ 4.680347] xor: measuring software checksum speed
[ 4.720031] prefetch64-sse: 9774.000 MB/sec
[ 4.760025] generic_sse: 8933.000 MB/sec
[ 4.760026] xor: using function: prefetch64-sse (9774.000 MB/sec)
[ 4.782316] Btrfs loaded, crc32c=crc32c-generic
[ 4.948654] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 5.157574] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 5.176126] systemd[1]: Detected architecture x86-64.
[ 5.176404] systemd[1]: Set hostname to .
[ 5.316825] systemd[1]: Reached target Encrypted Volumes.
[ 5.316962] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[ 5.317039] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 5.317113] systemd[1]: Listening on Syslog Socket.
[ 5.317171] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 5.317235] systemd[1]: Listening on LVM2 poll daemon socket.
[ 5.317322] systemd[1]: Listening on Journal Socket.
[ 5.363962] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 5.415019] lp: driver loaded but no devices found
[ 5.434780] ppdev: user-space parallel port driver
[ 5.537528] systemd-journald[336]: Received request to flush runtime journal from PID 1
[ 5.876827] audit: type=1400 audit(1553960491.116:2): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“/sbin/dhclient” pid=551 comm=“apparmor_parser”
[ 5.876832] audit: type=1400 audit(1553960491.116:3): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“/usr/lib/NetworkManager/nm-dhcp-client.action” pid=551 comm=“apparmor_parser”
[ 5.876835] audit: type=1400 audit(1553960491.116:4): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“/usr/lib/NetworkManager/nm-dhcp-helper” pid=551 comm=“apparmor_parser”
[ 5.876838] audit: type=1400 audit(1553960491.116:5): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“/usr/lib/connman/scripts/dhclient-script” pid=551 comm=“apparmor_parser”
[ 5.883064] audit: type=1400 audit(1553960491.120:6): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“/usr/lib/ipsec/charon” pid=553 comm=“apparmor_parser”
[ 5.884900] audit: type=1400 audit(1553960491.124:7): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“/usr/lib/lightdm/lightdm-guest-session” pid=550 comm=“apparmor_parser”
[ 5.884905] audit: type=1400 audit(1553960491.124:8): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“/usr/lib/lightdm/lightdm-guest-session//chromium” pid=550 comm=“apparmor_parser”
[ 5.888914] audit: type=1400 audit(1553960491.128:9): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“/usr/lib/ipsec/stroke” pid=554 comm=“apparmor_parser”
[ 5.890457] audit: type=1400 audit(1553960491.128:10): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“/usr/sbin/cups-browsed” pid=556 comm=“apparmor_parser”
[ 5.895601] audit: type=1400 audit(1553960491.132:11): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“/usr/lib/cups/backend/cups-pdf” pid=557 comm=“apparmor_parser”
[ 5.999843] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 6.079620] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.089442] yenta_cardbus 0000:15:00.0: CardBus bridge found [17aa:20c6]
[ 6.105470] snd_hda_intel 0000:00:1b.0: probe_mask set to 0x1 for device 17aa:20ac
[ 6.108624] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 6.147259] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
[ 6.147261] iwl4965: Copyright(c) 2003-2011 Intel Corporation
[ 6.147326] iwl4965 0000:03:00.0: can’t disable ASPM; OS doesn’t have ASPM control
[ 6.147516] iwl4965 0000:03:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4
[ 6.190020] iwl4965 0000:03:00.0: device EEPROM VER=0x36, CALIB=0x5
[ 6.193127] iwl4965 0000:03:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
[ 6.195343] Non-volatile memory driver v1.3
[ 6.199213] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[ 6.199215] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 6.199216] thinkpad_acpi: ThinkPad BIOS 7LETC6WW (2.26 ), EC 7KHT24WW-1.08
[ 6.199217] thinkpad_acpi: Lenovo ThinkPad T61p, model 64577WU
[ 6.206442] thinkpad_acpi: ACPI backlight control delay disabled
[ 6.206621] thinkpad_acpi: radio switch found; radios are enabled
[ 6.206642] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 6.206642] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default…
[ 6.212134] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[ 6.214875] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[ 6.218218] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[ 6.224902] yenta_cardbus 0000:15:00.0: ISA IRQ mask 0x0cb8, PCI irq 16
[ 6.224906] yenta_cardbus 0000:15:00.0: Socket status: 30000006
[ 6.224911] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [io 0x8000-0xbfff]
[ 6.224913] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [mem 0xf8100000-0xfbffffff]
[ 6.224916] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf8100000-0xfbffffff:
[ 6.224919] excluding 0xf8100000-0xf84effff
[ 6.224928] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [mem 0xf4000000-0xf7ffffff 64bit pref]
[ 6.224930] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf4000000-0xf7ffffff:
[ 6.224934] excluding 0xf4000000-0xf7ffffff
[ 6.237221] r592: driver successfully loaded
[ 6.243410] r852: driver loaded successfully
[ 6.247182] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (_SB.PCI0.LPC.PMIO) (20170831/utaddress-247)
[ 6.247189] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.247193] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011BF (_SB.PCI0.LPC.LPIO) (20170831/utaddress-247)
[ 6.247197] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.247198] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011BF (_SB.PCI0.LPC.LPIO) (20170831/utaddress-247)
[ 6.247202] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.247203] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 6.275237] nvidia: loading out-of-tree module taints kernel.
[ 6.275247] nvidia: module license ‘NVIDIA’ taints kernel.
[ 6.275248] Disabling lock debugging due to kernel taint
[ 6.301699] iwl4965 0000:03:00.0: loaded firmware version 228.61.2.24
[ 6.301801] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 6.319968] NVRM: The NVIDIA probe routine was not called for 1 device(s).
[ 6.319970] NVRM: This can occur when a driver such as:
NVRM: nouveau, rivafb, nvidiafb or rivatv
NVRM: was loaded and obtained ownership of the NVIDIA device(s).
[ 6.319971] NVRM: Try unloading the conflicting kernel module (and/or
NVRM: reconfigure your kernel without the conflicting
NVRM: driver(s)), then try loading the NVIDIA kernel module
NVRM: again.
[ 6.319972] NVRM: No NVIDIA graphics adapter probed!
[ 6.319973] [drm] Module unloaded
[ 6.323890] ieee80211 phy0: Selected rate control algorithm ‘iwl-4965-rs’
[ 6.490424] snd_hda_codec_analog hdaudioC0D0: autoconfig for AD1984: line_outs=1 (0x12/0x0/0x0/0x0/0x0) type:speaker
[ 6.490427] snd_hda_codec_analog hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 6.490430] snd_hda_codec_analog hdaudioC0D0: hp_outs=1 (0x11/0x0/0x0/0x0/0x0)
[ 6.490431] snd_hda_codec_analog hdaudioC0D0: mono: mono_out=0x0
[ 6.490433] snd_hda_codec_analog hdaudioC0D0: dig-out=0x1b/0x0
[ 6.490435] snd_hda_codec_analog hdaudioC0D0: inputs:
[ 6.490437] snd_hda_codec_analog hdaudioC0D0: Internal Mic=0x15
[ 6.490439] snd_hda_codec_analog hdaudioC0D0: Mic=0x14
[ 6.490441] snd_hda_codec_analog hdaudioC0D0: Dock Mic=0x1c
[ 6.503265] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 6.503344] input: HDA Intel Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 6.503414] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 6.560729] Adding 7107580k swap on /dev/sda2. Priority:-2 extents:1 across:7107580k SSFS
[ 6.719435] intel_powerclamp: No package C-state available
[ 6.787272] new mount options do not match the existing superblock, will be ignored
[ 6.876246] usb 3-1: new full-speed USB device number 3 using uhci_hcd
[ 6.926061] iwl4965 0000:03:00.0 wls3: renamed from wlan0
[ 7.005295] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[ 7.005304] excluding 0xc0000-0xd3fff 0xe0000-0xfffff
[ 7.005329] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[ 7.005339] clean
[ 7.005356] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[ 7.005365] excluding 0x60000000-0x60ffffff
[ 7.071101] usb 3-1: New USB device found, idVendor=0a5c, idProduct=2110
[ 7.071105] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.071107] usb 3-1: Product: BCM2045B
[ 7.071109] usb 3-1: Manufacturer: Broadcom Corp
[ 7.344075] usb 3-1: USB disconnect, device number 3
[ 7.527531] random: crng init done
[ 7.527534] random: 7 urandom warning(s) missed due to ratelimiting
[ 7.551163] IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
[ 7.628626] Bluetooth: Core ver 2.22
[ 7.628769] NET: Registered protocol family 31
[ 7.628770] Bluetooth: HCI device and connection manager initialized
[ 7.628775] Bluetooth: HCI socket layer initialized
[ 7.628779] Bluetooth: L2CAP socket layer initialized
[ 7.628787] Bluetooth: SCO socket layer initialized
[ 7.661199] usbcore: registered new interface driver btusb
[ 8.020331] IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
[ 8.030382] IPv6: ADDRCONF(NETDEV_UP): wls3: link is not ready
[ 8.265921] IPv6: ADDRCONF(NETDEV_UP): wls3: link is not ready
[ 8.351910] IPv6: ADDRCONF(NETDEV_UP): wls3: link is not ready
[ 11.316039] wls3: authenticate with e4:f4:c6:1d:90:37
[ 11.316052] wls3: capabilities/regulatory prevented using AP HT/VHT configuration, downgraded
[ 11.333874] wls3: send auth to e4:f4:c6:1d:90:37 (try 1/3)
[ 11.335176] wls3: authenticated
[ 11.336048] wls3: associate with e4:f4:c6:1d:90:37 (try 1/3)
[ 11.336797] wls3: RX AssocResp from e4:f4:c6:1d:90:37 (capab=0x1011 status=0 aid=2)
[ 11.363653] wls3: associated
[ 12.370234] IPv6: ADDRCONF(NETDEV_CHANGE): wls3: link becomes ready
[ 12.370377] iwl4965 0000:03:00.0: Enabling power save might cause firmware crashes
[ 15.956445] NET: Registered protocol family 15
[ 15.976295] NET: Registered protocol family 24
[ 16.007836] l2tp_core: L2TP core driver, V2.0
[ 16.013538] l2tp_netlink: L2TP netlink interface
[ 16.015401] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 16.049384] Initializing XFRM netlink socket
[ 16.861729] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.861731] Bluetooth: BNEP filters: protocol multicast
[ 16.861737] Bluetooth: BNEP socket layer initialized
[ 202.561327] perf: interrupt took too long (2505 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[ 254.214300] perf: interrupt took too long (3202 > 3131), lowering kernel.perf_event_max_sample_rate to 62250
[ 809.843148] perf: interrupt took too long (4005 > 4002), lowering kernel.perf_event_max_sample_rate to 49750
[ 1086.605106] perf: interrupt took too long (5010 > 5006), lowering kernel.perf_event_max_sample_rate to 39750
[ 2075.292095] CE: hpet increased min_delta_ns to 20115 nsec
jason@Lexington ~ $

I’m on my mobile phone, so only glanced at your dmesg log

I find three suspicious items

  • you don’t have a darktablerc file, that makes me top nervous
  • seems you have two GFX drivers, that ain’t good either
  • there is some warnings about your nvidia-driver, which needs to be resolved one day

Suspicious item #1 needs to be addressed firstly, the others merely cost performance…

I’m located in Germany and here is a nice evening, where my wife requests my attention, hence forgive me, when I leave some task half described to you…

I’m not familiar but suspicious about flatpack. Can you try to instal 2.6.2 from the link I sent you above, pls. (indeed kick your current)…

Cheers
Axel

Isn’t Linux mint in version 19.1 now?

@Area51Resident
Now we know you are using flatpack, that explains to some extend, why our recommendations did nothing to you. Flatpack stores the config at another place, somewhere at ~/.var/app/… (see at far beginning of this thread)

you can find them if you type in a terminal:
find ~/ - iname “darktable

Anyhow, here is my strategy for the next steps:

  • get rid of your flatpack darktable with all belongings
  • follow the “Ubuntu-way” as I sent you the link above in #45
    or
  • any other way to implement ubuntu’s repositories
  • get dt from there in a version >=2.6.0

Besides…

  • you have nouveau activated in the kernel. AFAIK that shall block nvidia-drivers. Ideally nouveau shall be off but ATTENTION that may break your x-windows (depending on your xorg.conf) until you have nvidia-drivers clean and replaced “nouveau” in your xorg.conf by “nv” (provided you really have an nvidia card)
1 Like

I am facing the same problem, I am using Darktable on Windows. How to locate & delete the file?