Linux(민트)에서 Windows 네트워크 드라이버를 설치(및 확인)하는 방법

Linux(민트)에서 Windows 네트워크 드라이버를 설치(및 확인)하는 방법

나는 가지고있다질문이제 Wi-Fi 카드용 Linux 드라이버가 있으므로 Windows 네트워크 드라이버를 설치하려고 합니다.

Windows 네트워크 드라이버 GUI를 통해 Windows 드라이버를 설치했습니다.

여기에 이미지 설명을 입력하세요.

이제 드라이버가 사용되고 있는지 확인하려고 합니다.

> sudo lspci -v
# cut irrelevant parts #
05:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 20)
    Subsystem: Bigfoot Networks, Inc. Killer N1525 Wireless-AC
    Flags: bus master, fast devsel, latency 0, IRQ 31
    Memory at f6800000 (64-bit, non-prefetchable) [size=2M]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable+ Count=8/8 Maskable+ 64bit-
    Capabilities: [70] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [148] Virtual Channel
    Capabilities: [168] Device Serial Number 00-00-00-00-00-00-00-00
    Capabilities: [178] Latency Tolerance Reporting
    Capabilities: [180] L1 PM Substates
    Kernel driver in use: ath10k_pci
    Kernel modules: ath10k_pci

커널에서 사용하는 드라이버는 원래 리눅스 드라이버인 것 같죠? 나는 확실히 이것에 대한 전문가는 아닙니다(지난 몇 주 동안의 수정 작업을 제외하고).

새 Windows 드라이버를 활성화하려면 어떻게 해야 합니까?

YouTube 튜토리얼에서 다음을 시도했습니다(내가 왜 이 작업을 수행했는지 전혀 모르겠습니다).

sudo modprobe ndiswrapper
sudo ndiswrapper -m
sudo ndiswrapper -mi

나는 또한 다음을 수행했습니다.

sudo service network-manager restart

blacklist ath10k-pci/etc/modprobe.d/blacklist을 추가한 다음 실행하여 modprobe -r ath10k-pci기존 Wi-Fi 드라이버를 블랙리스트에 추가 하려고 하면 modprobe ath10k-pcidmesg에서 이 내용을 볼 수 있으며 어쨌든 현재 드라이버를 로드하는 것 같습니다. 내가 뭔가 잘못했는데, 뭔지 잘 모르겠어요.

[ 1519.468092] ath10k_pci 0000:05:00.0: Direct firmware load for ath10k/cal-pci-0000:05:00.0.bin failed with error -2
[ 1520.701796] ath10k_pci 0000:05:00.0: qca6174 hw2.1 (0x05010000, 0x003405ff sub 1a56:1525) fw SW_RM.1.1.1-00157-QCARMSWPZ-1 fwapi 5 bdapi 2 htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features ignore-otp,no-4addr-pad

관련 정보