How to force a module to load at boot

Ask a Question related to Debian, Design and Development.

  1. #1

    Default Re: How to force a module to load at boot

    On -5925-Thu, Jul 31, 2003 at 06:19:00PM -0400, Rich B <deblists@osg.saic.com> spake thus,
    > This has to be an easy one, but I'm lost.
    > I don't know the correct way to force a kernel module to load at boot.
    > I got a new PCMCIA network card for my laptop. The old one loaded the
    > correct module automagically, but the new one doesn't. I have to eject
    > the card and re-insert it before the xircom_cb loads. I've looked at
    > /etc/modules.conf, but can't figure it out.
    >
    > How get the module to load at boot?
    > Where can I learn how modules are normally loaded?
    >
    > Thanks,
    > RichB
    Place the name of the module on its own line in /etc/modules

    --
    Aaron Bieber
    -
    Graphic Design // Web Design
    [url]http://www.core-dev.com/[/url]
    [email]aaron@core-dev.com[/email]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Aaron Guest

  2. Similar Questions and Discussions

    1. Unable to load module
      Hi, I had to do a workaround during installation of a Perl module. Since the client's machine does not permit installation of a C compiler, I...
    2. #26163 [NEW]: Cannot load php as a module
      From: flusv02 at student dot vxu dot se Operating system: Windows 2000 PHP version: 4.3.3 PHP Bug Type: Apache related Bug...
    3. force to boot from cd
      Is there a way to force the sun E450 to boot from cd instead of hard disk?
    4. Can't load DBI module
      I used REdhat Linux 7.2 for PostgreSQL 7.1.3 database I installed DBI and DBD modules without problem. But when I test it by PER_DL_DEBUG=255...
    5. can i force a shockwave file to load before html?
      help, i'm looking for a way to force the browser to load a shockwave file before html. Well my problem is that I have a shockwave file on a...
  3. #2

    Default Re: How to force a module to load at boot

    On Thu, Jul 31, 2003 at 06:19:00PM -0400, Rich B wrote:
    >
    > How get the module to load at boot?

    I believe you should do 2 things:

    1. Have the module mentioned in /etc/modules.
    2. Write in /etc/modutils/module-name all the information regarding this
    module, such as aliases, options and so on.

    --

    Shaul Karl, shaul @ actcom . net .il


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Shaul Karl Guest

  4. #3

    Default Re: How to force a module to load at boot

    Rich B <deblists@osg.saic.com> writes:
    > This has to be an easy one, but I'm lost. I don't know the correct
    > way to force a kernel module to load at boot.
    Add it to /etc/modules...
    > I got a new PCMCIA network card for my laptop. The old one loaded the
    > correct module automagically, but the new one doesn't. I have to eject
    > the card and re-insert it before the xircom_cb loads.
    ....but I want to say that PCMCIA drivers are "special", and you can't
    just load a module for a PCMCIA card and have it work. You might look
    at the PCMCIA configuration files; one of them gives a mapping of
    PCMCIA card IDs to module names. (Though if the right module gets
    loaded the *second* time, something weirder is going on...)
    > I've looked at /etc/modules.conf, but can't figure it out.
    Documented in modules.conf(5), but on Debian, you want to create or
    edit a file in /etc/modutils and then rerun update-modules(8).

    --
    David Maze [email]dmaze@debian.org[/email] [url]http://people.debian.org/~dmaze/[/url]
    "Theoretical politics is interesting. Politicking should be illegal."
    -- Abra Mitchell


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    David Z Maze Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139