-
Notifications
You must be signed in to change notification settings - Fork 37
cannot make file #1
Comments
Hi, Try installing |
Reading package lists... Done |
Hmm try this so: sudo apt-get update # This will update the repositories list
sudo apt-get upgrade # This will update all the necessary packages on your system
sudo apt-get dist-upgrade # This will add/remove any needed packages
reboot # You may need this since sometimes after a upgrade/dist-upgrade, there are some left over entries that get fixed after a reboot
sudo apt-get install linux-headers-$(uname -r) # This should work now |
Did not work on VM.. seems more like a privilage issue. Though I have sudo rights. :( |
Last time I tested it on VM it worked fine. I used Vagrant + generic/ubuntu2004 box. Maybe you should give it a try. |
make -C /lib/modules/5.4.104+/build M=$PWD
make[1]: *** /lib/modules/5.4.104+/build: No such file or directory. Stop.
Makefile:3: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: