Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2011 08:50:57 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-current@freebsd.org, PseudoCylon <moonlightakkiy@yahoo.ca>
Cc:        "freebsd-wireless@freebsd.org" <freebsd-wireless@freebsd.org>
Subject:   Re: [CFT] Sierra Wireless HSPA+ USB modem
Message-ID:  <201106280850.57645.hselasky@c2i.net>
In-Reply-To: <1309237117.88943.YahooMailNeo@web39307.mail.mud.yahoo.com>
References:  <1309237117.88943.YahooMailNeo@web39307.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106280850.57645.hselasky>