r8168-kms를 설정하는 방법은 무엇입니까?

r8168-kms를 설정하는 방법은 무엇입니까?

내 운영체제:

uname -a
Linux debian 5.10.0-0.bpo.5-amd64 #1 SMP Debian 5.10.24-1~bpo10+1 (2021-03-29) x86_64 GNU/Linux

r8168-dkms에 문제가 있습니다. 다른 패키지를 설치할 때마다 출력 끝에 다음이 나타납니다.

Setting up r8168-dkms (8.046.00-1) ...
Removing old r8168-8.046.00 DKMS files...

------------------------------
Deleting module version: 8.046.00
completely from the DKMS tree.
------------------------------
Done.
Loading new r8168-8.046.00 DKMS files...
Building for 5.10.0-0.bpo.5-amd64
Building initial module for 5.10.0-0.bpo.5-amd64
Error! Bad return status for module build on kernel: 5.10.0-0.bpo.5-amd64 (x86_64)
Consult /var/lib/dkms/r8168/8.046.00/build/make.log for more information.
dpkg: error processing package r8168-dkms (--configure):
 installed r8168-dkms package post-installation script subprocess returned error exit status 10
Processing triggers for man-db (2.8.5-2) ...
Errors were encountered while processing:
 r8168-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)

이 문제를 어떻게 해결하나요?

답변1

최신 버전으로 설치할 수 있습니다r8168-dkms(8.048.03-1~bpo10+1)백포트의 패키지가 내 시스템(동일한 커널 버전)에서 제대로 컴파일됩니다.

아직 완료되지 않은 경우 다음 줄을/etc/apt/sources.list

deb http://deb.debian.org/debian buster-backports main contrib non-free

저장소 백포트를 활성화합니다.

그런 다음 실행

sudo apt update
sudo apt -t buster-backports install r8168-dkms

패키지를 설치합니다.

관련된:bugs.debian.org/cgi-bin/bugreport.cgi?bug=960091

관련 정보