[问题]求助:声卡突然不能使用了

CPU/显卡/打印机/USB设备等硬件问题
回复
jimnox
帖子: 10
注册时间: 2007-12-09 9:30

[问题]求助:声卡突然不能使用了

#1

帖子 jimnox » 2008-03-08 10:28

笔记本是Dell 640M-n,原来声卡还好好的,昨天不知道怎么的就没声音了,音量调节图标那里有个小红叉,双击它提示“没有找到音量控制插件和/或设备”,在“首选项-音效”里发现没有设备。
请问这个问题该怎么解决?查了论坛发现基本上都是声卡能找到的情况下,怎么装驱动的问题。但是现在声卡没貌似识别?不知道该怎么办。请大家赐教。
头像
Jin Yuliang
帖子: 53
注册时间: 2007-12-19 18:05
来自: 洛阳->哈尔滨->?
联系:

期待中

#2

帖子 Jin Yuliang » 2008-03-10 20:39

我也是同样的问题阿,正找解决方案呢,期待高手能帮忙解决。

系统提示是:音量控制找不到要控制的任何元素和/或设备。这意味着您可能没有安装正确的 GStreamer 插件,或者您没有配置好声卡。愁死了!!
aBiNg
帖子: 1331
注册时间: 2006-07-09 12:22
来自: 南京

#3

帖子 aBiNg » 2008-03-10 22:24

$ uname -r

什么内核版本?升级所致?

已知的,2.6.24-12的image会导致某些声卡无法正常工作。
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#4

帖子 eexpress » 2008-03-10 22:37

可怜的。又来了。
● 鸣学
daishu
帖子: 40
注册时间: 2007-09-01 14:08

#5

帖子 daishu » 2008-03-10 22:44

我也是这样阿 今天升级后就出现这种情况
aBiNg
帖子: 1331
注册时间: 2006-07-09 12:22
来自: 南京

#6

帖子 aBiNg » 2008-03-10 22:51

安装 -11 的内核镜像吧:

$ sudo apt-get install linux-image-2.6.24-11-generic

然后在grub的menu.lst文件中,先把 -12 的启动项注释掉。结果类似于这样:

aBiNg:~ ¶ more /boot/grub/menu.lst | sed -ne '/^[^#]/p'

代码: 全选

default		0
timeout		5
color cyan/blue white/blue
title		Ubuntu hardy (development branch), kernel 2.6.24-11-generic
root		(hd0,5)
kernel		/boot/vmlinuz-2.6.24-11-generic root=UUID=fa2f095d-1495-4ba3-9edb-f3af78ed7c8e ro quiet splash
initrd		/boot/initrd.img-2.6.24-11-generic
quiet
title		Ubuntu hardy (development branch), kernel 2.6.22-14-generic
root		(hd0,5)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=fa2f095d-1495-4ba3-9edb-f3af78ed7c8e ro quiet splash
initrd		/boot/initrd.img-2.6.22-14-generic
quiet
回复