Hello, Sorr for vary late reply. I'd go a cold. In the Message; Subject : Re: nVidia: build error with kernel 6.6.1 Message-ID : <16385560-8fea-4cd4-a3c3-8c9ae4d4f440@arcor.de> Date & Time: Tue, 21 Nov 2023 12:27:10 +0100 [BV] == Bjoern Voigt via openSUSE Users <users@lists.opensuse.org> has written: BV> On 21.11.23 11:55, Masaru Nomiya via openSUSE Users wrote: MN> > Do you even know what you're talking about? MN> > There is no such thing as /usr/src/kernel-modules/nvidia-545.29.02-default. BV> Masaru, read more carefully. I wrote about the Nvidia RPM BV> packages and added "I use version 545.29.02 here, but 390.157 BV> should work similar". The directory is from BV> nvidia-driver-G06-kmp-default-545.29.02_k6.6.1_1-18.2.x86_64 BV> (nvidia-tumbleweed repository). I mistakenly thought it was a work area you created. With my proprietary driver, it's /usr/src/nvidia-545.29.06. Then why are you doing this? In the Message; Subject : Re: nVidia: build error with kernel 6.6.1 Message-ID : <42ee4c61-c016-411e-8e1e-fad2e1a1fcc0@arcor.de> Date & Time: Tue, 21 Nov 2023 11:37:52 +0100 [BV] == Bjoern Voigt via openSUSE Users <users@lists.opensuse.org> has written: [...] BV> 3. Compile the driver (here for Kernel version 6.6.1-1-default): BV> vers=6.6.1-1-default; make clean modules KERNEL_UNAME=$vers; make BV> modules_install KERNEL_UNAME=$vers; make clean KERNEL_UNAME=$vers; BV> depmod $vers [...] I mean, if you look at the Makefile, you should be able to see that installing kernel modules is just # make modules -j$(nproc) && make modules_install -j$(nproc), right? That said, I have a question... How do you install the kernel modules you built? I'm very curious about this point. By the way, when there is a keinel update, I use the following script to install NVIDIA driver, #! /bin/sh nvidia-uninstall && cd /usr/local/tmp && tar -zxf /home/masaru/temp/nvidia/open-gpu-kernel-modules-545.29.06.tar.gz && cd open-* && make modules -j$(nproc) && make modules_install -j$(nproc) && sh /home/masaru/temp/nvidia/NVIDIA-Linux-x86_64-545.29.02.run --no-kernel-modules -aq && dracut --force $(uname -r) && update-bootloader && vmware-setup.sh && shutdown -r now where, about open-gpu-kernel-modules, please have a look; https://github.com/NVIDIA/open-gpu-kernel-modules MN> Kind Regards & Good Night. BV> In Europe it's currently noon. I am participating in this ML from Japan, far away from Germany. .But your name makes me think you are a Scandinavian.... Best Regards. --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "Companies have come to view generative AI as a kind of monster that must be fed at all costs―even if it isn’t always clear what exactly that data is needed for or what those future AI systems might end up doing." -- Generative AI Is Making Companies Even More Thirsty for Your Data --