为什么我的系统无法识别 wifi 适配器?

为什么我的系统无法识别 wifi 适配器?

我有一个 Ralink 无线适配器 MT-7601u,但在 Debian 11 下它没有显示。我真的很想使用 Debian。在 Ubuntu 和 Linux Mint 以及 elementary os 中,wifi 适配器都可以被识别。

答案1

在你们的帮助下,我设法编辑了一些部分。我所做的是:

将反向移植添加到您的 /etc/apt/sources.list :

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

跑步 :

sudo apt-get update
sudo apt-cache search linux-image

安装最新的 linux-image ...:

sudo apt-get -t bullseye install linux-base
sudo apt-get install linux-image-5.10.0-16-amd64
sudo apt-get install linux-headers-5.10.0-16-amd64

重启

跑步 :

sudo apt-get install firmware-ralink firmware-misc-nonfree
sudo modprobe mt7601u

重启

相关内容