debian 11에서 "linux-headers-4.14.0-xilinx" 커널의 커널 헤더 파일을 설치하는 방법은 무엇입니까?

debian 11에서 "linux-headers-4.14.0-xilinx" 커널의 커널 헤더 파일을 설치하는 방법은 무엇입니까?

rtl8821au링크에서 다운로드한 것을 설치해 보았습니다.

https://github.com/aircrack-ng/rtl8812au

rootfs의 드라이버 모듈 Debian 11.

나는 커널을 사용하고 있습니다 -4.14.0-xilinx

단계를 수행하는 동안 다음 명령을 사용했습니다.

sudo apt install linux-headers-$(uname -r)

그런 다음 다음 오류가 발생합니다.

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-headers-4.14.0-xilinx
E: Couldn't find any package by glob 'linux-headers-4.14.0-xilinx'

이 문제를 어떻게 해결하나요? 어떤 도움이라도 대단히 감사하겠습니다!

답변1

패키지 이름은 linux-headers입니다.

특정 버전의 경우 패키지 이름 뒤에 :=를 추가하고 그 뒤에 버전 번호를 추가할 수 있습니다.

관련 정보