LenovoLegionLinux
LenovoLegionLinux copied to clipboard
[BUG]DKMS Install problem
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
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