我有一台装有Windows 8的Lenovo Y500。我已成功将Ubuntu 12.04与Windows 8一起安装,并且nvidia驱动程序从一开始就起作用。声音一点都没有起作用,尽管alsamixer刚开始时还活着而且很好,但现在看来我已经完全摧毁了它。
我不断得到:
$ alsamixer
cannot open mixer: No such file or directory
内核版本:
$ uname -a
Linux laptop 3.5.0-28-generic #48~precise1-Ubuntu SMP Wed Apr 24 21:42:24 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
我已经尝试过https://code.launchpad.net/~ubuntu-audio-dev/+archive/alsa-daily/+packages中的以下两个软件包:
oem-audio-hda-daily-dkms - 0.201305101424~precise1
oem-audio-hda-daily-lts-quantal-dkms - 0.201305101424~precise1
但无济于事。
这是我的alsa-info的输出:
http://www.alsa-project.org/db/?f=09851ab8c4380c25feaea7ff1de68d847bd4160c
我也尝试了许多其他解决方案,但似乎什么都没有使alsamixer回归,也没关系设法使音频重新工作。
PS。当alsamixer仍在工作时,我确实检查了电平,这不是通道被静音的情况。
编辑
- / usr / bin在$ PATH中。
- 在任何地方都没有asound rc或conf文件。
- alsamixer位于/ usr / bin中,即使清除并重新安装alsa-utils也不能将其作为alsamixer,/ usr / bin / alsamixer而不是sudo运行。
编辑2
$ ls /dev/mixer -l
ls: cannot access /dev/mixer: No such file or directory
$ ls /usr/bin -l | grep alsamixer
-rwxr-xr-x 1 root root 65344 Mar 28 23:54 alsamixer
-rwxr-xr-x 1 root root 61272 Dec 18 2011 gnome-alsamixer
编辑3
$ ls /dev/snd -l
ls: cannot access /dev/snd: No such file or directory
尝试删除asound.conf文件。
—
RaduRădeanu13年
@Radu我没有asound.conf文件。
—
怀疑论者
这些
—
CL。
Unknown symbol
错误表明您已经安装了与内核不匹配的驱动程序。
@Radu Wow男人,这是一个巧合,我实际上是在这里加入的,感谢您的指导以及在Windows 8上安装Ubuntu的指导,但没有足够的代表对此发表评论!那谢谢啦!
—
怀疑论者
使用
—
RaduRădeanu13年
ls /dev/mixer -l
和ls /usr/bin -l | grep alsamixer
命令的结果来编辑您的问题。