-
Notifications
You must be signed in to change notification settings - Fork 22
Description
So I did my best to follow the instructions, but now /lib/modules/4.19.84-microsoft-standard doesn't exist and so the modprobe commands fail, since there are no modules in that directory to be found. Not sure how that happened. Maybe I missed some instructions or something, but I could use some help with this.
I see that there is a new version of the instructions coming soon, as per #7 . Hopefully things work better with those instructions. As tomorrow would be this project's anniversary, it would be cool if that update came tomorrow, but no pressure. ;)
I was able to verify that it is indeed using the compiled kernel, as seen in this output:
$ cat /proc/version
Linux version 4.19.84-microsoft-standard (root@OfficePC) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #1 SMP Sun Nov 15 17:18:21 EST 2020
Both the kernel version and the timestamp match, so I must have done something wrong compiling it? I have no idea.