Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 1999 11:17:43 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        Tetsuya Watanabe <tetsuya1@prodigy.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: SB16PnP and /boot/loader.conf revisited
Message-ID:  <Pine.BSF.4.10.9906211114340.36767-100000@resnet.uoregon.edu>
In-Reply-To: <376CC9EB.96CCC94A@prodigy.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 20 Jun 1999, Tetsuya Watanabe wrote:

> Hello,
> 
> Could you provide some explanations to the following problem?
> 
> FreeBSD 3.2R and pnp cards.
> 
> In www.freebsd.org/faq/faq78.html, I see that pnp devices need "pnp x
> ..." entries in /boot/kernel.conf among other settings. However,
> /boot/kernel.conf contains the undocumented commands such as
> di(disable?) and q(quit?), then at the bootup the system ignores these
> commands and pauses right after it igonored "q" command in
> /boot/kernel.conf file. At this point, pressing Enter causes the process
> to resume.

/boot/kernel.conf is a script fed to UserConfig.  `pnp' is a UserConfig
command like `quit' and `disable'.  The options are fairly
self-explanitory; boot -c and type 'help'at the prompt.

> I decided to include ppp stuff into that file any way. If I put ppp
> statements, which was followed by unknown commands in /boot/kernel.conf,
> the system does not understand these directives at bootup.  It is as if
> the kernel does not care the pnp statements in /boot/kernel.conf as long
> as there are vendor-id entries in sio.c because the presence of ppp
> statements in /boot/kernel.conf does not have no meaning in this case.
> The following system message always appear regardless of the presence of
> pnp directives in /boot/kernel.conf.

You're trying to confuse PnP, Plug & Play, with PPP, Point to Point
Protocol.  

> I would like to figure out the correct procedure to set up this
> sb16 pnp card.

Use pcm, not snd/sb.  The PCM driver already knows about the PNP SB cards.

Doug White                               
Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9906211114340.36767-100000>