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 01-08-2023, 07:48 AM   #5206
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

jkh2cpu --

I wonder if you're suffering the same issue possibly solved in this other LQ Thread: kernel 6.1.1 and NVIDIA driver ?

HTH

-- kjh

Last edited by kjhambrick; 01-08-2023 at 08:19 AM. Reason: solved -> possibly solved
 
Old 01-08-2023, 08:00 AM   #5207
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,466

Rep: Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224
Hi,

Kernel 6.1.4 Slackware, does not boot here ... Even the huge one
FYI, the one I compiled myself is ok
Code:
blackstar :: ~ » uname -msrp
Linux 6.1.4-1 x86_64 AMD Ryzen 7 5700U with Radeon Graphics
I've attached the message from /var/log/syslog

I reinstalled the 5.19.17 from cumulative repo, it works fine

At this time, I have no idea what is causing this problem.
Attached Files
File Type: txt kernel_bug.txt (6.4 KB, 26 views)

Last edited by marav; 01-08-2023 at 08:08 AM.
 
Old 01-08-2023, 08:30 AM   #5208
Regnad Kcin
Member
 
Registered: Jan 2014
Location: Beijing
Distribution: Slackware 64 -current .
Posts: 663

Rep: Reputation: 460Reputation: 460Reputation: 460Reputation: 460Reputation: 460
I just upgraded -current and the kernel about an hour ago.
all is well

Quote:
bash-5.2$ pinxi -F
System:
Host: ewj.ewj Kernel: 6.1.4 arch: x86_64 bits: 64 Desktop: KDE Plasma
v: 5.26.5 Distro: Slackware 15.0
Machine:
Type: Desktop Mobo: ASRock model: Z690 Phantom Gaming-ITX/TB4
serial: <superuser required> UEFI: American Megatrends LLC. v: 3.01
date: 12/03/2021
CPU:
Info: 12-core (8-mt/4-st) model: 12th Gen Intel Core i7-12700K bits: 64
type: MST AMCP cache: L2: 12 MiB
Speed (MHz): avg: 3371 min/max: 800/4900:5000:3800 cores: 1: 3600 2: 3600
3: 3600 4: 3600 5: 3600 6: 3600 7: 3600 8: 3600 9: 3600 10: 3600 11: 1796
12: 3600 13: 832 14: 3600 15: 3600 16: 3600 17: 3600 18: 3600 19: 3600
20: 3600
Graphics:
Device-1: NVIDIA TU106 [GeForce RTX 2060 Rev. A] driver: nvidia v: 525.78.01
Device-2: Elgato Systems GmbH Cam Link 4K type: USB
driver: hid-generic,snd-usb-audio,usbhid,uvcvideo
Display: server: X.Org v: 21.1.6 with: Xwayland v: 22.1.7 driver: N/A
resolution: 1: 1920x1200~60Hz 2: 1920x1080~60Hz
API: OpenGL v: 4.6.0 NVIDIA 525.78.01 renderer: NVIDIA GeForce RTX
2060/PCIe/SSE2
 
Old 01-08-2023, 08:30 AM   #5209
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by marav View Post
Hi,

Kernel 6.1.4 Slackware, does not boot here ... Even the huge one
That's odd. 6.1.4 is working here using ELILO.

Code:
bash-5.2$ uname -msrp
Linux 6.1.4 x86_64 AMD Ryzen 5 5600G with Radeon Graphics
 
Old 01-08-2023, 08:46 AM   #5210
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
It would appear to me, as an "end user," there is a lot of unnecessary work being done by some board members.

I try and keep it simple, with one exception, as I use f2fS for the system and /home partitions.
I have a small, 200mg, /boot partition formatted with ext4 as LILO cannot boot a f2fs partition.
When they become available I download the new kernel files for -current (or roll my own).
Once the kernel (huge), headers, modules and source are installed, lilo.conf is edited accordingly and lilo is ran.
Before rebooting, the Nvidia driver is uninstalled. Once rebooted with the new kernel the Nvidia driver is installed, e.g., sh ./NVIDIA-Linux-x86_64-470.161.03.run
Then it is time to log out as root and log back in as user and run, startx.
Always works.
Of course, if you are trying to install a driver that hasn't been updated for the newest kernel, you will have problems (of your own creation).
But what do I know, I'm just a "end user".

Last edited by cwizardone; 01-22-2023 at 06:42 AM. Reason: Typo.
 
2 members found this post helpful.
Old 01-08-2023, 09:59 AM   #5211
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,079

Rep: Reputation: Disabled
Quote:
Originally Posted by marav View Post
Hi,

Kernel 6.1.4 Slackware, does not boot here ... Even the huge one
FYI, the one I compiled myself is ok
Code:
blackstar :: ~ » uname -msrp
Linux 6.1.4-1 x86_64 AMD Ryzen 7 5700U with Radeon Graphics
I've attached the message from /var/log/syslog

I reinstalled the 5.19.17 from cumulative repo, it works fine

At this time, I have no idea what is causing this problem.
To try to narrow down the issue: echo "blacklist ipv6" > /etc/modprobe.d/ipv6.conf then reboot with the problematic kernel.
 
Old 01-08-2023, 10:26 AM   #5212
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,466

Rep: Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224
Quote:
Originally Posted by Didier Spaier View Post
To try to narrow down the issue: echo "blacklist ipv6" > /etc/modprobe.d/ipv6.conf then reboot with the problematic kernel.
I finally solved the issue
Because I use to compile kernels *not provided* by Slackware (6.1.4 vs. 5.19.17) without the suffix "-1".
Usually, I always have a superior version
Before I upgraded to 6.1.4 provided by Slackware, I recompiled my own kernel with the suffix, 6.1.4-1
It was a collision between my previous modules, compiled with compression (*.ko.zst) and the new ones (*.ko) for some of them, that I noticed when generating the initrd.gz
After rm -rf /lib/modules/6.1.4 and reinstalling kernel-modules
All works fine now

Last edited by marav; 01-08-2023 at 10:27 AM.
 
1 members found this post helpful.
Old 01-08-2023, 10:47 AM   #5213
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,079

Rep: Reputation: Disabled
Quote:
Originally Posted by marav View Post
Before I upgraded to 6.1.4 provided by Slackware, I recompiled my own kernel with the suffix, 6.1.4-1
For what it's worth, I am running a kernel 6.1.4. The attached scripts builds two packages: "kernel" bundles the kernel, the modules and the sanitized header and "kernel-source".
The kernel package, despite its content, is not heavy[1]:
Code:
PACKAGE NAME:     kernel-6.1.4-x86_64-1slint
COMPRESSED PACKAGE SIZE:     91M
UNCOMPRESSED PACKAGE SIZE:     108M
[1]Compared with the added sizes of kernel + kernel-modules + kernel-headers packages.
Attached Files
File Type: txt kernel.SlackBuild.txt (4.4 KB, 15 views)

Last edited by Didier Spaier; 01-08-2023 at 03:17 PM. Reason: Wrong attachement replaced, thanks to marav for the heads-up.
 
Old 01-08-2023, 11:44 AM   #5214
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,466

Rep: Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224
Didier, your attached script is the slack-desc ;-)
 
1 members found this post helpful.
Old 01-08-2023, 11:52 AM   #5215
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,079

Rep: Reputation: Disabled
Quote:
Originally Posted by marav View Post
Didier, your attached script is the slack-desc ;-)
Fixed know, thanks. J'avais vraiment besoin d'une sieste ...
 
2 members found this post helpful.
Old 01-08-2023, 12:34 PM   #5216
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
6.2-rc3
Release Candidate 3, for the 6.2 "mainline" development kernel has been been made available for testing.

The tarball, https://git.kernel.org/pub/scm/linux...6.2-rc3.tar.gz

Mr. Torvalds' announcement, https://lkml.iu.edu/hypermail/linux/...1.1/00204.html

Last edited by cwizardone; 01-08-2023 at 12:35 PM.
 
3 members found this post helpful.
Old 01-08-2023, 12:34 PM   #5217
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,466

Rep: Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224
oops :-)

Cwiz' is still fast
I thought you were making coffee

Last edited by marav; 01-08-2023 at 12:36 PM.
 
Old 01-08-2023, 04:36 PM   #5218
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
FWIW: Built and installed the 6.2-rc3 kernel and so far, so good with the nouveau driver. Even VirtualBox-7.0.4-154605-Linux_amd64.run works as it should.
 
2 members found this post helpful.
Old 01-09-2023, 09:09 AM   #5219
florinaalex
LQ Newbie
 
Registered: Nov 2016
Posts: 4

Rep: Reputation: Disabled
The kernel 6.1.4 has a bug when mounting samba share v1.0.
https://bugs.archlinux.org/task/76939
 
1 members found this post helpful.
Old 01-09-2023, 09:25 AM   #5220
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,466

Rep: Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224Reputation: 4224
Quote:
Originally Posted by florinaalex View Post
The kernel 6.1.4 has a bug when mounting samba share v1.0.
https://bugs.archlinux.org/task/76939
This will probably be fixed in future release
https://bugzilla.kernel.org/show_bug.cgi?id=216881
 
1 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 01:24 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