From owner-freebsd-questions@FreeBSD.ORG Sun Mar 16 01:00:34 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01FD7106566C for ; Sun, 16 Mar 2008 01:00:34 +0000 (UTC) (envelope-from gautham@gamerdude.net) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.251]) by mx1.freebsd.org (Postfix) with ESMTP id CA92B8FC18 for ; Sun, 16 Mar 2008 01:00:33 +0000 (UTC) (envelope-from gautham@gamerdude.net) Received: by hs-out-0708.google.com with SMTP id m63so3959170hsc.11 for ; Sat, 15 Mar 2008 18:00:33 -0700 (PDT) Received: by 10.65.233.16 with SMTP id k16mr27729951qbr.57.1205627610476; Sat, 15 Mar 2008 17:33:30 -0700 (PDT) Received: by 10.150.181.13 with HTTP; Sat, 15 Mar 2008 17:33:30 -0700 (PDT) Message-ID: Date: Sun, 16 Mar 2008 06:03:30 +0530 From: "Gautham Ganapathy" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: umodem driver with Nokia N80 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2008 01:00:34 -0000 Hi I am trying to get my nokia n80 working under freebsd (7-stable) with the umodem driver. Running udesc_dump from ports shows that this phone supports the Abstract Control Model in the Communication Device Class, but it only comes up as a ugen device even with the ucom and umodem devices loaded at startup. Enabling some debug info in sys/dev/usb/umodem.c indicates that the device matching code was failing when it was checking for some Call Management feature (UDESCSUB_CDC_CM) in umodem_get_caps(). udesc_dump does not list this descriptor either, although this phone is being detected as an ACM device under linux (Ubuntu 7.10 livecd), where it comes up as ttyACM0. Is there any way of getting this up and running in 7-stable? Any pointers on what changes might be required to the driver and any documentation would also be very helpful Regards Gautham PS - I was able to use this phone as a modem using bluetooth until a f/w upgrade (5.xxxx) introduced some bugs and made it stop working