linuxmint使用root用户登录后声卡没有声音的解决方法
摘要:sudogedit/etc/default/speech-dispatcher将RUN=yes改为RUN=no保存,这时不用重启。打开Sou...
sudo gedit /etc/default/speech-dispatcher
将RUN=yes改为RUN=no保存,这时不用重启。打开Sound Settings,会看到
然后输入
sudo alsa force-reload
如果这个还不行,重装Alsa and Pulse audio
sudo apt-get remove --purge alsa-base pulseaudio
sudo apt-get install alsa-base pulseaudio
然后
sudo alsa force-reload
【linuxmint使用root用户登录后声卡没有声音的解决方法】相关文章:
★ Linux开启snmp监控后大量 Received SNMP packet(s) from UDP 的解决方法
★ redhat linux enterprise 5 输入ifconfig无效的解决方法
★ linux使用su切换用户提示 Authentication failure的解决方法
上一篇:
Linux文件压缩和解压缩命令使用详解