Closed arunkvijay closed 11 months ago
Hi @arunkvijay
Let's check to see if it is a problem with dkms (do the commands in the driver directory):
$ sudo sh remove-driver.sh $ make clean $ make -j20 $ sudo make install $ sudo reboot
Let me know what happens.
P.S. Based on what you posted, something seems off with your installation of dkms.
@morrownr
Hi @morrownr , This worked well. Thank you so much. Closing the issue now
You are welcome. That means the problem has something to do with dkms...which is unusual. A fix will have to come from your distro.
With the driver installed in this manner, there is no automatic recompiling when a new kernel arrives so before you do update/upgrades, you should do the following:
$ git pull
Then after the upgrade, if it includes a new kernel, run the above sequence again:
$ make clean $ make -j20 $ sudo make install $ sudo reboot
I get following dkms build error: 1 while installing the driver.
How do I get this corrected and complete the installation. btw the
dkms status
now show the following output