Ubuntu 没有声音解决方法

方法一:我测试了好用。

https://blog.csdn.net/generalsong/article/details/98076517

如果你的电脑有显卡,有HDMI,那ubuntu系统可能不能自动选择主板上面的声卡,所以,在配置里面加上一句命令就可以让系统自动选择主板上面的声卡了。方法如下:

打开终端,把这句代码复制进去运行: 
sudo gedit /etc/modprobe.d/alsa-base.conf
在弹出的窗口,最后一行加入并保存: 
options snd-hda-intel model=auto
还要重启声卡模块: 
sudo /sbin/alsa force-reload 
输入这句的命令两次,执行两次声卡重启,完成后就有声音了
 

方法二:测试了,不好用。

http://blog.sina.com.cn/s/blog_6ff272670101dlox.html

sudo apt-get --purge remove linux-sound-base alsa-base alsa-utils

千万注意,因为依赖关系,多删除了部分东西,必须装回来,否则重启后就进不了桌面了。

sudo apt-get install gdm ubuntu-desktop
下面就是安装了
sudo apt-get install linux-sound-base alsa-base alsa-utils
发布了28 篇原创文章 · 获赞 34 · 访问量 15万+

猜你喜欢

转载自blog.csdn.net/OpenSourceSDR/article/details/105598664