<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=6973&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] modprobe ikconfig -> FATAL: Module ikconfig not found in directory]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6973</link>
		<description><![CDATA[The most recent posts in [SOLVED] modprobe ikconfig -> FATAL: Module ikconfig not found in directory.]]></description>
		<lastBuildDate>Sun, 15 Dec 2024 09:13:47 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] modprobe ikconfig -> FATAL: Module ikconfig not found in directory]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53442#p53442</link>
			<description><![CDATA[<p>Thanks steve_v</p><p>indeed trying to activate it (modprobe) as it&#039;s no longer a module, will definitly not work.</p><p>I&#039;ve tried a zless /etc/config.gz and it works <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> so recompiling the kernel worked <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Sun, 15 Dec 2024 09:13:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53442#p53442</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] modprobe ikconfig -> FATAL: Module ikconfig not found in directory]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53441#p53441</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>any ideas</p></div></blockquote></div><p>Only the obvious: Read the <a href="https://cateee.net/lkddb/web-lkddb/IKCONFIG.html" rel="nofollow">documentation</a> (or a <a href="https://wiki.gentoo.org/wiki/Kernel/IKCONFIG_support" rel="nofollow">good wiki</a>). The module this option builds is not named &#039;ikconfig&#039;.</p><p>And the blindingly obvious:</p><div class="quotebox"><blockquote><div><p>CONFIG_IKCONFIG=<del>m</del> y</p></div></blockquote></div><p>Selecting &#039;y&#039; will build the option into the kernel image, so there definitely won&#039;t be a module to load.</p><p>Aside, no idea why you would want IKCONFIG as a module anyway. There&#039;s sod-all to be saved by not including a copy of .config in the kernel, so you might as well build it in.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Sun, 15 Dec 2024 09:09:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53441#p53441</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] modprobe ikconfig -> FATAL: Module ikconfig not found in directory]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53439#p53439</link>
			<description><![CDATA[<p>I recompiled the kernel with that change</p><p>CONFIG_IKCONFIG=<del>m</del> y<br />CONFIG_IKCONFIG_PROC=y</p><p>but still get</p><div class="quotebox"><cite>shell wrote:</cite><blockquote><div><p>FATAL: Module ikconfig not found in directory /lib/modules/6.6.63-v8_TESTT+</p></div></blockquote></div><p>😓</p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Sun, 15 Dec 2024 08:27:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53439#p53439</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] modprobe ikconfig -> FATAL: Module ikconfig not found in directory]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=53429#p53429</link>
			<description><![CDATA[<p>Hi,</p><p>I&#039;ve cross-compiled a Linux kernel <a href="https://github.com/raspberrypi/linux" rel="nofollow">https://github.com/raspberrypi/linux</a> (6.6.63)</p><p>with </p><div class="codebox"><pre><code>CONFIG_IKCONFIG=m
CONFIG_IKCONFIG_PROC=y</code></pre></div><p>but when I do <span class="bbc">modprobe ikconfig</span> on the client, I get:</p><div class="quotebox"><cite>shell wrote:</cite><blockquote><div><p>FATAL: Module ikconfig not found in directory /lib/modules/6.6.63-v8_TESTT+</p></div></blockquote></div><p>I&#039;ve launched <span class="bbc">depmod</span> but the error remain.</p><p><span class="bbc">tree -F -L 2 /lib/modules/6.6.63-v8_TESTT+ </span></p><div class="quotebox"><cite>shell wrote:</cite><blockquote><div><p>|-- build -&gt; /tmp/RaspKernel6-6y/linux<br />|-- kernel/<br />|&#160; &#160;|-- arch/<br />|&#160; &#160;|-- crypto/<br />|&#160; &#160;|-- drivers/<br />|&#160; &#160;|-- fs/<br />|&#160; &#160;|-- kernel/<br />|&#160; &#160;|-- lib/<br />|&#160; &#160;|-- mm/<br />|&#160; &#160;|-- net/<br />|&#160; &#160;`-- sound/<br />|-- modules.alias<br />|-- modules.alias.bin<br />|-- modules.builtin<br />|-- modules.builtin.alias.bin<br />|-- modules.builtin.bin<br />|-- modules.builtin.modinfo<br />|-- modules.dep<br />|-- modules.dep.bin<br />|-- modules.devname<br />|-- modules.order<br />|-- modules.softdep<br />|-- modules.symbols<br />`-- modules.symbols.bin</p></div></blockquote></div><p>I don&#039;t know if /lib/modules/6.6.63-v8_TESTT+<strong>/build</strong> is required to load the module, as <strong>/tmp/RaspKernel6-6y/linux</strong> was actually in the host (cross-compile) and not on the raspberry..</p><p>Here the ~commands that I use to cross-compile the kernel</p><div class="codebox"><pre><code>su
apt install bc bison flex libssl-dev make libc6-dev libncurses5-dev crossbuild-essential-arm64

cd /tmp/LinuxKernel/linux

git clone --depth=1 --branch rpi-6.6.y https://github.com/raspberrypi/linux

## applying the default configuration
cd linux
KERNEL=kernel8
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- bcm2711_defconfig
##

make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- menuconfig

make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image modules dtbs

## install the kernel modules onto the boot media:
env PATH=$PATH make -j12 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- INSTALL_MOD_PATH=/mnt/rasprootfs modules_install

cp arch/arm64/boot/Image /mnt/raspboot/$KERNEL.img
cp arch/arm64/boot/dts/broadcom/*.dtb /mnt/raspboot/
mkdir /mnt/raspboot/overlays
cp arch/arm64/boot/dts/overlays/*.dtb* /mnt/raspboot/overlays/
cp arch/arm64/boot/dts/overlays/README /mnt/raspboot/overlays/</code></pre></div><p>If you have any ideas, I&#039;m all ears..</p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Sat, 14 Dec 2024 09:18:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=53429#p53429</guid>
		</item>
	</channel>
</rss>
