我的Debian 7没有声音。现在如何正确设置声音?
root@localhost:/home/debian# alsactl init
Found hardware: "HDA-Intel" "Realtek ALC887-VD" "HDA:10ec0887,1458a002,00100302" "0x1458" "0xa002"
Hardware is initialized using a generic method
/usr/share/alsa/init/default:26: control element not found
/usr/share/alsa/init/default:26: control element not found
/usr/share/alsa/init/default:48: control element not found
root@localhost:/home/debian# alsamixer
cannot load mixer controls: Invalid argument 编辑:alsa-info.sh的输出是这里。
编辑2:在将选项snd intel model=generic添加到/etc/modprobe.d/alsa-base.conf之后,我得到了以下内容:
root@localhost:/home/debian# alsactl init
Found hardware: "HDA-Intel" "Realtek ALC887-VD" "HDA:10ec0887,1458a002,00100302" "0x1458" "0xa002"
Hardware is initialized using a generic method
/usr/share/alsa/init/default:26: control element not found
/usr/share/alsa/init/default:26: control element not found
/usr/share/alsa/init/default:48: control element not found发布于 2015-07-11 12:10:07
您可以从后端获得3.16:
加一行
deb http://http.debian.net/debian wheezy-backports main敬/etc/apt/sources.list。
那就跑
aptitude update
aptitude -t wheezy-backports install linux-image-3.16.0-0.bpo.4-amd64然后重新启动。
拿到剧本
http://www.alsa-project.org/alsa-info.sh
并运行它以获取有关您的声卡的信息。
当您了解有关声卡的更多信息时,创建该文件。
/etc/modprobe.d/mysound.conf然后添加如下的选项
options snd-hda-intel model=6stack-digout特别是模型选项是至关重要的,因为显然泛型方法不起作用。
完整列表在/usr/share/doc/linux-doc-3.2/Documentation/sound/alsa/HD-Audio-Models.txt.gz中的包linux-doc-3.2中。
祝好运!声音问题可能是可怕的调试。
发布于 2015-07-11 07:04:21
Debian 7“喘息”于2013年5月发布,2012年初发布了一个内核。如果您的声音硬件是最近的,它可能只是不支持Debian 7。
你试过Debian 8 "Jessie“吗?
https://unix.stackexchange.com/questions/214166
复制相似问题