From owner-freebsd-questions Wed Sep 2 11:06:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05930 for freebsd-questions-outgoing; Wed, 2 Sep 1998 11:06:51 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA05923 for ; Wed, 2 Sep 1998 11:06:46 -0700 (PDT) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-121.laker.net [208.0.233.21]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id OAA26332; Wed, 2 Sep 1998 14:05:35 -0400 Message-Id: <199809021805.OAA26332@laker.net> From: "Steve Friedrich" To: "Peter Kok" Cc: "FreeBSD Questions" Date: Wed, 02 Sep 1998 14:00:22 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.00.1500) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: kernel and print Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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