[Topic DIscussion] i7 12700,微星b660mWIFI版缺少显卡声音驱动
Tofloor
poster avatar
stone2020
deepin
2022-06-28 07:57
Author

有没有人支持一下最新的CPU呀。

Reply Favorite View the author
All Replies
jjcui8595
deepin
2022-06-28 14:03
#1

声卡驱动跟CPU没啥关系吧

Reply View the author
jjcui8595
deepin
2022-06-28 14:03
#2

声卡什么型号

Reply View the author
stone2020
deepin
2022-06-28 15:23
#3

就是裸主板,加裸CPU

Reply View the author
stone2020
deepin
2022-06-29 06:36
#4

问题解决了,更新一下内核版本就行了,光更新内核版本不行,会报错误,说x session: /tmp 无法写入,导致桌面不能启动,通过df -h 看到boot分区占用率100%,需要给boot分区更大的空间才行,我后来重装了 deepin 20.6 boot 分区为 64GB就了(默认15GB),后面更新内核的时候,在boot分区里面写入了很多东西。

$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.7G 0 7.7G 0% /dev
tmpfs 1.6G 2.3M 1.6G 1% /run
/dev/nvme0n1p3 63G 15G 45G 25% /

sudo apt install linux-image-5.17.3-amd64-desktop*

sudo apt install linux-headers-5.17.3-amd64-desktop

Reply View the author
stone2020
deepin
2022-06-29 06:46
#5
stone2020

问题解决了,更新一下内核版本就行了,光更新内核版本不行,会报错误,说x session: /tmp 无法写入,导致桌面不能启动,通过df -h 看到boot分区占用率100%,需要给boot分区更大的空间才行,我后来重装了 deepin 20.6 boot 分区为 64GB就了(默认15GB),后面更新内核的时候,在boot分区里面写入了很多东西。

$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.7G 0 7.7G 0% /dev
tmpfs 1.6G 2.3M 1.6G 1% /run
/dev/nvme0n1p3 63G 15G 45G 25% /

sudo apt install linux-image-5.17.3-amd64-desktop*

sudo apt install linux-headers-5.17.3-amd64-desktop

不光 显卡OK了,声音驱动也ok了

Reply View the author