LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-22-2021, 05:04 AM   #1
marginwalker80
LQ Newbie
 
Registered: Mar 2021
Distribution: MX Linux
Posts: 15

Rep: Reputation: Disabled
Asrock B450-Pro4 and ACPI issues


I have just bought the Asrock B450-Pro4 (with R5 3600 cpu) and i'm struggling with ACPI.

'acpi -V' does not return anything useful:

No support for device type: power_supply
No support for device type: power_supply
Cooling 0: Processor 0 of 10
Cooling 1: Processor 0 of 10
Cooling 2: Processor 0 of 10
Cooling 3: Processor 0 of 10
Cooling 4: Processor 0 of 10
Cooling 5: Processor 0 of 10
Cooling 6: Processor 0 of 10
Cooling 7: Processor 0 of 10
Cooling 8: Processor 0 of 10
Cooling 9: Processor 0 of 10
Cooling 10: iwlwifi_1 no state information available
Cooling 11: Processor 0 of 10
Cooling 12: Processor 0 of 10

CPU temperatures (stock Stealth cooler) are also sensibly higher than those i was used with my previous system (i5-4670): with cpu governor set to ondemand (boost enabled), the idleT is 65°C and suddenly rises to 91°C when 'stress -c 12' is run.
Dunno if this has to do with lacking of ACPI data...

Do you have any recommendations on how to get ACPI working properly?

Thanks!
 
Old 03-22-2021, 03:11 PM   #2
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
I am a little clueless with the B450. I have the Asrock B550M Pro with the R5 3600 proc and have had no problems with it.
I did not use the cooler provided by AMD with that proc but installed an AIO water cooler Corsair H115i with 280mm radiator.
At idle it runs ~45C and at 90 to 95% load it runs ~70C. I suspect that with the cooler AMD provided the temps would be a lot higher.

EDIT:
I just ran stress on it and the temp never exceeded 71C.

Personally I would suspect that the temp is related to the inadequate cooler for high loads instead of ACPI.

Last edited by computersavvy; 03-22-2021 at 03:39 PM.
 
1 members found this post helpful.
Old 03-23-2021, 12:12 PM   #3
marginwalker80
LQ Newbie
 
Registered: Mar 2021
Distribution: MX Linux
Posts: 15

Original Poster
Rep: Reputation: Disabled
thanks computersavvy for your interest in this!

indeed i think these may be unrelated issues... in order to lower cpu temps, I have just ordered a beefier aftermarket cooler. It should bring temp down by 20°C (at least according to marketing specs). Will update on this later.

Regarding ACPI, i don't have any clue why it is actually broken in my system. I cannot figure out if it's a MB or software issue.
AFAIK the system cannot do power saving tasks without ACPI. Still, interestingly the system hibernates/resumes properly.

Hope some user with similar specs will share his output here.

Last edited by marginwalker80; 03-23-2021 at 01:19 PM.
 
Old 03-23-2021, 06:52 PM   #4
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
I just installed acpi and get the same as you, no data except the battery status on my keyboard and mouse and cooling on all processors but no temps. It says it is a monitoring program so maybe it does not do what you think it does.
This from the man page.
Code:
DESCRIPTION
       acpi Shows information from the /proc or the /sys filesystem, such as battery status or thermal information.


I have lm-sensors installed with gkrellm and it monitors stuff for me with a nice screen display

Last edited by computersavvy; 03-23-2021 at 06:57 PM.
 
1 members found this post helpful.
Old 03-24-2021, 03:51 AM   #5
marginwalker80
LQ Newbie
 
Registered: Mar 2021
Distribution: MX Linux
Posts: 15

Original Poster
Rep: Reputation: Disabled
That's reassuring... or we both have broken ACPI
For comparison, this is 'acpi -t' on my laptop (the same MX-Linux, the same kernel):
Code:
Thermal 0: ok, 31.5 degrees C
However i think the lacking of ACPI is not a big deal since hibernation works and something else (what?) takes care of thermal and power management.
 
Old 03-24-2021, 06:14 AM   #6
marginwalker80
LQ Newbie
 
Registered: Mar 2021
Distribution: MX Linux
Posts: 15

Original Poster
Rep: Reputation: Disabled
ASRock TSD just answered my email:
Quote:
Regarding your question, we searched on the internet and it seems that need to wait for the latest Linux kernel to support AM4 ACPI.
Please note: B450 Pro4 only supports Windows 10 64-bit.
sounds odd to me, but that's it.
maybe i'm just lucky that it boots...

Last edited by marginwalker80; 03-24-2021 at 06:26 AM.
 
Old 03-24-2021, 11:28 AM   #7
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Asrock only officially supports windows so their canned answer is "not my fault". In other words they will never give you support of any kind, or at best generic suggestion that they guess at to avoid potential liability. However, most of their boards have done well with linux and many use them, myself included.
 
1 members found this post helpful.
Old 03-24-2021, 11:36 AM   #8
marginwalker80
LQ Newbie
 
Registered: Mar 2021
Distribution: MX Linux
Posts: 15

Original Poster
Rep: Reputation: Disabled
I agree with you.
What sounds odd to me is the need to wait for the latest Linux kernel: this MB has been around for a while...
... but if Asrock support is right, that would be great!
 
Old 03-24-2021, 12:30 PM   #9
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
See your other thread for my system data. I don't think you have a system problem, just need better cooling and maybe a change in bios settings for the fans.

BTW, I am using fedora 33 with the 5.11.7 kernel right now.

Last edited by computersavvy; 03-24-2021 at 12:31 PM.
 
Old 03-24-2021, 02:41 PM   #10
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,009
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
marginwalker80,

I built a gaming PC for a friend using the Ryzen 5 3600 with an MSI B450 Tomahawk MAX mobo.

The standard Ryzen 5 3600 heatsink is inadequate if you are going to give the CPU some treatment.

I used the following Scythe Mugen 5 Rev.B (SCMG-5100) cooler which will cope with whatever is thrown at it:

https://www.amazon.co.uk/Scythe-Scmg.../dp/B06ZYB8K77

https://www.youtube.com/watch?v=6EzujnNhY9M

Someone described it as “the best cooler you have never heard of”.

I also used Arctic Silver MX-4 thermal paste:
https://www.amazon.co.uk/ARCTIC-MX-4.../dp/B07L9BDY3T

Last edited by beachboy2; 03-24-2021 at 02:44 PM.
 
1 members found this post helpful.
Old 03-24-2021, 05:04 PM   #11
marginwalker80
LQ Newbie
 
Registered: Mar 2021
Distribution: MX Linux
Posts: 15

Original Poster
Rep: Reputation: Disabled
The Mugen is definitely a beast... thanks for pointing it out to me!
 
Old 03-24-2021, 07:32 PM   #12
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Quote:
Originally Posted by marginwalker80 View Post
What sounds odd to me is the need to wait for the latest Linux kernel: this MB has been around for a while...
There's been a handful of ACPI fixes a couple or three weeks ago... and more before that afair.

What kernel version do you use?


Reading changelogs is great fun btw.... sometimes wonder how the thing can even run!
 
Old 03-25-2021, 03:57 AM   #13
marginwalker80
LQ Newbie
 
Registered: Mar 2021
Distribution: MX Linux
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
What kernel version do you use?
I'm using MX Linux with Debian kernel 5.8.0-3-amd64 (Debian 5.8.14-1~mx19+2)... not exactly the latest available i think...

Quote:
Reading changelogs is great fun btw.... sometimes wonder how the thing can even run!
and you would have me believe that someone actually reads changelogs!?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Please, a little help with iommu and Asrock b450m pro4-f camerabambai Linux - Hardware 10 11-11-2021 09:16 AM
[SOLVED] B450 AM4 motherboard compatibility with Linux davide445 Linux - Hardware 10 10-17-2020 06:47 PM
Ryzen 5 1600x + B450 MB Questions. Daedra Slackware 14 08-15-2020 10:08 PM
Need help finding memory for ASUS PRIME B450M-A/CSM AM4 AMD B450 Seiies 2000 MB ssenuta Linux - Hardware 2 01-01-2020 11:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration