[Seek Help] Redmi Book Pro刷deepin后,开机Wifi经常连接不上,需重启几次才可
Tofloor
poster avatar
deepin_12
deepin
2022-03-19 00:03
Author

系统:20.04

内核:5.15.6

笔记本:RedmiBook Pro 锐龙版

Reply Favorite View the author
All Replies
忘记、过去
deepin
2022-03-19 00:10
#1

MT7921K 网卡?如果开机找不到驱动,终端执行

sudo rmmod mt7921e
sudo modprobe mt7921e

就能重新加载网卡驱动正常使用了。

P.S. 这种问题重启解决不了的,一般断电再开机,让网卡重新上电才行。

Reply View the author
deepin_12
deepin
2022-03-19 01:08
#2

发现把内核换成 xanmod就好了,还能连接上5G的wifi,触控板也能用了。

下面是切换内核的操作。

Install via Terminal

  1. Add the repository:
echo 'deb http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list
  1. GPG key:
wget -qO - https://dl.xanmod.org/gpg.key | sudo apt-key --keyring /etc/apt/trusted.gpg.d/xanmod-kernel.gpg add -
  1. Then update and install:
sudo apt update && sudo apt install linux-xanmod
  1. Reboot.
Reply View the author
deepin-superuser
deepin
2022-03-19 01:19
#3
deepin_12

发现把内核换成 xanmod就好了,还能连接上5G的wifi,触控板也能用了。

下面是切换内核的操作。

Install via Terminal

  1. Add the repository:
echo 'deb http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list
  1. GPG key:
wget -qO - https://dl.xanmod.org/gpg.key | sudo apt-key --keyring /etc/apt/trusted.gpg.d/xanmod-kernel.gpg add -
  1. Then update and install:
sudo apt update && sudo apt install linux-xanmod
  1. Reboot.

@babyfengfjx 小米笔记本触摸板问题解决方案

Reply View the author
babyfengfjx
Super Moderator
CQA
2022-03-19 01:21
#4
deepin-superuser

@babyfengfjx 小米笔记本触摸板问题解决方案

老铁,新开个分享帖子,做个经验分享。

Reply View the author
deepin-superuser
deepin
2022-03-19 01:25
#5
babyfengfjx

老铁,新开个分享帖子,做个经验分享。

我的意思是你们可以去那个内核里找找驱动啥的。我没这个本,不确定有效性

Reply View the author
大多时候吃素
deepin
2022-03-19 09:01
#6
deepin_12

发现把内核换成 xanmod就好了,还能连接上5G的wifi,触控板也能用了。

下面是切换内核的操作。

Install via Terminal

  1. Add the repository:
echo 'deb http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list
  1. GPG key:
wget -qO - https://dl.xanmod.org/gpg.key | sudo apt-key --keyring /etc/apt/trusted.gpg.d/xanmod-kernel.gpg add -
  1. Then update and install:
sudo apt update && sudo apt install linux-xanmod
  1. Reboot.

我的联想笔记本触控板也不能用,最开始能用,后来不能用,后来又能用,现在不能用了。🤪

Reply View the author
deepin-superuser
deepin
2022-03-21 16:54
#7
babyfengfjx

老铁,新开个分享帖子,做个经验分享。

还好没发帖子,我电脑安装了以后启动不了了😂

Reply View the author
babyfengfjx
Super Moderator
CQA
2022-03-21 17:36
#8
deepin-superuser

还好没发帖子,我电脑安装了以后启动不了了😂

哈哈😂

Reply View the author