In your modules.conf do the following alias char-major-14 ymfpci
Then do a depmod -a (required only once.. either do this or reboot..but I don't think that is necessary with Linux!) What this does is to tell the module loader in the kernel to load ymfpci whenever a device with MAJOR number 14 is opened. Incidentally MAJOR 14 is the sound driver. This should automatically load the sound driver whenever sound is required and unload it when not needed... -Naren On Sat, 6 Jul 2002, K. Ghosh wrote: > On Thu, 4 Jul 2002 10:58:08 -0700 (PDT) > Naren Devaiah <[EMAIL PROTECTED]> wrote: > > > > > modprobe ymfpci > > Thanks, sound is working now, but only for one session. When I reboot or > re-login, again sound is lost. I have to modprobe ymfpci again to get > sound. > I edited /etc/module.conf and put in alias = ymfpci, but this did not > help. > How can sound be made a permanent feature ?. > Regards, > K.Ghosh > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Bringing you mounds of caffeinated joy. > http://thinkgeek.com/sf > _______________________________________________ > linux-india-help mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/linux-india-help > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Bringing you mounds of caffeinated joy. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
