Search found 8 matches

by beeloo
03 Aug 2015, 13:44
Forum: Setup Discussion
Topic: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)
Replies: 13
Views: 24161

Re: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)

So I solved my issue by recompiling the FreeBSD/pfSense kernel.

See that post for more details:
https://forum.pfsense.org/index.php?top ... #msg543091

If there was a better solution with usb_modeswitch or whatever by changing the product ID by an other one, It would be much easier.
by beeloo
03 Aug 2015, 01:59
Forum: Setup Discussion
Topic: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)
Replies: 13
Views: 24161

Re: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)

Well, I found out how to change mode on FreeBSD:
usbconfig -d 1.2 set_config 0 # 0 or 1 for 1 or 2
I'll keep using mode 1, like Ubuntu does.

I'm currently working on building a new kernel following this page:
http://technotation.com/2012/08/15/freebsd-and-mobile-broadband/

Thank you for your ...
by beeloo
02 Aug 2015, 11:30
Forum: Setup Discussion
Topic: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)
Replies: 13
Views: 24161

Re: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)

This module does not have an install mode so doesn't need modeswitching.

The module has 2 configurations to choose between, config #1 has usb interfaces for dial-up modem (ppp) , direct ethernet adapter (cdc_ether), and gps/gnss.
Config #2 has usb interfaces for direct ethernet adapter (cdc_mbim ...
by beeloo
02 Aug 2015, 00:49
Forum: Setup Discussion
Topic: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)
Replies: 13
Views: 24161

Re: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)

Here it is:

[2.2.4-RELEASE][admin@pfSense]/root: lsusb -v -d 12d1:1573

Bus /dev/usb Device /dev/ugen1.2: ID 12d1:1573 Huawei Technologies Co., Ltd.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 254 Application Specific Interface
bDeviceSubClass 0
bDeviceProtocol ...
by beeloo
02 Aug 2015, 00:45
Forum: Setup Discussion
Topic: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)
Replies: 13
Views: 24161

Re: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)

Actually, ue0, an Ethernet interface is appearing on FreeBSD:

umass0: <Generic Flash Card ReaderWriter, class 0/0, rev 2.01/1.00, addr 2> on usbus6
ugen1.2: <HUAWEI Technology> at usbus1
cdce0: <CDC Ethernet Control Model ECM> on usbus1
ue0: <USB Ethernet> on cdce0
ue0: Ethernet address: 00:1e:10 ...
by beeloo
01 Aug 2015, 23:28
Forum: Setup Discussion
Topic: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)
Replies: 13
Views: 24161

Re: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)

Here is the result:

[2.2.4-RELEASE][admin@pfSense]/root: cat 12d1:1573
DefaultVendor= 0x12d1
DefaultProduct= 0x1573

TargetVendor= 0x12d1
TargetProductList= "1001,1406,140b,140c,1412,141b,1433,14ac"

CheckSuccess=20

HuaweiNewMode=1
NeedResponse=0
MessageContent ...
by beeloo
01 Aug 2015, 19:09
Forum: Setup Discussion
Topic: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)
Replies: 13
Views: 24161

Re: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)

I forgot to give you the dmesg informations about the Huawei:

Code: Select all

ugen1.2: <HUAWEI Technology> at usbus1
cdce0: <CDC Ethernet Control Model ECM> on usbus1
ue0: <USB Ethernet> on cdce0
ue0: Ethernet address: 00:xx:xx:xx:xx:xx
by beeloo
01 Aug 2015, 18:04
Forum: Setup Discussion
Topic: Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)
Replies: 13
Views: 24161

Huawei ME909u-521 on FreeBSD (pfSense 2.2.4)

Hi everyone,

I'm looking for a solution to get this module working on pfSense 2.2.4 which is based on FreeBSD 10.1:
[2.2.4-RELEASE][admin@pfSense]/root: uname -a
FreeBSD pfSense 10.1-RELEASE-p15 FreeBSD 10.1-RELEASE-p15 #0 c5ab052(releng/10.1)-dirty: Sat Jul 25 20:20:58 CDT 2015 root@pfs22-amd64 ...