Re: Kernel Compile Issue

2021-06-25 Thread Valdis Klētnieks
On Fri, 25 Jun 2021 16:05:45 -0400, Aruna Hewapathirane said: > Jun 25 10:46:42 debian systemd-modules-load[201]: Failed to find module > 'vmhgfs' > Jun 25 10:46:42 debian systemd[1]: Failed to start Load Kernel Modules. > Jun 25 10:46:42 debian systemd[1]: Unit systemd-modules-load.service enter

Re: Kernel Compile Issue

2021-06-25 Thread Aruna Hewapathirane
and voila et success. And under 13 minutes to full compile. Also compiled linux-next-next-20210625 no issues, everything is good again. Someday I want to try and figure out what is going on with the original system. Oh, and Thomas Syslog tells me : Jun 25 10:46:42 debian systemd-modules-load[201]

Re: Wikibook Linux kernel

2021-06-25 Thread Constantine Shulyupin
Thank you, Ted, for pointing to https://wiki.kernel.org/. Out of 29 wikis 8 are outdated. Here is a summary: https://en.wikibooks.org/wiki/The_Linux_Kernel/wikis Regards On Thu, 6 May 2021 at 17:18, Theodore Ts'o wrote: > > On Thu, May 06, 2021 at 01:58:35PM +0300, Constantine Shulyupin wrote:

Adding a custom layer 3 protocol driver

2021-06-25 Thread Cedric Velandres
Hi everyone, We're currently developing a new communication using custom layer 2 and 3 that we'll be using in a cubesat and I'm looking on how to create the layer 3 driver for linux (similar to af_inet.c but the headers are completely different). I've read something similar in a thread about a pre