From owner-freebsd-questions@FreeBSD.ORG Fri Jan 2 01:14:55 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 A6DE816A4CE for ; Fri, 2 Jan 2004 01:14:55 -0800 (PST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F7343D46 for ; Fri, 2 Jan 2004 01:14:54 -0800 (PST) (envelope-from jan.muenther@nruns.com) Received: from [212.227.126.209] (helo=mrelayng8.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AcLON-0006Nw-00; Fri, 02 Jan 2004 10:14:51 +0100 Received: from [212.202.65.7] (helo=ergo.nruns.com) by mrelayng8.kundenserver.de with asmtp (Exim 3.35 #1) id 1AcLON-0001Lz-00; Fri, 02 Jan 2004 10:14:51 +0100 Received: by ergo.nruns.com (Postfix, from userid 1001) id 4467E612; Thu, 1 Jan 2004 23:51:39 +0100 (CET) Date: Thu, 1 Jan 2004 23:51:39 +0100 From: jan.muenther@nruns.com To: Philip Almond Message-ID: <20040101225139.GA17690@ergo.nruns.com> References: <000601c3d0dc$5c78a9a0$6e00a8c0@qld.optushome.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000601c3d0dc$5c78a9a0$6e00a8c0@qld.optushome.com.au> User-Agent: Mutt/1.4i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:9a8a46f2b40f7808f7699def63624ac2 cc: freebsd-questions@FreeBSD.org Subject: Re: CDMA and GPRS support 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: Fri, 02 Jan 2004 09:14:55 -0000 Hi > Would you please advise where I can find a hardware compatibility list for > GPRS and CDMA modems (or just a recommended hardware supplier/make/model(s)) > for FreeBSD? being .de based, I don't know much about CDMA apart from how it works - as of GPRS/GSM however, I can tell you that it's fully transparently usable if you have a phone with a builtin softmodem that supports the AT command set and the relevant GPRS extensions. With both my Siemens phones I can simply set different APNs with single AT commands and getting the link itself up is a matter of normal PPP dialing (number *99#). Siemens provides an excellent document containing all the supported AT commands and their syntax - you can basically control the entire phone through them. As of the connection to the PC, the usual data cables do the job, I never bothered to f*ck around with IrDA or the like. So, for me it's cu and userland ppp. Works like a charm. Cheers, J.