ubuntu18系统没有声音

ubuntu18系统没有声音,安装声卡驱动

华硕笔记本ubuntu18.04系统没有声音,安装声卡驱动

step1

If you are using Ubuntu 14.04 LTS or newer, try this first:

killall pulseaudio; rm -r ~/.config/pulse/* ; rm -r ~/.pulse*
pulseaudio -k 
killall pulseaudio; rm -r ~/.config/pulse/* ; rm -r ~/.pulse*

step2

wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh
bash alsa-info.sh --stdout

step3

uname -r
sudo apt-add-repository ppa:ubuntu-audio-dev/alsa-daily
sudo apt-get update
sudo apt-get install linux-image-extra-`uname -r`
sudo apt-get install --reinstall linux-image-extra-`uname -r`  
sudo apt-get install oem-audio-hda-daily-dkms

然后重启reboot应该就有声音了。

源问题

如果在update的时候遇到 http://dl.google.com/linux/chrome/deb/dists/stable 无法解析域名无法连接上 dl.google.com:80 的问题,那么就需要更改源和删除google源,猜测是google的这个地址被屏蔽了。

  • 软件和更新->其他软件 中把报错的源删掉
  • 点击 关闭 弹出的窗口中点击 重新载入

参考了(列最新参考的几个) https://help.ubuntu.com/community/SoundTroubleshootingProcedure https://blog.csdn.net/uuuuur/article/details/88877639

坚持原创技术分享,您的支持将鼓励我继续创作!