|
lsmod命令的结果:
hihi@debian:~$ lsmod
Module Size Used by
radeon 103584 0
ipv6 244096 14
snd_intel8x0 28956 0
snd_ac97_codec 90400 1 snd_intel8x0
snd_ac97_bus 2048 1 snd_ac97_codec
snd_pcm 78856 2 snd_intel8x0,snd_ac97_codec
snd_timer 20996 1 snd_pcm
snd 46692 4 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc 8712 2 snd_intel8x0,snd_pcm
i810_audio 33812 1
ac97_codec 17932 1 i810_audio
i2c_i801 7820 0
psmouse 35588 0
ide_cd 38020 0
cdrom 37792 1 ide_cd
unix 23472 195
ext3 122248 2
jbd 53524 1 ext3
mbcache 8324 1 ext3
ide_disk 15360 4
ide_generic 1280 0 [permanent]
generic 4356 0 [permanent]
piix 9348 0 [permanent]
evdev 7808 0
mousedev 10016 1
ehci_hcd 28808 0
uhci_hcd 30608 0
fbcon 38688 71
font 8192 1 fbcon
bitblit 5504 1 fbcon
softcursor 1920 1 bitblit
那个/etc/modules.conf的内容也贴出来吧:
### This file is automatically generated by update-modules"
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modutils and read
# the manpage for update-modules.
#
### update-modules: start processing /etc/modutils/0keep
# DO NOT MODIFY THIS FILE!
# This file is not marked as conffile to make sure if you upgrade modutils
# it will be restored in case some modifications have been made.
#
# The keep command is necessary to prevent insmod and friends from ignoring
# the builtin defaults of a path-statement is encountered. Until all other
# packages use the new `add path'-statement this keep-statement is essential
# to keep your system working
keep
### update-modules: end processing /etc/modutils/0keep
### update-modules: start processing /etc/modutils/actions
# Special actions that are needed for some modules
# The BTTV module does not load the tuner module automatically,
# so do that in here
post-install bttv insmod tuner
post-remove bttv rmmod tuner
### update-modules: end processing /etc/modutils/actions
### update-modules: start processing /etc/modutils/aliases
# Aliases to tell insmod/modprobe which modules to use
# Uncomment the network protocols you don't want loaded:
# alias net-pf-1 off # Unix
# alias net-pf-2 off # IPv4
# alias net-pf-3 off # Amateur Radio AX.25
# alias net-pf-4 off # IPX
# alias net-pf-5 off # DDP / appletalk
# alias net-pf-6 off # Amateur Radio NET/ROM
# alias net-pf-9 off # X.25
# alias net-pf-10 off # IPv6
# alias net-pf-11 off # ROSE / Amateur Radio X.25 PLP
# alias net-pf-19 off # Acorn Econet
alias net-pf-24 pppoe
alias char-major-10-175 agpgart
alias char-major-10-200 tun
alias char-major-81 bttv
alias char-major-108 ppp_generic
alias /dev/ppp ppp_generic
alias tty-ldisc-3 ppp_async
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
# Crypto modules (see http://www.kerneli.org/)
alias loop-xfer-gen-0 loop_gen
alias loop-xfer-3 loop_fish2
alias loop-xfer-gen-10 loop_gen
alias cipher-2 des
alias cipher-3 fish2
alias cipher-4 blowfish
alias cipher-6 idea
alias cipher-7 serp6f
alias cipher-8 mars6
alias cipher-11 rc62
alias cipher-15 dfc2
alias cipher-16 rijndael
alias cipher-17 rc5
### update-modules: end processing /etc/modutils/aliases
### update-modules: start processing /etc/modutils/paths
# This file contains a list of paths that modprobe should scan,
# beside the ones that are compiled into the modutils tools
# themselves.
### update-modules: end processing /etc/modutils/paths
### update-modules: start processing /etc/modutils/arch/i386
alias parport_lowlevel parport_pc
alias char-major-10-144 nvram
alias binfmt-0064 binfmt_aout
alias char-major-10-135 rtc
### update-modules: end processing /etc/modutils/arch/i386
看上去应该模块都加载了呀,可就是没有声音,请大人指教。
ps:debian有没有什么测试声音好让我放的呀。 |
|