需要 Ubuntu 20.04 上的華碩 PCE N53 驅動程式協助

需要 Ubuntu 20.04 上的華碩 PCE N53 驅動程式協助

如標題所述,我正在嘗試在 Ubuntu 20.04 上安裝 Asus PCE N53 (Ralink corp. RT5592 PCIe) 無線適配器的驅動程式。我按照連結中的說明進行操作https://github.com/mareksuscak/asus-pce-n53-linux

編譯和安裝過程中沒有出現任何錯誤。一切似乎都很順利。但使用modprobe啟動後無法連接任何網路。我嘗試了以下命令:

mmm@mmm-desktop:~/asus-pce-n53-linux$ sudo lshw -C network
*-network
      description: Wireless interface
      product: RT5592 PCIe Wireless Network Adapter
      vendor: Ralink corp.
      physical id: 0
      bus info: pci@0000:02:00.0
      logical name: enp2s0
      version: 00
      serial: ac:22:0b:91:44:8e
      width: 32 bits
      clock: 33MHz
      capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
      configuration: broadcast=yes driver=RALINK WLAN latency=0 multicast=yes wireless=Ralink STA
      resources: irq:19 memory:df100000-df10ffff

看起來還不錯。但以下命令顯示了一個問題:

mmm@mmm-desktop:~/asus-pce-n53-linux$ dmesg|egrep "rt5592|firmware"
[    0.326743] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.989050] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    7.002531] rt5592sta: loading out-of-tree module taints kernel.
[    7.012407] rt5592sta: module verification failed: signature and/or required key missing - tainting kernel

看起來由於模組驗證失敗,驅動程式無法載入。網路上查了一下,好像是UEFI下安全啟動的問題。然而,我的Ubuntu是在BIOS(legacy)模式下安裝的。

任何評論/幫助將不勝感激。

mm@mmm-desktop:~$ dmesg|grep enp
[    1.220721] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    7.638290] rt2860 0000:02:00.0 enp2s0: renamed from ra0
[   20.708116] e1000e: enp0s31f6 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[   20.708123] e1000e 0000:00:1f.6 enp0s31f6: 10/100 speed: disabling TSO

相關內容