Page 1 of 1

内核模块缺失 Warning: Extension DNAT revision 0 not supported, missing kernel module?

Posted: 2025-12-06 14:44
by ybcf
我在安装 immich 的过程遇到了标题的问题
https://docs.immich.app/overview/quick-start

执行 `docker compose up -d` 的时候,收到了标题上的报错

然后我问了 Gemini

```
你收到的错误信息 Warning: Extension DNAT revision 0 not supported, missing kernel module? 和 iptables v1.8.9 (nf_tables): RULE_APPEND failed (No such file or directory): rule in chain DOCKER 表明你的 iptables 命令没有成功执行,并且指出了几个可能的原因。

让我们来分析一下这些错误信息:

Warning: Extension DNAT revision 0 not supported, missing kernel module?

含义: 这个警告表明 iptables 工具无法找到或加载用于 DNAT 功能所需的内核模块。iptables 的许多功能(包括 NAT)都依赖于特定的内核模块来提供支持。
可能原因:
内核模块未加载: ip_tables 和 iptable_nat (或 nf_nat 如果是 nftables 后端) 等内核模块可能没有被加载到你的系统中。
内核模块缺失: 你的 Linux 内核可能没有编译这些必要的模块,或者它们已经损坏。这在一些精简版系统或自定义内核中偶尔会发生。
```

我按 gemini 的回答,做了很多相关的尝试,最后还是回归定位问题为“内核模块缺失”

希望官方能给个答复,谢谢!

Re: 内核模块缺失 Warning: Extension DNAT revision 0 not supported, missing kernel module?

Posted: 2025-12-09 9:23
by Luckfox Taylor
我们近期对 RK3576 SDK 进行了更新,您可以尝试使用新版 SDK 自行编译镜像;
如果暂时不需要使用 DSI 屏幕,也可以直接使用我们提供的这款定制镜像——它是基于最新 SDK 编译生成的,方便您验证内核中是否存在缺失的驱动。
5-DSI-TOUCH-A-Debian12.png
immich.png

Re: 内核模块缺失 Warning: Extension DNAT revision 0 not supported, missing kernel module?

Posted: 2025-12-09 13:47
by ybcf
Luckfox Taylor wrote: 2025-12-09 9:23 我们近期对 RK3576 SDK 进行了更新,您可以尝试使用新版 SDK 自行编译镜像;
如果暂时不需要使用 DSI 屏幕,也可以直接使用我们提供的这款定制镜像——它是基于最新 SDK 编译生成的,方便您验证内核中是否存在缺失的驱动。
5-DSI-TOUCH-A-Debian12.pngimmich.png
太好了 我等下就去试试

Re: 内核模块缺失 Warning: Extension DNAT revision 0 not supported, missing kernel module?

Posted: 2025-12-12 14:25
by Duztin
flashing this .img file will completely wipe my current eMMC data, correct? Is there a way to update just the kernel/modules without a full re-flash, or is a clean install required?

Re: 内核模块缺失 Warning: Extension DNAT revision 0 not supported, missing kernel module?

Posted: 2025-12-17 1:55
by Luckfox Taylor
First, load the partition table information, then select the MiniLoaderAll.bin file. You can update the kernel file separately; refer to the kernel flashing section of the Wiki.

https://wiki.luckfox.com/luckfox-Omni35 ... 41-windows