All of lore.kernel.org
 help / color / mirror / Atom feed
From: X-Penguin <mailinglist.x-penguin@tut.by>
To: Agri <agri@desnol.ru>
Cc: linux-newbie@vger.kernel.org
Subject: Re: howto configuring kernel and modules.conf for automatic loading of ide-scsi
Date: Sun, 25 Jan 2004 04:16:15 +0200	[thread overview]
Message-ID: <401326EF.6090607@tut.by> (raw)
In-Reply-To: <20040125041110.22704715.agri@desnol.ru>

Agri пишет:
> i'm  confused with module loading.
> 
> i have cdrw and configure ide-scsi emulation for it.
> doing "modprobe ide-scsi; mount /dev/scd0" is fine.
> 
> but, how to configure automatic loading of ide-scsi?
> it seems that just "touching" for /dev/scd0 do not
> cause kmod to exec modprobe at all. What to do?
> i think that loading several modules at boottime are not the best idea,
> in that case - why do i use modules at all?
> 
> Agri
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
> 

You need to change /etc/rc.d/rc.sysinit
---------------------------
# Begin of /etc/rc.d/rc.sysinit
.....
modprobe ide-scsi
# End of /etc/rc.d/rc.sysinit
---------------------------
for load only this module or enable autoloading by kernel

Loadable module support  --->  [*]   Automatic kernel module loading

p.s.
sorry, my english is not good :(

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  reply	other threads:[~2004-01-25  2:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-25  1:11 howto configuring kernel and modules.conf for automatic loading of ide-scsi Agri
2004-01-25  2:16 ` X-Penguin [this message]
2004-01-25  4:31 ` Ray Olszewski
2004-01-25 11:06   ` Agri
2004-01-25 16:28     ` Ray Olszewski
2004-01-25 18:10       ` Agri
2004-01-25 19:30         ` pa3gcu
2004-01-26  0:08     ` Ken Moffat
2004-01-26  9:46       ` Agri
2004-01-26 15:50         ` Ken Moffat
2004-01-26 19:41         ` pa3gcu
2004-01-25  8:23 ` pa3gcu

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=401326EF.6090607@tut.by \
    --to=mailinglist.x-penguin@tut.by \
    --cc=agri@desnol.ru \
    --cc=linux-newbie@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.