david walcroft wrote:
I have just bought an Audigy Value card,the problems are:-
1/ What programme reads a Creative extention ".chm"
I don't think that's a Creative extension, it is probably:
HTML Help Compiled Help File (Microsoft).
2/ Sound is nothing but static between the first 2 notes and the last 2
notes of any sound sequence.
Any ideas on these.
Part lsmod
snd_ca0106 29797 0
snd_ac97_codec 88893 1 snd_ca0106
snd_seq_dummy 3781 0
snd_seq_oss 31937 0
snd_seq_midi_event 7105 1 snd_seq_oss
snd_seq 49873 5
snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 9165 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 51057 0
snd_mixer_oss 18113 1 snd_pcm_oss
snd_pcm 87749 3 snd_ca0106,snd_ac97_codec,snd_pcm_oss
snd_timer 25285 2 snd_seq,snd_pcm
snd 54949 9
snd_ca0106,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 9889 1 snd
snd_ac97_bus 2497 1 snd_ac97_codec
snd_page_alloc 10825 2 snd_ca0106,snd_pcm
It doesn't look like you have the Creative stuff loaded from the above,
it probably should look more like:
snd_emu10k1_synth 8513 0
snd_emux_synth 42561 1 snd_emu10k1_synth
snd_seq_virmidi 7105 1 snd_emux_synth
snd_seq_midi_event 9281 1 snd_seq_virmidi
snd_seq_midi_emul 7233 1 snd_emux_synth
snd_seq 61777 4
snd_emux_synth,snd_seq_virmidi,snd_seq_midi_event,snd_seq_midi_emul
snd_emu10k1 128965 3 snd_emu10k1_synth
snd_rawmidi 29664 2 snd_seq_virmidi,snd_emu10k1
snd_seq_device 8653 5
snd_emu10k1_synth,snd_emux_synth,snd_seq,snd_emu10k1,snd_rawmidi
snd_ac97_codec 74937 1 snd_emu10k1
snd_pcm_oss 50673 0
snd_mixer_oss 17729 2 snd_pcm_oss
snd_pcm 98889 3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_timer 32837 3 snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc 9669 2 snd_emu10k1,snd_pcm
snd_util_mem 4673 2 snd_emux_synth,snd_emu10k1
snd_hwdep 8929 2 snd_emux_synth,snd_emu10k1
snd 57285 14
snd_emux_synth,snd_seq_virmidi,snd_seq,snd_emu10k1,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
soundcore 10785 2 snd
=========================================================
modprobe.conf
alias eth0 tulip
alias eth1 tulip
# options snd-via82xx index=0
# remove snd-via82xx { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ;
}; /sbin/modprobe -r --ignore-remove snd-via82xx
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias net-pf-10 off
install ipv6 /bin/true
options loop max-loop=32
# I2C module options
alias char-major-89 i2c-dev
options snd cards_limit=1
alias snd-card-0 snd-ca0106
options snd-card-0 index=0
options snd-ca0106 index=0
remove snd-ca0106 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-ca0106
Also in my modprobe.conf I have the following rather than what you have:
remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-emu10k1
alias snd-card-0 snd-emu10k1
options snd-card-0 index=0
(the first two lines are all on ONE line in the file)
I am running FC3 and did nothing more than allow the system to configure
it once I rebooted after installed my Audigy card. I don't have the
'value' model, I don't recall which one I do have. From what you have
listed it looks like the system is still seeing the old (onboard?)
settings. Did you turn them off in the BIOS after installing the Audigy?
ciao,
furlan