Lennart Sorensen a écrit :

On Thu, Sep 01, 2005 at 03:24:22AM +0200, Yannick - Debian/Linux wrote:
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.

ide-cd
ide-disk
ide-generic
psmouse
# I2C adapter drivers
i2c-isa
# I2C chip drivers
it87
# Sound
intel8x0
^ no such module

# economie d'energie (ventilo et CPU)
powernow_k8
cpufreq-ondemand

snd-intel8x0
^ looks right

soundcore
snd-intel8x0
^ duplicate

snd-intel8x0m
^ don't think that even exists

cpufreq_powersave
cpufreq_userspace
snd-seq

I've clean this file :
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.

ide-cd
ide-disk
ide-generic
psmouse
# I2C adapter drivers
i2c-isa
# I2C chip drivers
it87
# Sound
snd_intel8x0
# economie d'energie (ventilo et CPU)
powernow_k8
cpufreq_ondemand

cpufreq_powersave
cpufreq_userspace

Hmm, and if you do 'lsmod|grep snd' you get?

Len Sorensen

$ lsmod|grep snd
snd_intel8x0           35988  0
snd_ac97_codec         73220  1 snd_intel8x0
snd_pcm_oss            56680  0
snd_mixer_oss          19520  1 snd_pcm_oss
snd_pcm               100876  2 snd_intel8x0,snd_pcm_oss
snd_timer              24968  1 snd_pcm
snd_page_alloc         12944  2 snd_intel8x0,snd_pcm
gameport                5120  1 snd_intel8x0
snd_mpu401_uart         8192  1 snd_intel8x0
snd_rawmidi            26532  1 snd_mpu401_uart
snd_seq_device          9164  1 snd_rawmidi
snd 56936 9 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore              11232  1 snd

Yannick

Reply via email to