LinuxQuestions.org
Review your favorite Linux distribution.
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 03-25-2024, 12:27 PM   #6151
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278

A second set of release candidates for the current batch of kernel updates.

6.8.2-rc2, with 710 patches, https://lkml.iu.edu/hypermail/linux/...3.3/04293.html

6.7.11-rc2, with 707 patches, https://lkml.iu.edu/hypermail/linux/...3.3/04297.html

6.6.23-rc2, with 632 patches, https://lkml.iu.edu/hypermail/linux/...3.3/04296.html

6.1.83-rc2, with 444 patches, https://lkml.iu.edu/hypermail/linux/...3.3/05399.html

5.15.153-rc2, with 309 patches, https://lkml.iu.edu/hypermail/linux/...3.3/05068.html

5.10.214-rc2, with 237 patches, https://lkml.iu.edu/hypermail/linux/...3.3/04295.html

5.4.273-rc2, with 180 patches, https://lkml.iu.edu/hypermail/linux/...3.3/04480.html

4.19.311-rc2, with 147 patches, https://lkml.iu.edu/hypermail/linux/...3.3/04292.html

Last edited by cwizardone; 03-25-2024 at 05:08 PM.
 
1 members found this post helpful.
Old 03-26-2024, 09:33 AM   #6152
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
This may be of interest to some users,
Quote:
Linux 6.9 Deprecates The EXT2 File-System Driver
By Michael Larabel. 26 March 2024.
While Linux 6.9 brings many great changes and new features / hardware support, on the deprecation side it's deprecating the classic EXT2 file-system driver........
Read all about at, https://www.phoronix.com/news/Linux-6.9-Deprecates-EXT2

FWIW: The 6.9-rc1 kernel was built and installed on this box late yesterday. As mentioned elsewhere, VirtualBox will not install (build and install). Other than that, so far, so good.
 
2 members found this post helpful.
Old 03-26-2024, 08:58 PM   #6153
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Kernel updates 6.8.2, 6.7.11, 6.6.23, 6.1.83, 5.15.153, 5.10.214, 5.4.273 and 4.19.311 are now available at, https://git.kernel.org/pub/scm/linux...able/linux.git
The change logs have yet to be posted.
When they become available they can be found at, https://www.kernel.org/

Last edited by cwizardone; 03-26-2024 at 09:27 PM.
 
2 members found this post helpful.
Old 03-27-2024, 09:48 PM   #6154
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
I tried to rebuild the kernel 6.6.23 using slackware-current's scripts on 15.0, and I am facing an issue:

Code:
sudo -E bash -x build-all-kernels.sh 
++ dirname build-all-kernels.sh
+ cd .
++ pwd
+ CWD=/home/lockywolf/OfficialRepos/slackware-current/source/k
+ BUILD=1
+ '[' -z '' ']'
++ /bin/ls -t linux-6.6.23.tar.xz
++ head -n 1
+ KERNEL_SOURCE_FILE=linux-6.6.23.tar.xz
+ echo linux-6.6.23.tar.xz
+ grep -q rc
++ /bin/ls -t linux-6.6.23.tar.xz
++ head -n 1
++ rev
++ cut -f 3- -d .
++ cut -f 1 -d -
++ rev
+ VERSION=6.6.23
+ TMP=/tmp
+ INSTALL_PACKAGES=YES
+ export KERNEL_CLEAN=YES
+ KERNEL_CLEAN=YES
+ '[' -z '' ']'
+ uname -m
+ grep -wq x86_64
+ RECIPES=x86_64
+ for recipe in $RECIPES
+ '[' x86_64 = x86_64 ']'
+ export CONFIG_SUFFIX=.x64
+ CONFIG_SUFFIX=.x64
+ unset LOCALVERSION
+ OUTPUT=/tmp/output-x86_64-6.6.23
+ echo

+ echo '*************************************************'
*************************************************
+ echo '* Building kernels for recipe x86_64...'
* Building kernels for recipe x86_64...
+ echo '*************************************************'
*************************************************
+ echo

++ PRINT_PACKAGE_NAME=YES
++ KERNEL_CONFIG=config-generic-6.6.23.x64
++ VERSION=6.6.23
++ BUILD=1
++ ./kernel-source.SlackBuild
+ KERNEL_SOURCE_PACKAGE_NAME=kernel-source-6.6.23-noarch-1.txz
+ KERNEL_CONFIG=config-generic-6.6.23.x64
+ VERSION=6.6.23
+ BUILD=1
+ ./kernel-source.SlackBuild
Using kernel config: /home/lockywolf/OfficialRepos/slackware-current/source/k/kernel-configs/config-generic-6.6.23.x64
Untarring /home/lockywolf/OfficialRepos/slackware-current/source/k/linux-6.6.23.tar.?z in /tmp/package-kernel-source/usr/src...
Making /usr/src/linux symlink...
Copying /home/lockywolf/OfficialRepos/slackware-current/source/k/kernel-configs/config-generic-6.6.23.x64 to .config...
Fixing permissions/ownership...
Making oldconfig...
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
  HOSTCC  scripts/kconfig/expr.o
  LEX     scripts/kconfig/lexer.lex.c
  YACC    scripts/kconfig/parser.tab.[ch]
  HOSTCC  scripts/kconfig/preprocess.o
  HOSTCC  scripts/kconfig/menu.o
  HOSTCC  scripts/kconfig/symbol.o
  HOSTCC  scripts/kconfig/util.o
  HOSTCC  scripts/kconfig/lexer.lex.o
  HOSTCC  scripts/kconfig/parser.tab.o
  HOSTLD  scripts/kconfig/conf
*
* Restart config...
*
*
* Memory initialization
*
Initialize kernel stack variables at function entry
> 1. no automatic stack variable initialization (weakest) (INIT_STACK_NONE)
  2. zero-init structs marked for userspace (weak) (GCC_PLUGIN_STRUCTLEAK_USER) (NEW)
  3. zero-init structs passed by reference (strong) (GCC_PLUGIN_STRUCTLEAK_BYREF) (NEW)
  4. zero-init everything passed by reference (very strong) (GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) (NEW)
choice[1-4?]:
I kind of expected it to be fully unattended. Did I do something wrong?
 
Old 03-28-2024, 05:00 AM   #6155
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by Lockywolf View Post
I tried to rebuild the kernel 6.6.23 using slackware-current's scripts on 15.0, and I am facing an issue:

Code:
sudo -E bash -x build-all-kernels.sh 
++ dirname build-all-kernels.sh
+ cd .
++ pwd
+ CWD=/home/lockywolf/OfficialRepos/slackware-current/source/k
+ BUILD=1
+ '[' -z '' ']'
++ /bin/ls -t linux-6.6.23.tar.xz
++ head -n 1
+ KERNEL_SOURCE_FILE=linux-6.6.23.tar.xz
+ echo linux-6.6.23.tar.xz
+ grep -q rc
++ /bin/ls -t linux-6.6.23.tar.xz
++ head -n 1
++ rev
++ cut -f 3- -d .
++ cut -f 1 -d -
++ rev
+ VERSION=6.6.23
+ TMP=/tmp
+ INSTALL_PACKAGES=YES
+ export KERNEL_CLEAN=YES
+ KERNEL_CLEAN=YES
+ '[' -z '' ']'
+ uname -m
+ grep -wq x86_64
+ RECIPES=x86_64
+ for recipe in $RECIPES
+ '[' x86_64 = x86_64 ']'
+ export CONFIG_SUFFIX=.x64
+ CONFIG_SUFFIX=.x64
+ unset LOCALVERSION
+ OUTPUT=/tmp/output-x86_64-6.6.23
+ echo

+ echo '*************************************************'
*************************************************
+ echo '* Building kernels for recipe x86_64...'
* Building kernels for recipe x86_64...
+ echo '*************************************************'
*************************************************
+ echo

++ PRINT_PACKAGE_NAME=YES
++ KERNEL_CONFIG=config-generic-6.6.23.x64
++ VERSION=6.6.23
++ BUILD=1
++ ./kernel-source.SlackBuild
+ KERNEL_SOURCE_PACKAGE_NAME=kernel-source-6.6.23-noarch-1.txz
+ KERNEL_CONFIG=config-generic-6.6.23.x64
+ VERSION=6.6.23
+ BUILD=1
+ ./kernel-source.SlackBuild
Using kernel config: /home/lockywolf/OfficialRepos/slackware-current/source/k/kernel-configs/config-generic-6.6.23.x64
Untarring /home/lockywolf/OfficialRepos/slackware-current/source/k/linux-6.6.23.tar.?z in /tmp/package-kernel-source/usr/src...
Making /usr/src/linux symlink...
Copying /home/lockywolf/OfficialRepos/slackware-current/source/k/kernel-configs/config-generic-6.6.23.x64 to .config...
Fixing permissions/ownership...
Making oldconfig...
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
  HOSTCC  scripts/kconfig/expr.o
  LEX     scripts/kconfig/lexer.lex.c
  YACC    scripts/kconfig/parser.tab.[ch]
  HOSTCC  scripts/kconfig/preprocess.o
  HOSTCC  scripts/kconfig/menu.o
  HOSTCC  scripts/kconfig/symbol.o
  HOSTCC  scripts/kconfig/util.o
  HOSTCC  scripts/kconfig/lexer.lex.o
  HOSTCC  scripts/kconfig/parser.tab.o
  HOSTLD  scripts/kconfig/conf
*
* Restart config...
*
*
* Memory initialization
*
Initialize kernel stack variables at function entry
> 1. no automatic stack variable initialization (weakest) (INIT_STACK_NONE)
  2. zero-init structs marked for userspace (weak) (GCC_PLUGIN_STRUCTLEAK_USER) (NEW)
  3. zero-init structs passed by reference (strong) (GCC_PLUGIN_STRUCTLEAK_BYREF) (NEW)
  4. zero-init everything passed by reference (very strong) (GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) (NEW)
choice[1-4?]:
I kind of expected it to be fully unattended. Did I do something wrong?
no, that's normal when you do "make oldconfig" on 15.0 with a kernel .config coming from current, but if you save the new generated .config and overwrite the one in /source/k/kernel-configs/ next time it won't ask for input during that step...

but consider that, in general, that step ("make oldconfig") will also ask for input if build options are added/changed in the new kernel you are trying to build (in case it's different from the one in /sources/).

Last edited by ponce; 03-28-2024 at 05:03 AM.
 
1 members found this post helpful.
Old 03-28-2024, 08:48 AM   #6156
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 928

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Quote:
Originally Posted by Lockywolf View Post
I tried to rebuild the kernel 6.6.23 using slackware-current's scripts on 15.0, and I am facing an issue:

Code:
sudo -E bash -x build-all-kernels.sh 
++ dirname build-all-kernels.sh
+ cd .
++ pwd
+ CWD=/home/lockywolf/OfficialRepos/slackware-current/source/k
+ BUILD=1
+ '[' -z '' ']'
++ /bin/ls -t linux-6.6.23.tar.xz
++ head -n 1
+ KERNEL_SOURCE_FILE=linux-6.6.23.tar.xz
+ echo linux-6.6.23.tar.xz
+ grep -q rc
++ /bin/ls -t linux-6.6.23.tar.xz
++ head -n 1
++ rev
++ cut -f 3- -d .
++ cut -f 1 -d -
++ rev
+ VERSION=6.6.23
+ TMP=/tmp
+ INSTALL_PACKAGES=YES
+ export KERNEL_CLEAN=YES
+ KERNEL_CLEAN=YES
+ '[' -z '' ']'
+ uname -m
+ grep -wq x86_64
+ RECIPES=x86_64
+ for recipe in $RECIPES
+ '[' x86_64 = x86_64 ']'
+ export CONFIG_SUFFIX=.x64
+ CONFIG_SUFFIX=.x64
+ unset LOCALVERSION
+ OUTPUT=/tmp/output-x86_64-6.6.23
+ echo

+ echo '*************************************************'
*************************************************
+ echo '* Building kernels for recipe x86_64...'
* Building kernels for recipe x86_64...
+ echo '*************************************************'
*************************************************
+ echo

++ PRINT_PACKAGE_NAME=YES
++ KERNEL_CONFIG=config-generic-6.6.23.x64
++ VERSION=6.6.23
++ BUILD=1
++ ./kernel-source.SlackBuild
+ KERNEL_SOURCE_PACKAGE_NAME=kernel-source-6.6.23-noarch-1.txz
+ KERNEL_CONFIG=config-generic-6.6.23.x64
+ VERSION=6.6.23
+ BUILD=1
+ ./kernel-source.SlackBuild
Using kernel config: /home/lockywolf/OfficialRepos/slackware-current/source/k/kernel-configs/config-generic-6.6.23.x64
Untarring /home/lockywolf/OfficialRepos/slackware-current/source/k/linux-6.6.23.tar.?z in /tmp/package-kernel-source/usr/src...
Making /usr/src/linux symlink...
Copying /home/lockywolf/OfficialRepos/slackware-current/source/k/kernel-configs/config-generic-6.6.23.x64 to .config...
Fixing permissions/ownership...
Making oldconfig...
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
  HOSTCC  scripts/kconfig/expr.o
  LEX     scripts/kconfig/lexer.lex.c
  YACC    scripts/kconfig/parser.tab.[ch]
  HOSTCC  scripts/kconfig/preprocess.o
  HOSTCC  scripts/kconfig/menu.o
  HOSTCC  scripts/kconfig/symbol.o
  HOSTCC  scripts/kconfig/util.o
  HOSTCC  scripts/kconfig/lexer.lex.o
  HOSTCC  scripts/kconfig/parser.tab.o
  HOSTLD  scripts/kconfig/conf
*
* Restart config...
*
*
* Memory initialization
*
Initialize kernel stack variables at function entry
> 1. no automatic stack variable initialization (weakest) (INIT_STACK_NONE)
  2. zero-init structs marked for userspace (weak) (GCC_PLUGIN_STRUCTLEAK_USER) (NEW)
  3. zero-init structs passed by reference (strong) (GCC_PLUGIN_STRUCTLEAK_BYREF) (NEW)
  4. zero-init everything passed by reference (very strong) (GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) (NEW)
choice[1-4?]:
I kind of expected it to be fully unattended. Did I do something wrong?
Try "olddefconfig", it's said that it won't ask.
From running "make help" in /usr/src/linux<etc>
Code:
  olddefconfig    - Same as oldconfig but sets new symbols to their
                    default value without prompting
 
Old 03-28-2024, 09:30 AM   #6157
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,787

Rep: Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468
Does hibernating (suspend to disk) work in 6.6.23 for you? (I had to go back to 6.6.22).
 
Old 03-28-2024, 01:12 PM   #6158
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,362

Rep: Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075
Quote:
Originally Posted by Petri Kaukasoina View Post
Does hibernating (suspend to disk) work in 6.6.23 for you? (I had to go back to 6.6.22).
It works fine here
Code:
[Thu Mar 28 19:09:44 2024] ACPI: PM: Waking up from system sleep state S4
Code:
System:
  Host: blackstar.local Kernel: 6.6.23 arch: x86_64 bits: 64
  Desktop: KDE Plasma v: 5.27.11 Distro: Slackware 15.0
CPU:
  Info: 8-core model: AMD Ryzen 7 5700U with Radeon Graphics bits: 64
    type: MT MCP cache: L2: 4 MiB
  Speed (MHz): avg: 486 min/max: 400/4372 cores: 1: 1776 2: 400 3: 400
    4: 400 5: 400 6: 400 7: 400 8: 400 9: 400 10: 400 11: 400 12: 400 13: 400
    14: 400 15: 400 16: 400
Graphics:
  Device-1: AMD Lucienne driver: amdgpu v: kernel
  Device-2: Sunplus Innovation Integrated_Webcam_HD driver: uvcvideo
    type: USB
  Display: wayland server: X.org v: 1.21.1.11 with: Xwayland v: 23.2.4
    compositor: kwin_wayland driver: X: loaded: amdgpu
    unloaded: modesetting,vesa dri: radeonsi gpu: amdgpu
    resolution: 1920x1080~60Hz
  API: EGL v: 1.5 drivers: kms_swrast,radeonsi,swrast
    platforms: gbm,wayland,x11,surfaceless,device
  API: OpenGL v: 4.6 vendor: amd mesa v: 24.0.3 renderer: AMD Radeon
    Graphics (radeonsi renoir LLVM 18.1.1 DRM 3.54 6.6.23)
  API: Vulkan v: 1.3.275 drivers: N/A surfaces: xcb,xlib,wayland
 
Old 03-28-2024, 01:35 PM   #6159
z80
Member
 
Registered: Jul 2019
Location: Europe
Distribution: Slackware64-current
Posts: 136

Rep: Reputation: 99
Quote:
Originally Posted by Petri Kaukasoina View Post
Does hibernating (suspend to disk) work in 6.6.23 for you? (I had to go back to 6.6.22).
Yes, works flawless

Code:
System:
  Host: darkstar.invalid Kernel: 6.6.23 arch: x86_64 bits: 64
  Desktop: KDE Plasma v: 5.27.11 Distro: Slackware 15.0
CPU:
  Info: 14-core (6-mt/8-st) 12th Gen Intel Core i7-12700H [MST AMCP]
    speed (MHz): avg: 452 min/max: 400/4600:4700:3500
Graphics:
  Device-1: Intel Alder Lake-P GT2 [Iris Xe Graphics] driver: i915 v: kernel
  Display: x11 server: X.Org v: 21.1.11 with: Xwayland v: 23.2.4 driver: X:
    loaded: modesetting unloaded: vesa dri: iris gpu: i915
    resolution: 2560x1600~90Hz
  API: OpenGL v: 4.6 vendor: intel mesa v: 24.0.3 renderer: Mesa Intel
    Graphics (ADL GT2)
Drives:
  Local Storage: total: 1.82 TiB used: 854.57 GiB (45.9%)
Info:
  Memory: total: 32 GiB note: est. available: 31.08 GiB used: 3.49 GiB (11.2%)
  Processes: 429 Uptime: 12h 52m Shell: Bash inxi: 3.3.33
 
Old 03-29-2024, 07:18 AM   #6160
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,787

Rep: Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468
Quote:
Originally Posted by Petri Kaukasoina View Post
Does hibernating (suspend to disk) work in 6.6.23 for you? (I had to go back to 6.6.22).
Quote:
Originally Posted by marav View Post
It works fine here
Quote:
Originally Posted by z80 View Post
Yes, works flawless
With -current 6.6.23 kernel hibernating usually hangs here: the display stays on but the mouse pointer does not move. SysRq REISUB reboots. Sometimes it does seem to hibernate: the computer powers down and can be waked up and the previous display comes visible, but it is stuck then.

When I rebuilt 6.6.23 with the previous linux-6.6.22/kernel/workqueue.c, it seemed to be fixed. There were several commits made in workqueue.c...
 
1 members found this post helpful.
Old 03-29-2024, 11:58 AM   #6161
jkh2cpu
Member
 
Registered: Feb 2014
Location: Michigan, USA
Distribution: slackware
Posts: 281

Rep: Reputation: 60
I'm having issues with sleep and hibernate. After sleep I have to bring up a terminal and as root /etc/rc.d/rc.bluetooth restart. Otherwise bluetooth does not work. Hibernation seems to work with the laptop, but not on my desktop machine: The machine boots as if it had not been put to sleep: there is no 10%, 20%, 30% and so on. I have to log back into kde with startx.
Once in a while the VLAN cards need a reboot to function.

For me, sleep comes with its problems but does the job, and I'll avoid hibernate for now.

Because this is Slackware, I know that these issues will be ironed out, so I'm happy with how things are here.
 
1 members found this post helpful.
Old 03-29-2024, 12:04 PM   #6162
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,362

Rep: Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075
Quote:
Originally Posted by Petri Kaukasoina View Post
With -current 6.6.23 kernel hibernating usually hangs here: the display stays on but the mouse pointer does not move. SysRq REISUB reboots. Sometimes it does seem to hibernate: the computer powers down and can be waked up and the previous display comes visible, but it is stuck then.

When I rebuilt 6.6.23 with the previous linux-6.6.22/kernel/workqueue.c, it seemed to be fixed. There were several commits made in workqueue.c...
Your Graphic Card ?
 
Old 03-29-2024, 12:29 PM   #6163
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,787

Rep: Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468
Quote:
Originally Posted by marav View Post
Your Graphic Card ?
Code:
VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
        Subsystem: Acer Incorporated [ALI] 4th Gen Core Processor Integrated Graphics Controller
        Kernel driver in use: i915

3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
        Subsystem: Acer Incorporated [ALI] GeForce GT 720M
        Kernel driver in use: nouveau
(A laptop using Optimus technology)
 
Old 03-29-2024, 09:48 PM   #6164
rherbert
Member
 
Registered: Nov 2003
Location: Canada
Distribution: Slackware
Posts: 102

Rep: Reputation: 65
Seeing this in syslog since upgrading to kernel 6.9.0-rc1:

[Firmware Bug]: CPU2: Topology domain 0 shift 2 != 0

Intel Core 2 Quad.

No side-effects that I'm aware of as yet.
 
Old 03-30-2024, 09:26 AM   #6165
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,362

Rep: Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075
Quote:
Originally Posted by Petri Kaukasoina View Post
Code:
VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
        Subsystem: Acer Incorporated [ALI] 4th Gen Core Processor Integrated Graphics Controller
        Kernel driver in use: i915

3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
        Subsystem: Acer Incorporated [ALI] GeForce GT 720M
        Kernel driver in use: nouveau
(A laptop using Optimus technology)
I remembered some power management issues with Nvidia stuff
But it was some time ago, in 2021 IIRC
 
  


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 06:17 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