-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 16 February 2003 10:55 am, CM Miller wrote: > > What happened to /etc/conf.modules? > > > >>It's now called /etc/modules.conf. > >> > >>Werner > > There are two files: > > modules.conf
Correct file. > modules.conf~ Backup created by your editor, most likely. > I want to automatically load parport and imm. I added two aliases. > > alias imm > alias parport Syntax problem here. An alias takes the form of: (From my /etc/modules.conf) alias parport_lowlevel parport_pc alias sound-slot-0 emu10k1 alias char-major-226 radeon alias eth0 bcm4400 Even so, I don't know that the proper alias will cause the module to load unless something calls for it. You could just add a line or 2 in /etc/rc.local I do this to force my agpgart module to load, passing a required option. $ cat /etc/rc.local #!/bin/sh touch /var/lock/subsys/local modprobe agpgart agp_try_unsupported=1 - -- - -Michael pgp key: http://www.tuxfan.homeip.net:8080/gpgkey.txt Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/ - -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+T7sNn/07WoAb/SsRAuiiAJ9KaXn8usCTJOEsCgkk+cuwsfKjOQCfVMES y8gSa2tCaXl1iIWnlR3HDWo= =jgOe -----END PGP SIGNATURE----- -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list