debian 11で "linux-headers-4.14.0-xilinx"カーネルのカーネルヘッダファイルをインストールする方法は?

debian 11で

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です。

特定のバージョンでは、パッケージ名の後に:=を追加し、その後にバージョン番号を追加できます。

おすすめ記事