From owner-freebsd-current@FreeBSD.ORG Wed Nov 5 18:05:17 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40D261065689 for ; Wed, 5 Nov 2008 18:05:17 +0000 (UTC) (envelope-from nick@van-laarhoven.org) Received: from cpsmtpo-eml06.kpnxchange.com (cpsmtpo-eml06.KPNXCHANGE.COM [213.75.38.155]) by mx1.freebsd.org (Postfix) with ESMTP id BC9568FC1E for ; Wed, 5 Nov 2008 18:05:16 +0000 (UTC) (envelope-from nick@van-laarhoven.org) Received: from hpsmtp-eml02.kpnxchange.com ([213.75.38.102]) by cpsmtpo-eml06.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 5 Nov 2008 19:05:15 +0100 Received: from uitsmijter.van-laarhoven.org ([81.207.207.222]) by hpsmtp-eml02.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 5 Nov 2008 19:05:14 +0100 Received: (qmail 44025 invoked by uid 98); 5 Nov 2008 18:05:26 -0000 Received: from 10.251.2.191 (nick@10.251.2.191) by uitsmijter.van-laarhoven.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.92/5270. f-prot: 4.6.7/3.16.15. spamassassin: 3.2.3. Clear:RC:0(10.251.2.191):SA:0(-1.1/5.0):. Processed in 6.02552 secs); 05 Nov 2008 18:05:26 -0000 X-Spam-Status: No, score=-1.1 required=5.0 X-Spam-Level: Received: from unknown (HELO van-laarhoven.org) (nick@10.251.2.191) by uitsmijter.van-laarhoven.org with SMTP; 5 Nov 2008 18:05:20 -0000 Received: (nullmailer pid 46783 invoked by uid 1001); Wed, 05 Nov 2008 18:05:05 -0000 From: Nick Hibma To: Mike Tancsa Date: Wed, 5 Nov 2008 19:05:04 +0100 User-Agent: KMail/1.9.7 References: <200810092344.10388.nick@van-laarhoven.org> <200811051706.00850.nick@van-laarhoven.org> <200811051638.mA5Gcdtj040411@lava.sentex.ca> In-Reply-To: <200811051638.mA5Gcdtj040411@lava.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811051905.05294.nick@van-laarhoven.org> X-OriginalArrivalTime: 05 Nov 2008 18:05:14.0597 (UTC) FILETIME=[0D6E8150:01C93F71] Cc: FreeBSD CURRENT Mailing List , FreeBSD Hardware Mailing list Subject: Re: Request for testers: Option 3G cards, also Sierra, Huawei and Novatel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 18:05:17 -0000 > >If you could run usbdevs -v and then jot down the IDs you can add those > > to the top of u3g.c. You'll have to add a quirk like for other sierra > > devices that show up as mass storage and need to be kicked into modem > > mode. > > > >It pretends to be a mass storage device (with drivers on it) and after > >installation switches to modem mode. > > > >Or that's my guess. > > # usbdevs -v > Controller /dev/usb0: > addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), > AMD(0x0000), rev 1.00 > port 1 powered > port 2 addr 2: full speed, power 100 mA, config 1, USB MMC > Storage(0x0fff), Sierra Wireless(0x1199), rev 0.00 > port 3 powered > port 4 powered > Controller /dev/usb1: > addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), > AMD(0x0000), rev 1.00 > port 1 powered > port 2 powered > port 3 powered > port 4 powered > > It looks like its already there in the drivers. Is it possible the > mini-pci express card is conflicting with the USB of the Alix board ? Well, it should change to modem mode, so perhaps the sierra_init function is not correct yet. I'll have to check that out. nick