Kali Linux 2.0 롤오버에서 WiFi 드라이버 설치 문제 [닫기]

Kali Linux 2.0 롤오버에서 WiFi 드라이버 설치 문제 [닫기]

드라이버 설치에 문제가 있습니다https://github.com/pvaret/rtl8192cu-fixestp-link wn823n 300Mpbs 무선 어댑터의 경우(이 어댑터는 커널 버전 2.10만 지원하며 내 커널 버전은 4.3.0-kali1-amd64입니다).

드라이버 지시문에서 다음 명령을 실행할 때

sudo apt-get install git linux-headers-generic build-essential dkms

그것은 나에게 다음과 같은 오류를 제공합니다 :

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package linux-headers-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'linux-headers-generic' has no installation candidate

문제를 해결하도록 도와주세요. 도움을 주시면 대단히 감사하겠습니다.

답변1

이 wifi 카드용 드라이버는 hanipouspilot ppa를 추가하여 설치할 수 있다고 생각합니다. 이것은 저에게 효과적이었습니다. 이 명령을 복사하여 붙여넣을 수 있습니다.

sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt update
sudo apt install rtl8192eu-dkms

Linux 헤더를 최신 커널로 업데이트해 볼 수도 있습니다.

칼리 리눅스에 새 헤더 파일 설치

관련 정보