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 09-11-2023, 01:15 AM   #5806
perrin4869
Member
 
Registered: Dec 2014
Location: Japan
Distribution: slackware64-current
Posts: 61

Rep: Reputation: Disabled

It seems that 6.6-rc1 doesn't install a symlink to the source files at /lib/modules/6.6.0-rc1/source? Does anyone know if this is a documented change?
 
1 members found this post helpful.
Old 09-11-2023, 07:32 AM   #5807
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,478

Rep: Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231
6.6.0-rc1 does not boot

it ends with:
Code:
bluetooth - hci0: HCI LE Coded feature bit is set, but its usage is not supported
EDIT

For info
Code:
Bus 003 Device 005: ID 8087:0029 Intel Corp. AX200 Bluetooth

Last edited by marav; 09-11-2023 at 08:16 AM.
 
1 members found this post helpful.
Old 09-11-2023, 07:43 AM   #5808
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,186

Original Poster
Rep: Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380
Quote:
Originally Posted by marav View Post
6.6.0-rc1 does not boot
it ends with:
Code:
bluetooth - hci0: HCI LE Coded feature bit is set, but its usage is not supported
Other than the two problems mentioned in post #5805, it boots and runs well here. OTOH, bluetooth is not running on this box.

Edit in: Just for chuckles I plugged in a bluetooth USB dongle and rebooted. No problem.

Last edited by cwizardone; 09-11-2023 at 07:56 AM.
 
Old 09-11-2023, 08:15 AM   #5809
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,026

Rep: Reputation: Disabled
Quote:
Edit in: Just for chuckles I plugged in a bluetooth USB dongle and rebooted. No problem
..and what would you expect?
This seems to be the last message from the booting kernel. For whatever reason, someone messed up bluetooth (if device worked before). That is all. Why would you expect that bluetooth is the cause of boot failure?
 
Old 09-11-2023, 12:14 PM   #5810
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,186

Original Poster
Rep: Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380
It appears the kernel message board system went down at approximately 08:20 UTC, this morning. I've checked four different boards and not a one of them has been updated since that time.
 
Old 09-11-2023, 12:32 PM   #5811
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,478

Rep: Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231
Quote:
Originally Posted by marav View Post
6.6.0-rc1 does not boot

it ends with:
Code:
bluetooth - hci0: HCI LE Coded feature bit is set, but its usage is not supported
EDIT

For info
Code:
Bus 003 Device 005: ID 8087:0029 Intel Corp. AX200 Bluetooth
It's probably this commit :
https://git.kernel.org/pub/scm/linux...39be0361b4d5ff
Code:
+			 "advertised, but not supported."),
+	HCI_QUIRK_BROKEN(LE_CODED,
+			 "HCI LE Coded PHY feature bit is set, "
+			 "but its usage is not supported.")
 };
 
1 members found this post helpful.
Old 09-11-2023, 04:31 PM   #5812
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,186

Original Poster
Rep: Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380
The message boards have come back to life and apparently updates were posted earlier, but have disappeared into the mist.
Here is what I've found so far and they are scheduled to be released on Wednesday, 13 September 2023.

6.5.3-rc1, with 739 patches, https://lkml.iu.edu/hypermail/linux/...9.1/02806.html

6.4.16-rc1, with 737 patches, https://lkml.iu.edu/hypermail/linux/...9.1/02485.html

6.1.53-rc1, with 600 patches, https://lkml.iu.edu/hypermail/linux/...9.1/03071.html

Last edited by cwizardone; 09-11-2023 at 05:18 PM.
 
Old 09-11-2023, 09:05 PM   #5813
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,026

Rep: Reputation: Disabled
Quote:
Originally Posted by marav View Post
It's probably this commit :
https://git.kernel.org/pub/scm/linux...39be0361b4d5ff
Code:
+			 "advertised, but not supported."),
+	HCI_QUIRK_BROKEN(LE_CODED,
+			 "HCI LE Coded PHY feature bit is set, "
+			 "but its usage is not supported.")
 };
I have Intel AX210 Bluetooth. After booting 6.6-rc1 all works including bluetooth. However bluetooth will not cause kernel boot to fail.
 
1 members found this post helpful.
Old 09-12-2023, 05:27 AM   #5814
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,478

Rep: Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231
Quote:
Originally Posted by Aeterna View Post
I have Intel AX210 Bluetooth. After booting 6.6-rc1 all works including bluetooth. However bluetooth will not cause kernel boot to fail.
I was impatient. It finally boots after more than 5 minutes ...
But it cannot go into hibernation for whatever reason
 
Old 09-12-2023, 06:04 AM   #5815
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,026

Rep: Reputation: Disabled
Quote:
Originally Posted by marav View Post
I was impatient. It finally boots after more than 5 minutes ...
But it cannot go into hibernation for whatever reason
That is good. You can check in the logs what is causing boot delay.

security measures: LSM early and LSM integrity/confidentiality when enabled and forced forced from kernel will disable hibernation (security measure)
with boot message
Quote:
Lockdown: elogind-daemon: hibernation is restricted; see man kernel_lockdown.7
and hibernation option is gone from the menu.

but I assume that you did not enable any of these.

Also failing bluetooth should not affect boot at all

Hopefully you will see the reason for both boot delay and failing hibernation in the boot logs.

good luck

Last edited by Aeterna; 09-12-2023 at 06:07 AM.
 
Old 09-12-2023, 06:44 AM   #5816
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,478

Rep: Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231
In order to leave this one clean, I switched to:
https://www.linuxquestions.org/quest...91#post6453191
 
1 members found this post helpful.
Old 09-12-2023, 10:40 AM   #5817
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,186

Original Poster
Rep: Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380Reputation: 7380
A good summery of the changes and additions to the 6.6 Kernel.
Quote:
Linux 6.6 Features Include The EEVDF Scheduler, Shadow Stack, Intel IVSC, AMD DBC & More
By Michael Larabel. 12 September 2023.
With the Linux 6.6 merge window over, here's a look at the most interesting new features, hardware support, and other changes to find with this kernel that will debut as stable around the end of October......
The full story can be found at, https://www.phoronix.com/review/linux-66-features
 
2 members found this post helpful.
Old 09-13-2023, 03:59 AM   #5818
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,478

Rep: Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231
Kernel updates 6.5.3, 6.4.16, and 6.1.53, are now available at, https://www.kernel.org/
The change logs,

https://cdn.kernel.org/pub/linux/ker...hangeLog-6.5.3

https://cdn.kernel.org/pub/linux/ker...angeLog-6.4.16

https://cdn.kernel.org/pub/linux/ker...angeLog-6.1.53
 
2 members found this post helpful.
Old 09-13-2023, 05:39 AM   #5819
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,478

Rep: Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231Reputation: 4231
Kernel 6.4.16 is now EOL

Code:
I'm announcing the release of the 6.4.16 kernel.

NOTE, this is the LAST 6.4.y release, this branch is now end-of-life.
All users must move to the 6.5.y branch at this point in time.
https://lkml.iu.edu/hypermail/linux/...9.1/05701.html
 
2 members found this post helpful.
Old 09-13-2023, 12:13 PM   #5820
rizitis
Member
 
Registered: Mar 2009
Location: Greece,Crete
Distribution: Slackware64-current, Slint
Posts: 724
Blog Entries: 2

Rep: Reputation: 535Reputation: 535Reputation: 535Reputation: 535Reputation: 535Reputation: 535
I want to share here this.

I found a way to have my "own" .config file for my laptop. I tested it with 6.5.2 and 6.5.3 and it looks ok.
Also NVIDIA drivers works ok.
Its faster at boot now, not big different but the most good for me , I need 7 minutes to download build and install a generic kernel

I use
Code:
 make localmodconfig
and old config not needed.
Here is what I do:
1) boot from a generic Slackware kernel.
2) startx and plugin every external device you use in your laptop (mouse, usb/hdd, headset etc)
3) Open your browser to a online site for test mic and camera, or open zoom, skype something which will keep in use mic and camera during .config creation.
We are doing these because only modules that now are in lsmod will be in the config file.

These are the commands I used to build and install...
Code:
make localmodconfig
make -j$(getconf _NPROCESSORS_ONLN)
make modules_install
/usr/share/mkinitrd/mkinitrd_command_generator.sh -k 6.5.3 > file.sh
cp arch/x86_64/boot/bzImage /boot/vmlinuz-6.5.3
sed -i 's/mkinitrd -c/mkinitrd/g' file.sh
sh file.sh
grub-mkconfig -o /boot/grub/grub.cfg
If I found something is missing I will add it in config and rebuild... its only 7 minutes
If anyone have suggestions... plz

Last edited by rizitis; 09-13-2023 at 12:19 PM.
 
  


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 10:43 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