LenovoLegionLinux icon indicating copy to clipboard operation
LenovoLegionLinux copied to clipboard

[BUG]DKMS Install problem

Open mserdardogan opened this issue 1 year ago • 1 comments

Hi, I do not understand why I get this error while trying to install via DKMS:

cp: target '/usr/src/LenovoLegionLinux-1.0.0': No such file or directory

using the command: sudo cp ./kernel_module/* /usr/src/LenovoLegionLinux-1.0.0 -r Thanks if you can help.

Distribution: Fedora 40 Model name: Legion 5 17ACH6H CPU model: AMD Ryzen 7 5800H GPU model: NVIDIA RTX 3070

mserdardogan avatar Aug 18 '24 20:08 mserdardogan

I had this issue as well,

Have you run this command: sudo dnf install dkms openssl mokutil Also try to install via makefile

cd ./kernel_module
sudo make dkms # Don't forget to run as root 

DPEIW avatar Aug 19 '24 17:08 DPEIW