ubuntu:dkms:check_dkms_status
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:dkms:check_dkms_status [2023/06/16 11:29] – peter | ubuntu:dkms:check_dkms_status [2023/06/16 15:58] (current) – [Remove the offending directory] peter | ||
---|---|---|---|
Line 38: | Line 38: | ||
* If this file is not found then dkms reports an error. | * 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: | ||
</ | </ | ||
Line 44: | Line 62: | ||
==== To fix the dkms error ==== | ==== To fix the dkms error ==== | ||
- | Go to the / | + | Go to the **/ |
<code bash> | <code bash> | ||
Line 72: | Line 90: | ||
<WRAP info> | <WRAP info> | ||
- | **NOTE: | + | **NOTE: |
* with the top one being reported as causing the error, when **dkms status** command is run. | * 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! | ||
+ | |||
</ | </ | ||
Line 87: | Line 108: | ||
<WRAP info> | <WRAP info> | ||
**NOTE: | **NOTE: | ||
+ | </ | ||
+ | |||
+ | <WRAP alert> | ||
+ | **WARNING: | ||
+ | |||
+ | * This __WILL__ result in Ubuntu not being able to boot properly! | ||
+ | |||
+ | {{: | ||
+ | |||
</ | </ | ||
Line 129: | Line 159: | ||
</ | </ | ||
- | < | + | <WRAP info> |
**NOTE: | **NOTE: | ||
* This shows that the dkms link does point to actual source. | * 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: | ||
</ | </ | ||
Line 156: | Line 200: | ||
* The error has been corrected. | * 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.1686914979.txt.gz · Last modified: 2023/06/16 11:29 by peter