From owner-freebsd-usb@FreeBSD.ORG Fri Mar 23 09:59:32 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC6EA16A404 for ; Fri, 23 Mar 2007 09:59:32 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swip.net [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 4D25313C4CE for ; Fri, 23 Mar 2007 09:59:31 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.217.102.48] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe13.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 53340552; Fri, 23 Mar 2007 10:59:25 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Fri, 23 Mar 2007 10:59:05 +0100 User-Agent: KMail/1.9.5 References: <000b01c76d1d$03391420$55aeaa3a@FLINDERS> In-Reply-To: <000b01c76d1d$03391420$55aeaa3a@FLINDERS> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703231059.05376.hselasky@c2i.net> Cc: Subject: Re: CDCE X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2007 09:59:32 -0000 On Friday 23 March 2007 08:29, Anne wrote: > Hi again, > Am I on the correct list for this question? Yes. > > New peice of hardware, no specs, is a HPSDA wireless modem from Cmotech > device id 0x6280. Cmotech have not yet listed it. > > I have modified if_cdce.c to recognise the new hardware, I have 3 cdcd > ifaces. > > I need to treat the virtuel ethernet (cdce) as a serial device. > I have to attach a tty with cua?? to the CDCE. > > How do I do it. > PPPoE wont work. I have to create ttys. > > I have spent 4 days on this a solution would make my day. > > John Hi John, Could you maybe install /usr/ports/sysutils/udesc_dump Then "kldload ugen". Make sure that your device attaches like "ugen", and post the USB descriptors of your device? That is the output from "udesc_dump". --HPS