From owner-freebsd-questions@FreeBSD.ORG Tue Oct 28 00:25:27 2003 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 ECE3B16A4CE for ; Tue, 28 Oct 2003 00:25:27 -0800 (PST) Received: from CITADEL.NOBULUS.COM (citadel.nobulus.com [212.97.207.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6E4B43FD7 for ; Tue, 28 Oct 2003 00:25:26 -0800 (PST) (envelope-from iva@orange.dk) Received: from CITADEL.NOBULUS.COM (localhost [127.0.0.1]) by CITADEL.NOBULUS.COM (8.12.10/8.12.10) with ESMTP id h9S8PEDF054877; Tue, 28 Oct 2003 09:25:14 +0100 (CET) (envelope-from iva@CITADEL.NOBULUS.COM) Received: (from iva@localhost) by CITADEL.NOBULUS.COM (8.12.10/8.12.10/Submit) id h9S8PE0t054876; Tue, 28 Oct 2003 09:25:14 +0100 (CET) (envelope-from iva) Date: Tue, 28 Oct 2003 09:25:14 +0100 From: Ilya Varlashkin To: freebsd-questions@freebsd.org Message-ID: <20031028082514.GA54812@CITADEL.NOBULUS.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i X-Scanned-By: CITADEL.NOBULUS.COM Subject: Nokia 6610 via DKU-5 cable (usb) and fbsd-4.8. any chance? 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: Tue, 28 Oct 2003 08:25:28 -0000 Hi all, I'd like to use my Nokia 6610 with FreeBSD for eventual PPP tests of our dial-in servers. I've got DKU-5 cable. It's USB and the only thing I can get for this phone; ordering IR port is not an option. I've compiled recompiled kernel (4.8-p13) with: device uhci # UHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device ucom device uplcom device uvscom device uvisor device uftdi device umodem device uhid # "Human Interface Devices" When I run 'usbd -d -v' I can see the system detects connected phone as: usbd: device-attach event at 1067328676.392127000, Nokia Connectivity Cable DKU-5, vendor 0x0421: vndr=0x0421 prdct=0x0800 rlse=0x030a clss=0x00ff subclss=0x0000 prtcl=0x00ff device names: ugen0 I guess I should'n expect this to be good enough as: # cu -l /dev/ugen0 Connected. cu: Got hangup signal Disconnected. Basically the only thing I'm interested at the moment is to be able to say 'AT' to the modem. Is there any way to achieve this? Kind regards, Ilya Varlashkin