Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 18:48:10 +0700
From:      Eugene Grosbein <eugen@grosbein.net>
To:        =?UTF-8?B?UGV0ZXIgQW5rZXJzdMOlbA==?= <peter@pean.org>, freebsd-stable@FreeBSD.org
Subject:   Re: FreeBSD with Huawei 3g modem.
Message-ID:  <54215DFA.3080500@grosbein.net>
In-Reply-To: <54215969.1070303@pean.org>
References:  <54215969.1070303@pean.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 23.09.2014 18:28, Peter Ankerstål wrote:
> Hi!
> 
> Im trying to get a Huawei E3531 to work in FreeBSD. But Im not really 
> sure where to start. I found this: 
> http://technotation.com/2012/08/15/freebsd-and-mobile-broadband/ but 
> havent had any luck cut and pasting here.
> 
> System:
> # uname -srm
> FreeBSD 10.0-RELEASE amd64
> 
> When I connect it dmesg says:
> usb_alloc_device: Found possible auto-install disk (trying next config)
> ugen0.4: <HUAWEI> at usbus0
> umass0: <HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 4> on usbus0
> umass0:  SCSI over Bulk-Only; quirks = 0x0000
> umass0:5:0:-1: Attached to scbus5
> da0 at umass-sim0 bus 0 scbus5 target 0 lun 0
> da0: <HUAWEI TF CARD Storage 2.31> Removable Direct Access SCSI-2 device
> da0: Serial Number FFFFFFFFFFFFFFFF
> da0: 40.000MB/s transfers
> da0: Attempt to query device size failed: NOT READY, Medium not present
> da0: quirks=0x2<NO_6_BYTE>

Your modem pretends to be mass-storage device containing Windows drivers.
You may need to "kldload u3g" and then to signal it to switch to "modem"
mode using command like "camcontrol eject pass0".

Some ZTE modems need "usbconfig -d 0.4 add_quirk UQ_MSC_EJECT_ZTESTOR"
before camcontrol command, your may need something similar, or not.




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