From owner-freebsd-hardware@FreeBSD.ORG Wed Oct 10 19:24:12 2007 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DEA716A420 for ; Wed, 10 Oct 2007 19:24:12 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 0C3F713C4A6 for ; Wed, 10 Oct 2007 19:24:11 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [85.19.218.45] (account mc467741@c2i.net [85.19.218.45] verified) by mailfe06.swip.net (CommuniGate Pro SMTP 5.1.10) with ESMTPA id 646030227; Wed, 10 Oct 2007 20:24:10 +0200 From: Hans Petter Selasky To: freebsd-hardware@freebsd.org Date: Wed, 10 Oct 2007 20:24:34 +0200 User-Agent: KMail/1.9.7 References: <470C5DDE.2000401@yahoo.com> In-Reply-To: <470C5DDE.2000401@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710102024.35465.hselasky@c2i.net> Cc: williamkow , freebsd-usb@freebsd.org, "freebsd-questions@freebsd.org" Subject: Re: how to setup internet access via GPRS/EDGE network using Nokia 6230 mobile phone X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 19:24:12 -0000 Hi, On Wednesday 10 October 2007, williamkow wrote: > Could anybody advise me on how to enable internet access (GPRS/EDGE) in > GSM network, using Nokia mobile phone (USB cable connect to computer). > Please provide me the exact PORT name to install to FreeBSD 6.2 system, > also please assist me on how to use the ports, example, (1) execute it > (2) establish the connection, (3) disconnect ...etc. > Looks like an USB issue: If you execute the following commands like the Super User: kldload umodem kldload cdce Does your phone show up if you run the command "dmesg | less" ? --HPS