[Kernel-packages] [Bug 2043469] Re: Low-latency kernel can't boot to desktop

2023-12-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux-meta-lowlatency (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta-lowlatency in Ubuntu.
https://bugs.launchpad.net/bugs/2043469

Title:
  Low-latency kernel can't boot to desktop

Status in linux-meta-lowlatency package in Ubuntu:
  Confirmed

Bug description:
  23.10 fresh install. Generic kernel boots without problems. lowlatency
  can't boot to desktop, it gets stuck and shows black screen with
  cursor blinking.

  The same PC worked yesterday with 23.04 and low latency without
  problems. I have been running lowlatency kernel in this machine for a
  couple of years, no problems.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: linux-lowlatency 6.5.0.10.10.10
  ProcVersionSignature: Ubuntu 6.5.0-10.10-generic 6.5.3
  Uname: Linux 6.5.0-10-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 14 12:25:24 2023
  InstallationDate: Installed on 2023-11-13 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: linux-meta-lowlatency
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lowlatency/+bug/2043469/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2043469] Re: Low-latency kernel can't boot to desktop

2023-12-26 Thread Henry C. Gernhardt, III
TL;DR:  Something's missing an install hook, and I don't know what needs
it.

I had this one bite me in the posterior just this morning.  Here's what
I've discovered seems to be happening.  When installing the lowlatency
kernel tree on a fresh install with NVidia drivers, the hook that
triggers `nvidia-driver-*` to recompile its kernel module doesn't
happen.  I tried doing a `sudo apt install --reinstall nvidia-
driver-535` to force it to do so on my system, but the hook still didn't
seem to run.

I rebooted to the lowlatency kernel and worked from tty1.  I installed
`nvidia-driver-525` which pulled down `gcc-12-base`, `cpp-12`,
`libgcc-12-dev`, `gcc-12`, and `dkms` as well as the`libnvidia-*` items
needed for building the kernel module.  It then proceeded to do so for
the active kernels.  Onde `dkms` had been called and the nvidia driver
kernel module activated, the desktop came to life.

At this point, installing `nvidia-driver-535` resulted in a kernel
module compilation and install.  Everything now works fine.

I have no idea where this needs to go from here.

Thanks, all!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta-lowlatency in Ubuntu.
https://bugs.launchpad.net/bugs/2043469

Title:
  Low-latency kernel can't boot to desktop

Status in linux-meta-lowlatency package in Ubuntu:
  Confirmed

Bug description:
  23.10 fresh install. Generic kernel boots without problems. lowlatency
  can't boot to desktop, it gets stuck and shows black screen with
  cursor blinking.

  The same PC worked yesterday with 23.04 and low latency without
  problems. I have been running lowlatency kernel in this machine for a
  couple of years, no problems.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: linux-lowlatency 6.5.0.10.10.10
  ProcVersionSignature: Ubuntu 6.5.0-10.10-generic 6.5.3
  Uname: Linux 6.5.0-10-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 14 12:25:24 2023
  InstallationDate: Installed on 2023-11-13 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: linux-meta-lowlatency
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lowlatency/+bug/2043469/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2043469] Re: Low-latency kernel can't boot to desktop

2023-11-20 Thread icaria36
Thank you very much for pointing me in the right direction.

I have a GM204 [GeForce GTX 980] graphics card. I checked with "ubuntu-
drivers devices" and the recommended driver was nvidia-driver-535, which
is the one the default Ubuntu installation had already installed.

I thought ok, let's try another version. I installed 470. After this I
could boot to desktop! All seemed to work well. Then I tried 525.
Hurray, booting to desktop with this version as well! Then I thought...
let's try 535 again. And... here I am typing this comment from Linux
6.5.0-10-lowlatency and nvidia-driver-535 without problems.

But this is the package installed in the first place, right? I don't
know enough to understand why nouveau was selected instead of this
installed driver, but maybe there is something in the installation
process that can be improved?

Anyway, my problem is solved. Thank you very much for your indications.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta-lowlatency in Ubuntu.
https://bugs.launchpad.net/bugs/2043469

Title:
  Low-latency kernel can't boot to desktop

Status in linux-meta-lowlatency package in Ubuntu:
  New

Bug description:
  23.10 fresh install. Generic kernel boots without problems. lowlatency
  can't boot to desktop, it gets stuck and shows black screen with
  cursor blinking.

  The same PC worked yesterday with 23.04 and low latency without
  problems. I have been running lowlatency kernel in this machine for a
  couple of years, no problems.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: linux-lowlatency 6.5.0.10.10.10
  ProcVersionSignature: Ubuntu 6.5.0-10.10-generic 6.5.3
  Uname: Linux 6.5.0-10-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 14 12:25:24 2023
  InstallationDate: Installed on 2023-11-13 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: linux-meta-lowlatency
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lowlatency/+bug/2043469/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2043469] Re: Low-latency kernel can't boot to desktop

2023-11-19 Thread Matthew Ruffell
Hi icaria36,

Your configuration boots to nouveau instead of the nvidia driver when
you boot into -lowlatency. As seen in the below Xserver logs:

...
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: (==) Matched nouveau as 
autoconfigured driver 0
...
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: (II) LoadModule: 
"nouveau"
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: (II) Loading 
/usr/lib/xorg/modules/drivers/nouveau_drv.so
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: (II) Module nouveau: 
vendor="X.Org Foundation"
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: compiled for 
1.21.1.3, module version = 1.0.17
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: Module class: 
X.Org Video Driver
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: ABI class: 
X.Org Video Driver, version 25.2
...
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: (II) NOUVEAU driver 
Date:   Sat Jan 23 12:24:42 2021 -0500
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: (II) NOUVEAU driver for 
NVIDIA chipset families :
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: RIVA TNT
(NV04)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: RIVA TNT2   
(NV05)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce 256 
(NV10)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce 2   
(NV11, NV15)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce 4MX 
(NV17, NV18)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce 3   
(NV20)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce 4Ti 
(NV25, NV28)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce FX  
(NV3x)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce 6   
(NV4x)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce 7   
(G7x)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce 8   
(G8x)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce 9   
(G9x)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce GTX 
2xx/3xx (GT2xx)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce GTX 
4xx/5xx (GFxxx)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce GTX 
6xx/7xx (GKxxx)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce GTX 9xx 
(GMxxx)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: GeForce GTX 
10xx(GPxxx)
...
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: xf86EnableIO: failed to 
enable I/O ports -03ff (Operation not permitted)
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: (EE) [drm] Failed to 
open DRM device for pci::01:00.0: -19
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: (WW) Falling back to 
old probe method for modesetting
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: (II) modeset(1): using 
default device
...
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: (EE) Unable to find a 
valid framebuffer device
...
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: Fatal server error:
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: (EE) Cannot run in 
framebuffer mode. Please specify busIDsfor all framebuffer devices
...
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4036]: (EE) Server terminated 
with error (1). Closing log file.
Nov 17 11:59:24 quiet /usr/libexec/gdm-x-session[4027]: Unable to run X server
Nov 17 11:59:24 quiet gdm-launch-environment][3922]: 
pam_unix(gdm-launch-environment:session): session closed for user gdm
Nov 17 11:59:24 quiet gdm3[1404]: Gdm: GdmDisplay: Session never registered, 
failing
Nov 17 11:59:24 quiet systemd[1]: session-c2.scope: Deactivated successfully.
Nov 17 11:59:24 quiet systemd-logind[1036]: Session c2 logged out. Waiting for 
processes to exit.
Nov 17 11:59:24 quiet systemd-logind[1036]: Removed session c2.


Later on, when all your services are shutting down, it tries to modprobe the 
nvidia driver, but its missing. Is it installed for the -lowlatency variant, or 
just -generic only? Maybe check to see if it was built correctly in dkms logs.

Nov 17 11:59:44 quiet gdm3[4175]: modprobe: FATAL: Module nvidia not found in 
directory /lib/modules/6.5.0-10-lowlatency
Nov 17 11:59:55 quiet gdm3[4199]: modprobe: FATAL: Module nvidia not found in 
directory /lib/modules/6.5.0-10-lowlatency
Nov 17 12:00:05 quiet gdm3[4221]: modprobe: FATAL: Module nvidia not found in 
directory /lib/modules/6.5.0-10-lowlatency
Nov 17 12:00:11 quiet wpa_supplicant[1101]: wlp6s0: WPA: Group rekeying 
completed with 3c:a6:2f:c7:23:5b [GTK=CCMP]
Nov 17 12:00:15 quiet gdm3[4243]: modprobe: FATAL: Module nvidia not found in 
directory /lib/modules/6.5.0-10-lowlatency
Nov 17 

[Kernel-packages] [Bug 2043469] Re: Low-latency kernel can't boot to desktop

2023-11-17 Thread icaria36
And here is another log from a new install in a new partition in the
same system. I installed Ubuntu 23.10 in this new partition using the
legacy installer and the installation process and first boot was very
different. I hoped that perhaps lowlatency would work here but it still
doesn't.

** Attachment added: "new_boot_log.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lowlatency/+bug/2043469/+attachment/5720418/+files/new_boot_log.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta-lowlatency in Ubuntu.
https://bugs.launchpad.net/bugs/2043469

Title:
  Low-latency kernel can't boot to desktop

Status in linux-meta-lowlatency package in Ubuntu:
  New

Bug description:
  23.10 fresh install. Generic kernel boots without problems. lowlatency
  can't boot to desktop, it gets stuck and shows black screen with
  cursor blinking.

  The same PC worked yesterday with 23.04 and low latency without
  problems. I have been running lowlatency kernel in this machine for a
  couple of years, no problems.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: linux-lowlatency 6.5.0.10.10.10
  ProcVersionSignature: Ubuntu 6.5.0-10.10-generic 6.5.3
  Uname: Linux 6.5.0-10-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 14 12:25:24 2023
  InstallationDate: Installed on 2023-11-13 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: linux-meta-lowlatency
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lowlatency/+bug/2043469/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2043469] Re: Low-latency kernel can't boot to desktop

2023-11-17 Thread icaria36
Here is the boot log.

** Attachment added: "linux-lowlatency boot log, not loading the desktop."
   
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lowlatency/+bug/2043469/+attachment/5720407/+files/boot22.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta-lowlatency in Ubuntu.
https://bugs.launchpad.net/bugs/2043469

Title:
  Low-latency kernel can't boot to desktop

Status in linux-meta-lowlatency package in Ubuntu:
  New

Bug description:
  23.10 fresh install. Generic kernel boots without problems. lowlatency
  can't boot to desktop, it gets stuck and shows black screen with
  cursor blinking.

  The same PC worked yesterday with 23.04 and low latency without
  problems. I have been running lowlatency kernel in this machine for a
  couple of years, no problems.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: linux-lowlatency 6.5.0.10.10.10
  ProcVersionSignature: Ubuntu 6.5.0-10.10-generic 6.5.3
  Uname: Linux 6.5.0-10-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 14 12:25:24 2023
  InstallationDate: Installed on 2023-11-13 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: linux-meta-lowlatency
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lowlatency/+bug/2043469/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2043469] Re: Low-latency kernel can't boot to desktop

2023-11-16 Thread icaria36
** Summary changed:

- Low-latency kernel can't load to desktop
+ Low-latency kernel can't boot to desktop

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta-lowlatency in Ubuntu.
https://bugs.launchpad.net/bugs/2043469

Title:
  Low-latency kernel can't boot to desktop

Status in linux-meta-lowlatency package in Ubuntu:
  New

Bug description:
  23.10 fresh install. Generic kernel boots without problems. lowlatency
  can't boot to desktop, it gets stuck and shows black screen with
  cursor blinking.

  The same PC worked yesterday with 23.04 and low latency without
  problems. I have been running lowlatency kernel in this machine for a
  couple of years, no problems.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: linux-lowlatency 6.5.0.10.10.10
  ProcVersionSignature: Ubuntu 6.5.0-10.10-generic 6.5.3
  Uname: Linux 6.5.0-10-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 14 12:25:24 2023
  InstallationDate: Installed on 2023-11-13 (1 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: linux-meta-lowlatency
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lowlatency/+bug/2043469/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp