LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 893|回复: 1

T60 声卡的问题

[复制链接]
发表于 2009-11-4 22:20:02 | 显示全部楼层 |阅读模式
大家好,

貌似我的机器的声卡驱动没有正确配置, 请问能帮忙看一下吗? 机器 是IBM T60, 我用的是pulse, 但是在pulse的设备管理器里只能看到一个默认的dummy 输出设备

下面是相关的信息
:~$ lspci |grep -i audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

pangwa@pangwa:~$ lsmod |grep snd
snd_hda_codec_analog    67584  1
snd_hda_intel          39256  0
snd_hda_codec         101896  2 snd_hda_codec_analog,snd_hda_intel
snd_pcm               129256  2 snd_hda_intel,snd_hda_codec
snd_seq_dummy           3992  0
snd_seq_oss            56728  0
snd_seq_midi           11472  0
snd_rawmidi            38648  1 snd_seq_midi
snd_seq_midi_event      9888  2 snd_seq_oss,snd_seq_midi
snd_seq                91968  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              38216  2 snd_pcm,snd_seq
snd_seq_device         10704  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    95856  9 snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               9984  1 snd
snd_page_alloc         14688  2 snd_hda_intel,snd_pcm
 楼主| 发表于 2009-11-5 20:12:00 | 显示全部楼层
看来是一个bug, pulse的问题,
今天试了alsa, 发现alsa工作, 再找了一圈在这里https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/394500
找到了解决方法



I think I've found a temporary workaround (not a solution).

I've opened /etc/pulse/default.pa and commented 4 lines.

Before:

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Alternatively use the static hardware detection module (for systems that
### lack udev support)
load-module module-detect
.endif

After:

### Automatically load driver modules depending on the hardware available
#.ifexists module-udev-detect.so
#load-module module-udev-detect
#.else
### Alternatively use the static hardware detection module (for systems that
### lack udev support)
load-module module-detect
#.endif

Then I killed/restated pulseaudio and now I have audio input/output from the internal audio device.

Still, the Hardware tab under Sound Preferences is empty, as if there was no audio device available.

Sound Preferences > Hardware > Choose a device to configure: > (empty field)
回复 支持 反对

使用道具 举报

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

本版积分规则

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