LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-22-2021, 04:37 AM   #91
bifferos
Member
 
Registered: Jul 2009
Posts: 401

Original Poster
Rep: Reputation: 149Reputation: 149

Quote:
Originally Posted by Daedra View Post
When I was running a 1600x as a stop gap before I built my current machine I was also having lockups. The rcu_nocbs fixed it, but I would still get very rare, but occasional lockups. For me it was my 2666mhz ram. Even though it passed memtest and gave no apparent errors. I had to drop it all the way down to 2133mhz to get the system stable.
I've just done this. Will see if it makes any difference.
 
Old 02-22-2021, 07:27 PM   #92
bifferos
Member
 
Registered: Jul 2009
Posts: 401

Original Poster
Rep: Reputation: 149Reputation: 149
Zenstates.py -l reports the following, without me running any commands:

P0 - Enabled - FID = 90 - DID = 8 - VID = 48 - Ratio = 36.00 - vCore = 1.10000
P1 - Enabled - FID = 8C - DID = A - VID = 58 - Ratio = 28.00 - vCore = 1.00000
P2 - Enabled - FID = 84 - DID = C - VID = 68 - Ratio = 22.00 - vCore = 0.90000
P3 - Disabled
P4 - Disabled
P5 - Disabled
P6 - Disabled
P7 - Disabled
C6 State - Package - Disabled
C6 State - Core - Disabled

Does that mean I've successfully disabled the relevant *stuff* in the BIOS?
 
Old 02-22-2021, 08:49 PM   #93
slackerDude
Member
 
Registered: Jan 2016
Posts: 157

Rep: Reputation: Disabled
Quote:
Originally Posted by bifferos View Post
Zenstates.py -l reports the following, without me running any commands:

P0 - Enabled - FID = 90 - DID = 8 - VID = 48 - Ratio = 36.00 - vCore = 1.10000
P1 - Enabled - FID = 8C - DID = A - VID = 58 - Ratio = 28.00 - vCore = 1.00000
P2 - Enabled - FID = 84 - DID = C - VID = 68 - Ratio = 22.00 - vCore = 0.90000
P3 - Disabled
P4 - Disabled
P5 - Disabled
P6 - Disabled
P7 - Disabled
C6 State - Package - Disabled
C6 State - Core - Disabled

Does that mean I've successfully disabled the relevant *stuff* in the BIOS?
Seems right. I get slightly different values, but similar output:
P0 - Enabled - FID = 78 - DID = 8 - VID = 3A - Ratio = 30.00 - vCore = 1.18750
P1 - Enabled - FID = 87 - DID = A - VID = 50 - Ratio = 27.00 - vCore = 1.05000
P2 - Enabled - FID = 7C - DID = 10 - VID = 6C - Ratio = 15.50 - vCore = 0.87500

(Ryzen 1700)
 
Old 02-23-2021, 09:22 AM   #94
bifferos
Member
 
Registered: Jul 2009
Posts: 401

Original Poster
Rep: Reputation: 149Reputation: 149
Those figures were the 3700X, so I think a difference would be expected.
I checked the voltage at the socket (247v), and I also checked the power consumption (50W). The PSU is 500W 80+ Bronze it should be plenty to power this system.
I think next step will be to try different operating systems. I have a 500GB spinning disk, so I'm going to put that in, and install Ubuntu on it. After that I'll try Windows!
 
Old 02-23-2021, 11:42 AM   #95
slackerDude
Member
 
Registered: Jan 2016
Posts: 157

Rep: Reputation: Disabled
You should be fine with Windows + AMD drivers, I would imagine. I built a 3600X gaming system about a year ago, and after initial setup, it's been trouble-free.
 
1 members found this post helpful.
Old 02-23-2021, 06:34 PM   #96
bifferos
Member
 
Registered: Jul 2009
Posts: 401

Original Poster
Rep: Reputation: 149Reputation: 149
Sure, but I have to rule out the hardware somehow. Typing this now on Windows as I install Debian on WSL2. If this works for a week I'll try some different Linux Distros.

Edit1: I got tired of using Windows 10 after about three days. I never got any lock-ups in those three days, so I switched to Mint. This took longer to reproduce the problem, and I went a couple of days but still got another lock. Youtube froze, kept on playing the audio but not video, then after (presumably) getting to the end of some buffer the system locked completely. I'm beginning to wonder if this is related to my GeForce GT 710.

Edit2: After running Linux mint for a good week I think I'm stable with Linux Mint + NVidia drivers. With the Nouveau drivers I would lock up fairly frequently. So I think that's the issue on one of my systems, and I'm finally lock-up free on that. On the other system with Radeon graphics Linux mint continues to lock up albeit less often. Since the driver manager offers no option to install proprietary AMD drivers, I haven't done so yet, but that's the next step to try to cure the lockups there.

Last edited by bifferos; 03-06-2021 at 12:26 PM.
 
Old 05-21-2022, 08:15 AM   #97
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,537

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
So is disabling C-states still necessary with the 5.18 kernel? I forgot to do it when I rebooted a day ago, and my computer didn't lock. I'm still getting the firmware bug message about C-states, though.
 
Old 05-22-2022, 11:18 AM   #98
akimmet
Member
 
Registered: Jul 2018
Location: NW Ohio, USA
Distribution: Slackware64 -current
Posts: 62

Rep: Reputation: 62
If you have a Zen1 CPU (most 1xxx series), you will still want to disable c-states. Even with the latest kernels, I can still have system hangs when the system sits idle for several hours.

I have been able to get away with c-states enabled with Zen1+ and up.
 
Old 05-22-2022, 01:57 PM   #99
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,537

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Originally Posted by akimmet View Post
If you have a Zen1 CPU (most 1xxx series), you will still want to disable c-states. Even with the latest kernels, I can still have system hangs when the system sits idle for several hours.

I have been able to get away with c-states enabled with Zen1+ and up.
Gotcha. Of course, before I started disabling them, I could go weeks without a hang.
 
  


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
Linux Mint 18 keyboard and mouse occasional lockups mazinoz Linux Mint 4 12-31-2016 06:34 PM
system lockups in -current botnet Slackware 25 04-08-2010 01:58 PM
System Lockups carlosinfl Linux - Hardware 2 03-16-2008 09:08 AM
Frequent system lockups pterandon Linux - Newbie 3 08-18-2006 12:54 PM
Dell Latitude D800 occasional system freeze workaround forky Slackware 1 07-30-2004 12:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:34 AM.

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