From owner-freebsd-hackers@FreeBSD.ORG Thu May 10 06:00:35 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88E911065672 for ; Thu, 10 May 2012 06:00:35 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 3D8788FC12 for ; Thu, 10 May 2012 06:00:34 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1SSMQR-0005Lf-LU; Thu, 10 May 2012 09:00:31 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: Mike Tancsa In-reply-to: <4FAA86B0.4070202@sentex.net> References: <4FAA86B0.4070202@sentex.net> Comments: In-reply-to Mike Tancsa message dated "Wed, 09 May 2012 11:01:04 -0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 May 2012 09:00:31 +0300 From: Daniel Braniss Message-ID: Cc: freebsd-hackers@freebsd.org, Hans Petter Selasky Subject: Re: PCEngines alix.6 with dual SIM X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2012 06:00:35 -0000 > On 5/9/2012 10:46 AM, Daniel Braniss wrote: > > Hi, > > after a long time, I finaly got around trying to get the GSM/UMTS working, > > but so far it thinks it's a mass storage! > > > > ugen0.2: at usbus0, cfg=0 md=HOST spd=FULL > > (12Mbps) pwr=ON > > > > bLength = 0x0012 > > bDescriptorType = 0x0001 > > bcdUSB = 0x0110 > > bDeviceClass = 0x0000 > > bDeviceSubClass = 0x0000 > > bDeviceProtocol = 0x0000 > > bMaxPacketSize0 = 0x0040 > > idVendor = 0x1199 > > idProduct = 0x0fff > > bcdDevice = 0x0000 > > iManufacturer = 0x0001 > > iProduct = 0x0002 > > iSerialNumber = 0x0003 > > bNumConfigurations = 0x0001 > > > > I added > > U3G_DEV(SIERRA, TRUINSTALL, 0), > > > > to sys/dev/usb/serial/u3g.c but that did not help > > Normally its U3GINIT_SIERRA in the driver I have in stable. If you do a > camcontrol eject pass0 > does it put the device into modem mode ? If you add > hw.usb.u3g.debug=1 > to /boot/loader.conf > what does the dmesg look like. I have used a number of sierra devices > in the past with the Alix boxes and they do work. Not sure about your > particular unit. > > ---Mike hi all, I removed the line I added to urg.c, then kldloaded u3g, and voila: ugen0.2: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON Mike, which minipci cards do you recomend? thanks all, danny ps: now the fun begins - coding