Welcome, Guest. Please login or register.
Did you miss your activation email?

Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
I tried reinstalling the headers and adding the other repository but I still have issues with Virtualbox dkms.
No, not with "Virtualbox dkms", but with "nvidia( dkms)":
Quote
Update:
Error: Installation has failed.
If you'd like to file a bug report please include '/var/log/nala/dpkg-debug.log'
dkms autoinstall on 6.8.2-1-siduction-amd64/x86_64 succeeded for virtualbox
dkms autoinstall on 6.8.2-1-siduction-amd64/x86_64 failed for nvidia-current(10)
Error! One or more modules failed to install during autoinstall.
[...]
Most likely, you (still) have not installed the "right" nvidia-package from the Siduction(!), not Debian repository.
72
I tried reinstalling the headers and adding the other repository but I still have issues with Virtualbox dkms.


Update:

Code: [Select]
Error: Installation has failed.
If you'd like to file a bug report please include '/var/log/nala/dpkg-debug.log'
dkms autoinstall on 6.8.2-1-siduction-amd64/x86_64 succeeded for virtualbox
dkms autoinstall on 6.8.2-1-siduction-amd64/x86_64 failed for nvidia-current(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
dkms: autoinstall for kernel: 6.8.2-1-siduction-amd64 failed!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 11
Failed to process /etc/kernel/header_postinst.d at /var/lib/dpkg/info/linux-headers-6.8.2-1-siduction-amd64.postinst line 11.
73
Software - Support / Re: Nouveau ----> Nvidia, trouble changing driver
« Last post by towo on 2024/04/02, 14:40:49 »
Normaly, the nvidia packages do all needed, inclusive blacklisting nouveau.
If nouveau is loaded anyway, you have to search for the cause, maybe, your initrd was not rebuilded after nvidia install.
74
Software - Support / Re: Nouveau ----> Nvidia, trouble changing driver
« Last post by dibl on 2024/04/02, 14:14:11 »
Thanks, @towo. With your hints, I was able to see it build the nvidia-current module. But, of course the GPU is already bound to the nouveau module, and so when it is unloaded the screen is lost, and apparently some keyboard input is also terminated. I attempted some commands "while blind" like
Code: [Select]
rmmod nouveau && modprobe nvidia-current && systemctl isolate multi-user.target(didn't work). I know the keyboard is not totally dead, because Ctrl-Alt-Del will still sent the reboot signal.
75
Software - Support / Re: Nouveau ----> Nvidia, trouble changing driver
« Last post by towo on 2024/04/02, 08:38:41 »
nvidia-driver is only a metapackage, so reinstalling it, will never trigger a rebuild for the kernel modules.
Code: [Select]
dpkg-reconfigure nvidia-kernel-dkmswould do that, as also
Code: [Select]
apt install --reinstall nvidia-kernel-dkms
76
Software - Support / Re: Nouveau ----> Nvidia, trouble changing driver
« Last post by ro_sid on 2024/04/02, 00:35:50 »
Oh, well, sorry, the name of the Nvidia-Siduction-driver 550 is "nvidia-current", not just "nvidia"!
And I built the 550 driver version immediately before the actual one (supplied by towo, also) successfully with kernel version 6.7(.10), too!
[I deleted that kernel now, but I see no reason, why this version should not compile with a 6.7 kernel, also.]
77
Software - Support / Re: Nouveau ----> Nvidia, trouble changing driver
« Last post by dibl on 2024/04/02, 00:05:01 »
Digging, digging, digging ...

I watched closely while attempting to install --reinstall nvidia-driver. It appears to me that the dkms process to build the nvidia module is not actually working (I have dkms and nvidia-kernel-dkms installed). Here is the output of the installation command:

Code: [Select]
Reading package lists...
Building dependency tree...
Reading state information...
The following package was automatically installed and is no longer required:
  libabsl20220623t64
Use 'apt autoremove' to remove it.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 520 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 https://cdn.liquorix.net/siduction/fixes unstable/non-free amd64 nvidia-driver amd64 550.67-0siduction2 [520 kB]
Fetched 520 kB in 1s (637 kB/s)
(Reading database ... 282371 files and directories currently installed.)
Preparing to unpack .../nvidia-driver_550.67-0siduction2_amd64.deb ...
Unpacking nvidia-driver (550.67-0siduction2) over (550.67-0siduction2) ...
Setting up nvidia-driver (550.67-0siduction2) ...
root@dibl-MOW:~#

That's all of it -- no dkms module build output.

Following that exercise, here is the output of
Code: [Select]
modprobe nvidia
Code: [Select]
modprobe: FATAL: Module nvidia not found in directory /lib/modules/6.7.6-1-siduction-amd64
Question: Is the 550.67 driver ONLY for kernel 6.8 and later?  I'm still on 6.7.

78
Software - Support / Re: Nouveau ----> Nvidia, trouble changing driver
« Last post by dibl on 2024/04/01, 22:53:45 »
Thank you, @ro_sid. Tomorrow will bring new energy to attack this issue.   ;D
79
Software - Support / Re: Nouveau ----> Nvidia, trouble changing driver
« Last post by ro_sid on 2024/04/01, 22:41:33 »
Quote
But how to remove nouveau?
With my Ubuntu 18.04 LTS [I never upgraded beyond that because of "forced snap"], I always used
Code: [Select]
module-load=nvidia blacklist=nouveauin the grub kernel-load line ("linux").
With Debian 11
Code: [Select]
nouveau.modeset=0With Debian 12
Code: [Select]
nomodesetThen I could "rmmod (=modprobe -r) nouveau".
May be, one of those or a combination can help you, too :).
Quote
The xserver-xorg-video-nouveau package is already removed.
You may even (re-)install that, it is just "xorg". The problematic part is the nouveau kernel driver, automatically included in the kernel package.

80
Software - Support / Re: Nouveau ----> Nvidia, trouble changing driver
« Last post by dibl on 2024/04/01, 21:58:48 »
The real problem is, as long, as nouveau module is loaded, no nvidia blob can be used.

Exactly correct!  And we all know what happens to the terminal display when I
Code: [Select]
modprobe -r nouveau.   :-X

Thanks @geier0815 -- my /etc/X11/xorg.conf.d does not contain the 20-nvidia.conf file, but as far as I know, this is no longer needed. My other nvidia desktop does not have it, and it is running the nvidia driver correctly.

I have been setting "Wayland" in my  sddm login for over a year with no issues on that.

Maybe I can figure out a way to use the chroot helper on the siduction ISO to unload nouveau and load nvidia.

Or maybe I go to a VESA driver first, then nvidia.  But how to remove nouveau?  The xserver-xorg-video-nouveau package is already removed.
Pages: 1 ... 6 7 [8] 9 10