-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dkms false-positive error, since 37740, installing kernel module the first time #2792
Comments
The |
This too, is a false-positive in the NVIDIA installer log.
The NVIDIA modules are re-built during |
The issue persists in CL 37850. The NVIDIA driver automation succeeds regardless, described above. Blessings and Grace |
fedora 6.1.12-200.fc37, same issue But the NVIDIA driver is installed anyway |
I have the same issue except there is no false positive. After a kernel update the driver is no longer available. DKMS shows its working:$ dkms status The Nvidia driver has disappeared:$ lsmod |grep nv DKMS's status above is pointing to the previous kernel:$ uname -a |
Something is VERY wrong in your report there since we havent had a kernel
version starting with a 4 in a long time, and even kernel versions with a 5
are well behind us (except for the LTS-1 release)
Are you sure the clr-boot-manager agent is working correctly?
…On Wed, Apr 19, 2023 at 5:31 AM ddsmith2-eprod ***@***.***> wrote:
I have the same issue except there is no false positive. After a kernel
update the driver is no longer available.
DKMS shows its working:
$ dkms status
nvidia/525.85.12, 4.18.0-425.3.1.el8.x86_64, x86_64: built
The Nvidia driver has disappeared:
$ lsmod |grep nv
nvmet_fc 40960 1 lpfc
nvmet 114688 1 nvmet_fc
nvme_fc 53248 1 lpfc
nvme_fabrics 24576 1 nvme_fc
nvme_core 139264 2 nvme_fc,nvme_fabrics
t10_pi 16384 3 nvmet,sd_mod,nvme_core
—
Reply to this email directly, view it on GitHub
<#2792 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ54FI5ABZYK4RDJPGDZGLXB7LJPANCNFSM6AAAAAATGDAUCE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
My bad, you are correct. I found this post with Google and thought this issue tracker was for dkms. My OS is RHEL so you can just ignore my response. |
I met to submit an issue at the time and remembered today.
37740 change log:
I now pass the
--force
argument to dkms to rid of the false-positive. For the NVIDIA installer, I now output standard-error output to/dev/null
to rid of the false-positive. dkms worked wonderfully before.Fortunately, the NVIDIA installer continues to completion and exits with a status of 0. The automation script subsequently runs dkms with the
--force
argument.The text was updated successfully, but these errors were encountered: