From owner-freebsd-questions Tue Mar 4 08:38:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA29531 for questions-outgoing; Tue, 4 Mar 1997 08:38:17 -0800 (PST) Received: from macon.informatik.uni-tuebingen.de (macon2.Informatik.Uni-Tuebingen.De [134.2.13.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA29525 for ; Tue, 4 Mar 1997 08:38:12 -0800 (PST) Received: from modas.informatik.uni-tuebingen.de (modas.Informatik.Uni-Tuebingen.De [134.2.12.3]) by macon.informatik.uni-tuebingen.de (8.8.4/8.8.3/AIX-4.1/WSI-1.0) with SMTP id RAA22722 for ; Tue, 4 Mar 1997 17:37:57 +0100 Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03) id AA24244; Tue, 4 Mar 1997 17:37:56 +0100 To: questions@freebsd.org Subject: How to initialize printer from user space? Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) Date: 04 Mar 1997 17:37:55 +0100 Message-Id: Lines: 9 X-Mailer: Gnus v5.4.15/XEmacs 20.1 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm looking for a way to send an INIT signal to a centronics part---I need this to drive some non-standard hardware. (I.e. from C code.) The code is obviously in the kernel (and seems to get run at boot time), I just don't know how to invoke it from user space. Any help would be *much* appreciated. Cheers =8-} Mike