|
环境: FC6
芯片:
Chip: Realtek ALC861
[color="Red"][root@raymond etc]# /sbin/lspci -v
00:14.2 Audio device: ATI Technologies Inc SB450 HDA Audio (rev 01)
Subsystem: Uniwill Computer Corp Unknown device 2b01
Flags: bus master, slow devsel, latency 64, IRQ 16
Memory at d0400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
[color="Red"][root@raymond sound]# /sbin/lsmod | more |grep snd
snd_hda_intel 24153 7
snd_hda_codec 156353 1 snd_hda_intel
snd_seq_dummy 7877 0
snd_seq_oss 33601 0
snd_seq_midi_event 11201 1 snd_seq_oss
snd_seq 51249 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 11853 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 43745 0
snd_mixer_oss 19393 1 snd_pcm_oss
snd_pcm 75205 5 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 25157 4 snd_seq,snd_pcm
snd 53829 19 snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 11681 1 snd
snd_page_alloc 13769 2 snd_hda_intel,snd_pcm
[color="Red"][root@raymond etc]# more modprobe.conf
alias eth0 8139too
alias scsi_hostadapter sata_sil
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0
remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel
[color="Red"]
root@raymond etc]# rpm -qa |grep alsa
alsa-utils-1.0.14-0.1.rc1.fc6
alsa-driver-devel-1.0.13-56.fc6.at
alsa-lib-1.0.14-0.1.rc1.fc6
alsa-lib-devel-1.0.14-0.1.rc1.fc6 |
|