We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
sudo cp ./kernel_module/* /usr/src/LenovoLegionLinux-1.0.0 -r
Distribution: Fedora 40 Model name: Legion 5 17ACH6H CPU model: AMD Ryzen 7 5800H GPU model: NVIDIA RTX 3070
The text was updated successfully, but these errors were encountered:
I had this issue as well,
Have you run this command: sudo dnf install dkms openssl mokutil Also try to install via makefile
sudo dnf install dkms openssl mokutil
cd ./kernel_module sudo make dkms # Don't forget to run as root
Sorry, something went wrong.
No branches or pull requests
Hi, I do not understand why I get this error while trying to install via DKMS:
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
The text was updated successfully, but these errors were encountered: