ax210网卡,蓝牙终于搞定了!
Tofloor
poster avatar
nbclass
deepin
2020-12-30 19:57
Author

先发图证明下~~


网卡驱动:

deb http://ppa.launchpad.net/vicamo/ppa-1902848.fw/ubuntu focal main
deb-src http://ppa.launchpad.net/vicamo/ppa-1902848.fw/ubuntu focal main
deb http://ppa.launchpad.net/vicamo/ppa-1902848.fw/ubuntu groovy main
deb-src http://ppa.launchpad.net/vicamo/ppa-1902848.fw/ubuntu groovy main

更新一下:

sudo apt-get update

要求公钥:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv AA22F756F90572AF


系统版本5.8更新之后依然无法用网卡。5.10测试可以。我为了蓝牙编译到了5.11.0-rc~~ 

更新系统的时候遇到一个坑:我nvidia2060s的卡,4k屏,缩放200%,因为5.8以后对闭源支持不好,所以直接给我1024*786再给我放大2倍,于是,切换默认显卡时点击不了确定按钮~ 解决方法:如果已经放大到不可点击了,rm -rf /home/user/.config再重启。如果没有,把缩放改成100%。


蓝牙:

5.10有自带驱动~但是无法加载,日志里面说无法读取intel版本信息。。。

我是一直编译到5.11.0-rc才没出这个问题。

还要装一个firmware-misc-nonfree_20190114-2_deb9u1_all.deb。

装这个会提示你xxxx占用,报错。直接sudo dpkg --force-overwrite -i ".deb" 强肛~~

 

编译5.11.0-rc:

先下载5.10.3的四个文件安装,再下载5.11.0-rc源码。水平太菜,先装5.10.2再编译我都失败了~~

我是参照:https://ywnz.com/linuxjc/4763.html 这篇文章编译的。

一路踩过无尽的坑~~


问题:

目前发现vmware用不了。测试5.10.3的时候发现要安装gcc 12,deepin默认是gcc8。捣鼓了一夜,明天再搞~~

Reply Favorite View the author
All Replies
lcw0268
deepin
2020-12-30 20:33
#1

恭喜楼主。

安装intel固件很有用。你用低版本内核,安装固件估计也可以。

Reply View the author
nbclass
deepin
2020-12-31 01:10
#2
lcw0268

恭喜楼主。

安装intel固件很有用。你用低版本内核,安装固件估计也可以。

按说行啊。但是是失败了

我又重装了系统,升级到5.8.14。去https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/下载了最新的firmware。

make install


这是错误日志:


root@Tump:/home/omg/Desktop# dmesg | grep -i bluetooth

[ 3.979335] Bluetooth: Core ver 2.22
[ 3.979348] Bluetooth: HCI device and connection manager initialized
[ 3.979351] Bluetooth: HCI socket layer initialized
[ 3.979352] Bluetooth: L2CAP socket layer initialized
[ 3.979354] Bluetooth: SCO socket layer initialized
[ 3.986465] Bluetooth: hci0: Unsupported Intel hardware variant (23)
[ 4.087949] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.087950] Bluetooth: BNEP filters: protocol multicast
[ 4.087952] Bluetooth: BNEP socket layer initialized
[ 625.987977] Bluetooth: hci0: Unsupported Intel hardware variant (23)



Reply View the author
lcw0268
deepin
2020-12-31 01:20
#3
nbclass

按说行啊。但是是失败了

我又重装了系统,升级到5.8.14。去https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/下载了最新的firmware。

make install


这是错误日志:


root@Tump:/home/omg/Desktop# dmesg | grep -i bluetooth

[ 3.979335] Bluetooth: Core ver 2.22
[ 3.979348] Bluetooth: HCI device and connection manager initialized
[ 3.979351] Bluetooth: HCI socket layer initialized
[ 3.979352] Bluetooth: L2CAP socket layer initialized
[ 3.979354] Bluetooth: SCO socket layer initialized
[ 3.986465] Bluetooth: hci0: Unsupported Intel hardware variant (23)
[ 4.087949] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.087950] Bluetooth: BNEP filters: protocol multicast
[ 4.087952] Bluetooth: BNEP socket layer initialized
[ 625.987977] Bluetooth: hci0: Unsupported Intel hardware variant (23)



各开源站点都有最新的闭源固件:firmware-linux-nonfree

你只是下载最新的开源固件,不是闭源固件。

http://mirrors.163.com/deepin/pool/non-free/f/firmware-nonfree/

Reply View the author
nbclass
deepin
2021-01-03 22:35
#4
lcw0268

各开源站点都有最新的闭源固件:firmware-linux-nonfree

你只是下载最新的开源固件,不是闭源固件。

http://mirrors.163.com/deepin/pool/non-free/f/firmware-nonfree/

闭源固件更新日期都落后好久啊!似乎不起作用

Reply View the author
ZTAT3
deepin
2021-02-26 04:27
#5

5.11内核已经完美支持AX210蓝牙

Reply View the author
cvfd
deepin
2022-10-22 10:37
#6

兄弟们,内核5.15不支持怎么办?

Reply View the author