Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Kernel_task High CPU usage
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="vansmith" data-source="post: 1688552" data-attributes="member: 71075"><p>What instructions are you reading that tell you to start moving around kernel extensions? Moving system kernel extensions around is like taking a sledgehammer to solve a problem with a loose screw...</p><p></p><p>Open up Terminal (/Applications/Utilities), paste the following and press enter:[code]kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'[/code]This will report back any non-Apple kernel modules that are loaded. When you get the list, let us know what the list includes.</p></blockquote><p></p>
[QUOTE="vansmith, post: 1688552, member: 71075"] What instructions are you reading that tell you to start moving around kernel extensions? Moving system kernel extensions around is like taking a sledgehammer to solve a problem with a loose screw... Open up Terminal (/Applications/Utilities), paste the following and press enter:[code]kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'[/code]This will report back any non-Apple kernel modules that are loaded. When you get the list, let us know what the list includes. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Kernel_task High CPU usage
Top