Thank you, your instructions worked great. I needed to install flex and workaround a kernel specific issue (http://rglinuxtech.com/?p=2834) but otherwise things went very smoothly.
Posts made by dnajosh
-
RE: Compiling custom kernel / network driver missing issue
-
RE: Compiling custom kernel / network driver missing issue
Thank you for the prompt responses. I am using the 5.6 kernel but it is lacking some needed network drivers. It appears the drivers I needed a few days ago are in 5.9 RC6.
I think 5.6 will be fine I just need to add drivers.
If you can assist with creating a build environment so that I may add needed drivers that would be appreciated.
-
RE: Compiling custom kernel / network driver missing issue
Kernel 5.6 should suffice. The hardware changes constantly as computers come and go. The most recent need were network drivers for “Intel I225-V 2.5Gb Ethernet” on an ASUS ROG Strix itx motherboard.
FOG 1.5.9
Ubuntu 18.04.5
Thank you for the prompt response sir. In my searches I came across many threads where you supplied kernels with the drivers needed. Due to my environment constantly changing I figured I had better get this going myself so as not to bother you regularly.
-
Compiling custom kernel / network driver missing issue
Hello and thank you for the FOG project.
I am trying to set up a build environment so that I may custom compile kernels for fog.
The instructions located at https://wiki.fogproject.org/wiki/index.php?title=Building_a_Custom_Kernel instruct us to
Copy the .config file from the fog release package which is located in the Fog Setup ./kernel directory:
cp /opt/fog-setup/fog_0.29/kernel/kitchensink.config /usr/src/linux-2.6.35.3/.configI am unable to locate the kitchensink.config file. Are these instructions still applicable? My environment has a large variety of hardware and I hope to be able to handle this in house.
Thank you for your help.