LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Something is modifying my modules.conf at startup (https://www.linuxquestions.org/questions/linux-software-2/something-is-modifying-my-modules-conf-at-startup-125879/)

abro 12-14-2003 07:50 PM

Something is modifying my modules.conf at startup
 
Hi,
I'm running a plain vanilla build of RedHat 9.0 2.4.20-24.9. I recently installed ALSA after some hair-pulling. I modified my /etc/modules.conf file to accomodate the new sound settings.

Problem: Each time I reboot, something is appending the older sound setting back to the bottom of the modules.conf file, effectively screwing up my sound all over again.

Can anyone tell me what might be doing this and/or how I might stop it?

TIA,
abro

#cat /etc/modules.conf
alias eth0 tulip
alias usb-controller usb-uhci
alias ieee1394-controller ohci1394

alias scsi_hostadapter aic7xxx
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 0.9.0 ---
alias char-major-116 snd
alias snd-card-0 snd-via82xx
alias char-major-14 soundcore
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
options snd major=116 cards_limit=1
options snd-via82xx index=0
# --- END: Generated by ALSACONF, do not edit. ---

alias sound-slot-0 via82cxxx_audio
# the line above this is the line that is being added back each time I restart
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :


All times are GMT -5. The time now is 07:20 AM.