ubuntu:dkms:check_dkms_status
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:dkms:check_dkms_status [2023/06/16 11:13] – created peter | ubuntu:dkms:check_dkms_status [2023/06/16 15:58] (current) – [Remove the offending directory] peter | ||
---|---|---|---|
Line 17: | Line 17: | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== If an error is seen ===== | ||
+ | |||
+ | <code bash> | ||
+ | dkms status | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | Error! Could not locate dkms.conf file. | ||
+ | File: / | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * If this file is not found then dkms reports an error. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Find the offending module ===== | ||
+ | |||
+ | <code bash> | ||
+ | for i in / | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== To fix the dkms error ==== | ||
+ | |||
+ | Go to the **/ | ||
+ | |||
+ | <code bash> | ||
+ | cd / | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Check what is installed in that directory ==== | ||
+ | |||
+ | <code bash> | ||
+ | ls -al / | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | total 8.0K | ||
+ | drwxr-xr-x 3 root root 4.0K Jun 2 15:19 5.18.13-1577590.22.04/ | ||
+ | drwxr-xr-x 3 root root 4.0K Jun 16 02:06 5.18.13-1580598.22.04/ | ||
+ | lrwxrwxrwx 1 root root 46 Jun 16 02:06 kernel-5.19.0-45-generic-x86_64 -> 5.18.13-1580598.22.04/ | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * with the top one being reported as causing the error, when **dkms status** command is run. | ||
+ | |||
+ | * The link and the associated directory it points to, are okay! | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Remove the offending directory ==== | ||
+ | |||
+ | <code bash> | ||
+ | sudo mv 5.18.13-1577590.22.04/ | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | <WRAP alert> | ||
+ | **WARNING: | ||
+ | |||
+ | * This __WILL__ result in Ubuntu not being able to boot properly! | ||
+ | |||
+ | {{: | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Check again what is installed in that directory ==== | ||
+ | |||
+ | <code bash> | ||
+ | ls -al / | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | total 8.0K | ||
+ | drwxr-xr-x 3 root root 4.0K Jun 16 02:06 5.18.13-1580598.22.04/ | ||
+ | lrwxrwxrwx 1 root root 46 Jun 16 02:06 kernel-5.19.0-45-generic-x86_64 -> 5.18.13-1580598.22.04/ | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * with the link also pointing to this directory too. | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Check that the module source does exist ==== | ||
+ | |||
+ | The source of the actual module is found in **/ | ||
+ | |||
+ | The link, in **/ | ||
+ | |||
+ | <code bash> | ||
+ | ls / | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | amd dkms.conf | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * This shows that the dkms link does point to actual source. | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Rebuild dkms modules ===== | ||
+ | |||
+ | Rebuild all modules for the currently running kernel: | ||
+ | |||
+ | <code bash> | ||
+ | dkms autoinstall | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Retry to check dkms status ===== | ||
+ | |||
+ | To see if the above changes have corrected the error. | ||
+ | |||
+ | <code bash> | ||
+ | dkms status | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | amdgpu/ | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * The error has been corrected. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Update Kernel Modules ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo update-initramfs -u | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | [sudo] password for peter: | ||
+ | update-initramfs: | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | W: Possible missing firmware / | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * It is suggested to download the latest firmware and add the missing files into the specific directories being shown here. | ||
+ | </ | ||
+ | |||
ubuntu/dkms/check_dkms_status.1686914012.txt.gz · Last modified: 2023/06/16 11:13 by peter