【http://www.linuxdiyf.com/viewarticle.php?id=437020

Debian8, 桌面环境是xfce4, 安装完成后发现前面板音频输出插孔正常,后面板的没声音。以下是一种解决方法:
1. 终端运行alsamixer, F6选择音频设备后,左右键选择,按m静音或打开,按上下键调整音量。按ESC退出alsamixer。
2. sudo alsactl --file ~/.config/asound.state store #保存alsamixer设置
3.因为是xfce4桌面,在“应用程序菜单”-“设置”中找到“会话和启动”,在“应用程序自启动”中添加一条命令:
/usr/sbin/alsactl --file ~/.config/asound.state restore
4.重启OK,不过音量只是50%,待解决。】

 

需要注意的是debian有两套音频,另一个是pulseaudio

相关文章:

  • 2021-03-27
  • 2021-04-04
  • 2021-06-20
  • 2021-09-23
  • 2021-11-23
  • 2021-06-01
猜你喜欢
  • 2021-09-21
  • 2022-01-12
  • 2021-07-16
  • 2021-08-11
  • 2021-12-18
  • 2021-06-16
相关资源
相似解决方案