PfSense 2.1 - support for Sierra Wireless AirCard 313U?
-
I have a Sierra Wireless AirCard 313U (branded AT&T USBConnect Momentum 4G USB). I am running the nanoBSD (i386) version of pfSense 2.1 BETA1 (20130104-0332) (512 MB image) on an ALIX board. With the 313U connected at boot, FreeBSD/pfsense sees the device but the u3g driver does not seem to recognize it as an AirCard. It does see the integrated flash drive that is built in to the device.
It looks like someone created a FreeBSD patch to add support for the 313U: http://www.freebsd.org/cgi/query-pr.cgi?pr=165154
I'm guessing this patch was not included in the pfSense builds for u3g? Would it be possible to add support for this device in future builds of 2.1?
If you need any additional information let me know and I can get it.
Also- thanks for creating a great product- I've been using pfSense as my home router for a long time and love it.
-
Update- it does look like the FreeBSD patch that was supposed to add support for the 313U is part of the standard FreeBSD 8.3 sources. On a FreeBSD 8.3 (non pfSense) system I can see that device information for the 313U is referenced in the following source files:
/src/sys/dev/usb/usbdevs
/src/sys/dev/usb/serial/u3g.cI'll have to see if the u3g module will recognize the device when it is hooked up to this stock FreeBSD 8.3 system.
-
I have the same modem that I would like to use on a home built box with a VIA C7 (http://www.jetway.com.tw/jw/ipcboard_view.asp?productid=565&proname=NF76-1G5-LF). I see the device being recognized on the console, but it doesn't show up as a serial device in the web configuation menus. If you could offer me any advice on how to get this working, that would be awesome.
-
We have a newer u3g than stock FreeBSD 8.3 has, everything 8.3 supports and more should be there. That particular card may need to have its device ID added.
-
Any guidance on how to accomplish that?
-
Something like this https://github.com/bsdperimeter/pfsense-tools/blob/master/patches/RELENG_8_3/sierra-mc8705-u3g.diff
Recompile kernel and test. -
Just some additional info, as I too have been attempting to get this card working with pfsense v2.0.1
http://www.freebsd.org/cgi/query-pr.cgi?pr=165154
Appears it's a dirty matter of recompiling the kernel. I'm looking for other solutions such as replacing modules with newer software versions, if such a solution exists.
Jason