rowlar
October 8, 2022, 4:43pm
1
Hi and thanks for welcome.
I got the same bug as here:
https://bugzilla.opensuse.org/show_bug.cgi?id=1120391
the old thread:
https://forums.opensuse.org/showthread.php/534256-Unable-to-login-to-text-terminals-System-does-not-let-me-enter-password
giving user password on tty 01 to 06 ends with no chance to give the password and the message apperars three times:
Login incorrect.
After that ther is the login promt again.
course of events:
He comes with kernel (or update) 5.19.12.xxx to which tumbleweed updated on october the 4th.
Update on 05.10. with Kernel 5.19.13.xxx brings no luck. Exact the bug as descriped here in the thread.
But the best is:
Updating on 06.10.22 to Kernel 6.0.0.1 broke the automatic login i had and i got a tty01 on screen with our bug.
System not accesable.
actual system after rollback:
Operating System: openSUSE Tumbleweed 20221003
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Kernel Version: 5.19.13-1-default (64-bit)
Graphics Platform: X11
Processors: 24 × AMD Ryzen Threadripper 2920X 12-Core Processor
Memory: 31.2 GiB of RAM
Graphics Processor: NVIDIA GeForce GT 1030/PCIe/SSE2
Reproducible: Always
Steps to Reproduce:
on boot
on reeboot
on ctrl-alt-F1 to F6
Actual Results:
giving user password on tty 01 to 06 ends with no chance to give the password and the message apperars three times:
Login incorrect.
After that ther is the login promt again.
Expected Results:
able to give password after username and logging in.
i reported it here:
https://bugzilla.opensuse.org/show_bug.cgi?id=1204155
Hi
Are you running the Nvidia proprietary driver installed via the rpms? If so likely hit by the older driver not working with the new kernel… https://bugzilla.opensuse.org/show_bug.cgi?id=1204143
rowlar
October 8, 2022, 7:14pm
3
[FONT=monospace]localhost:~ # lspci | grep -i ‘vga’
41:00.0 VGA compatible controller: NVIDIA Corporation GP108 [GeForce GT 1030] (rev a1)
[/FONT][FONT=monospace]localhost:~ # find /sys | grep drivers.*41:00
/sys/bus/pci/drivers/snd_hda_intel/0000:41:00 .1
/sys/bus/pci/drivers/nvidia/0000:41:00 .0
Is it using intel?
[/FONT]
rowlar
October 8, 2022, 7:23pm
4
“not working with the new kernel…”
Which kernal do you mean?
The bug comes with 5.19.12
With 5.19.10 there was no problem to log in.
Yes i installed the proprietary nvidia driver
rowlar:
[FONT=monospace]localhost:~ # lspci | grep -i ‘vga’
41:00.0 VGA compatible controller: NVIDIA Corporation GP108 [GeForce GT 1030] (rev a1)
[/FONT][FONT=monospace]localhost:~ # find /sys | grep drivers.*41:00
/sys/bus/pci/drivers/snd_hda_intel/0000:41:00 .1
/sys/bus/pci/drivers/nvidia/0000:41:00 .0
Is it using intel?
[/FONT]
Hi
Can you post more out;
/sbin/lspci -nnk | egrep -A3 "VGA|Display|3D"
rowlar
October 8, 2022, 8:03pm
6
localhost:~ # /sbin/lspci -nnk | egrep -A3 “VGA|Display|3D”
41:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP108 [GeForce GT 1030] [10d
e:1d01] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:8c98]
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
rowlar:
localhost:~ # /sbin/lspci -nnk | egrep -A3 “VGA|Display|3D”
41:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP108 [GeForce GT 1030] [10d
e:1d01] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:8c98]
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
Hi
So only one GPU, can you show the output from;
cat /proc/cmdline
rowlar
October 8, 2022, 8:35pm
8
localhost:~ # cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.19.13-1-default root=/dev/mapper/system-root splash=silent mit
igations=auto quiet security=apparmor nosimplefb=1
Hi
Can you add the following to the kernel boot options;
nvidia-drm.modeset=1
rowlar
October 9, 2022, 6:00am
10
i wrote it into yast “Kernel-Parameter”.
first try:
splash=silent quiet security=apparmor nosimplefb=1 **nvidia-drm.modeset=1**
result:
**localhost:~ #** cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.19.13-1-default root=/dev/mapper/system-root splash=silent qui
et security=apparmor nosimplefb=1 nvidia-drm.modeset=1 mitigations=auto
**localhost:~ #**
**localhost:~ #** /sbin/lspci -nnk | egrep -A3 "VGA|Display|3D"
41:00.0 **VGA** compatible controller [0300]: NVIDIA Corporation GP108 [GeForce GT 1030] [10d
e:1d01] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:8c98]
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
**localhost:~ #**
second try:
splash=silent quiet security=apparmor nosimplefb=1 **nvidia_drm.modeset=1**
result:
**localhost:~ #** cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.19.13-1-default root=/dev/mapper/system-root splash=silent qui
et security=apparmor nosimplefb=1 nvidia_drm.modeset=1 mitigations=auto
**localhost:~ #**
**localhost:~ #** /sbin/lspci -nnk | egrep -A3 "VGA|Display|3D"
41:00.0 **VGA** compatible controller [0300]: NVIDIA Corporation GP108 [GeForce GT 1030] [10d
e:1d01] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:8c98]
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
**localhost:~ #**
Problem still exists.
How? You said from the very beginning
rowlar:
System not accesable.
rowlar
October 9, 2022, 11:54am
12
from the very beginning i wrote:
“actual system after rollback:”
rowlar
October 11, 2022, 7:17pm
13
I have just updated to
Operating System: openSUSE Tumbleweed 20221008
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Kernel Version: 6.0.0-1-default (64-bit)
Graphics Platform: X11
Processors: 24 × AMD Ryzen Threadripper 2920X 12-Core Processor
Memory: 31.2 GiB of RAM
Graphics Processor: NVIDIA GeForce GT 1030/PCIe/SSE2
with all these …nvidaG06 parts
but
the problem still exists.