Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2019 16:04:09 -0500
From:      Chris Ross <cross+freebsd@distal.com>
To:        Freddie Cash <fjwcash@gmail.com>
Cc:        Chris Ross <cross+freebsd@distal.com>, Miroslav Lachman <000.fbsd@quip.cz>, FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: Cisco 12G SAS RAID support (FreeBSD 12.1-RELEASE) ?
Message-ID:  <20191105210409.GG1177@westeros.distal.com>
In-Reply-To: <CAOjFWZ6KW_6oU30v8VBO%2Baf3CAN2LiO-GrKsMmX9JH3EZpKwow@mail.gmail.com>
References:  <20191105183448.GE1177@westeros.distal.com> <65e90493-a038-5668-45e9-5101c52c23eb@quip.cz> <20191105201942.GF1177@westeros.distal.com> <CAOjFWZ6KW_6oU30v8VBO%2Baf3CAN2LiO-GrKsMmX9JH3EZpKwow@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 05, 2019 at 12:29:00PM -0800, Freddie Cash wrote:
> > I tried "load", but wasn't able to devine how to load the mpr module with
> > that.  Is that needed, or should 'mpr_load="YES"' have accomplished the
> > desired result?
> 
> modulename_load="YES" is the syntax used in the loader.conf file.
> "load modulename" (without the quotes) is the syntax used at the loader
> prompt.
> 
> So at the loader prompt, try the following:  load mpr
> Or possibly:  load mpr.ko
> Or, to get right finicky:  load /boot/kernel/mpr.ko

Thanks Freddie and Miroslav.

I tried "load mpr" earler, but it complained it couldn't find it.  I tried
again a few minutes ago using "load /boot/kernel/mpr.ko", which spun for
a bit then complained it couldn't load it before the kernel.  I then
loaded the kernel (by full path), and tried again, with no response.  Just
an immediate prompt.  I tried "load /boot/kernel/zfs.ko" as well, in case
mpr.ko was already still in memory, but that also returned an immediate prompt
without saying anything.  So, I think I still have something wrong with my
attempts to "load".  Should loading the mpr.ko before the kernel work?  It
didn't with my last attempt (which I realize now was 12.0-RELEASE,
not 12.1-RELEASE).

       - Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191105210409.GG1177>