LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-14-2023, 06:31 PM   #5356
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,021

Rep: Reputation: Disabled

Quote:
Originally Posted by kjhambrick View Post
all --

Still running without CONFIG_ACPI_EC_DEBUGFS without any ill effects ...
Code:
# grep CONFIG_ACPI_EC_DEBUGFS /boot/config-*-6.1.12.kjh

/boot/config-generic-6.1.12.kjh:# CONFIG_ACPI_EC_DEBUGFS is not set
/boot/config-huge-6.1.12.kjh:# CONFIG_ACPI_EC_DEBUGFS is not set
I don't understand what are you saying. Have you red option description in the config file:
Quote:
Be aware that using this interface can confuse your Embedded Controller in a way that a normal reboot is not enough. You then have to power off your system, and remove the laptop battery for some seconds. An Embedded Controller typically is available on laptops and reads sensor values like battery state and temperature. The kernel accesses the EC through ACPI parsed code provided by BIOS tables. This option allows to access the EC directly without ACPI code being involved. Thus this option is a debug option that helps to write ACPI drivers and can be used to identify ACPI code or EC firmware bugs.
Clearly enabling this option can cause some issues if someone (developer) is using it.

Why confuse users who want to compile kernel. Enabled or not this option has no effect on kernel stability.

Last edited by Aeterna; 02-14-2023 at 06:36 PM.
 
1 members found this post helpful.
Old 02-15-2023, 03:33 AM   #5357
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
Aeterna --

See marav's post above and then my followup.

IOW, I turned off the Embedded Controller Debug Option because it sounds dangerous and I don't write ACPI Code that I need tp debug.

CONFIG_ACPI_EC_DEBUGFS was set as 'm' in the default Slackware Kernel Configs.

-- kjh

Last edited by kjhambrick; 02-15-2023 at 03:44 AM. Reason: p.s.
 
Old 02-15-2023, 06:52 AM   #5358
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,465

Rep: Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224
Quote:
Originally Posted by kjhambrick View Post
Aeterna --

See marav's post above and then my followup.

IOW, I turned off the Embedded Controller Debug Option because it sounds dangerous and I don't write ACPI Code that I need tp debug.

CONFIG_ACPI_EC_DEBUGFS was set as 'm' in the default Slackware Kernel Configs.

-- kjh
We must mention this module was not the culprit of my issue, it was just a bad sync of my local mirror
 
Old 02-15-2023, 08:41 AM   #5359
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,021

Rep: Reputation: Disabled
Quote:
Originally Posted by kjhambrick View Post
Aeterna --

See marav's post above and then my followup.

IOW, I turned off the Embedded Controller Debug Option because it sounds dangerous and I don't write ACPI Code that I need tp debug.

CONFIG_ACPI_EC_DEBUGFS was set as 'm' in the default Slackware Kernel Configs.

-- kjh
1) see @marav post above
2) this option is available since 5.x.x at least for one year now and probably always enabled by default in Slackware kernel and no reports about adverse effect were posted
3) if you browse kernel config there is a lot of dangerous options.

I think that users have no reason to get gloomy just because some options deemed potentially dangerous are enabled

Last edited by Aeterna; 02-15-2023 at 08:42 AM.
 
Old 02-15-2023, 09:15 AM   #5360
jkh2cpu
Member
 
Registered: Feb 2014
Location: Michigan, USA
Distribution: slackware
Posts: 287

Rep: Reputation: 63
If anyone is paying attention to this, the most recent kernel and most recent nvidia driver still do not cooperate. When quitting a KDE session (plasma) I never regain a command prompt in run level 3. I have to ssh into the box and reboot it.
 
Old 02-15-2023, 09:29 AM   #5361
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,617

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by jkh2cpu View Post
If anyone is paying attention to this, the most recent kernel and most recent nvidia driver still do not cooperate. When quitting a KDE session (plasma) I never regain a command prompt in run level 3. I have to ssh into the box and reboot it.
Yeah, first time I had to REISUB out. 2nd time console popped back, but this is the 12th version of the 6.1 kernel, and there isn't a fix yet? I mean, I get that some bugs take time, but this one never should've seen the light of day. Honestly, it's been making AMD look really appealing. (I've been contemplating upgrading my video card for some time, but always seem to have other things to pay for first. Sucks being an adult.)
 
Old 02-15-2023, 10:49 AM   #5362
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,180

Original Poster
Rep: Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365
Kernel update 5.10.168 is now available at, https://www.kernel.org/
The change log, https://cdn.kernel.org/pub/linux/ker...geLog-5.10.168

Last edited by cwizardone; 02-15-2023 at 10:54 AM.
 
2 members found this post helpful.
Old 02-16-2023, 01:15 PM   #5363
yvesjv
Member
 
Registered: Sep 2015
Location: Australia
Distribution: Slackware, Devuan, Freebsd
Posts: 586

Rep: Reputation: Disabled
Kernel 6.1.12 installed and no hurdles seen in dmesg.
 
1 members found this post helpful.
Old 02-16-2023, 02:13 PM   #5364
oily
Member
 
Registered: Jun 2021
Location: UK
Distribution: Slackware64 14.2, 15.0 & -current, CentOS 7, NetBSD 9.2
Posts: 41

Rep: Reputation: 44
Kernel 5.15 is now LTS until October 2026, and 6.1 is LTS until December 2026.

https://kernel.org/category/releases.html
 
3 members found this post helpful.
Old 02-17-2023, 03:59 PM   #5365
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,823

Rep: Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988
I think the newer kernels have demolished the schedutil scaling governor for my i7 3770. The performance and ondemand scaling governors work fine without programs becoming unresponsive for a moment.
 
3 members found this post helpful.
Old 02-17-2023, 05:22 PM   #5366
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,465

Rep: Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224
Quote:
Originally Posted by RadicalDreamer View Post
I think the newer kernels have demolished the schedutil scaling governor for my i7 3770. The performance and ondemand scaling governors work fine without programs becoming unresponsive for a moment.
It happens sometimes here too, with a ryzen 7
 
1 members found this post helpful.
Old 02-18-2023, 03:48 AM   #5367
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
all --

Pat's official Generic Kernel Version 5.15.94 is running fine on my Slackware64 15.0 + Multilib LapTop.

Thanks to Pat and the Team !

-- kjh

Code:
uname -msrpn: Linux kjhlt7.kjh.home 5.15.94 x86_64 11th Gen Intel(R) Core(TM) i9-11900K @ 3.50GHz
firmware ...: kernel-firmware-20230214_a253a37-noarch-1   # upgraded to the official firmware package
NVidia Blob : NVIDIA-Linux-x86_64-525.89.02.run
VMWare Blob : VMware-Workstation-Full-17.0.1-21139696.x86_64.bundle
 
3 members found this post helpful.
Old 02-18-2023, 12:24 PM   #5368
yvesjv
Member
 
Registered: Sep 2015
Location: Australia
Distribution: Slackware, Devuan, Freebsd
Posts: 586

Rep: Reputation: Disabled
Quote:
Originally Posted by RadicalDreamer View Post
I think the newer kernels have demolished the schedutil scaling governor for my i7 3770. The performance and ondemand scaling governors work fine without programs becoming unresponsive for a moment.
Same here, random and I have to pkill the program.
I have an i7-10750H
 
3 members found this post helpful.
Old 02-18-2023, 02:10 PM   #5369
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,021

Rep: Reputation: Disabled
Quote:
Originally Posted by RadicalDreamer View Post
I think the newer kernels have demolished the schedutil scaling governor for my i7 3770. The performance and ondemand scaling governors work fine without programs becoming unresponsive for a moment.
Not sure if this counts but in 6.2-rc8 schedutil works without hickups under (minor) stress e.g compiling kernel or other software.

Note (random)
heh I got windows 10 icon on the system that never booted to windows. That is good actually

Last edited by Aeterna; 02-18-2023 at 02:12 PM.
 
2 members found this post helpful.
Old 02-18-2023, 09:19 PM   #5370
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,617

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
https://www.phoronix.com/news/AMD-Li...ering-Fix-fTPM Is this the stuttering y'all were talking about?
 
2 members found this post helpful.
  


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.conf.au: Latest Linux kernel release due early March DragonSlayer48DX Linux - News 0 01-18-2010 10:43 PM
No video on latest kernel release Tralce Linux - Kernel 3 11-30-2006 07:48 AM
What is the latest Redhat release TILEMANN Linux - Software 5 11-20-2006 10:48 PM
LXer: News: OpenVZ To Release Support, Patches for Latest Kernel LXer Syndicated Linux News 0 11-01-2006 10:54 PM
latest debian release? doralsoral Linux - Software 5 12-25-2004 12:40 PM

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

All times are GMT -5. The time now is 04:33 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