QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1315|回复: 2

笔记本装了linux后,没有声音,不确定是不是驱动的问题

[复制链接]
发表于 2005-11-6 14:39:34 | 显示全部楼层 |阅读模式
我的笔记本芯片组是915GM,集成声卡
装的是ubuntu,内核是2.6.12,同时alsa-base alsa-utils libasound2都已经是最新的1.09b了,点音量按钮后提示
“音量控制找不到要控制的任何元素和/或设备。这意味着您可能没有安装正确的 GStreamer 插件,或者您没有配置好声卡。”
以下是一些相关输入的命令后的显示内容

lspci,能显示出声卡
0000:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)

lsmod|grep snd后显示
snd_hda_intel 16704 0
snd_hda_codec 80096 1 snd_hda_intel
snd_pcm_oss 52704 0
snd_mixer_oss 19296 1 snd_pcm_oss
snd_pcm 88840 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 24164 1 snd_pcm
snd 54884 6 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 9600 1 snd
snd_page_alloc 10600 2 snd_hda_intel,snd_pcm

输入alsaconf,但显示没有这个命令

根目录和家目录下都没有.asoundrc文件
alsamixer显示如下
function snd_ctl_open failed for default: No such file or directory

另外要提到的是,我禁用了acpi,就是在grub的启动行里加上了acpi=off的参数
因为不加这个参数,我的ubuntu就启动不起来,直接停在booting the kernel了,是不是加的这个参数和声卡有关?
function snd_ctl_open failed for default: No such file or directory
发表于 2005-11-6 15:32:30 | 显示全部楼层
你 ps -aux 看看有没有 alsa 这个进程,然后看看有没有esd这个进程。
如果有alsa,并且有esd,那么干掉esd,看看有没有声音。
没有alsaconf这是不正常的。
建议
reinstall alsa
回复

使用道具 举报

发表于 2005-11-6 19:31:57 | 显示全部楼层
0000:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)

intel 的HD AUDIO, 内核版本2.6.13之前似乎没有它的modules, look here.
[code:1]
[linky@centos ~]$ grep SND_HDA /boot/config-2.6.14-lfs
# CONFIG_SND_HDA_INTEL is not set

[linky@centos ~]$ grep SND_HDA /boot/config-2.6.9-5.0.3.EL

[linky@centos ~]$ grep SND_HDA /boot/config-2.6.13-lfs
# CONFIG_SND_HDA_INTEL is not set
[/code:1]
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-16 02:45 , Processed in 0.092179 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表