How do I install an older kernel

I am using the latest kernel, i.e. 6.5.8-1-default.
Since the mouse and keyboard do not work in this package after reboot, I would like to try an older kernel, i.e. 6.5.6-1-default.

I have tried that the previous package works ok.

How could I install the 6.5.6-1-default kernel in the package below?

Operating System: openSUSE Tumbleweed 20231023
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.11
Kernel Version: 6.5.8-1-default (64-bit)
Graphics Platform: X11
Processors: 16 Ɨ AMD Ryzen 9 5900HX with Radeon Graphics
Memory: 30.7 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: MINIPC PN52type or paste code here

You should still have the 6.5.6 kernel installed since it was the previous one to 6.5.8. Just reboot your computer and go into the Advanced options from the Grub menu and see if it’s in there.

I don’t understand how to open the GRUB menu.

If I reboot Tumbleweed when the latest package is active, I can’t do anything because my mouse cursor doesn’t move and the keyboard doesn’t respond to any key. So both are dead.
In this case, this information appears on the screen before starting (picture 3.jpg).

This only happens when the computer is started with the ā€œrebootā€ command. If the computer is started with the ā€œrestartā€ command, the mouse and keyboard connected via USB will work.

Okay, then use ā€œrestartā€ … then when Grub menu displays, use the arrow keys to select Advanced, and then previous kernel.

I have no idea what you mean. What is ā€œrestartā€ command?

Sorry for the bad translation.
Restart = turn off and on from the power switch.

Now an older kernel is in use. I will send more information as soon as I can collect it.

Operating System: openSUSE Tumbleweed 20231023
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.11
Kernel Version: 6.5.6-1-default (64-bit)  <========
Graphics Platform: X11
Processors: 16 Ɨ AMD Ryzen 9 5900HX with Radeon Graphics
Memory: 30.7 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: MINIPC PN52

I tried to get a log file of the situation where kernel 6.5.6-1-default is loaded on the computer, but it worked the same way as 6.5.8-1-default. It’s a bit difficult for me to gather information, when the mouse and keyboard really don’t work.
Mouse Logitech USB M190
Keyboard Logitech USB (model?)

However, I have two files saved

  • power_off_on_kernel_6_8_1.log (one boot)
  • reboot_kernel_6_8_1 (two boots, i.e. first an error situation and then power_off_on, so that I could get compiled information)

The files are quite large, so where can I save them?

On computers with PS/2 ports, using a PS/2-connected keyboard could be your savior. Don’t ever try to hotplug one though. PC needs to be off when connection made or you could loose the port.

1 Like

You could try playing with reboot= kernel parameter. See The kernel’s command-line parameters — The Linux Kernel documentation, search for reboot=. Try different reboot_mode and reboot_type. In particular, warm vs. cold sounds interesting.

You can use this to post large file output:
https://paste.opensuse.org

I tried to save the files but I don’t know if I succeeded because I can’t find them anymore. This is too hard for me again. Why doesn’t the file name appear?

You need to copy the link. It is a online service….
This seem like yours:
https://paste.opensuse.org/pastes/7911c3549db0
https://paste.opensuse.org/pastes/60fd1d06c716

Also these:

https://paste.opensuse.org/pastes/60fd1d06c716

https://paste.opensuse.org/pastes/112a7e25b09a

I pasted and destroyed those links several times when I thought that somehow the file name would come up.
I’m sorry for being so stupid.

I have played with the USB ports and have come to the conclusion that the USB ports marked with a red circle do not work after the reboot command (Those marked in green always work).
After the power-off-power-on command they also work.
What is the difference between those commands software-wise, is something left uninitialized?

Well, I have to say that I didn’t even understand the command syntax :anguished:

You add kernel parameter

reboot=cold

and if nothing changed, continue with other values. It is possible to combine with other options, like

reboot=cold,acpi

Supposedly ā€˜green’ ports are connected to CPU (APU), ā€˜red’ ports - to chipset (south bridge) or USB controller. If TW breaks USB subsystem then ā€˜red’ ports don’t work…
Try to change USB power settings in BIOS. Test PC with Leap.
BIOS upgrade may help.

Nothing happens?

kone1:~ # timedatectl
               Local time: Sat 2023-10-28 17:55:27 EEST
           Universal time: Sat 2023-10-28 14:55:27 UTC
                 RTC time: Sat 2023-10-28 14:55:27
                Time zone: Europe/Helsinki (EEST, +0300)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no
kone1:~ # 
kone1:~ # 
kone1:~ # reboot=cold
kone1:~ # 
kone1:~ # timedatectl
               Local time: Sat 2023-10-28 17:55:46 EEST
           Universal time: Sat 2023-10-28 14:55:46 UTC
                 RTC time: Sat 2023-10-28 14:55:46
                Time zone: Europe/Helsinki (EEST, +0300)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no
kone1:~ # 
kone1:~ # 
kone1:~ # 
kone1:~ # reboot=cold,acpi
kone1:~ # 
kone1:~ # 
kone1:~ # timedatectl
               Local time: Sat 2023-10-28 17:57:22 EEST
           Universal time: Sat 2023-10-28 14:57:22 UTC
                 RTC time: Sat 2023-10-28 14:57:22
                Time zone: Europe/Helsinki (EEST, +0300)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no
kone1:~ # 

This sounds reasonable. I’m trying to change the USB power values in bios, but I’m no master with bios. :flushed:
I can get around this problem by putting all USB devices in one hub. But it interests me because I think this is a bug, this is not how it should work.
I have no way to install Leap. Or I could install it alongside TW, but I don’t know how to partition the hard drive. :sleepy: