[Share Experiences] Deepin V23问题解决分享,无线,声音,挂载
Tofloor
poster avatar
uos008
deepin
2021-12-27 05:07
Author

第一时间体验了Deepin V23, 稍微打磨一下,用起来还是很稳定的。做为nitghtly version,👍 。

分享一下个人经验:

  1. 无线网络点连接后不能输入密码,控制中心->网络->无线网络,点无线网络名称右边的箭头,在此界面配置安全和密码后,即可连接。连接后系统会自动在后台更新一些组件,反应有点慢,几分钟后就正常了。有些包可以用sudo apt update && sudo apt upgrade更新。

  2. 无声音,缺少alsa的ucm及topology配置文件。解压usr_share_alsa.zip此附件复制到/usr/share/alsa后,运行alsactl init,或者重启一下,输出和输入就解决了。

    声音更好解决方法:

    sudo apt install alsa-ucm-conf alsa-topology-conf

    alsactl init

  3. 声音输出音量低,运行alsamixer -c0把前三项调到最高即可解决。

  4. 去除水印,gsettings set com.deepin.dde.filemanager.desktop water-mask false,注销一次即可。

  5. Libreoffice 卸载后,启动器图标有残留,sudo apt autopurge libreoffice*,再运行

    rm $(find ~/.config/deepin/*launcher*.conf)
    

    注销一次,残余的图标就消失了。

  6. sudo update-initramfs -u会提示缺少一些firmware, 解压missing_fw_usr_lib_firmware_i915.zip此附件放到/lib/firmware/i915下即可。

  7. 开机不自动挂载其它驱动器。sudo mkdir -m 777 /media/$USER/需要自动挂载分区的卷标
    然后打开磁盘管理器,手动挂载一次该分区,挂载点/media/$USER(替换为你的用户)/需要自动挂载分区的卷标。之后再开机就自动挂载了。

待解决问题:

  • 关机大概率会停在deepin logo界面约30秒左右,无法切换到文本界面查看进程。 #去除grub参数 splash quiet后,关机不再卡30秒。
  • 开机到桌面会闪烁几次,且亮度会回到100%。
Reply Favorite View the author
All Replies
uos008
deepin
2021-12-27 05:09
#1

写完了才发现,保存没有反应,发帖也没有反应,实在是无语。

再开了个界面,重新粘贴才成功。

Reply View the author
uos008
deepin
2021-12-27 06:18
#2

又发现个怪异的bug, 无法剪切文件夹,再粘贴到ntfs分区,复制粘贴却正常。

Reply View the author
c20180804
deepin
2021-12-27 06:25
#3

按照你的第二点操作完之后还是没有声音,只能用蓝牙耳机

Reply View the author
uos008
deepin
2021-12-27 06:41
#4
c20180804

按照你的第二点操作完之后还是没有声音,只能用蓝牙耳机

不清楚你的声卡型号,你可以运行一次alsa-info会生成一个文件在/tmp/下,帖上来参考。

Reply View the author
kirin2020
deepin
2021-12-27 07:06
#5

看来还是要等一段时间,让它能用时再来体验,哈哈哈joy

Reply View the author
Linux小白2019
deepin
2021-12-27 16:34
#6

sudo update-initramfs -u

第6点,我的是缺少AMDGPU里面的几个文件,请问怎么解决?

update-initramfs: Generating /boot/initrd.img-5.10.60-amd64-desktop
cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries
nor crypto modules. If that's on purpose, you may want to uninstall the
'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs
integration and avoid this warning.
W: plymouth: The plugin label.so is missing, the selected theme might not work as expected.
W: plymouth: You might want to install the plymouth-themes package to fix this.
W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module amdgpu
live-boot: core filesystems devices utils udev blockdev dns.

Reply View the author
uos008
deepin
2021-12-28 00:01
#7
Linux小白2019

sudo update-initramfs -u

第6点,我的是缺少AMDGPU里面的几个文件,请问怎么解决?

update-initramfs: Generating /boot/initrd.img-5.10.60-amd64-desktop
cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries
nor crypto modules. If that's on purpose, you may want to uninstall the
'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs
integration and avoid this warning.
W: plymouth: The plugin label.so is missing, the selected theme might not work as expected.
W: plymouth: You might want to install the plymouth-themes package to fix this.
W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module amdgpu
live-boot: core filesystems devices utils udev blockdev dns.

这个问题目前还没有解决方法,只是警告。可以忽略。

Reply View the author