Hi all,
I just filed https://bugzilla.opensuse.org/show_bug.cgi?id=1207314 - can anyone else confirm?
Cheers MH
On Thu, Jan 19, 2023 at 11:20:45PM +0100, Mathias Homann wrote:
I just filed https://bugzilla.opensuse.org/show_bug.cgi?id=1207314 - can anyone else confirm?
I think this is an update issue (no nvidia kernel modules availabe after update), which only happens on Tumbleweed then. Kernel modules get removed in %postun of nvidia-gfxG06-kmp-default when replacing this package with nvidia-driver-G06-kmp-default (%postun of old package runs after %post of new package). I addressed this for Leap by a %triggerpostun script for the old package (mega ugly I know!), but seems I forgot this for Tumbleweed. :-(
If my theory is correct, this happens only on Tumbleweed and not on Leap. And a fresh installation of vidia-driver-G06-kmp-default package just fixes this issue.
Unfortunately I only did my update tests on Leap 15.4. :-(
Please give this workaround a try.
Thanks, Stefan
Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE Software Solutions Germany GmbH Tel: 0911-740 53 0 Frankenstraße 146 FAX: 0911-740 53 479 D-90461 Nürnberg http://www.suse.de Germany ---------------------------------------------------------------- Geschäftsführer: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman (HRB 36809, AG Nürnberg) ----------------------------------------------------------------
Stefan Dirsch skreiv 20.01.2023 01:01:
I just filedhttps://bugzilla.opensuse.org/show_bug.cgi?id=1207314 - can anyone else confirm?
I think this is an update issue (no nvidia kernel modules availabe after update), which only happens on Tumbleweed then. Kernel modules get removed in %postun of nvidia-gfxG06-kmp-default when replacing this package with nvidia-driver-G06-kmp-default (%postun of old package runs after %post of new package). I addressed this for Leap by a %triggerpostun script for the old package (mega ugly I know!), but seems I forgot this for Tumbleweed. 🙁
If my theory is correct, this happens only on Tumbleweed and not on Leap. And a fresh installation of vidia-driver-G06-kmp-default package just fixes this issue.
Unfortunately I only did my update tests on Leap 15.4. 🙁
Please give this workaround a try.
I can confirm that
zypper in --force nvidia-driver-G06-kmp-default
(and a reboot) fixes the problem.