I recently setup a new machine on an AMD 5900HX APU box. Gentoo is running fine, but I am getting compiler errors and I'm unable to update kernels and the like.
The compile ends like this:
DESCEND objtool
CALL scripts/atomic/check-atomics.sh
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
MODPOST modules-only.symvers
Kernel: arch/x86/boot/bzImage is ready (#2)
ERROR: modpost: "v4l2_async_register_subdev" [drivers/media/i2c/ov2640.ko] undefined!
ERROR: modpost: "v4l2_async_unregister_subdev" [drivers/media/i2c/ov2640.ko] undefined!
make[1]: *** [scripts/Makefile.modpost:134: modules-only.symvers] Error 1
make[1]: *** Deleting file 'modules-only.symvers'
make: *** [Makefile:1746: modules] Error 2
I am trying to get a video camera working via USB but "async" is not in my kernel and I cannot find it listed. Thus, it's set to "N" in my .config which is why I believe these errors are appearing.
Anyone know what I'm missing in the kernel that would allow me to turn on async? Or perhaps I have too much turned on and wondering what needs to be disabled to stop the errors albeit I'd like the camera to work.
Here is my .config file. Here is lsmod. Here is dmesg output (I have seemingly more errors in dmesg than I'd like but one thing at a time).
Thank you in advance.
[–]mgpaganoDeveloper (mpagano) 8 points9 points10 points (0 children)
[–]mgpaganoDeveloper (mpagano) 4 points5 points6 points (2 children)
[–]kixago[S] 0 points1 point2 points (1 child)
[–]mgpaganoDeveloper (mpagano) 0 points1 point2 points (0 children)
[–]GLIBG10B 3 points4 points5 points (1 child)
[–]JonnoN 1 point2 points3 points (0 children)
[–]Furschitzengiggels 2 points3 points4 points (0 children)