From owner-freebsd-questions Thu Jun 8 20:43:59 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA10368 for questions-outgoing; Thu, 8 Jun 1995 20:43:59 -0700 Received: from gold.tc.umn.edu (root@gold.tc.umn.edu [128.101.115.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id UAA10361 for ; Thu, 8 Jun 1995 20:43:58 -0700 Received: by gold.tc.umn.edu; Thu, 8 Jun 95 22:43:45 -0500 Date: Thu, 8 Jun 1995 22:43:44 -0500 (CDT) From: Jan E Backlund Subject: Troubles with lpt0 [third post] To: freebsd-questions@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk I can't get lpt0 going. The device is a VESA local bus all-in-one board (hd controller, fd controller, serial ports, parrallel port.) The instruction sheet doesn't specify the manufacturer (?!) but the model number is S1345. Connected to lpt0 is an HP Laserjet III printer. If I enter the command 'cat /etc/printcap > /dev/lpt0', I get the response "device busy". Same thing after I kill the lpd daemon. I recompiled the kernel after removing all of the extraneous device drivers, and still get the same "device busy" message. The same hardware works fine under Linux and DOS. I would very much appreciate any tips on debugging this problem. Output from dmesg: FreeBSD 2.0.5-ALPHA #0: Tue Jun 6 21:31:07 1995 jeb@sacc.agoff.umn.edu:/usr/src/sys/compile/MINE CPU: i486 DX (486-class CPU) Origin = "GenuineIntel" Id = 0x415 Stepping=5 Features=0x3 real memory = 16384000 (4000 pages) avail memory = 15085568 (3683 pages) Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0 at 0x280-0x29f irq 5 maddr 0xd8000 msize 16384 on isa ed0: address 00:00:c0:6d:c7:80, type WD8013WC (16 bit) sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16450 sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16450 lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 765 fd0: 1.2MB 5.25in fd1: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 240MB (492250 sectors), 895 cyls, 10 heads, 55 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 814MB (1667232 sectors), 1654 cyls, 16 heads, 63 S/T, 512 B/S npx0 on motherboard npx0: INT 16 interface Thanks, Jan Erik back0003@gold.tc.umn.edu