Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Sep 1998 14:00:22 -0500
From:      "Steve Friedrich" <SteveFriedrich@Hot-Shot.com>
To:        "Peter Kok" <peter@sweda.com.hk>
Cc:        "FreeBSD Questions" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: kernel and print
Message-ID:  <199809021805.OAA26332@laker.net>

next in thread | raw e-mail | index | archive | help
On Wed, 02 Sep 1998 21:28:54 +0800, Peter Kok wrote:

>I couldn't reach that directory -->  /usr/src/sys
>because i only have /usr/src and have nothing under src directory!
>
>Where is the configuration file?

You need to install the kernel sources, if you want to compile a custom
kernel (you should learn this)
using /stand/sysinstall, select Configure...Distributions...arrow down
to src and hit SPACE BAR... arrow down to sys and hit SPACE BAR, then
ENTER, etc.


>
>
>Regarding to print, i don't know why it works. i followed the
>instruction from handbooks
>But i could do the configuration part!
>
>but it works now.  i only typed
>
>
>lp file name --> it works
>
>but someone told me using lpd, it didn't work!  why?

I pointed out in previous email that lpt0 was ok, the error message was
regarding lpt1 (which you probably don't have anyway). I further
suggested how you could eliminate the error message; configure it out
during boot process or build a new kernel without lpt1.

Please note that lpd is the line printer daemon (see man lpd) that
usually gets started at boot time by rc.conf, etc.
lp is the line printer program that users use to submit a print job
(see man lp).
You also need to learn how to use the apropos command
at a prompt, type:
apropos print
It will show you the titles from all the pages in the manual that
contain "print".  You then read each title and decide which man pages
you want to read further.


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?199809021805.OAA26332>