커널 5.4.0-77에서 컴파일된 5.13.0으로 업그레이드하면 기존 커널 모듈을 컴파일할 수 없습니다.

커널 5.4.0-77에서 컴파일된 5.13.0으로 업그레이드하면 기존 커널 모듈을 컴파일할 수 없습니다.

5.13.0 커널을 수동으로 컴파일했는데 모든 것이 순조롭게 진행되었습니다. 커널을 설치할 때 Wi-Fi 카드 드라이버를 컴파일할 수 없습니다. 로그는 다음과 같습니다.

DKMS make.log for rtl88x2bu-5.6.1 for kernel 5.13.0 (x86_64)
Mon 12 Jul 2021 12:09:24 PM EDT
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.13.0/build M=/var/lib/dkms/rtl88x2bu/5.6.1/build  modules
make[1]: Entering directory '/usr/src/linux-headers-5.13.0'

  ERROR: Kernel configuration is invalid.
         include/generated/autoconf.h or include/config/auto.conf are missing.
         Run 'make oldconfig && make prepare' on kernel src to fix it.

make[1]: *** [Makefile:731: include/config/auto.conf] Error 1
make[1]: Leaving directory '/usr/src/linux-headers-5.13.0'
make: *** [Makefile:2284: modules] Error 2

달려갔지만 make oldconfig && make prepare똑같은 일이 일어났습니다.

시스템 메시지:https://linux-hardware.org/?probe=10a0317592

관련 정보