I use nvidia-driver-535, Linux kernel 6.2, with no issues.
I just read an article where the nouveau drivers were broken in Kernels 6.3... And the fix applied to 6.4, backported to 6.3: https://www.phoronix.com/news/Nouvea...ter-Free-Fixed
I do not see the 'ga10X' directory structure under </usr>/lib/firmware/nvidia/ (these come from package linux-firmware)
Code:
mafoelffen@msi-ubuntu:~$ ls -lah /usr/lib/firmware/nvidia
total 74K
drwxr-xr-x 26 root root 26 Aug 4 23:57 .
drwxr-xr-x 90 root root 454 Aug 5 00:09 ..
drwxr-xr-x 2 root root 4 Aug 4 15:37 535.86.05
drwxr-xr-x 2 root root 10 Aug 5 00:09 gk20a
drwxr-xr-x 4 root root 4 Sep 18 2022 gm200
drwxr-xr-x 4 root root 4 Sep 18 2022 gm204
drwxr-xr-x 4 root root 4 Sep 18 2022 gm206
drwxr-xr-x 5 root root 5 Sep 18 2022 gm20b
drwxr-xr-x 4 root root 4 Sep 18 2022 gp100
drwxr-xr-x 6 root root 6 Sep 18 2022 gp102
drwxr-xr-x 6 root root 6 Sep 18 2022 gp104
drwxr-xr-x 6 root root 6 Sep 18 2022 gp106
drwxr-xr-x 6 root root 6 Sep 18 2022 gp107
drwxr-xr-x 6 root root 6 Sep 18 2022 gp108
drwxr-xr-x 5 root root 5 Sep 18 2022 gp10b
drwxr-xr-x 6 root root 6 Sep 18 2022 gv100
drwxr-xr-x 2 root root 5 Aug 5 00:09 tegra124
drwxr-xr-x 2 root root 5 Aug 5 00:09 tegra186
drwxr-xr-x 2 root root 4 Aug 5 00:09 tegra194
drwxr-xr-x 2 root root 5 Aug 5 00:09 tegra210
drwxr-xr-x 6 root root 6 Sep 18 2022 tu102
drwxr-xr-x 6 root root 6 Sep 18 2022 tu104
drwxr-xr-x 6 root root 6 Sep 18 2022 tu106
drwxr-xr-x 3 root root 3 Sep 18 2022 tu10x
drwxr-xr-x 6 root root 6 Sep 18 2022 tu116
drwxr-xr-x 6 root root 6 Sep 18 2022 tu117
mafoelffen@msi-ubuntu:~$ ls -lah /lib/firmware/nvidia
total 74K
drwxr-xr-x 26 root root 26 Aug 4 23:57 .
drwxr-xr-x 90 root root 454 Aug 5 00:09 ..
drwxr-xr-x 2 root root 4 Aug 4 15:37 535.86.05
drwxr-xr-x 2 root root 10 Aug 5 00:09 gk20a
drwxr-xr-x 4 root root 4 Sep 18 2022 gm200
drwxr-xr-x 4 root root 4 Sep 18 2022 gm204
drwxr-xr-x 4 root root 4 Sep 18 2022 gm206
drwxr-xr-x 5 root root 5 Sep 18 2022 gm20b
drwxr-xr-x 4 root root 4 Sep 18 2022 gp100
drwxr-xr-x 6 root root 6 Sep 18 2022 gp102
drwxr-xr-x 6 root root 6 Sep 18 2022 gp104
drwxr-xr-x 6 root root 6 Sep 18 2022 gp106
drwxr-xr-x 6 root root 6 Sep 18 2022 gp107
drwxr-xr-x 6 root root 6 Sep 18 2022 gp108
drwxr-xr-x 5 root root 5 Sep 18 2022 gp10b
drwxr-xr-x 6 root root 6 Sep 18 2022 gv100
drwxr-xr-x 2 root root 5 Aug 5 00:09 tegra124
drwxr-xr-x 2 root root 5 Aug 5 00:09 tegra186
drwxr-xr-x 2 root root 4 Aug 5 00:09 tegra194
drwxr-xr-x 2 root root 5 Aug 5 00:09 tegra210
drwxr-xr-x 6 root root 6 Sep 18 2022 tu102
drwxr-xr-x 6 root root 6 Sep 18 2022 tu104
drwxr-xr-x 6 root root 6 Sep 18 2022 tu106
drwxr-xr-x 3 root root 3 Sep 18 2022 tu10x
drwxr-xr-x 6 root root 6 Sep 18 2022 tu116
drwxr-xr-x 6 root root 6 Sep 18 2022 tu117
But I do see those files elsewhere...
Code:
mafoelffen@msi-ubuntu:~$ find /lib/firmware -name ucode_ahesasc.bin
/lib/firmware/nvidia/tu104/acr/ucode_ahesasc.bin
/lib/firmware/nvidia/tu117/acr/ucode_ahesasc.bin
/lib/firmware/nvidia/tu102/acr/ucode_ahesasc.bin
/lib/firmware/nvidia/tu116/acr/ucode_ahesasc.bin
/lib/firmware/nvidia/tu106/acr/ucode_ahesasc.bin
mafoelffen@msi-ubuntu:~$ find /lib/firmware -name ucode_asb.bin
/lib/firmware/nvidia/tu104/acr/ucode_asb.bin
/lib/firmware/nvidia/tu117/acr/ucode_asb.bin
/lib/firmware/nvidia/tu102/acr/ucode_asb.bin
/lib/firmware/nvidia/tu116/acr/ucode_asb.bin
/lib/firmware/nvidia/tu106/acr/ucode_asb.bin
Bookmarks