Debian 8にLinuxヘッダ3.7をインストールする

Debian 8にLinuxヘッダ3.7をインストールする

amd64 radeon Catalystドライバをインストールしようとしていますが、3.7用のカーネルヘッダが必要です。

これは次の出力ですuname -r

3.16.0-4-amd64

私はapt-cache search linux-headersこれを出力するapt-get updateを実行しました。

linux-headers-3.16.0-4-common - Common header files for Linux 3.16.0-4
linux-headers-3.16.0-4-amd64 - Header files for Linux 3.16.0-4-amd64
linux-headers-amd64 - Header files for Linux amd64 configuration (meta-package)
linux-headers-3.16.0-4-all - All header files for Linux 3.16 (meta-package)
linux-headers-3.16.0-4-all-amd64 - All header files for Linux 3.16 (meta-package)

私のリポジトリにはv3.16しかないようです...

インターネット上で見つけたすべてのヒントはkaliについてです。私のDebianでは動作しません...助けてください:(

3.7用のLinuxヘッダーを含むDebianリポジトリはありますか?

何らかの方法で役立つ場合は、ここに/etc/apt/sources.listがあります。

deb cdrom:[Debian GNU/Linux 8.0.0 _Jessie_ - Official amd64 DVD Binary-1 20150425-12:54]/ jessie contrib main

deb http://ftp.us.debian.org/debian/ jessie main
deb-src http://ftp.us.debian.org/debian/ jessie main

deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessie/updates main contrib

# jessie-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ jessie-updates main contrib
deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib

# firefox
deb http://packages.linuxmint.com debian import

# google chrome
deb http://dl.google.com/linux/chrome/deb/ stable main

ベストアンサー1

3.7を使用するDebianバージョンはありません(まだ利用可能ですか?)。

実行中のカーネル用にコンパイルするには、3.16ヘッダーが必要です。

見たことある?https://wiki.debian.org/ATIPproprietary

おすすめ記事