|
|
笔记本在Linux只能接上耳塞才能发声音.在windows下,不用耳塞也可以.
重装了alsa-driver好多次,而且把alsamixer能打开的声音都开到最大.还是这样.
- #
- # Sound
- #
- CONFIG_SOUND=m
- #
- # Advanced Linux Sound Architecture
- #
- # CONFIG_SND is not set
- #
- # Open Sound System
- #
- # CONFIG_SOUND_PRIME is not set
复制代码
alsa版本如下:
- media-sound/alsa-driver
- Latest version available: 1.0.17
- Latest version installed: 1.0.17
- Size of files: 2,661 kB
- Homepage: http://www.alsa-project.org/
- Description: Advanced Linux Sound Architecture kernel modules
- License: GPL-2
复制代码
加载的声音模块如下:
- snd_pcm_oss 43168 0
- snd_mixer_oss 22144 1 snd_pcm_oss
- snd_seq_oss 37376 0
- snd_seq_midi_event 12928 1 snd_seq_oss
- snd_seq 48080 4 snd_seq_oss,snd_seq_midi_event
- snd_seq_device 14220 2 snd_seq_oss,snd_seq
- snd_hda_intel 297240 0
- snd_pcm 64004 2 snd_pcm_oss,snd_hda_intel
- snd_timer 25860 2 snd_seq,snd_pcm
- snd_page_alloc 16520 2 snd_hda_intel,snd_pcm
- snd_hwdep 15876 1 snd_hda_intel
- snd 48932 9 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
- soundcore 15584 1 snd
复制代码 |
|