Ali Al-Rubaie wrote: > I am using linux fedora core 1, There is no sound in my computer and I > have this in my daily logwatch mail, > Can't locate these modules: > sound-service-1-0: 20 Time(s) > sound-slot-1: 20 Time(s) Something is trying to access /dev/mixer1 (the mixer on the second sound card). This is probably harmless (e.g. attempting to autodetect whether you actually have a second sound card). > and this is my /etc/modules.conf > alias sound-slot-0 i810_audio > 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 || : These correspond to the first sound card (/dev/dsp0 etc). To stop the warnings, try: alias sound-slot-1 off alias sound-service-1-0 off -- Glynn Clements <glynn.clements@xxxxxxxxxx> - : send the line "unsubscribe linux-admin" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html