From owner-freebsd-questions Fri Dec 8 23:27:07 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01770 for questions-outgoing; Fri, 8 Dec 1995 23:27:07 -0800 (PST) Received: from sbstark.cs.sunysb.edu (sbstark.cs.sunysb.edu [130.245.1.47]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA01762 for ; Fri, 8 Dec 1995 23:26:50 -0800 (PST) Received: (from root@localhost) by sbstark.cs.sunysb.edu (8.6.12/8.6.9) with UUCP id CAA22653; Sat, 9 Dec 1995 02:21:17 -0500 Received: (from gene@localhost) by starkhome.cs.sunysb.edu (8.6.11/8.6.9) id CAA19178; Sat, 9 Dec 1995 02:21:11 -0500 Date: Sat, 9 Dec 1995 02:21:11 -0500 From: Gene Stark Message-Id: <199512090721.CAA19178@starkhome.cs.sunysb.edu> To: kelly@fsl.noaa.gov CC: freebsd-questions@freebsd.org, smp@csn.net In-reply-to: <9512090639.AA24593@emu.fsl.noaa.gov> (kelly@fsl.noaa.gov) Subject: Re: tw driver Sender: owner-questions@freebsd.org Precedence: bulk >I'm trying to get the tw driver to work but haven't had any luck. It >won't detect the TW523 connected to the parallel port. >- Rebooted. The probe repeatedly calls wait_for_zero(), which never > finds the zero crossing signal. Eventually it gives up. I assume the TW-523 is plugged in the wall, right? (first things first) >- Built a connector for the parallel port according to the directions > on http://www.freebsd.org/~faulkner/multimedia/HomeAuto/Tw/tw.html. > > With one small modification: RJ-11 pin 1 (black) goes to both > DB-25's pins 12 and 17. The tw source code says it looks at pin > 17, but the web document mentioned above talks about 12 being > preferred, while 17 is backwards compatible. The document you cite was written after FreeBSD 2.0.5, and it refers to a version of the tw driver that Rich Murphey worked on a few months ago, but which as far as I can see was never committed to FreeBSD-current. The version that is in FreeBSD-current does not have Rich's modifications, including the pin 12 stuff. I personally am using the driver that is in 2.0.5 (and have been for a couple of years). However, Rich was not able to get stuff working with the sync line on pin 17, and was forced to switch over to pin 12, with some modifications to the driver. Best would be if you can get Rich Murphey or Steve Passe to send you their copy of the driver. I can probably dig one up out of my back mail files, but I don't know whether it would be the final version that they arrived at. If you don't have any luck getting it from them mail me back direct and I will look for it. - Gene Stark