Re: [FC2] Making added modules permanent

From: Aaron Gaudio (prothonotar_at_tarnation.dyndns.org)
Date: 06/03/04

  • Next message: Phil Schaffner: "Re: fedora-list Digest, Vol 4, Issue 29"
    Date: Wed, 2 Jun 2004 21:11:12 -0400
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    
    
    
    

    Behold, activecs <activecs@bigpond.com> hath decreed:
    > When a module such as "pcspkr" is installed using modprobe, how do I
    > make it permanent. I notice modules.conf seems to be replaced by
    > modprobe.conf if that makes any difference.
    > DP
    > PS I previously inadvertently sent this using a wrong email address. Apologies if it turns up twice.

    You mean how do you make it so the module gets loaded automatically
    when you reboot? The best way is probably add it to /etc/rc.modules
    (create the file if it doesn't exist):

    modprobe -qn pcspkr && action $"Loading PC Speaker module: " modprobe pcspkr

    You could also do something more elaborate like tie the loading of the
    pcspkir module to the loading of other sound modules that get auto-loaded
    already, using the 'install' command in modprobe.conf, explained in
    the modprobe.conf man page.

    >
    >
    > --
    > fedora-list mailing list
    > fedora-list@redhat.com
    > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list

    -- 
    prothonotar at tarnation.dyndns.org
    "Every man is a mob, a chain gang of idiots." 
                               - Jonathan Nolan, /Memento Mori/
      
    
    

    
    

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    


  • Next message: Phil Schaffner: "Re: fedora-list Digest, Vol 4, Issue 29"