linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ray Van Dolson <rayvd@digitalpath.net>
To: linux-raid@vger.kernel.org
Subject: Loading i2o_proc and dpt_i2o at the same time?
Date: Tue, 24 Aug 2004 20:13:34 -0700	[thread overview]
Message-ID: <20040825031334.GA1235@digitalpath.net> (raw)

I have a running system using the dpt_i2o driver (loaded as a module) used in
tandem with an Adaptec 2100S SCSI RAID card.  I want to use the raidutils
package that apparently makes use of the i2o drivers available from
http://i2o.shadowconnect.com/  

I downloaded the raidutils RPM from the site and installed it (OS is Red Hat
8.0) but raidutil gives me the following error:

[root@pop adaptec]# raidutil -L array
osdIOrequest : File /dev/dpti17 Could Not Be Opened
Engine connect failed: COMPATIBILITY number

Googling around, it seems I need to have the i2o_config module loaded.

[root@pop adaptec]# /sbin/lsmod | grep i2o
dpt_i2o                29920   6
scsi_mod              106968   2  [dpt_i2o sd_mod]

So, my question is, what will happen if I do an /sbin/modprobe i2o_config? :)
It appears there are other modules available as well... i2o_proc, o2o_block,
o2o_core.  Would I need to load any of these modules as well?  Or will
i2o_config load them automatically?

I just want to avoid loading the module and having the system go down.

Thanks.

                 reply	other threads:[~2004-08-25  3:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20040825031334.GA1235@digitalpath.net \
    --to=rayvd@digitalpath.net \
    --cc=linux-raid@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;
as well as URLs for NNTP newsgroup(s).