From: Igor Moskalev <gnitarg@bellsouth.net>
To: community@altlinux.ru
Subject: Re: [Comm] firewire and modules.conf (?)
Date: Mon, 2 Dec 2002 23:36:50 -0600 (CST)
Message-ID: <Pine.LNX.4.44L.0212022326320.3786-100000@localhost.localdomain> (raw)
In-Reply-To: <3DE5A652.6050200@fromru.com>
On Thu, 28 Nov 2002, Unatine wrote:
> Igor Moskalev wrote:
> > Здравствуйте, уважаемые "сообщники"!
> Привет!
>
> > Возникла тут задача подцепить внешний диск FireWire и
> сделать его
> > монтируемым автоматически. При ручной загрузке модулей
> и ручном
> > монтировании все работает:
> >
> > modprobe ieee1394
> > modprobe ihco1394
> > modprobe sbp2
> >
> > mount /mnt/fire
> >
> > При добавлении первых трех команд в
> /etc/rc.d/init.d/local модули загружаются и
> > можно монтировать диск. Вопрос в том, что нужно
> прописать в
> > /etc/modules.conf, чтобы модули загружались при
> перезагрузке машины? А
> > то если прописать команду монтирования в
> /etc/rc.d/init.d/local ничего
> > не получается почему-то...
>
> хм... насколько помню список из этих моделй можно
> записать в
> /etc/modules
> кажется так зовется..:))) там просто они перечисляются и
> все...
> и автоматом загрузятся при старте системы
>
Оказалось, что между загрузкой нужных модулей и монтированием диска
должно пройти некоторое время. Более того, необходима некоторая пауза
между загрузкой модуля ihco1394 (который автоматом подгружает ieee1394)
и модулем sbp2. Так что теперь я добавил в /etc/rc.d/init.d/rc.local
такие строки:
modprobe ihco1394
sleep 5
modprobe sbp2
sleep 10
mount /mnt/fire
Теперь диск монтируется. По прежнему хочется сделать все "the right
way", через modules.conf, но я не знаю как. Если у кого есть идеи, то я
буду очень признателен за помощь.
P.S. Можно ли в /etc/modules.conf прописать следующее(?):
pre-install sbp2 modprobe ihco1394 && sleep 5
post-install sbp2 sleep 10
P.P.S. Диск такой Maxtor External FireWire compatible USB drive.
--
С уважением,
Игорь Москалев
--------------------------------------------------------------------
"Пусть я дурак, но позвольте мне убедиться в этом самому..." (c) Pp
--------------------------------------------------------------------
prev parent reply other threads:[~2002-12-03 5:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-28 3:53 Igor Moskalev
2002-11-28 5:14 ` Unatine
2002-12-03 5:36 ` Igor Moskalev [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=Pine.LNX.4.44L.0212022326320.3786-100000@localhost.localdomain \
--to=gnitarg@bellsouth.net \
--cc=community@altlinux.ru \
/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
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git