[PATCH] iface-modem-3gpp: used DENIED registration state if others are UNKNOWN

Bjørn Mork bjorn at mork.no
Mon Feb 23 13:16:38 PST 2015


Bjørn Mork <bjorn at mork.no> writes:
> Dan Williams <dcbw at redhat.com> writes:
>
>> Done.  Background: my new EM7345 apparently doesn't know about Verizon
>> bands (LTE B13),
>
> Really?  It is supposed to support it according to an (old) datasheet I
> found on my disk:
>
>   EM7345: B1-5, B7, B8, B13, B17-B20

What firmware version do you have, BTW?  I just stumbled across this new
driver/firmware package from Lenovo (seems they now only publish updates
for new Thinkpad models - don't know how to interpret that):
http://support.lenovo.com/us/en/products/laptops-and-netbooks/thinkpad-x-series-laptops/thinkpad-x250/downloads/DS101007

Looking at the contents it seems that there are now different firmwares
for different US operators (so much for the "worldwide" support...).

<FLSImageList>
        <FLSImage name="FIH7160_V1.2_WW_01.1415.07_NAND.fls">
                <MCC>000</MCC>
                <MNC>000</MNC>
        </FLSImage>
        <FLSImage name="FIH7160_V1.2_WW_01.1442.04_VZ_NAND.fls">
                <MCC>311</MCC>
                <MNC>480</MNC>
        </FLSImage>
        <FLSImage name="FIH7160_V1.2_WW_01.1442.04_VZ_NAND.fls">
                <MCC>311</MCC>
                <MNC>481</MNC>
        </FLSImage>
        <FLSImage name="FIH7160_V1.2_WW_01.1442.04_VZ_NAND.fls">
                <MCC>311</MCC>
                <MNC>482</MNC>
        </FLSImage>
..
        <FLSImage name="FIH7160_V1.1_WW_01.1410.13_AT_NAND.fls">
                <MCC>310</MCC>
                <MNC>150</MNC>
        </FLSImage>
        <FLSImage name="FIH7160_V1.1_WW_01.1410.13_AT_NAND.fls">
                <MCC>310</MCC>
                <MNC>170</MNC>
        </FLSImage>
        <FLSImage name="FIH7160_V1.1_WW_01.1410.13_AT_NAND.fls">
                <MCC>310</MCC>
                <MNC>380</MNC>
        </FLSImage>
        <FLSImage name="FIH7160_V1.1_WW_01.1410.13_AT_NAND.fls">
                <MCC>310</MCC>
                <MNC>410</MNC>
        </FLSImage>

etc.




So I guess that you need that 'VZ' firmware for B13 support now, then?
Hey, there's your motivation to go dig up the Linux firmware tools from
Intel :-)


The firmwares are easily extracted from the Lenovo package by simply
installing it under wine:

bjorn at nemi:~/.wine/fake_windows/Windows$ ls -la profiles/All\ Users/Application\ Data/Intel/MBIM\ Toolkit/FirmwareDatabase/PreInstalled/
total 71008
drwxr-xr-x 2 bjorn bjorn     4096 Feb 23 22:07 .
drwxr-xr-x 4 bjorn bjorn     4096 Feb 23 22:07 ..
-rw-r--r-- 1 bjorn bjorn 17863259 Dec  8 16:13 FIH7160_V1.1_WW_01.1410.13_AT_NAND.fls
-rw-r--r-- 1 bjorn bjorn 17663403 Dec  8 16:13 FIH7160_V1.2_WW_01.1415.07_NAND.fls
-rw-r--r-- 1 bjorn bjorn 17462571 Dec  8 16:13 FIH7160_V1.2_WW_01.1415.09_NAND.fls
-rw-r--r-- 1 bjorn bjorn 19698647 Dec  8 16:13 FIH7160_V1.2_WW_01.1442.04_VZ_NAND.fls
-rw-r--r-- 1 bjorn bjorn     3182 Dec  8 16:13 FLSInformation.xml



Bjørn


More information about the ModemManager-devel mailing list