如何在 Ubutnu 22.04 上安裝 USB 48f:7601 Ralink 驅動程式?核心 Linux 5.15.0-46-通用 x86_64

如何在 Ubutnu 22.04 上安裝 USB 48f:7601 Ralink 驅動程式?核心 Linux 5.15.0-46-通用 x86_64

當我輸入命令 sudo tail /var/log/syslog 時,我得到以下內容

Aug 14 00:53:56 luciano-desktop kernel: [ 3462.421803] usb 1-1: reset high-speed USB device number 6 using ehci-pci
Aug 14 00:53:57 luciano-desktop kernel: [ 3462.582955] mt7601u 1-1:1.0: ASIC revision: 76010001 MAC revision: 76010500
Aug 14 00:53:57 luciano-desktop kernel: [ 3462.584374] mt7601u 1-1:1.0: loading /lib/firmware/mt7601u.bin failed with error -22
Aug 14 00:53:57 luciano-desktop kernel: [ 3462.584381] mt7601u 1-1:1.0: Direct firmware load for mt7601u.bin failed with error -22
Aug 14 00:53:57 luciano-desktop kernel: [ 3462.584991] mt7601u: probe of 1-1:1.0 failed with error -22
Aug 14 00:47:19 luciano-desktop rtkit-daemon[751]: Supervising 7 threads of 5 processes of 1 users.
Aug 14 00:53:57 luciano-desktop mtp-probe: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-1"
Aug 14 00:53:57 luciano-desktop mtp-probe: bus: 1, device: 6 was not an MTP device
Aug 14 00:53:57 luciano-desktop mtp-probe: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-1"
Aug 14 00:53:57 luciano-desktop mtp-probe: bus: 1, device: 6 was not an MTP device

我嘗試將程式應用於其他內核,但它們沒有起作用

Ubuntu 版本 Ubuntu 22.04 核心 Linux 5.15.0-46-generic x86_64

當我使用時lsusb,我得到以下資訊: Bus 001 Device 006: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter

答案1

你已經有司機了mt7601u,但你顯然缺少韌體。透過乙太網路、網路共享或任何可能的方式建立有效的網路連接,開啟終端並執行以下操作:

sudo apt update
sudo apt install --reinstall linux-firmware

重啟。你應該已經準備好了。

相關內容