From owner-freebsd-current@FreeBSD.ORG Tue Jun 28 06:52:44 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DBFF106566B for ; Tue, 28 Jun 2011 06:52:44 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 70CE48FC12 for ; Tue, 28 Jun 2011 06:52:43 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=3OyxrDLVq9sri6DuQhVzJBEiMCfYdL5zDZJFh5fE9Ak= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=8GCaWQNJa_IA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=lRxpQPx1AAAA:8 a=6I5d2MoRAAAA:8 a=WtEsqzCQpRS1c7UvwfQA:9 a=ljWClKXTy1Oq55aLIlcA:7 a=wPNLvfGTeEIA:10 a=tlJW8gxtbz4A:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 145914512; Tue, 28 Jun 2011 08:52:39 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org, PseudoCylon Date: Tue, 28 Jun 2011 08:50:57 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <1309237117.88943.YahooMailNeo@web39307.mail.mud.yahoo.com> In-Reply-To: <1309237117.88943.YahooMailNeo@web39307.mail.mud.yahoo.com> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq,NwSZ4V" =?iso-8859-1?q?=7CLR=2E+tj=7Dg5=0A=09=25V?=,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( =?iso-8859-1?q?=0A=09=3AAuzV9=3A=2EhESm-x4h240C=609=3Dw?= MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106280850.57645.hselasky@c2i.net> Cc: "freebsd-wireless@freebsd.org" Subject: Re: [CFT] Sierra Wireless HSPA+ USB modem 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: Tue, 28 Jun 2011 06:52:44 -0000 On Tuesday 28 June 2011 06:58:37 PseudoCylon wrote: > Hello > > Here is a driver for Sierra Wireless HSPA+ USB modem. Please test it. My > subscription will expire on June 29, 2011. (Yes, it sounds silly.) So, try > it before too late. > > source tree https://gitorious.org/usie/usie/trees/master > tarball https://gitorious.org/usie/usie/archive-tarball/master > > The driver should work on CURRENT and 8.2 RELEASE. > Supports only Direct IP supported models with device ID of 0x68a3 > > (Direct IP == the device has a port we can throw IP packets at, no need to > use any serial port) A list of supported device names are posted on > FreeBSD forum. > http://forums.freebsd.org/showthread.php?p=138758#post138758 > > > * How to use > 0) add a following to somewhere in /usr/src/sys/dev/usbdevs > product AIRPRIME USB3080x68A3 USB308 HSPA+ USB Modem > 1) compile > 2) #kldload usie > 3) plugin the device (Make sure load the module first) > 4) wait while the modem is going though power up cycle > 5) #dhclient usie0 > 6) surf > > * To disconnect > #ifconfig usie0 down > or > #kldunload usie > Hi, I'm going to review and import your driver. --HPS