From owner-freebsd-questions@FreeBSD.ORG Thu Jun 3 05:10:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D33316A4CF for ; Thu, 3 Jun 2004 05:10:12 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F0D43D45 for ; Thu, 3 Jun 2004 05:10:11 -0700 (PDT) (envelope-from jan.muenther@nruns.com) Received: from [212.227.126.209] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BVr2w-0002s6-00; Thu, 03 Jun 2004 14:10:10 +0200 Received: from [212.202.43.252] (helo=ergo.nruns.com) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BVr2u-0003WK-00; Thu, 03 Jun 2004 14:10:08 +0200 Received: by ergo.nruns.com (Postfix, from userid 1001) id C849F277; Thu, 3 Jun 2004 14:10:05 +0200 (CEST) Date: Thu, 3 Jun 2004 14:10:05 +0200 From: jan.muenther@nruns.com To: a.shterenlikht@umist.ac.uk Message-ID: <20040603121005.GA51086@ergo.nruns.com> References: <200406031117.22331.a.shterenlikht@umist.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406031117.22331.a.shterenlikht@umist.ac.uk> User-Agent: Mutt/1.4.2.1i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:9a8a46f2b40f7808f7699def63624ac2 cc: freebsd-questions@freebsd.org Subject: Re: pccard modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2004 12:10:12 -0000 Heya, > 1. Is this not a winmodem? No. > 2. How do I make it work? I'm not sure if it is detected or not. I get > the lines > > sio4: at port 0x2f8-0x2ff irq 11 > function 0 config 5 on pccard0 > sio4: type 16550A > sio4: unable to activate interrupt in fast mode - using normal mode > > from the dmesg. Does it mean the card is properly detected. Looks ok to me. > 3. If it is detected, do I need to start a daemon for it? No. > 4. What is the recommended way to check that the card is working try 'cu -s 9600 -l /dev/cuaa4' Then try and give it some AT command - ATZ or something. ~~. to quit. You can use that device in your ppp.conf as usual, follow the handbook in this regard. Cheers, J.