Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model including DeepSeek is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
25-06-28 16:30:14
Wilson Edwards
Reply:3
Post_ID:829370google adsense
as TitlePlease advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-06-28 16:00:17
Wilson Edwards
Reply:0
Post_ID:829369googles adsense
As TitlePlease advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-06-27 11:44:47
Wilson Edwards
Reply:2
Post_ID:829367googleads;drive traffic;adsense
I read some outside third-party company to prompt driving web traffic to my website to increase my google adsense revenue.How are they able to do ?During driving traffice to my website, it will create google adsense impression or not ?Google will treat that impression is invalid ?Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-06-27 11:02:02
Wilson Edwards
Reply:0
Post_ID:829368googleads;invalid traffic
I read some outside third-party company to prompt driving web traffic to my website to increase my google adsense revenue.How are they able to do ?During driving traffice to my website, it will create google adsense impression or not ?Google will treat that impression is invalid ?Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-05-05 20:08:11
test test
Reply:3
Post_ID:829366googlebot;crawler;cloudflare
Accept
How my website can use cloudflare with"Under Attack Mode" and be able to allow goolge bot, crawler to crawl my website pages at the same time ?Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-04-17 16:26:31
Wilson Edwards
Reply:1
Post_ID:829365css;html
Accept
as title Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-04-14 19:42:56
Wilson Edwards
Reply:5
Post_ID:829364javascript
Accept
Please adviseThanks
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-04-14 01:47:39
Wilson Edwards
Reply:2
Post_ID:829363javascript
I have set iframe addEventListener with mousedown event, it works becoz the iframe source is same domain ofthe current page..For example<iframe id=''myiframe" src='https://samedomian.com//test.html'></iframe><script>document.getElementById("myiframe").addEventListener('mousedown, function () {console.log('mousedown event detected');});</script>But when I change iframe src to external domain or cross-domin such as https://example.comit doesn't work, the reason it is blocked by cross-dmain policyAny mothed to solve this issue, how to detect mousedown event on iframe ?
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-04-14 01:22:51
Wilson Edwards
Reply:2
Post_ID:829362javascript
For example, I have a link in DIV-A tag now I can not click the link in DIV-A because it is covered by DIV-B I want to click the link DIV-A anyway. I tried this example, it work at https://computer28.com/learn/pointer-events.php Any other good example or other method to achieve this ? Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-03-28 09:26:04
Wilson Edwards
Reply:5
Post_ID:829361google_drive;php;centos8
I would like to download all my google_drive files by using php program code onmy linux centos 8 system server, how to it ?How to get the google API key to start download for php program ?Since the download file size is very huge, how can I speed up the download the file ifits size is more 100G size ?Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-03-12 23:38:28
Wilson Edwards
Reply:1
Post_ID:829360javascript;html;css
Accept
I would like to create child node inside of body tag and enclosing all elements inside body tagby javascript code;For example:Before:<html><body><div></div><a></a><span></span></body></html>After, if I would like to see this reuslt, creating new div tag enclose everything inside of body tag, new div tag 's id is new_child_nodeAfter:<html><body><div id='new_child_node'><div></div><a></a><span></span></div></html></body>Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-03-03 21:46:28
test test
Reply:4
Post_ID:829359cloudflare;proxy;socket;python;centos 8;apache
I am using cloudflare to protect my website recently,but I have a page which is using python socket to send streaming data to visitor with 5000 portsuch as http://mywbesite.com:5000.Before using clouldflare, visitor can get data from port 5000, now after usingcloudflare, all visitors to my website can not get any data from port 5000.Now I pause cloudflare, the python socket port is working back again..The question is I would to like to keep all cloudflare service such as proxy but python socket port need to work for exception by cloudflare, how can I do that ?My Simple python socket code:from flask import Flask, render_template, request, session,jsonifyfrom flask_sse import ssefrom flask_socketio import SocketIO, emit, join_roomimport platformimport loggingfrom flask_cors import CORSimport socket....if __name__ == "__main__": app.run(host="0.0.0.0",debug=False, port=5000, ssl_context=("mycert")
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-03-02 21:19:15
test test
Reply:3
Post_ID:829358cloudflare;VPN;proxy;linux;apache
My website is using cloudflare internt traffic protection.I am using php code to monitor all internet ip through chrome browser to my websitefor example, monitoring $_SERVER['HTTP_X_FORWARDED_FOR'] and$_SERVER['REMOTE_ADDR'];I try it in those different computers with different ISP ip, I found the result as followsCase-1 Computer A,$_SERVER['HTTP_X_FORWARDED_FOR']="51.58.202.19";$_SERVER['REMOTE_ADDR']="172.64.0.0"where51.58.202.19 is my Compuer A ISP ip and172.64.0.0 is cloudflare use proxy server to get the webpage for Computer A.Case-2 Computer B,$_SERVER['HTTP_X_FORWARDED_FOR']="61.85.102.11";$_SERVER['REMOTE_ADDR']="61.85.102.11"where61.85.102.11is my Compuer B ISP ip and$_SERVER['HTTP_X_FORWARDED_FOR']=$_SERVER['REMOTE_ADDR']My question is Why in case-1 Cloudflare will use proxy to get webapge for computer A butcloudfare don't use proxu to get wbepage for computer B in which both php ip is same from$_SERVER['HTTP_X_FORWARDED_FOR']=$_SERVER['REMOTE_ADDR'] ?Second question, in what condition ro when Cloudflare use proxy or not use proxy to get webpage for browser visitor?Final question isIf cloudflare use proxy , it mean visitors of Computer A, ISP IP maybe bot or maliciousor suspected IP , Can I release Google Ads on my webste and allow the vistior of Computer A to click the ads ? If the visitors click the ads, it mean the click is excuted from Computer A, ISP IP or from Cloudflare 's proxy IP ?Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-03-02 12:50:13
test test
Reply:2
Post_ID:829357cloudflare;google chrome;apache
Question 1- Cloudflare show warning, too may redirect on chrome solvedAnswer: solved by removing all redirect from http to https since cloudflare will handleall redirect from http.Since in apahce httpd.conf, we added the following for http to https and except some directorybased on this linkhttps://stackoverflow.com/questions/5818146/how-to-force-rewrite-to-https-except-for-a-few-pages-in-apache#RewriteEngine on#RewriteCond %{SERVER_NAME} =computer28.com [OR]#RewriteCond %{SERVER_NAME} =www.computer28.com#RewriteRule ^https://%{SERVER_NAME}%{REQUEST_URI}[END,NE,R=permanent]#RewriteEngine on#RewriteCond %{HTTPS} =off#RewriteCond %{REQUEST_URI} !^\/local\/#RewriteCond %{REQUEST_URI} !^\/world\/#RewriteRule (.*)https://%{HTTP_HOST}/$1[L,R=301]#RewriteCond %{HTTPS} =on#RewriteCond %{REQUEST_URI} \/fid\/ [OR]#RewriteCond %{REQUEST_URI} \/php\/#RewriteRule (.*)http://%{HTTP_HOST}/$1[L,R=301]Comment it all, it works nowQuestion-2:How to Fix ERR_QUIC_PROTOCOL_ERROR Message in Chrome Browserwhen using cloudflareAnswer-2https://kinsta.com/knowledgebase/err_quic_protocol_error/https://www.hostinger.com/tutorials/how-to-fix-err-quic-protocol-errorchrome://net-internals/#dnsHTTP/3 Cheker:https://http3check.net/?host=computer28.comhttps://kinsta.com/knowledgebase/flush-dns/on Window 10:ipconfig /flushdns //clear all DNS cachingFinal, if still can not solve question-2, delete cloudflare account and then re-create new other account using other gmail accout to see any help from resetting all cloudflare default setting.Need to wait 1-day or 2-day. to see theERR_QUIC_PROTOCOL_ERROR will be sovledor not...If above answer can not be solved, any suggestion or solution to solve those those bothquestions,Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-03-01 19:03:13
Wilson Edwards
Reply:2
Post_ID:829356centos 8
as title for the question, I read the link,https://devco.re/blog/2014/06/19/client-ip-detection/ it works , for php as following code., Any other method besides php code, to dectect the ip is real ip not VPN not TOR IP not proxy IP?<?php if(!empty($_SERVER['HTTP_CLIENT_IP'])){ $myip = $_SERVER['HTTP_CLIENT_IP']; }else if(!empty($_SERVER['HTTP_X_FORWARDED_FOR'])){ $myip = $_SERVER['HTTP_X_FORWARDED_FOR']; }else{ $myip= $_SERVER['REMOTE_ADDR']; } echo $myip; ?>
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-03-01 17:56:38
Wilson Edwards
Reply:2
Post_ID:829355google ads;cloudflare
Google Ads can be shown if my website is using cloudflare protection ? and next question isCloudflare can protect my websie from Bot Fraud Click on my website Google Ads.My Cloudflare account is free version Cloudflare.Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-28 00:17:59
Wilson Edwards
Reply:4
Post_ID:829354google;reCAPTCHA
I just created reCAPCHA fromg google site athttps://www.google.com/recaptcha/admin/createand following his instruction, created my first reCAPCHA html page such as follows<!DOCTYPE html><html lang="en"><head><script async defer src="https://www.google.com/recaptcha/api.js"></script></head><body><div class="g-recaptcha" data-sitekey="6LcIhOQqAAAAAGbMD-QaT-xjh9VYF87D7w6uMw4n"></div></body></html>The page is successful and show google reCAPCHA, but it will ask me to do image testCan I bypass the image test, just tick the I am not a rebot box only ?Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-26 04:32:58
Ty Yt
Reply:1
Post_ID:829353Linux apache
As tilte
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-25 04:28:14
Wilson Edwards
Reply:2
Post_ID:829352centos;linux
I am using linux command, host, to check the revserse ip , some is not found but if I am using, online tool, that IP is normal, not abusive ipHow to check the IP is abusive ?
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-23 19:30:17
Wilson Edwards
Reply:3
Post_ID:829351香港樓市;Hongkong housing price
Accept
香港樓市, 現在買 Okay ?
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-23 17:06:22
Wilson Edwards
Reply:4
Post_ID:829348google adsense
Accept
my website server is new or small server, recently, just start up my server width Google Adsense ads into my site.DUring, these past 7-day, I get page view not much, but have 50 impression and 20 click dailyI check all my apache log file, those access to my wbesite is not too freqently, butToday Google banned my Google Adsense Account, including this time, Google already banned my site for 5-time.The reason is invalid traffic, I have already followed all rules from GooglePlease advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-20 15:15:06
su e
Reply:1
Post_ID:829347excel vba 技術趨勢圖陰陽燭
excel vba 技術趨勢圖陰陽燭
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-18 17:05:47
w kk
Reply:3
Post_ID:829345葵芳地鐵站葵涌廣場鋪位
葵芳地鐵站葵涌廣場鋪位
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-18 16:46:59
w kk
Reply:1
Post_ID:829344why we use
as tile
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-18 16:43:41
w kk
Reply:1
Post_ID:829343bitcoin
as title
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-18 16:33:55
w kk
Reply:2
Post_ID:829342as title
Accept
as title
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-15 21:18:40
Wilson Edwards
Reply:7
Post_ID:829340google;adsense;crawler
Accept
I just want disallow Google search indexing engine to access all my files and all my directories except some files such as index.php and music.png and let ads.txt can be crawled by Google Adsense Crawler Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-12 00:53:08
Norton Alex
Reply:1
Post_ID:829260javascript
my question is same as the title And, I search it on internet, the closer one is this link https://stackoverflow.com/questions/3538021/why-do-we-use-base64 Any good article about this topic Regards
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-12 00:48:17
Wilson Edwards
Reply:2
Post_ID:829290window10/11;apache;centos;php;html
Accept
After clicking some Googe Ads and leave the ads site or delete the tab, your browser may forwards you to other site which may give you message such as "Congrulation,! You Get Prize, Bonus, Coupon.etc" Probably your browser is infected by virus and the Congurlation site is hacker /attacker virus site.. I will think the following methods to solve my problem, Please advise those methods are correct 1- Right away or now, remove the forwars site(Congrulation site) or delete such browser Tab 2- Look at this image: https://computer28.com/image/deletecache.jpg Delete or clean your chrome browser data At Chrome browser, Click Sitting->Privacy Security->Delete Browser Data, it will pop up window, in that window, Click Advanced->Select Time Range(All Time)->Tick all box below Time range such as Browsering History..etc. Click Delete Data button 3-If using Window 10, Turn on Microsoft Defender Virus Protection System, always turn it on https://carleton.ca/its/help-centre/how-to-enable-windows-defender-on-personal-pc/ You are better to install Microsoft Window 11 if u are using WIndow 10 4- Add X-Content-Type-Options: nosniff on header at my apache server
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-12 00:32:47
Norton Alex
Reply:3
Post_ID:829339centos;apache;php;html
Accept
as title with the topic tag
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-11 17:12:06
test test
Reply:2
Post_ID:829338centos;linux;A.I.
I would like to stop all A.I. access my website through VPN or TOR browser,How I know the A.I. is accesing into my website pagesPlease advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-11 17:07:11
Wilson Edwards
Reply:1
Post_ID:829291javscript;google_cookie
For latest browser, u can only read cookie value by javascript code. Remove and Update cookie by javascript is very difficult...To read all cookie, u can go to devtool, Mouse Right-click->inspect->Application->Cookieu can see all website cookie u are accessing..You can remove all cookie for the website..by php codingFor example:<?phpif(isset($_SERVER['HTTP_COOKIE'])&&stripos("#".$_SERVER['QUERY_STRING'],'gt=3')>0){$cookies = explode(';', $_SERVER['HTTP_COOKIE']);foreach($cookies as $cookie) {$parts = explode('=', $cookie);$name = trim($parts[0]);setcookie($name, '', time()-1000,'computer28.com');setcookie($name, '', time()-1000, '/','computer28.com');setcookie($name, '', time()-1000,'.computer28.com');setcookie($name, '', time()-1000, '/','.computer28.com');}}if(stripos("#".$_SERVER['QUERY_STRING'],'gt=3')>0){header("location:https://computer28.com"); }?>On address bar with gt=3, it will forward to the main domain site,For update cookie,justsetcookie($name, ''', "the time you want for expire",'computer28.com');Hope it help
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-11 16:38:06
Wilson Edwards
Reply:1
Post_ID:829337google search;SEO
I would like to set requirement to let google seach engine to index all my website pages, just allow some pages of my website can be indexed by Google..How I can setup the system or requirement for the pages selected to be indexed from robots.txt or sitemap ?Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-11 11:25:10
Wilson Edwards
Reply:5
Post_ID:829335hongkong food
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-10 21:49:16
Wilson Edwards
Reply:4
Post_ID:829336centos; bash
Accept
I am using bash linux shell, running ollama serve on CLI console is working, but when it can not work on cron job scheduler, why
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-10 14:17:47
Wilson Edwards
Reply:5
Post_ID:829333php; html;javascript
Accept
In php script, if echo "<a></a>" it render as html elementas we understand it, but when doing in php, $str=htmlentities("<a></a>"); then $str=html_entity_decode($str); $str is not equal to "<a></a>", $str is string. why that is not HTML element
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-09 20:46:03
Wilson Edwards
Reply:3
Post_ID:829332javascript;html5;css
Accept
as title with topic tagPlease advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-09 10:49:51
Wilson Edwards
Reply:1
Post_ID:829325chrome;curl;php;python3.9
Accept
I would like to distinguish between those vistors are A.I. or real human to access my website.For example, some A.I. will use VPN and automaticlly access my website through, for example, curl or other methdos, I would like to block those A.I. auto crwaling IP and trafficPlease advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-09 10:32:17
Wilson Edwards
Reply:1
Post_ID:829324javascript;html5;css
Accept
as title and topic tagPlease advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-07 01:07:31
Wilson Edwards
Reply:0
Post_ID:829299gcc;linux
When upgrade gcc or lib, it will cause issue, and may cause reboot is not working for exmaple: https://blog.csdn.net/qq_39295044/article/details/86685789 su root Password: node: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /lib64/libstdc++.so.6) nvm is not compatible with the npm config "prefix" option: currently set to "" Run `nvm use --delete-prefix v16.20.2 --silent` to unset it. For example, running ------------------- node node: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /lib64/libstdc++.so.6) Or php php: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /lib64/libstdc++.so.6) after re-install glibc at /usr/local and run nvm use --delete-prefix v16.20.2 --silent` //for node other issue now ok, php and node but got some error when install python3.9 version rm -f /usr/local/glibc-2.18/build/stubs.h /usr/local/glibc-2.18/build/elf/sln /usr/local/glibc-2.18/build/elf/symlink.list rm -f /usr/local/glibc-2.18/build/elf/symlink.list test ! -x /usr/local/glibc-2.18/build/elf/ldconfig || LC_ALL=C LANGUAGE=C \ /usr/local/glibc-2.18/build/elf/ldconfig \ /lib64 /usr/lib64 LD_SO=ld-linux-x86-64.so.2 CC="gcc -B/usr/bin/" /usr/bin/perl scripts/test-insta llation.pl /usr/local/glibc-2.18/build/ /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libm.so: undefined refe rence to `__strtod_nan@GLIBC_PRIVATE' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libm.so: undefined refe rence to `__strtof128_nan@GLIBC_PRIVATE' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libm.so: undefined refe rence to `__strtof_nan@GLIBC_PRIVATE' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libm.so: undefined refe rence to `__strtold_nan@GLIBC_PRIVATE' collect2: error: ld returned 1 exit status Execution of gcc -B/usr/bin/ failed! The script has found some problems with your installation! Please read the FAQ and the README file and check the following: - Did you change the gcc specs file (necessary after upgrading from Linux libc5)? - Are there any symbolic links of the form libXXX.so to old libraries? Links like libm.so -> libm.so.5 (where libm.so.5 is an old library) are wrong, libm.so should point to the newly installed glibc file - and there should be only one such link (check e.g. /lib and /usr/lib) You should restart this script from your build directory after you've fixed all problems! Btw. the script doesn't work if you're installing GNU libc not as your primary library! make[1]: *** [install] Error 1 make[1]: Leaving directory `/usr/local/glibc-2.18' make: *** [install] Error 2 Change libm.so link to 2.18 version Make sure glibc, libc.so libm.so is same version
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-07 00:06:18
Wilson Edwards
Reply:6
Post_ID:829297python3;centos;deepseek
Accept
Could not install ollama from python3 install ollama...so try alternative ,using python3 install openai , but easy example python script still not working, , the error is such as AttributeError: module 'ollama' has no attribute 'chat' import ollam //or improt openai response = ollama.chat(model="deepseek-r1", messages=[ { "role":"user", "content":"how center a tag in a div tag by javascript" }, ]) print(response["message"]["content"]) OR next example: import os import openai openai.api_key = ("key") openai.ChatCompletion.create( model="gpt-3.5-turbo", messages=[ {"role": "user", "content": "Hello!"} ] ) print(completion.choices[0].message) // Error AttributeError: module 'ollama' has no attribute 'ChatCompletion' if use comand line ollama, it works > ollama server //need enable port 127.0.0.1:11434 > ollam run deepseek-r1 >>>>"chat" Any Advise ? Try to list all module : print(dir(ollama)) //No any moduel name, chat... Error: Command '['/home/..../venv/bin/python3.x', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1 https://stackoverflow.com/questions/24123150/pyvenv-3-4-returned-non-zero-exit-status-1 Reference: https://cristianzsh.medium.com/installing-and-using-deepseek-ai-c7fd97332e0f https://stackoverflow.com/questions/2927993/where-are-the-python-modules-stored https://pypi.org/project/ollama/ https://python.langchain.com/docs/integrations/chat/ollama/ https://ollama.com/search https://hungchienhsiang.medium.com/error-could-not-find-a-version-that-satisfies-the-requirement-from-pip-install-f542143e705d https://ywctech.net/ml-ai/ollama-first-try/ https://github.com/ollama/ollama-python https://github.com/ollama/ollama
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-05 00:23:20
Wilson Edwards
Reply:1
Post_ID:829298python
Accept
I try to upgrade my python version from 3.6 to 3.9 I also get ,glibc error /lib64/libm.so: undefined reference to `__strtod_nan@GLIBC_PRIVATE' and solved it ....just checked all glibc, libm , libc, all version is matched to , for exmaple.2.18version relink, ln -sfn /lib64/libm-2.18.so libm.so.6 //before is libm-2.31.so not matched https://stackoverflow.com/questions/59578152/undefined-reference-to-strtof128-nanglibc-private after the above error solved, I get other errorat make altinstall, got the errorerror _testembed.c:1767: undefined reference to `__gcov_indirect_call_profiler'just following the instruction as reference link Installation python 3.9 reference: https://phoenixnap.com/kb/how-to-install-python-3-centos-7 https://blog.csdn.net/liuruiaaa/article/details/130890408
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-02 21:48:44
Wilson Edwards
Reply:0
Post_ID:829296virtualbox;macOS;window11
Read this link https://computer28.com/hk/article/install-macos-virtualbox.doc.php
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-01 22:06:35
Wilson Edwards
Reply:0
Post_ID:829288python;javascript;simulation
Basic Concept: https://www.youtube.com/watch?v=IrbJYsep45E&t=663s https://www.youtube.com/watch?v=JOJ5zihcd6Q Google 's Willow Chip for quantum computing: https://www.youtube.com/watch?v=G3o4sPpGWFI https://www.youtube.com/watch?v=FgZ-8NFSysA&t=134s https://www.youtube.com/watch?v=CMO1MEeUcXg Shor's Algorithm: https://www.youtube.com/watch?v=FRZQ-efABeQ https://www.geeksforgeeks.org/shors-factorization-algorithm/ Simulator quantum computing by python: https://github.com/lvillasen/Quantum-Computer-Simulator IBM quantum simulator/platform for public: https://en.wikipedia.org/wiki/IBM_Quantum_Platform (Some region is blocked by IBM,u can use VPN from Chrome VPN Extension) Basic GCD, greatest common divisor: https://en.wikipedia.org/wiki/Greatest_common_divisor How it works: https://www.youtube.com/watch?v=g_IaVepNDT4&t=63s https://www.youtube.com/watch?v=c0D8X4eN_Cg&list=PLnK6MrIqGXsJfcBdppW3CKJ858zR8P4eP https://www.youtube.com/watch?v=XuN6sF8UGSw
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-01 21:42:42
Norton Alex
Reply:1
Post_ID:829295javascript
Accept
my html page calling many javascript file, I worry, some function name will be double or over-written by each other. Any method to prevent this .Please advise;
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-02-01 21:15:33
Norton Alex
Reply:2
Post_ID:829294javascript
Accept
I have seen a lot javascript file whcih starting with "!" character before functionWhat is the purpose of that ?For example;!function(x){a=x}()Please advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-01-29 21:04:40
Wilson Edwards
Reply:4
Post_ID:829293javascript;python3;chrome
Visitors or users may open many page of website to get streaming data ,and they want to open many browser tabs to read different data. That will depend on your Laptop or mobile capiblity how can handle many new socket.io to run on multiple tab at the same time, If limited computer resouce or memory, you will be limited for number of browser tabs display.If u use socket with Redis /stream event that allow display directly into html page tab (just type https://yourdomain:5051/stream on address bar) or throught javascript parse data into html page but it may only allow 3 tabs running on the same time.How you can run it on many tabs ?-----------------------------------------------1-You can use localStorage(getItem or setItem) to share information between browser tabOr...you can use2-window.addEventListener('blur', notstream);window.addEventListener('focus', stream);When the user not read or not focus the tag, close the streaming socketio, then Whenthat users want to read it again and focus the tag, reconnect the socket. We know users only can read 1 tag at a time only,function notstrem(){souce.close();//close the socket.io}function stream(){//user focus the tab againrefresh();// re-run that funation u can stream data before}function refresh(){//Redisvar source = new EventSource("https://yourdomainsocket-site.com"+":5051/stream"); source.addEventListener('publish', function(event) {dataextract(event.data);if (typeof ws=='function')ws(event.data);if (typeof updatechart=='function')updatechart(event.data); }, false); source.addEventListener('error', function(event) { }, false);return source;}let source=null;jQuery(document).ready(function($) {console.log("onload");source=refresh();});
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25-01-23 19:49:42
Wilson Edwards
Reply:5
Post_ID:829292javascript;jquery;php
$(document).click(function(e) { // ####Check for left button if (e.button == 0) { // alert('clicked'); console.log('page......clicking'); checkhitrate('ads_hitrate');//check the document.activeElememnt source such as ifram or <a> tag }else {}});it works but can not detect mouse right click or mouse left click;so try to other code such as followsvar mouseleft=null;document.addEventListener('mousedown', function(event) { switch (event.button) { case 0: mouseleft=1; checkhitrate('ads_hitrate'); console.log('mouse Left button clicked.'); break; case 1: mouseleft=0; console.log('mouse Middle button clicked.'); break; case 2: mouseleft=0; console.log('mouse Right button clicked.'); break; case 3: mouseleft=0; console.log('mouse Browser Back button clicked.'); break; case 4: console.log('Browser Forward button clicked.'); break; default: console.log('Unknown button clicked.'); }});*/it is working ok, but not work if the content area with iframe...so we need use blur as followswindow.addEventListener('blur', notFocused);function notFocused() { localStorage.setItem('focus','0');setTimeout(()=>{$(window).focus();},200);checkhitrate('ads_hitrate');console.log('NOT focused',ia2++);return 0;}and check whether visitor leave current page to forward to other site, use this function becoz we can not idenity it is right or left click.if .onbeforeunload even is triggered it mean it is from left clickwindow.onbeforeunload=function(e){ console.log('hist-onbeforeunload'); localStorage.removeItem("stateHistoryonbeforeunload"); localStorage.setItem("stateHistoryonbeforeunload", 1);}event onbeforeunload should be earlier than checkrate();function checkhitrate(hitrate){ if (hitrate=='ads_hitrate')sendclick();}function sendclick(){if (document.activeElement.src) var tmp=document.activeElement.src ; else tmp=""if (document.activeElement.tagName === "IFRAME"){if (tmp.indexOf('client=ca-pub-')>0){setTimeout(()=>{console.log('notfocused _post3',"stateHistoryonbeforeunload",localStorage.getItem("stateHistoryonbeforeunload"));document.activeElement.blur(); if (localStorage.getItem("stateHistoryonbeforeunload")=="1"){_post3(url,JSON.stringify(obj),fun);localStorage.removeItem("stateHistoryonbeforeunload")}},200);}}Note: every click then clear last document.activeElement by document.activeElement.blur() so next check click will be working again
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24-12-31 23:06:18
Wilson Edwards
Reply:0
Post_ID:829289economy
https://www.investopedia.com/terms/t/trilemma.asp https://en.wikipedia.org/wiki/Trilemma Example Video: https://www.youtube.com/watch?app=desktop&v=pNlUmPZ1UC4 Any region is only able to do 2 options from the following 3 choices for itseconomy system at the same time, 3 choices: A=Independent monetary policy(獨立自主貨幣政策), B=fixed Exchange Rate(固定匯率) ,C=Free Flow of Capitial(資本自由流動)For example:USA: ACHongkong: BCChina:AB
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24-11-27 13:34:32
Wilson Edwards
Reply:2
Post_ID:829287yoututbe
Accept
as the title, which online site is the bestPlease advise
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Possible hardware problems?
Asked by CEHJ
at 2024-07-16 07:54:00

Point:305 Replies:14 POST_ID:828992USER_ID:11078
Topic:
Linux;General Laptop;Computer Displays / Monitors
[ 0.000000] Initializing cgroup subsys cpuset[ 0.000000] Initializing cgroup subsys cpu[ 0.000000] Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.60-1+deb7u1[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=ea5640f2-9dc4-47de-96c6-0e34a67b3571 ro quiet[ 0.000000] BIOS-provided physical RAM map:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f400 (usable)[ 0.000000] BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)[ 0.000000] BIOS-e820: 0000000000100000 - 00000000d91ff000 (usable)[ 0.000000] BIOS-e820: 00000000d91ff000 - 00000000d9c80000 (reserved)[ 0.000000] BIOS-e820: 00000000d9c80000 - 00000000d9cbc000 (usable)[ 0.000000] BIOS-e820: 00000000d9cbc000 - 00000000db0bc000 (reserved)[ 0.000000] BIOS-e820: 00000000db0bc000 - 00000000df9bf000 (usable)[ 0.000000] BIOS-e820: 00000000df9bf000 - 00000000dfabf000 (reserved)[ 0.000000] BIOS-e820: 00000000dfabf000 - 00000000dfbbf000 (ACPI NVS)[ 0.000000] BIOS-e820: 00000000dfbbf000 - 00000000dfbff000 (ACPI data)[ 0.000000] BIOS-e820: 00000000dfbff000 - 00000000dfc00000 (usable)[ 0.000000] BIOS-e820: 00000000dfc00000 - 00000000e0000000 (reserved)[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)[ 0.000000] BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved)[ 0.000000] BIOS-e820: 00000000fed80000 - 00000000fed81000 (reserved)[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)[ 0.000000] BIOS-e820: 00000000ffc00000 - 0000000100000000 (reserved)[ 0.000000] BIOS-e820: 0000000100000000 - 0000000107000000 (usable)[ 0.000000] BIOS-e820: 0000000107000000 - 000000011f000000 (reserved)[ 0.000000] NX (Execute Disable) protection: active[ 0.000000] SMBIOS 2.7 present.[ 0.000000] DMI: Sony Corporation SVE1112M1EW/VAIO, BIOS R0120D8 08/22/2012[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)[ 0.000000] No AGP bridge found[ 0.000000] last_pfn = 0x107000 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-through[ 0.000000] MTRR variable ranges enabled:[ 0.000000] 0 base 000000000 mask F80000000 write-back[ 0.000000] 1 base 080000000 mask FC0000000 write-back[ 0.000000] 2 base 0C0000000 mask FE0000000 write-back[ 0.000000] 3 base 0DFBBD000 mask FFFFFF000 uncachable[ 0.000000] 4 base 0FFC00000 mask FFFC00000 write-protect[ 0.000000] 5 disabled[ 0.000000] 6 disabled[ 0.000000] 7 disabled[ 0.000000] TOM2: 000000011f000000 aka 4592M[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106[ 0.000000] last_pfn = 0xdfc00 max_arch_pfn = 0x400000000[ 0.000000] found SMP MP-table at [ffff8800000fe1b0] fe1b0[ 0.000000] initial memory mapped : 0 - 20000000[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480[ 0.000000] Using GB pages for direct mapping[ 0.000000] init_memory_mapping: 0000000000000000-00000000dfc00000[ 0.000000] 0000000000 - 00c0000000 page 1G[ 0.000000] 00c0000000 - 00dfc00000 page 2M[ 0.000000] kernel direct mapping tables up to dfc00000 @ 1fffe000-20000000[ 0.000000] init_memory_mapping: 0000000100000000-0000000107000000[ 0.000000] 0100000000 - 0107000000 page 2M[ 0.000000] kernel direct mapping tables up to 107000000 @ df9bd000-df9bf000[ 0.000000] RAMDISK: 36b5a000 - 375a5000[ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 Sony)[ 0.000000] ACPI: XSDT 00000000dfbfe120 0007C (v01 Sony VAIO 20120822 01000013)[ 0.000000] ACPI: FACP 00000000dfbfc000 0010C (v05 Sony VAIO 20120822 ACPI 00040000)[ 0.000000] ACPI Warning: FADT (revision 5) is longer than ACPI 2.0 version, truncating length 268 to 244 (20110623/tbfadt-288)[ 0.000000] ACPI: DSDT 00000000dfbf1000 07252 (v02 Sony VAIO 20120822 ACPI 00040000)[ 0.000000] ACPI: FACS 00000000dfb8d000 00040[ 0.000000] ACPI: UEFI 00000000dfbfd000 00236 (v01 Sony VAIO 20120822 ACPI 00040000)[ 0.000000] ACPI: HPET 00000000dfbfb000 00038 (v01 Sony VAIO 20120822 ACPI 00040000)[ 0.000000] ACPI: APIC 00000000dfbfa000 00084 (v03 Sony VAIO 20120822 ACPI 00040000)[ 0.000000] ACPI: MCFG 00000000dfbf9000 0003C (v01 Sony VAIO 20120822 ACPI 00040000)[ 0.000000] ACPI: WDRT 00000000dfbf0000 00047 (v01 Sony VAIO 20120822 ACPI 00040000)[ 0.000000] ACPI: WDAT 00000000dfbef000 001AC (v01 Sony VAIO 20120822 ACPI 00040000)[ 0.000000] ACPI: FPDT 00000000dfbed000 00044 (v01 Sony VAIO 20120822 ACPI 00040000)[ 0.000000] ACPI: MSDM 00000000dfbec000 00055 (v03 Sony VAIO 20120822 ACPI 00040000)[ 0.000000] ACPI: SSDT 00000000dfbeb000 003DE (v01 Sony VAIO 20120822 ACPI 00040000)[ 0.000000] ACPI: SSDT 00000000dfbe9000 016E4 (v02 Sony VAIO 20120822 ACPI 00040000)[ 0.000000] ACPI: Local APIC address 0xfee00000[ 0.000000] No NUMA configuration found[ 0.000000] Faking a node at 0000000000000000-0000000107000000[ 0.000000] Initmem setup node 0 0000000000000000-0000000107000000[ 0.000000] NODE_DATA [0000000106ffb000 - 0000000106ffffff][ 0.000000] [ffffea0000000000-ffffea00039fffff] PMD -> [ffff880102c00000-ffff880105ffffff] on node 0[ 0.000000] Zone PFN ranges:[ 0.000000] DMA 0x00000010 -> 0x00001000[ 0.000000] DMA32 0x00001000 -> 0x00100000[ 0.000000] Normal 0x00100000 -> 0x00107000[ 0.000000] Movable zone start PFN for each node[ 0.000000] early_node_map[6] active PFN ranges[ 0.000000] 0: 0x00000010 -> 0x0000009f[ 0.000000] 0: 0x00000100 -> 0x000d91ff[ 0.000000] 0: 0x000d9c80 -> 0x000d9cbc[ 0.000000] 0: 0x000db0bc -> 0x000df9bf[ 0.000000] 0: 0x000dfbff -> 0x000dfc00[ 0.000000] 0: 0x00100000 -> 0x00107000[ 0.000000] On node 0 totalpages: 936654[ 0.000000] DMA zone: 56 pages used for memmap[ 0.000000] DMA zone: 5 pages reserved[ 0.000000] DMA zone: 3922 pages, LIFO batch:0[ 0.000000] DMA32 zone: 14280 pages used for memmap[ 0.000000] DMA32 zone: 889719 pages, LIFO batch:31[ 0.000000] Normal zone: 392 pages used for memmap[ 0.000000] Normal zone: 28280 pages, LIFO batch:7[ 0.000000] ACPI: PM-Timer IO Port: 0x408[ 0.000000] ACPI: Local APIC address 0xfee00000[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)[ 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: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])[ 0.000000] IOAPIC[0]: apic_id 4, version 33, 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 low level)[ 0.000000] ACPI: IRQ0 used by override.[ 0.000000] ACPI: IRQ2 used by override.[ 0.000000] ACPI: IRQ9 used by override.[ 0.000000] Using ACPI (MADT) for SMP configuration information[ 0.000000] ACPI: HPET id: 0x10228210 base: 0xfed00000[ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs[ 0.000000] nr_irqs_gsi: 40[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000[ 0.000000] PM: Registered nosave memory: 00000000d91ff000 - 00000000d9c80000[ 0.000000] PM: Registered nosave memory: 00000000d9cbc000 - 00000000db0bc000[ 0.000000] PM: Registered nosave memory: 00000000df9bf000 - 00000000dfabf000[ 0.000000] PM: Registered nosave memory: 00000000dfabf000 - 00000000dfbbf000[ 0.000000] PM: Registered nosave memory: 00000000dfbbf000 - 00000000dfbff000[ 0.000000] PM: Registered nosave memory: 00000000dfc00000 - 00000000e0000000[ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000[ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000[ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000[ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000[ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fed80000[ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed81000[ 0.000000] PM: Registered nosave memory: 00000000fed81000 - 00000000fee00000[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000[ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffc00000[ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 0000000100000000[ 0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)[ 0.000000] Booting paravirtualized kernel on bare hardware[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880106c00000 s82944 r8192 d23552 u524288[ 0.000000] pcpu-alloc: s82944 r8192 d23552 u524288 alloc=1*2097152[ 0.000000] pcpu-alloc: [0] 0 1 2 3[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 921921[ 0.000000] Policy zone: Normal[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=ea5640f2-9dc4-47de-96c6-0e34a67b3571 ro quiet[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)[ 0.000000] Checking aperture...[ 0.000000] No AGP bridge found[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing![ 0.000000] Memory: 3607800k/4308992k available (3431k kernel code, 562376k absent, 138816k reserved, 3308k data, 580k init)[ 0.000000] Hierarchical RCU implementation.[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.[ 0.000000] NR_IRQS:33024 nr_irqs:712 16[ 0.000000] spurious 8259A interrupt: IRQ7.[ 0.000000] Console: colour VGA+ 80x25[ 0.000000] console [tty0] enabled[ 0.000000] hpet clockevent registered[ 0.000000] Fast TSC calibration using PIT[ 0.000000] Detected 1696.963 MHz processor.[ 0.004007] Calibrating delay loop (skipped), value calculated using timer frequency.. 3393.92 BogoMIPS (lpj=6787852)[ 0.004015] pid_max: default: 32768 minimum: 301[ 0.004104] Security Framework initialized[ 0.004115] AppArmor: AppArmor disabled by boot time parameter[ 0.004605] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)[ 0.007254] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)[ 0.009208] Mount-cache hash table entries: 256[ 0.009432] Initializing cgroup subsys cpuacct[ 0.009442] Initializing cgroup subsys memory[ 0.009466] Initializing cgroup subsys devices[ 0.009472] Initializing cgroup subsys freezer[ 0.009476] Initializing cgroup subsys net_cls[ 0.009480] Initializing cgroup subsys blkio[ 0.009492] Initializing cgroup subsys perf_event[ 0.009549] tseg: 00dfc00000[ 0.009553] CPU: Physical Processor ID: 0[ 0.009556] CPU: Processor Core ID: 0[ 0.009560] mce: CPU supports 6 MCE banks[ 0.010396] ACPI: Core revision 20110623[ 0.020510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1[ 0.060280] CPU0: AMD E2-1800 APU with Radeon(tm) HD Graphics stepping 00[ 0.064003] Performance Events: AMD PMU driver.[ 0.064003] ... version: 0[ 0.064003] ... bit width: 48[ 0.064003] ... generic registers: 4[ 0.064003] ... value mask: 0000ffffffffffff[ 0.064003] ... max period: 00007fffffffffff[ 0.064003] ... fixed-purpose events: 0[ 0.064003] ... event mask: 000000000000000f[ 0.064003] NMI watchdog enabled, takes one hw-pmu counter.[ 0.064003] Booting Node 0, Processors #1[ 0.064003] smpboot cpu 1: start_ip = 9a000[ 0.152051] NMI watchdog enabled, takes one hw-pmu counter.[ 0.152093] Brought up 2 CPUs[ 0.152098] Total of 2 processors activated (6787.77 BogoMIPS).[ 0.152721] devtmpfs: initialized[ 0.159299] PM: Registering ACPI NVS region at dfabf000 (1048576 bytes)[ 0.160166] print_constraints: dummy:[ 0.160293] NET: Registered protocol family 16[ 0.160601] Extended Config Space enabled on 0 nodes[ 0.160637] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it[ 0.160642] ACPI: bus type pci registered[ 0.160800] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)[ 0.160807] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820[ 0.175084] PCI: Using configuration type 1 for base access[ 0.176327] bio: create slab <bio-0> at 0[ 0.176327] ACPI: Added _OSI(Module Device)[ 0.176327] ACPI: Added _OSI(Processor Device)[ 0.176327] ACPI: Added _OSI(3.0 _SCP Extensions)[ 0.176327] ACPI: Added _OSI(Processor Aggregator Device)[ 0.178289] ACPI: EC: Look up EC in DSDT[ 0.181758] ACPI: Executed 1 blocks of module-level executable AML code[ 0.187051] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored[ 0.188904] ACPI: Interpreter enabled[ 0.188904] ACPI: (supports S0 S3 S4 S5)[ 0.188904] ACPI: Using IOAPIC for interrupt routing[ 0.189534] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness[ 0.212736] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62[ 0.213082] ACPI: No dock devices found.[ 0.213087] HEST: Table not found.[ 0.213094] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug[ 0.213583] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])[ 0.213946] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7][ 0.213951] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff][ 0.213956] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff][ 0.213960] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000c3fff][ 0.213964] pci_root PNP0A08:00: host bridge window [mem 0x000c4000-0x000c7fff][ 0.213969] pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000cbfff][ 0.213973] pci_root PNP0A08:00: host bridge window [mem 0x000cc000-0x000cffff][ 0.213977] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff][ 0.213981] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff][ 0.213985] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff][ 0.213989] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff][ 0.213993] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff][ 0.213997] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff][ 0.214002] pci_root PNP0A08:00: host bridge window [mem 0x000e8000-0x000ebfff][ 0.214006] pci_root PNP0A08:00: host bridge window [mem 0x000ec000-0x000effff][ 0.214010] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xf7ffffff][ 0.214014] pci_root PNP0A08:00: host bridge window [mem 0xfc000000-0xfed3ffff][ 0.214018] pci_root PNP0A08:00: host bridge window [mem 0xfed45000-0xffffffff][ 0.214030] pci_root PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cedff])[ 0.214051] pci 0000:00:00.0: [1022:1510] type 0 class 0x000600[ 0.214113] pci 0000:00:01.0: [1002:9808] type 0 class 0x000300[ 0.214128] pci 0000:00:01.0: reg 10: [mem 0xe0000000-0xefffffff pref][ 0.214138] pci 0000:00:01.0: reg 14: [io 0x3000-0x30ff][ 0.214148] pci 0000:00:01.0: reg 18: [mem 0xf0300000-0xf033ffff][ 0.214209] pci 0000:00:01.0: supports D1 D2[ 0.214235] pci 0000:00:01.1: [1002:1314] type 0 class 0x000403[ 0.214248] pci 0000:00:01.1: reg 10: [mem 0xf0344000-0xf0347fff][ 0.214319] pci 0000:00:01.1: supports D1 D2[ 0.214354] pci 0000:00:04.0: [1022:1512] type 1 class 0x000604[ 0.214430] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold[ 0.214463] pci 0000:00:05.0: [1022:1513] type 1 class 0x000604[ 0.214538] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold[ 0.214570] pci 0000:00:06.0: [1022:1514] type 1 class 0x000604[ 0.214644] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold[ 0.214676] pci 0000:00:07.0: [1022:1515] type 1 class 0x000604[ 0.214750] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold[ 0.214851] pci 0000:00:10.0: [1022:7812] type 0 class 0x000c03[ 0.214877] pci 0000:00:10.0: reg 10: [mem 0xf0348000-0xf0349fff 64bit][ 0.214998] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold[ 0.215050] pci 0000:00:11.0: [1022:7804] type 0 class 0x000106[ 0.215074] pci 0000:00:11.0: reg 10: [io 0x3118-0x311f][ 0.215087] pci 0000:00:11.0: reg 14: [io 0x3124-0x3127][ 0.215100] pci 0000:00:11.0: reg 18: [io 0x3110-0x3117][ 0.215113] pci 0000:00:11.0: reg 1c: [io 0x3120-0x3123][ 0.215125] pci 0000:00:11.0: reg 20: [io 0x3100-0x310f][ 0.215138] pci 0000:00:11.0: reg 24: [mem 0xf034e000-0xf034e7ff][ 0.215212] pci 0000:00:12.0: [1022:7807] type 0 class 0x000c03[ 0.215229] pci 0000:00:12.0: reg 10: [mem 0xf034d000-0xf034dfff][ 0.215320] pci 0000:00:12.2: [1022:7808] type 0 class 0x000c03[ 0.215756] pci 0000:00:12.2: reg 10: [mem 0xf034c000-0xf034c0ff][ 0.218270] pci 0000:00:12.2: supports D1 D2[ 0.218274] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot[ 0.218309] pci 0000:00:13.0: [1022:7807] type 0 class 0x000c03[ 0.218327] pci 0000:00:13.0: reg 10: [mem 0xf034b000-0xf034bfff][ 0.218416] pci 0000:00:13.2: [1022:7808] type 0 class 0x000c03[ 0.218824] pci 0000:00:13.2: reg 10: [mem 0xf034a000-0xf034a0ff][ 0.218824] pci 0000:00:13.2: supports D1 D2[ 0.218824] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot[ 0.218824] pci 0000:00:14.0: [1022:780b] type 0 class 0x000c05[ 0.218824] pci 0000:00:14.2: [1022:780d] type 0 class 0x000403[ 0.218824] pci 0000:00:14.2: reg 10: [mem 0xf0340000-0xf0343fff 64bit][ 0.218824] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold[ 0.218824] pci 0000:00:14.3: [1022:780e] type 0 class 0x000601[ 0.218824] pci 0000:00:14.4: [1022:780f] type 1 class 0x000604[ 0.218824] pci 0000:00:18.0: [1022:1700] type 0 class 0x000600[ 0.218824] pci 0000:00:18.1: [1022:1701] type 0 class 0x000600[ 0.218824] pci 0000:00:18.2: [1022:1702] type 0 class 0x000600[ 0.218824] pci 0000:00:18.3: [1022:1703] type 0 class 0x000600[ 0.218824] pci 0000:00:18.4: [1022:1704] type 0 class 0x000600[ 0.218824] pci 0000:00:18.5: [1022:1718] type 0 class 0x000600[ 0.218824] pci 0000:00:18.6: [1022:1716] type 0 class 0x000600[ 0.218824] pci 0000:00:18.7: [1022:1719] type 0 class 0x000600[ 0.218824] pci 0000:01:00.0: [10ec:8168] type 0 class 0x000200[ 0.218824] pci 0000:01:00.0: reg 10: [io 0x2000-0x20ff][ 0.218824] pci 0000:01:00.0: reg 18: [mem 0xf0004000-0xf0004fff 64bit pref][ 0.218824] pci 0000:01:00.0: reg 20: [mem 0xf0000000-0xf0003fff 64bit pref][ 0.218824] pci 0000:01:00.0: supports D1 D2[ 0.218824] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold[ 0.228082] pci 0000:00:04.0: PCI bridge to [bus 01-01][ 0.228103] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff][ 0.228120] pci 0000:00:04.0: bridge window [mem 0xf0000000-0xf00fffff 64bit pref][ 0.228252] pci 0000:02:00.0: [10ec:5209] type 0 class 0x00ff00[ 0.228276] pci 0000:02:00.0: reg 10: [mem 0xf0200000-0xf0200fff][ 0.228406] pci 0000:02:00.0: supports D1 D2[ 0.228410] pci 0000:02:00.0: PME# supported from D1 D2 D3hot[ 0.236115] pci 0000:00:05.0: PCI bridge to [bus 02-02][ 0.236138] pci 0000:00:05.0: bridge window [mem 0xf0200000-0xf02fffff][ 0.236241] pci 0000:03:00.0: [168c:0032] type 0 class 0x000280[ 0.236269] pci 0000:03:00.0: reg 10: [mem 0xf0100000-0xf017ffff 64bit][ 0.236322] pci 0000:03:00.0: reg 30: [mem 0xffff0000-0xffffffff pref][ 0.236386] pci 0000:03:00.0: supports D1 D2[ 0.236389] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold[ 0.244088] pci 0000:00:06.0: PCI bridge to [bus 03-03][ 0.244112] pci 0000:00:06.0: bridge window [mem 0xf0100000-0xf01fffff][ 0.244192] pci 0000:00:07.0: PCI bridge to [bus 04-04][ 0.244318] pci 0000:00:14.4: PCI bridge to [bus 05-05] (subtractive decode)[ 0.244331] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)[ 0.244336] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)[ 0.244341] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)[ 0.244347] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)[ 0.244351] pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)[ 0.244356] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)[ 0.244360] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)[ 0.244365] pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)[ 0.244370] pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)[ 0.244374] pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)[ 0.244379] pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)[ 0.244383] pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)[ 0.244388] pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)[ 0.244392] pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)[ 0.244397] pci 0000:00:14.4: bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)[ 0.244402] pci 0000:00:14.4: bridge window [mem 0xfc000000-0xfed3ffff] (subtractive decode)[ 0.244406] pci 0000:00:14.4: bridge window [mem 0xfed45000-0xffffffff] (subtractive decode)[ 0.244458] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT][ 0.244844] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT][ 0.244952] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT][ 0.245154] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT][ 0.245689] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT][ 0.246148] pci0000:00: Requesting ACPI _OSC control (0x1d)[ 0.246671] pci0000:00: ACPI _OSC control (0x1d) granted[ 0.273007] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0[ 0.273178] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0[ 0.273349] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0[ 0.273521] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0[ 0.273663] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0[ 0.273762] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0[ 0.273865] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0[ 0.273965] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0[ 0.274275] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none[ 0.274275] vgaarb: loaded[ 0.274275] vgaarb: bridge control possible 0000:00:01.0[ 0.274275] PCI: Using ACPI for IRQ routing[ 0.276803] PCI: pci_cache_line_size set to 64 bytes[ 0.276942] reserve RAM buffer: 000000000009f400 - 000000000009ffff[ 0.276947] reserve RAM buffer: 00000000d91ff000 - 00000000dbffffff[ 0.276951] reserve RAM buffer: 00000000d9cbc000 - 00000000dbffffff[ 0.276955] reserve RAM buffer: 00000000df9bf000 - 00000000dfffffff[ 0.276959] reserve RAM buffer: 00000000dfc00000 - 00000000dfffffff[ 0.276963] reserve RAM buffer: 0000000107000000 - 0000000107ffffff[ 0.277231] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0[ 0.277239] hpet0: 3 comparators, 32-bit 14.318180 MHz counter[ 0.279272] Switching to clocksource hpet[ 0.279371] pnp: PnP ACPI init[ 0.279414] ACPI: bus type pnp registered[ 0.279676] pnp 00:00: [bus 00-ff][ 0.279682] pnp 00:00: [io 0x0000-0x0cf7 window][ 0.279687] pnp 00:00: [io 0x0d00-0xffff window][ 0.279692] pnp 00:00: [mem 0x000a0000-0x000bffff window][ 0.279696] pnp 00:00: [mem 0x000c0000-0x000c3fff window][ 0.279700] pnp 00:00: [mem 0x000c4000-0x000c7fff window][ 0.279704] pnp 00:00: [mem 0x000c8000-0x000cbfff window][ 0.279708] pnp 00:00: [mem 0x000cc000-0x000cffff window][ 0.279712] pnp 00:00: [mem 0x000d0000-0x000d3fff window][ 0.279716] pnp 00:00: [mem 0x000d4000-0x000d7fff window][ 0.279720] pnp 00:00: [mem 0x000d8000-0x000dbfff window][ 0.279724] pnp 00:00: [mem 0x000dc000-0x000dffff window][ 0.279728] pnp 00:00: [mem 0x000e0000-0x000e3fff window][ 0.279732] pnp 00:00: [mem 0x000e4000-0x000e7fff window][ 0.279735] pnp 00:00: [mem 0x000e8000-0x000ebfff window][ 0.279739] pnp 00:00: [mem 0x000ec000-0x000effff window][ 0.279743] pnp 00:00: [mem 0xe0000000-0xf7ffffff window][ 0.279747] pnp 00:00: [mem 0xfc000000-0xfed3ffff window][ 0.279751] pnp 00:00: [mem 0xfed45000-0xffffffff window][ 0.279755] pnp 00:00: [io 0x0cf8-0x0cff][ 0.279872] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)[ 0.279980] pnp 00:01: [mem 0xfec00000-0xfec00fff][ 0.279985] pnp 00:01: [mem 0xfee00000-0xfee00fff][ 0.279989] pnp 00:01: [mem 0xf8000000-0xfbffffff][ 0.279993] pnp 00:01: [mem 0xfed80000-0xfed80fff][ 0.279997] pnp 00:01: [mem 0xff700000-0xff7003ff][ 0.280187] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved[ 0.280194] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved[ 0.280199] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved[ 0.280204] system 00:01: [mem 0xfed80000-0xfed80fff] has been reserved[ 0.280209] system 00:01: [mem 0xff700000-0xff7003ff] has been reserved[ 0.280215] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)[ 0.280457] pnp 00:02: [irq 0 disabled][ 0.280489] pnp 00:02: [irq 8][ 0.280494] pnp 00:02: [mem 0xfed00000-0xfed003ff][ 0.280557] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)[ 0.280676] pnp 00:03: [io 0x0b20-0x0b3f][ 0.280681] pnp 00:03: IRQ 7 override to edge, high[ 0.280734] pnp 00:03: [irq 7][ 0.280798] pnp 00:03: Plug and Play ACPI device, IDs SMB0001 (active)[ 0.280823] pnp 00:04: [io 0x0000-0x000f][ 0.280827] pnp 00:04: [io 0x0081-0x008f][ 0.280830] pnp 00:04: [io 0x00c0-0x00df][ 0.280834] pnp 00:04: [dma 4][ 0.280893] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)[ 0.280913] pnp 00:05: [io 0x00f0-0x00fe][ 0.280967] pnp 00:05: [irq 13][ 0.281029] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)[ 0.281117] pnp 00:06: [io 0x0070-0x0071][ 0.281186] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)[ 0.281205] pnp 00:07: [io 0x0061][ 0.281268] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)[ 0.281291] pnp 00:08: [io 0x0060][ 0.281295] pnp 00:08: [io 0x0064][ 0.281312] pnp 00:08: [irq 1][ 0.281373] pnp 00:08: Plug and Play ACPI device, IDs SNYa009 PNP030b (active)[ 0.281413] pnp 00:09: [irq 12][ 0.281478] pnp 00:09: Plug and Play ACPI device, IDs FOX0013 PNP0f13 (active)[ 0.281504] pnp 00:0a: [io 0x0010-0x001f][ 0.281507] pnp 00:0a: [io 0x002e-0x002f][ 0.281511] pnp 00:0a: [io 0x0072-0x0073][ 0.281515] pnp 00:0a: [io 0x0080][ 0.281518] pnp 00:0a: [io 0x00b0-0x00b1][ 0.281521] pnp 00:0a: [io 0x0092][ 0.281525] pnp 00:0a: [io 0x0400-0x04cf][ 0.281528] pnp 00:0a: [io 0x04d0-0x04d1][ 0.281532] pnp 00:0a: [io 0x04d6][ 0.281535] pnp 00:0a: [io 0x0680-0x06ff][ 0.281538] pnp 00:0a: [io 0x077a][ 0.281541] pnp 00:0a: [io 0x0c00-0x0c01][ 0.281545] pnp 00:0a: [io 0x0c14][ 0.281548] pnp 00:0a: [io 0x0c50-0x0c52][ 0.281553] pnp 00:0a: [io 0x0c6c][ 0.281557] pnp 00:0a: [io 0x0c6f][ 0.281560] pnp 00:0a: [io 0x0cd0-0x0cdb][ 0.281564] pnp 00:0a: [io 0x0840-0x0847][ 0.281567] pnp 00:0a: [io 0x164e-0x164f][ 0.281680] system 00:0a: [io 0x0400-0x04cf] has been reserved[ 0.281685] system 00:0a: [io 0x04d0-0x04d1] has been reserved[ 0.281690] system 00:0a: [io 0x04d6] has been reserved[ 0.281695] system 00:0a: [io 0x0680-0x06ff] has been reserved[ 0.281699] system 00:0a: [io 0x077a] has been reserved[ 0.281704] system 00:0a: [io 0x0c00-0x0c01] has been reserved[ 0.281708] system 00:0a: [io 0x0c14] has been reserved[ 0.281713] system 00:0a: [io 0x0c50-0x0c52] has been reserved[ 0.281718] system 00:0a: [io 0x0c6c] has been reserved[ 0.281722] system 00:0a: [io 0x0c6f] has been reserved[ 0.281727] system 00:0a: [io 0x0cd0-0x0cdb] has been reserved[ 0.281731] system 00:0a: [io 0x0840-0x0847] has been reserved[ 0.281736] system 00:0a: [io 0x164e-0x164f] has been reserved[ 0.281742] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)[ 0.281840] pnp 00:0b: [mem 0x000e0000-0x000fffff][ 0.281844] pnp 00:0b: [mem 0xffc00000-0xffffffff][ 0.281942] system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved[ 0.281948] system 00:0b: [mem 0xffc00000-0xffffffff] has been reserved[ 0.281954] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)[ 0.288594] pnp: PnP ACPI: found 12 devices[ 0.288601] ACPI: ACPI bus type pnp unregistered[ 0.300464] pci 0000:03:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref][ 0.300475] PCI: max bus depth: 1 pci_try_num: 2[ 0.300551] pci 0000:00:06.0: BAR 15: assigned [mem 0xf0400000-0xf04fffff pref][ 0.300562] pci 0000:00:07.0: BAR 14: assigned [mem 0xf0500000-0xf06fffff][ 0.300574] pci 0000:00:07.0: BAR 15: assigned [mem 0xf0700000-0xf08fffff 64bit pref][ 0.300582] pci 0000:00:07.0: BAR 13: assigned [io 0x4000-0x4fff][ 0.300594] pci 0000:00:05.0: BAR 15: assigned [mem 0xf0900000-0xf0afffff 64bit pref][ 0.300601] pci 0000:00:05.0: BAR 13: assigned [io 0x5000-0x5fff][ 0.300606] pci 0000:00:04.0: PCI bridge to [bus 01-01][ 0.300611] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff][ 0.300620] pci 0000:00:04.0: bridge window [mem 0xf0000000-0xf00fffff 64bit pref][ 0.300628] pci 0000:00:05.0: PCI bridge to [bus 02-02][ 0.300632] pci 0000:00:05.0: bridge window [io 0x5000-0x5fff][ 0.300639] pci 0000:00:05.0: bridge window [mem 0xf0200000-0xf02fffff][ 0.300644] pci 0000:00:05.0: bridge window [mem 0xf0900000-0xf0afffff 64bit pref][ 0.300653] pci 0000:03:00.0: BAR 6: assigned [mem 0xf0400000-0xf040ffff pref][ 0.300658] pci 0000:00:06.0: PCI bridge to [bus 03-03][ 0.300664] pci 0000:00:06.0: bridge window [mem 0xf0100000-0xf01fffff][ 0.300670] pci 0000:00:06.0: bridge window [mem 0xf0400000-0xf04fffff pref][ 0.300677] pci 0000:00:07.0: PCI bridge to [bus 04-04][ 0.300681] pci 0000:00:07.0: bridge window [io 0x4000-0x4fff][ 0.300687] pci 0000:00:07.0: bridge window [mem 0xf0500000-0xf06fffff][ 0.300693] pci 0000:00:07.0: bridge window [mem 0xf0700000-0xf08fffff 64bit pref][ 0.300701] pci 0000:00:14.4: PCI bridge to [bus 05-05][ 0.300799] pci 0000:00:04.0: setting latency timer to 64[ 0.300820] pci 0000:00:05.0: setting latency timer to 64[ 0.300837] pci 0000:00:06.0: setting latency timer to 64[ 0.300854] pci 0000:00:07.0: setting latency timer to 64[ 0.300867] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7][ 0.300871] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff][ 0.300875] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff][ 0.300879] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff][ 0.300883] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff][ 0.300887] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff][ 0.300891] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff][ 0.300894] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff][ 0.300898] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff][ 0.300902] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff][ 0.300906] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff][ 0.300910] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff][ 0.300914] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff][ 0.300918] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff][ 0.300922] pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff][ 0.300926] pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfed3ffff][ 0.300930] pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff][ 0.300934] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff][ 0.300938] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref][ 0.300942] pci_bus 0000:02: resource 0 [io 0x5000-0x5fff][ 0.300946] pci_bus 0000:02: resource 1 [mem 0xf0200000-0xf02fffff][ 0.300950] pci_bus 0000:02: resource 2 [mem 0xf0900000-0xf0afffff 64bit pref][ 0.300955] pci_bus 0000:03: resource 1 [mem 0xf0100000-0xf01fffff][ 0.300959] pci_bus 0000:03: resource 2 [mem 0xf0400000-0xf04fffff pref][ 0.300963] pci_bus 0000:04: resource 0 [io 0x4000-0x4fff][ 0.300966] pci_bus 0000:04: resource 1 [mem 0xf0500000-0xf06fffff][ 0.300970] pci_bus 0000:04: resource 2 [mem 0xf0700000-0xf08fffff 64bit pref][ 0.300975] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7][ 0.300979] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff][ 0.300983] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff][ 0.300987] pci_bus 0000:05: resource 7 [mem 0x000c0000-0x000c3fff][ 0.300990] pci_bus 0000:05: resource 8 [mem 0x000c4000-0x000c7fff][ 0.300994] pci_bus 0000:05: resource 9 [mem 0x000c8000-0x000cbfff][ 0.300998] pci_bus 0000:05: resource 10 [mem 0x000d0000-0x000d3fff][ 0.301002] pci_bus 0000:05: resource 11 [mem 0x000d4000-0x000d7fff][ 0.301006] pci_bus 0000:05: resource 12 [mem 0x000d8000-0x000dbfff][ 0.301010] pci_bus 0000:05: resource 13 [mem 0x000dc000-0x000dffff][ 0.301014] pci_bus 0000:05: resource 14 [mem 0x000e0000-0x000e3fff][ 0.301017] pci_bus 0000:05: resource 15 [mem 0x000e4000-0x000e7fff][ 0.301021] pci_bus 0000:05: resource 16 [mem 0x000e8000-0x000ebfff][ 0.301025] pci_bus 0000:05: resource 17 [mem 0x000ec000-0x000effff][ 0.301029] pci_bus 0000:05: resource 18 [mem 0xe0000000-0xf7ffffff][ 0.301033] pci_bus 0000:05: resource 19 [mem 0xfc000000-0xfed3ffff][ 0.301037] pci_bus 0000:05: resource 20 [mem 0xfed45000-0xffffffff][ 0.301256] NET: Registered protocol family 2[ 0.301547] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)[ 0.303591] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)[ 0.308952] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)[ 0.309565] TCP: Hash tables configured (established 524288 bind 65536)[ 0.309570] TCP reno registered[ 0.309602] UDP hash table entries: 2048 (order: 4, 65536 bytes)[ 0.309660] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)[ 0.310063] NET: Registered protocol family 1[ 0.310095] pci 0000:00:01.0: Boot video device[ 1.008333] PCI: CLS 64 bytes, default 64[ 1.008450] Unpacking initramfs...[ 1.410833] Freeing initrd memory: 10540k freed[ 1.417653] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)[ 1.417662] Placing 64MB software IO TLB between ffff8800db9bd000 - ffff8800df9bd000[ 1.417666] software IO TLB at phys 0xdb9bd000 - 0xdf9bd000[ 1.418561] perf: AMD IBS detected (0x000000ff)[ 1.419210] audit: initializing netlink socket (disabled)[ 1.419236] type=2000 audit(1405517896.416:1): initialized[ 1.443950] HugeTLB registered 2 MB page size, pre-allocated 0 pages[ 1.445922] VFS: Disk quotas dquot_6.5.2[ 1.446035] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)[ 1.446189] msgmni has been set to 7067[ 1.446703] alg: No test for stdrng (krng)[ 1.446809] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)[ 1.446817] io scheduler noop registered[ 1.446820] io scheduler deadline registered[ 1.446868] io scheduler cfq registered (default)[ 1.447060] pcieport 0000:00:04.0: setting latency timer to 64[ 1.447126] pcieport 0000:00:04.0: irq 40 for MSI/MSI-X[ 1.447237] pcieport 0000:00:05.0: setting latency timer to 64[ 1.447290] pcieport 0000:00:05.0: irq 41 for MSI/MSI-X[ 1.447415] pcieport 0000:00:06.0: setting latency timer to 64[ 1.447464] pcieport 0000:00:06.0: irq 42 for MSI/MSI-X[ 1.447559] pcieport 0000:00:07.0: setting latency timer to 64[ 1.447608] pcieport 0000:00:07.0: irq 43 for MSI/MSI-X[ 1.447788] pcieport 0000:00:04.0: Signaling PME through PCIe PME interrupt[ 1.447793] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt[ 1.447799] pcie_pme 0000:00:04.0:pcie01: service driver pcie_pme loaded[ 1.447827] pcieport 0000:00:05.0: Signaling PME through PCIe PME interrupt[ 1.447831] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt[ 1.447837] pcie_pme 0000:00:05.0:pcie01: service driver pcie_pme loaded[ 1.447864] pcieport 0000:00:06.0: Signaling PME through PCIe PME interrupt[ 1.447868] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt[ 1.447874] pcie_pme 0000:00:06.0:pcie01: service driver pcie_pme loaded[ 1.447902] pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt[ 1.447908] pcie_pme 0000:00:07.0:pcie01: service driver pcie_pme loaded[ 1.447943] pci_hotplug: PCI Hot Plug PCI Core version: 0.5[ 1.448180] pciehp 0000:00:05.0:pcie04: HPC vendor_id 1022 device_id 1513 ss_vid 104d ss_did 90ad[ 1.448228] pciehp 0000:00:05.0:pcie04: service driver pciehp loaded[ 1.448244] pciehp 0000:00:07.0:pcie04: HPC vendor_id 1022 device_id 1515 ss_vid 104d ss_did 90ad[ 1.448284] pciehp 0000:00:07.0:pcie04: service driver pciehp loaded[ 1.448298] pciehp: PCI Express Hot Plug Controller Driver version: 0.4[ 1.448302] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5[ 1.449586] ERST: Table is not found![ 1.449589] GHES: HEST is not enabled![ 1.449885] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled[ 1.498059] Linux agpgart interface v0.103[ 1.498324] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12[ 1.500551] serio: i8042 KBD port at 0x60,0x64 irq 1[ 1.500569] serio: i8042 AUX port at 0x60,0x64 irq 12[ 1.501030] mousedev: PS/2 mouse device common for all mice[ 1.501154] rtc_cmos 00:06: RTC can wake from S4[ 1.501324] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0[ 1.501376] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs[ 1.501399] cpuidle: using governor ladder[ 1.501402] cpuidle: using governor menu[ 1.501755] TCP cubic registered[ 1.501902] NET: Registered protocol family 10[ 1.502766] Mobile IPv6[ 1.502771] NET: Registered protocol family 17[ 1.502780] Registering the dns_resolver key type[ 1.503192] PM: Hibernation image not present or could not be loaded.[ 1.503215] registered taskstats version 1[ 1.504447] rtc_cmos 00:06: setting system clock to 2014-07-16 13:38:18 UTC (1405517898)[ 1.504590] Initializing network drop monitor service[ 1.506917] Freeing unused kernel memory: 580k freed[ 1.507198] Write protecting the kernel read-only data: 6144k[ 1.512244] Freeing unused kernel memory: 648k freed[ 1.517785] Freeing unused kernel memory: 688k freed[ 1.523814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0[ 1.546773] udevd[49]: starting version 175[ 1.602759] usbcore: registered new interface driver usbfs[ 1.602806] usbcore: registered new interface driver hub[ 1.617006] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded[ 1.617106] r8169 0000:01:00.0: setting latency timer to 64[ 1.617188] r8169 0000:01:00.0: irq 44 for MSI/MSI-X[ 1.617975] r8169 0000:01:00.0: eth0: RTL8168evl/8111evl at 0xffffc9000065e000, 54:53:ed:b4:86:80, XID 0c900800 IRQ 44[ 1.617982] r8169 0000:01:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko][ 1.623971] usbcore: registered new device driver usb[ 1.625147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver[ 1.625281] ehci_hcd 0000:00:12.2: EHCI Host Controller[ 1.625334] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1[ 1.625372] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround[ 1.625411] QUIRK: Enable AMD PLL fix[ 1.625426] ehci_hcd 0000:00:12.2: debug port 1[ 1.625464] ehci_hcd 0000:00:12.2: irq 17, io mem 0xf034c000[ 1.625771] SCSI subsystem initialized[ 1.636173] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00[ 1.636233] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002[ 1.636239] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 1.636243] usb usb1: Product: EHCI Host Controller[ 1.636247] usb usb1: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd[ 1.636251] usb usb1: SerialNumber: 0000:00:12.2[ 1.636602] thermal LNXTHERM:00: registered as thermal_zone0[ 1.636608] ACPI: Thermal Zone [TZ00] (70 C)[ 1.636688] hub 1-0:1.0: USB hub found[ 1.636700] hub 1-0:1.0: 5 ports detected[ 1.637005] ehci_hcd 0000:00:13.2: EHCI Host Controller[ 1.637029] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2[ 1.637046] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround[ 1.637094] ehci_hcd 0000:00:13.2: debug port 1[ 1.637119] ehci_hcd 0000:00:13.2: irq 17, io mem 0xf034a000[ 1.644778] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver[ 1.648177] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00[ 1.648240] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002[ 1.648245] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 1.648249] usb usb2: Product: EHCI Host Controller[ 1.648253] usb usb2: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd[ 1.648257] usb usb2: SerialNumber: 0000:00:13.2[ 1.648555] hub 2-0:1.0: USB hub found[ 1.648566] hub 2-0:1.0: 5 ports detected[ 1.648956] xhci_hcd 0000:00:10.0: setting latency timer to 64[ 1.648966] xhci_hcd 0000:00:10.0: xHCI Host Controller[ 1.648993] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3[ 1.649297] xhci_hcd 0000:00:10.0: irq 45 for MSI/MSI-X[ 1.649308] xhci_hcd 0000:00:10.0: irq 46 for MSI/MSI-X[ 1.649318] xhci_hcd 0000:00:10.0: irq 47 for MSI/MSI-X[ 1.649457] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002[ 1.649462] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 1.649466] usb usb3: Product: xHCI Host Controller[ 1.649470] usb usb3: Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd[ 1.649473] usb usb3: SerialNumber: 0000:00:10.0[ 1.650026] xHCI xhci_add_endpoint called for root hub[ 1.650032] xHCI xhci_check_bandwidth called for root hub[ 1.650099] hub 3-0:1.0: USB hub found[ 1.650126] hub 3-0:1.0: 2 ports detected[ 1.650262] xhci_hcd 0000:00:10.0: xHCI Host Controller[ 1.650274] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 4[ 1.652639] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003[ 1.652644] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 1.652648] usb usb4: Product: xHCI Host Controller[ 1.652651] usb usb4: Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd[ 1.652655] usb usb4: SerialNumber: 0000:00:10.0[ 1.653121] xHCI xhci_add_endpoint called for root hub[ 1.653125] xHCI xhci_check_bandwidth called for root hub[ 1.653185] hub 4-0:1.0: USB hub found[ 1.653241] hub 4-0:1.0: 2 ports detected[ 1.653652] libata version 3.00 loaded.[ 1.664588] ohci_hcd 0000:00:12.0: OHCI Host Controller[ 1.664617] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 5[ 1.664689] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf034d000[ 1.724134] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001[ 1.724142] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 1.724147] usb usb5: Product: OHCI Host Controller[ 1.724151] usb usb5: Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd[ 1.724155] usb usb5: SerialNumber: 0000:00:12.0[ 1.724403] hub 5-0:1.0: USB hub found[ 1.724415] hub 5-0:1.0: 5 ports detected[ 1.724589] ahci 0000:00:11.0: version 3.0[ 1.724726] ahci 0000:00:11.0: irq 48 for MSI/MSI-X[ 1.724792] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode[ 1.724799] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part[ 1.733279] scsi0 : ahci[ 1.733524] ata1: SATA max UDMA/133 abar m2048@0xf034e000 port 0xf034e100 irq 48[ 1.733715] ohci_hcd 0000:00:13.0: OHCI Host Controller[ 1.733746] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 6[ 1.733797] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf034b000[ 1.792275] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001[ 1.792283] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 1.792288] usb usb6: Product: OHCI Host Controller[ 1.792291] usb usb6: Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd[ 1.792295] usb usb6: SerialNumber: 0000:00:13.0[ 1.792759] hub 6-0:1.0: USB hub found[ 1.792776] hub 6-0:1.0: 5 ports detected[ 2.072285] usb 2-3: new high-speed USB device number 3 using ehci_hcd[ 2.216468] usb 2-3: New USB device found, idVendor=5986, idProduct=02d3[ 2.216483] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0[ 2.216492] usb 2-3: Product: USB2.0 Camera[ 2.216498] usb 2-3: Manufacturer: USB2.0 Camera[ 2.236327] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)[ 2.237455] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out[ 2.238027] ata1.00: ATA-8: Hitachi HTS545050A7E380, GG2OA7B0, max UDMA/133[ 2.238042] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA[ 2.239076] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out[ 2.239384] ata1.00: configured for UDMA/133[ 2.239913] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54505 GG2O PQ: 0 ANSI: 5[ 2.246691] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)[ 2.246705] sd 0:0:0:0: [sda] 4096-byte physical blocks[ 2.247588] sd 0:0:0:0: [sda] Write Protect is off[ 2.247597] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00[ 2.247761] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA[ 2.321607] sda: sda1 sda2 < sda5 >[ 2.323065] sd 0:0:0:0: [sda] Attached SCSI disk[ 2.326813] sd 0:0:0:0: Attached scsi generic sg0 type 0[ 2.416257] Refined TSC clocksource calibration: 1696.914 MHz.[ 2.416278] Switching to clocksource tsc[ 2.480123] usb 6-2: new full-speed USB device number 2 using ohci_hcd[ 2.653098] usb 6-2: New USB device found, idVendor=0489, idProduct=e036[ 2.653112] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3[ 2.653121] usb 6-2: Product: Bluetooth USB Host Controller[ 2.653129] usb 6-2: Manufacturer: Atheros Communications[ 2.653135] usb 6-2: SerialNumber: Alaska Day 2006[ 2.929757] PM: Starting manual resume from disk[ 2.929766] PM: Hibernation image partition 8:5 present[ 2.929769] PM: Looking for hibernation image.[ 2.955085] PM: Image not found (code -22)[ 2.955091] PM: Hibernation image not present or could not be loaded.[ 2.977775] EXT4-fs (sda1): INFO: recovery required on readonly filesystem[ 2.977783] EXT4-fs (sda1): write access will be enabled during recovery[ 3.184857] EXT4-fs (sda1): orphan cleanup on readonly fs[ 3.184884] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 27000843[ 3.185002] EXT4-fs (sda1): 1 orphan inode deleted[ 3.185006] EXT4-fs (sda1): recovery complete[ 3.328463] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)[ 5.978551] udevd[322]: starting version 175[ 7.162731] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1[ 7.163173] ACPI: Lid Switch [LID0][ 7.163326] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2[ 7.163337] ACPI: Power Button [PWRB][ 7.163449] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3[ 7.163456] ACPI: Power Button [PWRF][ 7.163915] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness[ 7.164676] acpi device:00: registered as cooling_device0[ 7.164864] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4[ 7.164877] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)[ 7.167412] ACPI: acpi_idle registered with cpuidle[ 7.391892] cfg80211: Calling CRDA to update world regulatory domain[ 7.768559] sony_laptop: Sony Notebook Control Driver v0.6[ 7.774183] input: Sony Vaio Keys as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:29/SNY5001:00/input/input5[ 7.774297] input: Sony Vaio Jogdial as /devices/virtual/input/input6[ 7.774405] sony_laptop: brightness ignored, must be controlled by ACPI video driver[ 7.887744] ACPI: AC Adapter [ADP1] (on-line)[ 7.896616] ACPI: Battery Slot [BAT0] (battery absent)[ 7.973345] Bluetooth: Core ver 2.16[ 7.973388] NET: Registered protocol family 31[ 7.973392] Bluetooth: HCI device and connection manager initialized[ 7.973398] Bluetooth: HCI socket layer initialized[ 7.973402] Bluetooth: L2CAP socket layer initialized[ 7.973411] Bluetooth: SCO socket layer initialized[ 8.041624] input: PC Speaker as /devices/platform/pcspkr/input/input7[ 8.047685] ACPI: resource piix4_smbus [io 0x0b00-0x0b07] conflicts with ACPI region SMB0 [io 0xb00-0xb0f][ 8.047693] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver[ 8.077936] rts_pstor: module is from the staging directory, the quality is unknown, you have been warned.[ 8.079751] Initializing Realtek PCIE storage driver...[ 8.080096] Resource length: 0x1000[ 8.080149] Original address: 0xf0200000, remapped address: 0xffffc90000666000[ 8.080158] pci->irq = 17[ 8.080163] rtsx_acquire_irq: chip->msi_en = 0, pci->irq = 17[ 8.080191] rts_pstor 0000:02:00.0: setting latency timer to 64[ 8.284467] scsi1 : SCSI emulation for PCI-Express Mass Storage devices[ 8.284660] rts_pstor: waiting for device to settle before scanning[ 8.320549] Bluetooth: Generic Bluetooth USB driver ver 0.6[ 8.320637] usbcore: registered new interface driver btusb[ 8.345471] Bluetooth: Atheros AR30xx firmware driver ver 1.0[ 8.430221] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x127c00[ 8.464796] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8[ 8.519718] powernow-k8: Found 1 AMD E2-1800 APU with Radeon(tm) HD Graphics (2 cpu cores) (version 2.20.00)[ 8.519799] powernow-k8: 0 : pstate 0 (1700 MHz)[ 8.519802] powernow-k8: 1 : pstate 1 (1360 MHz)[ 8.519806] powernow-k8: 2 : pstate 2 (850 MHz)[ 8.613296] ath9k 0000:03:00.0: setting latency timer to 64[ 8.620181] ath: EEPROM regdomain: 0x65[ 8.620188] ath: EEPROM indicates we should expect a direct regpair map[ 8.620199] ath: Country alpha2 being used: 00[ 8.620205] ath: Regpair used: 0x65[ 8.642880] [drm] Initialized drm 1.1.0 20060810[ 8.670393] snd_hda_intel 0000:00:01.1: irq 49 for MSI/MSI-X[ 8.670473] snd_hda_intel 0000:00:01.1: setting latency timer to 64[ 8.733703] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'[ 8.735540] Registered led device: ath9k-phy0[ 8.735567] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffffc90005180000, irq=18[ 8.749991] usb 6-2: firmware: agent loaded ar3k/AthrBT_0x01020200.dfu into memory[ 9.072355] [drm] radeon kernel modesetting enabled.[ 9.131407] Linux media interface: v0.10[ 9.184763] usb 6-2: firmware: agent loaded ar3k/ramps_0x01020200_40.dfu into memory[ 9.191198] usb 6-2: USB disconnect, device number 2[ 9.192221] usbcore: registered new interface driver ath3k[ 9.214829] HDMI status: Codec=0 Pin=3 Presence_Detect=0 ELD_Valid=0[ 9.215169] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input9[ 9.218732] snd_hda_intel 0000:00:14.2: irq 50 for MSI/MSI-X[ 9.284633] rts_pstor: device scan complete[ 9.285276] scsi 1:0:0:0: Direct-Access Generic- xD/SD/M.S. 1.00 PQ: 0 ANSI: 0 CCS[ 9.285542] Bad LUN (0:1)[ 9.286101] Bad target number (1:0)[ 9.286603] Bad target number (2:0)[ 9.286964] Bad target number (3:0)[ 9.287244] Bad target number (4:0)[ 9.287627] Bad target number (5:0)[ 9.287827] Bad target number (6:0)[ 9.288092] Bad target number (7:0)[ 9.289182] sd 1:0:0:0: Attached scsi generic sg1 type 0[ 9.290959] sd 1:0:0:0: [sdb] Attached SCSI removable disk[ 9.398121] Linux video capture interface: v2.00[ 9.505241] uvcvideo: Found UVC 1.00 device USB2.0 Camera (5986:02d3)[ 9.508538] input: USB2.0 Camera as /devices/pci0000:00/0000:00:13.2/usb2/2-3/2-3:1.0/input/input10[ 9.508777] usbcore: registered new interface driver uvcvideo[ 9.508784] USB Video Class driver (1.1.1)[ 9.617809] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input11[ 9.621481] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input12[ 9.622007] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input13[ 9.624424] radeon 0000:00:01.0: setting latency timer to 64[ 9.624450] [drm] initializing kernel modesetting (PALM 0x1002:0x9808 0x104D:0x90AD).[ 9.624682] [drm] register mmio base: 0xF0300000[ 9.624688] [drm] register mmio size: 262144[ 9.636289] ATOM BIOS: Sony[ 9.636371] radeon 0000:00:01.0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)[ 9.636382] radeon 0000:00:01.0: GTT: 512M 0x0000000018000000 - 0x0000000037FFFFFF[ 9.636678] [drm] Detected VRAM RAM=384M, BAR=256M[ 9.636690] [drm] RAM width 32bits DDR[ 9.638096] [TTM] Zone kernel: Available graphics memory: 1810128 kiB[ 9.638106] [TTM] Initializing pool allocator[ 9.638123] [TTM] Initializing DMA pool allocator[ 9.638198] [drm] radeon: 384M of VRAM memory ready[ 9.638206] [drm] radeon: 512M of GTT memory ready.[ 9.638266] [drm] GART: num cpu pages 131072, num gpu pages 131072[ 9.641861] [drm] radeon: ib pool ready.[ 9.657542] [drm] Loading PALM Microcode[ 9.764242] cfg80211: World regulatory domain updated:[ 9.764257] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)[ 9.764267] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)[ 9.764276] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)[ 9.764285] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)[ 9.764293] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)[ 9.764301] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)[ 9.764310] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)[ 9.832260] usb 6-2: new full-speed USB device number 3 using ohci_hcd[ 10.071692] platform radeon_cp.0: firmware: agent loaded radeon/PALM_pfp.bin into memory[ 10.113691] platform radeon_cp.0: firmware: agent loaded radeon/PALM_me.bin into memory[ 10.371160] platform radeon_cp.0: firmware: agent loaded radeon/SUMO_rlc.bin into memory[ 10.374419] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).[ 10.374730] radeon 0000:00:01.0: WB enabled[ 10.374742] [drm] fence driver on ring 0 use gpu addr 0x18000c00 and cpu addr 0xffff8800db73ec00[ 10.374755] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).[ 10.374761] [drm] Driver supports precise vblank timestamp query.[ 10.374842] radeon 0000:00:01.0: irq 51 for MSI/MSI-X[ 10.374876] radeon 0000:00:01.0: radeon: using MSI.[ 10.374943] [drm] radeon: irq initialized.[ 10.392864] [drm] ring test on 0 succeeded in 1 usecs[ 10.393746] [drm] ib test on ring 0 succeeded in 0 usecs[ 10.394545] [drm] Radeon Display Connectors[ 10.394548] [drm] Connector 0:[ 10.394551] [drm] LVDS[ 10.394554] [drm] HPD1[ 10.394558] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c[ 10.394561] [drm] Encoders:[ 10.394564] [drm] LCD1: INTERNAL_UNIPHY[ 10.394566] [drm] Connector 1:[ 10.394569] [drm] HDMI-A[ 10.394571] [drm] HPD2[ 10.394574] [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c[ 10.394577] [drm] Encoders:[ 10.394580] [drm] DFP1: INTERNAL_UNIPHY[ 10.394582] [drm] Connector 2:[ 10.394584] [drm] VGA[ 10.394588] [drm] DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4[ 10.394591] [drm] Encoders:[ 10.394593] [drm] CRT1: INTERNAL_KLDSCP_DAC1[ 10.394655] [drm] Internal thermal controller without fan control[ 10.394741] [drm] radeon: power management initialized[ 10.833277] [drm] fb mappable at 0xE0142000[ 10.833287] [drm] vram apper at 0xE0000000[ 10.833293] [drm] size 4325376[ 10.833298] [drm] fb depth is 24[ 10.833303] [drm] pitch is 5632[ 10.833729] fbcon: radeondrmfb (fb0) is primary device[ 11.388208] Console: switching to colour frame buffer device 170x48[ 11.399715] fb0: radeondrmfb frame buffer device[ 11.399721] drm: registered panic notifier[ 11.399783] [drm] Initialized radeon 2.16.0 20080528 for 0000:00:01.0 on minor 0[ 12.697911] Adding 7490556k swap on /dev/sda5. Priority:-1 extents:1 across:7490556k[ 12.753312] EXT4-fs (sda1): re-mounted. Opts: (null)[ 13.151142] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro[ 13.355721] loop: module loaded[ 15.009112] usb 6-2: New USB device found, idVendor=0489, idProduct=e036[ 15.009126] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3[ 15.009135] usb 6-2: Product: Bluetooth USB Host Controller[ 15.009143] usb 6-2: Manufacturer: Atheros Communications[ 15.009149] usb 6-2: SerialNumber: Alaska Day 2006[ 16.095958] r8169 0000:01:00.0: firmware: agent loaded rtl_nic/rtl8168e-3.fw into memory[ 16.197392] r8169 0000:01:00.0: eth0: link down[ 16.199123] ADDRCONF(NETDEV_UP): eth0: link is not ready[ 16.488360] RPC: Registered named UNIX socket transport module.[ 16.488366] RPC: Registered udp transport module.[ 16.488369] RPC: Registered tcp transport module.[ 16.488373] RPC: Registered tcp NFSv4.1 backchannel transport module.[ 16.518909] FS-Cache: Loaded[ 16.620199] FS-Cache: Netfs 'nfs' registered for caching[ 16.629072] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).[ 19.385854] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input14[ 21.558111] Bluetooth: RFCOMM TTY layer initialized[ 21.558129] Bluetooth: RFCOMM socket layer initialized[ 21.558136] Bluetooth: RFCOMM ver 1.11[ 21.658033] Bluetooth: BNEP (Ethernet Emulation) ver 1.3[ 21.658045] Bluetooth: BNEP filters: protocol multicast[ 22.127098] lp: driver loaded but no devices found[ 22.364595] ppdev: user-space parallel port driver[ 25.257357] ADDRCONF(NETDEV_UP): wlan0: link is not ready[ 27.699018] wlan0: authenticate with cc:33:bb:12:a7:fc (try 1)[ 27.700938] wlan0: authenticated[ 27.728698] wlan0: associate with cc:33:bb:12:a7:fc (try 1)[ 27.732267] wlan0: RX AssocResp from cc:33:bb:12:a7:fc (capab=0x411 status=0 aid=22)[ 27.732276] wlan0: associated[ 27.737861] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready[ 27.738050] cfg80211: Calling CRDA for country: GB[ 27.970110] cfg80211: Regulatory domain changed to country: GB[ 27.970124] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)[ 27.970135] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)[ 27.970144] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)[ 27.970152] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)[ 27.970161] cfg80211: (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2700 mBm)[ 27.970169] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)[ 38.496205] wlan0: no IPv6 routers present
1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:33:34:35:36:37:38:39:40:41:42:43:44:45:46:47:48:49:50:51:52:53:54:55:56:57:58:59:60:61:62:63:64:65:66:67:68:69:70:71:72:73:74:75:76:77:78:79:80:81:82:83:84:85:86:87:88:89:90:91:92:93:94:95:96:97:98:99:100:101:102:103:104:105:106:107:108:109:110:111:112:113:114:115:116:117:118:119:120:121:122:123:124:125:126:127:128:129:130:131:132:133:134:135:136:137:138:139:140:141:142:143:144:145:146:147:148:149:150:151:152:153:154:155:156:157:158:159:160:161:162:163:164:165:166:167:168:169:170:171:172:173:174:175:176:177:178:179:180:181:182:183:184:185:186:187:188:189:190:191:192:193:194:195:196:197:198:199:200:201:202:203:204:205:206:207:208:209:210:211:212:213:214:215:216:217:218:219:220:221:222:223:224:225:226:227:228:229:230:231:232:233:234:235:236:237:238:239:240:241:242:243:244:245:246:247:248:249:250:251:252:253:254:255:256:257:258:259:260:261:262:263:264:265:266:267:268:269:270:271:272:273:274:275:276:277:278:279:280:281:282:283:284:285:286:287:288:289:290:291:292:293:294:295:296:297:298:299:300:301:302:303:304:305:306:307:308:309:310:311:312:313:314:315:316:317:318:319:320:321:322:323:324:325:326:327:328:329:330:331:332:333:334:335:336:337:338:339:340:341:342:343:344:345:346:347:348:349:350:351:352:353:354:355:356:357:358:359:360:361:362:363:364:365:366:367:368:369:370:371:372:373:374:375:376:377:378:379:380:381:382:383:384:385:386:387:388:389:390:391:392:393:394:395:396:397:398:399:400:401:402:403:404:405:406:407:408:409:410:411:412:413:414:415:416:417:418:419:420:421:422:423:424:425:426:427:428:429:430:431:432:433:434:435:436:437:438:439:440:441:442:443:444:445:446:447:448:449:450:451:452:453:454:455:456:457:458:459:460:461:462:463:464:465:466:467:468:469:470:471:472:473:474:475:476:477:478:479:480:481:482:483:484:485:486:487:488:489:490:491:492:493:494:495:496:497:498:499:500:501:502:503:504:505:506:507:508:509:510:511:512:513:514:515:516:517:518:519:520:521:522:523:524:525:526:527:528:529:530:531:532:533:534:535:536:537:538:539:540:541:542:543:544:545:546:547:548:549:550:551:552:553:554:555:556:557:558:559:560:561:562:563:564:565:566:567:568:569:570:571:572:573:574:575:576:577:578:579:580:581:582:583:584:585:586:587:588:589:590:591:592:593:594:595:596:597:598:599:600:601:602:603:604:605:606:607:608:609:610:611:612:613:614:615:616:617:618:619:620:621:622:623:624:625:626:627:628:629:630:631:632:633:634:635:636:637:638:639:640:641:642:643:644:645:646:647:648:649:650:651:652:653:654:655:656:657:658:659:660:661:662:663:664:665:666:667:668:669:670:671:672:673:674:675:676:677:678:679:680:681:682:683:684:685:686:687:688:689:690:691:692:693:694:695:696:697:698:699:700:701:702:703:704:705:706:707:708:709:710:711:712:713:714:715:716:717:718:719:720:721:722:723:724:725:726:727:728:729:730:731:732:733:734:735:736:737:738:739:740:741:742:743:744:745:746:747:748:749:750:751:752:753:754:755:756:757:758:759:760:761:762:763:764:765:766:767:768:769:770:771:772:773:774:775:776:777:778:779:780:781:782:783:784:785:786:787:788:789:790:791:792:793:794:795:796:797:798:799:800:801:802:803:804:805:806:807:808:809:810:811:812:813:814:815:816:817:818:819:820:821:822:823:824:825:826:827:828:829:830:831:832:833:834:835:836:837:838:839:840:841:842:843:844:845:846:847:848:849:850:851:852:853:854:855:856:857:858:859:860:861:862:863:864:865:866:867:868:869:870:871:872:873:874:875:876:877:878:879:880:881:882:883:884:885:886:887:888:889:890:891:892:893:894:895:896:897:898:899:900:901:902:903:904:905:906:907:908:909:910:911:912:913:914:915:916:917:918:919:920:921:922:923:924:925:926:927:928:929:930:931:932:933:934:935:936:937:938:939:940:941:942:943:944:945:946:947:948:949:950:951:952:953:954:955:956:957:958:959:
I'm having some issues with a Sony netbook - it's turning off without warning periodically. Ram seems to test OK and overheating doesn't seem to be a problem. Before one self-poweroff the display went haywire. I wonder if there's anything in the above dmesg that might provide a clue as to what's happening?
Expert: nobus replied at 2024-07-23 23:24:04
may be it was caused by an update..
Author: CEHJ replied at 2024-07-23 12:49:11
Well i don't know ;) It hasn't recurred yet
Expert: nobus replied at 2024-07-23 08:29:47
is your problem solved? what was the solution?
Author: CEHJ replied at 2024-07-23 07:22:08
Thanks folks!
Author: CEHJ replied at 2024-07-23 07:19:23
Put the RAM in the other slot. Hasn't recurred, touch wood
Author: CEHJ replied at 2024-07-17 03:55:46
Thermal 0: ok, 59.0 degrees CThermal 0: trip point 0 switches to mode critical at temperature 97.0 degrees CThermal 0: trip point 1 switches to mode passive at temperature 95.0 degrees C
1:2:3:
Is what acpi -V is giving me in the temperature section at the mo. I think it was lower than that when (at least sometime before) it died once
Expert: nobus replied at 2024-07-17 03:50:37
i don't think - i test - so better install the speedfan to be sure
Author: CEHJ replied at 2024-07-17 02:36:13
Don't think it's a thermal issue. The netbook was pretty cool when it died. At moment guessing at electro-mechanical fault, although there are occasional video 'artefacts'. Hasn't died on me yet since before yesterday
Assisted Solution
Expert: nobus replied at 2024-07-17 00:20:55
150 points GOOD
for windows, install speedfan, to monitor the temperatures : http://www.almico.com/speedfan.php
you can also clean out the netbook from dust - and verify that the fan does work properly
if that does not help - renew the cpu heatpaste; and if that does not help,
use a cooling pad !
you can also clean out the netbook from dust - and verify that the fan does work properly
if that does not help - renew the cpu heatpaste; and if that does not help,
use a cooling pad !
Author: CEHJ replied at 2024-07-16 12:48:22
So it may be related to driver software before considering hardware
Wouldn't the fact that the same thing happens in Windows point away from that? Accepted Solution
Expert: duncanb7 replied at 2024-07-16 12:25:17
155 points GOOD
If it is hardware problem, I guess it should not generate that message
ERST: Table is not found!
GHES: HEST is not enabled!
So it may be related to driver software before considering hardware
Duncan
ERST: Table is not found!
GHES: HEST is not enabled!
So it may be related to driver software before considering hardware
Duncan
Expert: duncanb7 replied at 2024-07-16 12:15:45
Recently on my note book computer with window 7
In one case, I replace one computer regulator to solve issue since it was
overheat before and able to boot but shutdown after 5 minutes even
it is not over-heat during the period
In next case, on other notebook also using window 7, I uninstall software
such as "convert Excel xlsm to xls " or "Malwarebyte" that I have installed recently around before the computer shutdown, and now the shutdown is
gone after reboot.
Duncan
In one case, I replace one computer regulator to solve issue since it was
overheat before and able to boot but shutdown after 5 minutes even
it is not over-heat during the period
In next case, on other notebook also using window 7, I uninstall software
such as "convert Excel xlsm to xls " or "Malwarebyte" that I have installed recently around before the computer shutdown, and now the shutdown is
gone after reboot.
Duncan
Author: CEHJ replied at 2024-07-16 12:10:30
I think i should probably have said earlier that the same thing happened when it was running Windows (8)
Expert: duncanb7 replied at 2024-07-16 12:05:06
-Graphic Device concern
There is something strange about ERST and HEST is not found or enabled.
From "dmesg" command report in sequence or order as following code.it is related to ACPI kernel module (reference:https://wiki.archlinux.org/index.php/ACPI_modules and http://feishare.com/attachments/098_WHEA_ACPI-tables.pdf )
and ERST and HEST is not found and enabled.
ACPI is also reported for video module
Since your monitor is fade away before computer sudden down I suspect based on the ACPI, HEST, ERST info, it seems it is the video graphic driver is not updated so that it cause the system to reboot.
Could you update your graphic driver for laterest version to fit your laterest linux system to see any improvement ?
--For computer regulator overheat concern,
it is hard to conclude the issue is related to the computer power regulator or not even you touch the regulator is not over heat. That is because once the
spike power from monitor is too big for the computer regulator to handle before computer
shutdown, it will damage the regulator's ESD structure (the Electric Static Damage) by 200V machine mode (from human finger is human body mode of ESD,2000V(2k)), and the
the currrent over-protection circuit in the computer regulator will be degraded to
regulate the smaller than before current to give your warning to shutdown the computer
that might let you feel the computer is not overheat but why the computer is easier than
before to shutdown because it is damaged before you know it by such spike
-Virus Concern
Many case I have seen, people uninstall and re-install those software recently around
the computer shutdown date, it will improve the issue and go to scan those virus on the
system is a need.
Hope understand you question completely. If not, please point it out
Duncan
There is something strange about ERST and HEST is not found or enabled.
From "dmesg" command report in sequence or order as following code.it is related to ACPI kernel module (reference:https://wiki.archlinux.org/index.php/ACPI_modules and http://feishare.com/attachments/098_WHEA_ACPI-tables.pdf )
and ERST and HEST is not found and enabled.
ACPI is also reported for video module
Since your monitor is fade away before computer sudden down I suspect based on the ACPI, HEST, ERST info, it seems it is the video graphic driver is not updated so that it cause the system to reboot.
Could you update your graphic driver for laterest version to fit your laterest linux system to see any improvement ?
--For computer regulator overheat concern,
it is hard to conclude the issue is related to the computer power regulator or not even you touch the regulator is not over heat. That is because once the
spike power from monitor is too big for the computer regulator to handle before computer
shutdown, it will damage the regulator's ESD structure (the Electric Static Damage) by 200V machine mode (from human finger is human body mode of ESD,2000V(2k)), and the
the currrent over-protection circuit in the computer regulator will be degraded to
regulate the smaller than before current to give your warning to shutdown the computer
that might let you feel the computer is not overheat but why the computer is easier than
before to shutdown because it is damaged before you know it by such spike
-Virus Concern
Many case I have seen, people uninstall and re-install those software recently around
the computer shutdown date, it will improve the issue and go to scan those virus on the
system is a need.
Hope understand you question completely. If not, please point it out
Duncan
pciehp 0000:00:07.0:pcie04: service driver pciehp loaded[ 1.448298] pciehp: PCI Express Hot Plug Controller Driver version: 0.4[ 1.448302] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5[ 1.449586] ERST: Table is not found![ 1.449589] GHES: HEST is not enabled!
1:2:3:4:5: