From owner-freebsd-questions Wed Apr 26 11:49:16 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA21128 for questions-outgoing; Wed, 26 Apr 1995 11:49:16 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA21122 for ; Wed, 26 Apr 1995 11:49:14 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA07898; Wed, 26 Apr 95 12:42:45 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9504261842.AA07898@cs.weber.edu> Subject: Re: Just three questions To: eaparis@tinman.mke.ab.com (Eloy A. Paris) Date: Wed, 26 Apr 95 12:42:45 MDT Cc: questions@FreeBSD.org In-Reply-To: <199504260336.WAA12200@tinman.mke.ab.com> from "Eloy A. Paris" at Apr 25, 95 10:36:39 pm X-Mailer: ELM [version 2.4dev PL52] Sender: questions-owner@FreeBSD.org Precedence: bulk > >I'm not sure about this. It may be an architectural issue with the > >idea of PCMCIA "enablers" or you may just be using less-than-current > >code. > > Actually, I am using the last snapshot (4/12/95 I think.) When I boot, the > system correctly displays the card ID string (Megahertz Modem bla bla bla) > stored in the PCMCIA card but after that I do not know what to do and how to > access my modem. I do not see any ze0 device anywhere. It will show up as a regular com port. You may need to add it with a MAKEDEV of the device for it in the /dev directory. It will likely be named /dev/tty00 (or 01 or 02 or 03). Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.