mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Steve Youngs <sryoungs@bigpond.net.au>
To: Linux Kernel List <linux-kernel@vger.kernel.org>
Cc: Alexis <alexis@attla.net.ar>
Subject: Re: modules in 2.6.0-test11
Date: Wed, 17 Dec 2003 16:37:03 +1000	[thread overview]
Message-ID: <microsoft-free.87r7z4eyr4.fsf@eicq.dnsalias.org> (raw)
In-Reply-To: <006501c3c1fa$e1fb8d90$0200000a@heretic> (alexis@attla.net.ar's message of "Sun, 14 Dec 2003 01:29:36 -0300")

[-- Attachment #1: Type: text/plain, Size: 961 bytes --]

|--==> "a" == alexis  <alexis@attla.net.ar> writes:

  a> The kernel works fine, all modules too but i have to insert them
  a> with insmod or modprobe, i cannot make that modules became loaded
  a> automatically.

Edit '/etc/modprobe.conf' and change "alias char-major-<major> foo" to
"alias char-major-<major>-<minor> foo".  Or "char-major-<major>-*" if
you can't determine the minor number.

The modules themselves are supposed to export these chardev aliases, which
will obsolete the entries in '/etc/modprobe.conf', but as yet only one or
two actually do this.  I have patches that fix most of the serial drivers
and right now I'm working my way through './drivers/char/'.  But I haven't
yet sent them in. 

-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|              Ashes to ashes, dust to dust.               |
|      The proof of the pudding, is under the crust.       |
|------------------------------<sryoungs@bigpond.net.au>---|

[-- Attachment #2: Type: application/pgp-signature, Size: 256 bytes --]

      parent reply	other threads:[~2003-12-17  6:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-14  4:29 Alexis
2003-12-14 11:55 ` Harald Dunkel
2003-12-17  6:37 ` Steve Youngs [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=microsoft-free.87r7z4eyr4.fsf@eicq.dnsalias.org \
    --to=sryoungs@bigpond.net.au \
    --cc=alexis@attla.net.ar \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome