How to fix this weired problem?
test@test-desktop:~/apCam$ uname -r
5.10.192-tegra
test@test-desktop:~/apCam$ sudo rmmod max9296
rmmod: ERROR: Module max9296 is builtin.
test@test-desktop:~$ zcat /proc/config.gz | grep -i 9296
CONFIG_I2C_IOEXPANDER_DESER_MAX9296=m
test@test-desktop:~$ cat /lib/modules/5.10.192-tegra/modules.builtin | grep 9296
test@test-desktop:~$ #Nothing
test@test-desktop:~$ modinfo max9296
name: max9296
filename: (builtin)
license: GPL v2
file: drivers/media/i2c/max9296
author: Sudhir Vyas <svyas@nvidia.com
description: Dual GMSL Deserializer driver max9296
test@test-desktop:~$ ls -l /boot/I*
-rw-r--r-- 1 root root 33704448 二 5 15:15 /boot/Image
test@test-desktop:~$ cat /boot/extlinux/extlinux.conf
TIMEOUT 30
DEFAULT primary
MENU TITLE L4T boot options
LABEL primary
MENU LABEL primary kernel
LINUX /boot/Image
FDT /boot/dtb/kernel_tegra234-p3767-0003-p3768-0000-a0.dtb
INITRD /boot/initrd
APPEND ${cbootargs} root=PARTUUID=4f0ed1d0-6abf-485c-b352-83b4b9218c74 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nospectre_bhb
test@test-desktop:~$ sudo dmesg |head
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421]
[ 0.000000] Linux version 5.10.192-tegra (wols@Wols) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #9 SMP PREEMPT Wed Feb 5 14:17:54 CST 2025
[ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16,
test@test-desktop:~$ ls -l /boot/Image
-rw-r--r-- 1 root root 33704448 二 5 15:15 /boot/Image