MC7455 as Home Network WAN?

Good afternoon,

I have been trying to get an MC7455 functioning for well over a month now. I am at a breaking point here… loosing sleep and sanity over getting this little wireless module up and running efficiently. I have it working in Windows 10 currently, but barely limping along. I am inexperienced in Linux, but have been slowly learning the basics over the past month… but still can’t make this work.

I have the Sierra Wireless windows drivers installed, and am currently using the Skylight Connection Manager. The majority of my home network is running around 60kb/s, but the Windows 10 laptop (which the adapter is directly connected to through a mPCIE to USB bridge) is running at 10-12mb/s…

Windows 10 is unable to create a direct network bridge between the cellular adapter and ethernet LAN. I have set the windows Cellular adapter on my laptop as a “Shared” internet connection with rest of the network (using the laptop’s ethernet adapter as the private network connection for which the Cellular network is shared with.) The laptop is wired via ethernet to the WAN port of my router, with the router connecting to the laptop as WAN gateway via static IP (the gateway being the IP of the laptop’s ethernet IPV4 address.) As the laptop is on a separate sub-net (per design of Window’s “Shared” internet access connection),there is an issue with double-NAT here…which is why the rest of the network is at 60kb/s, I believe.

It looks that if I am to use this module; it will have to be done through a linux-based router. It appears OpenWRT on a router would be the ideal solution, but neither of the routers that I have on hand (an ASUS RT-AC68U & ASUS RT-AC86U) have chipsets which are supported by OpenWRT.

Neither the DD-WRT nor ASUSWRT-MERLIN firmwares available for these routers are able to communicate directly with this wireless module… I have flashed both firmwares, on both routers, and spent many hours on each of these configurations attempting to connect the module as WAN. ASUSWRT-MERLIN was the most promising (since it is packaged with OpenWRT’s “uqmi”) but wasn’t creating “/dev/cdc-wdm0” when the device was connected, even though “lsusb” would show the MC7455 connected on the bus.

I have also tried connecting this on a Raspberry Pi 3B, but can’t seem to find packages available to use QMI in the repository for Raspbian Jessie. A forum member from another site (SmallNetBuilder) suggested using OpenWRT on the Pi3. He even went to the length of building a flashable SD-card image of OpenWRT for the Pi3 for me from source, since I haven’t been able to figure out how to compile/cross-compile for linux yet. After getting that and up and running, I found that the build of OpenWRT for the Pi3 does not have QMI libraries available from its repository available online…another dead end.

I have also accessed the MC7455 module via AT, and switched the modem to operate in MBIM mode, and given it a pre-set APN to connect to… but this didn’t make any difference in any of the configurations/environments that I was attempting to use it with. It still runs the same in Windows 10 though.

I have hit a brick wall…Please, does anyone have any suggestions? I’m about ready to just eat the 15% restocking fee, and return this to distributor.

Why network bridge? You probably don’t have that many IP addresses for your network. Use ICS (Internet Connection Sharing) in Windows. For OpenWrt you can use the newest LEDE version on the router of your choice and use MBIM. There is a modified mbim.sh which allows you to connect.

See also this: https://forum.sierrawireless.com/t/help-with-mc7455-in-openwrt-router/8919/1

And if you know german: lteforum.at/mobilfunk/cat-6- … eien.4969/

But they will also respond in english if you write in english.

The routers you posted are compatible with OpenWrt and Lede, BUT without Wlan support, which is most likely a no go then.

Hi,

A bunch of us are running the mc7455 in routers. Come here:

https://www.facebook.com/groups/533178910174095/

Yeah i have set up a few routers with the mc7455. I explained how to do it on here. You need the modified mbim.sh because the mc7455 is raw ip with no dhcp unlike most other modems.

Doing this currently. All local network connections are limited to 60kb/s, while the gateway PC is running 10+mb/s. ICS is not going to work.

Tried this on an OpenWRT Bleeding Edge/Designated Driver build for RPi3. Followed that forum post for setting up MBIM mode using AT commands through russian Hauwei application, and loading packages for cdc-mbim, cdc-wwan, etc… Copied over the modified mbim.sh through WinSCP, and rebooted with an end result of the newly created WAN interface showing “unknown protocol.” :frowning:

I thought OpenWRT was also missing USB support on ASUS routers as well? Wouldn’t that be necessary? I have a second router, to use as a wireless AP, bridged by ethernet if necessary…that could work.

Yes, I had read through and tried that on a RPi3. Apparently, it was an incompatable build of OpenWRT with some of the packages (had to --force-depends.) I will try flashing over the latest release of OpenWRT on to the AC68U… even if it doesn’t support WLAN, I can make it work as a wired gateway.

The wan interface will always show unknown protocol when following the guide I posted. That’s normal. But designated driver is not a new enough linux kernel to support the needed packages to make it work. It must be 15.05. Chaos

This won’t change, there is no information visible for this protocol in Luci. But it still works.

Alright, so…

Repeated this process using compatible hardware “Raspberry Pi 2 - Model B”, the latest version of OpenWRT (15.05.1), and followed the walkthrough posted here (https://forum.sierrawireless.com/t/help-with-mc7455-in-openwrt-router/8919/1) exactly as posted, with no success.

1.) Flashed an SD card with Chaos Calmer 15.05.1, and inserted in to Pi2.

2.) Hooked up MC7455 via Windows PC, used that Russian Huawei AT application, and sent successful AT commands to switch the MC7455 to MBIM mode. (I only changed the APN to reflect T-Mobile 4G service in the area.)

AT!entercnd="A710"
AT!USBCOMP=1,1,1009
AT+cgdcont=1,"IP","fast.t-mobile.com"

2.) Initially logged in to luci web interface of Pi2, and set the “lan” interface as a DHCP client for the time being (for opkg updates through existing network connection using windows “Internet Connection Sharing” with th MC7455 through Win10 laptop to WAN on my primary router.)

3.) opkg update

4.) All of these package installs went smooth as butter, and no dependency errors:

opkg install umbim kmod-usb-net-cdc-mbim kmod-usb-net-sierrawireless kmod-usb-serial-wwan kmod-usb-serial-sierrawireless kmod-usb-serial-qualcomm kmod-usb-net-qmi-wwan uqmi comgt

5.) I ran in to “not found” errors with “opkg install screen” and “opkg install watchcat”, but I don’t need to lock bands (T-Mobile only has LTE Band 12 in my area), and I could care less about watchcat until I can actually get this connected once.

6.) Logged in with SSH, added in the modified mbim.sh, and set it chmod 755.

7.) Ran the following CLI commands (only changing the APN for T-Mobile here again):

uci del network.wan #this resulted in an error, since the "wan" network didn't originally exist (since Pi2 only has the one ethernet port, which is already assigned to "lan" interface by default.)
uci set network.wan=interface
uci set network.wan.proto=mbim
uci set network.wan.device=/dev/cdc-wdm0
uci set network.wan.apn=fast.t-mobile.com
uci set network.wan.username=
uci set network.wan.password=
uci commit network
reboot

8.) Logged back in to luci interface, and turned “lan” interface back to a Static IP, and re-enabled DHCP server. The Pi can function as the gateway AND primary router/DHCP server, until I can get this figured out (later it will become just the modem/gateway with all other functionality disabled.)

I know this isn’t a signal or module issue. The MC7455 and PCI-to-USB bridge hasn’t moved from the position in which it sat when originally connected to a Windows 10 laptop.The adapter with paddle/whip antennas attached sits in a project box literally 1 foot away from a cellular amplifier in the basement boasting a strong signal (the SNR is a little off, but I can tune the antenna/amplifier later to correct it after I have this responding reliably.)

It registers all associated drivers, and creates the cdc-wdm0 device (will post logs below.) Just no WWAN communication, and I am unaware of how to check the module’s connection, signal strength, and network registration using CLI. And luci just reports the “unknown protocol”, as others have indicated is expected.

Any suggestions are welcome. :open_mouth: :laughing: :angry:

/$ dmesg
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Linux version 3.18.23 (buildbot@builder1) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r48532) ) #1 SMP Sun Jan 31 11:13:07 CET 2016
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: BCM2709
[    0.000000] cma: Reserved 16 MiB at 0x3a000000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 241664
[    0.000000] free_area_init_node: node 0, pgdat 80498040, node_mem_map b988f000
[    0.000000]   Normal zone: 1888 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 241664 pages, LIFO batch:31
[    0.000000] [bcm2709_smp_init_cpus] enter (8520->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 9 pages/cpu @b9866000 s6720 r8192 d21952 u36864
[    0.000000] pcpu-alloc: s6720 r8192 d21952 u36864 alloc=9*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 239776
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041 bcm2709.serial=0xb6863a0e smsc95xx.macaddr=B8:27:EB:86:3A:0E bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 rpitestmode=1 console=tty1 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 936560K/966656K available (3376K kernel code, 218K rwdata, 1012K rodata, 168K init, 356K bss, 30096K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xbb800000 - 0xff000000   (1080 MB)
[    0.000000]     lowmem  : 0x80000000 - 0xbb000000   ( 944 MB)
[    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
[    0.000000]       .text : 0x80008000 - 0x80451354   (4389 kB)
[    0.000000]       .init : 0x80452000 - 0x8047c000   ( 168 kB)
[    0.000000]       .data : 0x8047c000 - 0x804b2ab8   ( 219 kB)
[    0.000000]        .bss : 0x804b2ab8 - 0x8050bb0c   ( 357 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:480
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[    0.000013] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
[    0.000033] Switching to timer-based delay loop, resolution 52ns
[    0.000515] Console: colour dummy device 80x30
[    0.001050] console [tty1] enabled
[    0.001083] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.001127] pid_max: default: 32768 minimum: 301
[    0.001464] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001499] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002401] CPU: Testing write buffer coherency: ok
[    0.002810] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.002840] [bcm2709_smp_prepare_cpus] enter
[    0.002953] Setting up static identity map for 0x127c0 - 0x12818
[    0.004759] [bcm2709_boot_secondary] cpu:1 started (0) 17
[    0.005012] CPU1: Booted secondary processor
[    0.005017] [bcm2709_secondary_init] enter cpu:1
[    0.005066] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.005540] [bcm2709_boot_secondary] cpu:2 started (0) 18
[    0.005739] CPU2: Booted secondary processor
[    0.005744] [bcm2709_secondary_init] enter cpu:2
[    0.005775] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.006208] [bcm2709_boot_secondary] cpu:3 started (0) 16
[    0.006384] CPU3: Booted secondary processor
[    0.006389] [bcm2709_secondary_init] enter cpu:3
[    0.006416] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.006491] Brought up 4 CPUs
[    0.006556] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.006578] CPU: All CPU(s) started in SVC mode.
[    0.024697] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.026542] NET: Registered protocol family 16
[    0.032133] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.060109] cpuidle: using governor ladder
[    0.090132] cpuidle: using governor menu
[    0.090549] bcm2709.uart_clock = 3000000
[    0.092003] mailbox: Broadcom VideoCore Mailbox driver
[    0.092092] bcm2708_vcio: mailbox at f300b880
[    0.092277] bcm_power: Broadcom power driver
[    0.092303] bcm_power_open() -> 0
[    0.092321] bcm_power_request(0, 8)
[    0.593009] bcm_mailbox_read -> 00000080, 0
[    0.593031] bcm_power_request -> 0
[    0.593178] Serial: AMBA PL011 UART driver
[    0.593293] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
[    1.021876] console [ttyAMA0] enabled
[    1.083492] SCSI subsystem initialized
[    1.087440] usbcore: registered new interface driver usbfs
[    1.093023] usbcore: registered new interface driver hub
[    1.098417] usbcore: registered new device driver usb
[    1.104958] Switched to clocksource arch_sys_counter
[    1.116442] NET: Registered protocol family 2
[    1.121788] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    1.128985] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    1.135625] TCP: Hash tables configured (established 8192 bind 8192)
[    1.142083] TCP: reno registered
[    1.145341] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    1.151313] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    1.158003] NET: Registered protocol family 1
[    1.162954] bcm2708_dma: DMA manager at f3007000
[    1.167727] bcm2708_gpio: bcm2708_gpio_probe 8049b488
[    1.173269] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[    1.182696] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.190190] msgmni has been set to 1861
[    1.194401] io scheduler noop registered
[    1.198370] io scheduler deadline registered
[    1.202660] io scheduler cfq registered (default)
[    1.208604] BCM2708FB: allocated DMA memory fa400000
[    1.213605] BCM2708FB: allocated DMA channel 0 @ f3007000
[    1.225001] Console: switching to colour frame buffer device 82x26
[    1.236703] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
[    1.245710] uart-pl011 dev:f1: no DMA platform data
[    1.252214] vc-cma: Videocore CMA driver
[    1.257586] vc-cma: vc_cma_base      = 0x00000000
[    1.263700] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.270480] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.284920] brd: module loaded
[    1.293251] loop: module loaded
[    1.297887] vchiq: vchiq_init_state: slot_zero = 0xba000000, is_master = 0
[    1.307025] usbcore: registered new interface driver smsc95xx
[    1.314192] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.521518] Core Release: 2.80a
[    1.525949] Setting default values for core params
[    1.532029] Finished setting default values for core params
[    1.739193] Using Buffer DMA mode
[    1.743758] Periodic Transfer Interrupt Enhancement - disabled
[    1.750911] Multiprocessor Interrupt Enhancement - disabled
[    1.757832] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.763525] Dedicated Tx FIFOs mode
[    1.768682] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xba414000 dma = 0xfa414000 len=9024
[    1.781303] FIQ FSM acceleration enabled for :
[    1.781303] Non-periodic Split Transactions
[    1.781303] Periodic Split Transactions
[    1.781303] High-Speed Isochronous Endpoints
[    1.803318] dwc_otg: Microframe scheduler enabled
[    1.803383] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80250b74
[    1.810737] WARN::hcd_init_fiq:413: FIQ ASM at 0x8000d5a8 length 36
[    1.818417] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb808000
[    1.825851] dwc_otg bcm2708_usb: DWC OTG Controller
[    1.832163] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[    1.840861] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[    1.847783] Init: Port Power? op_state=1
[    1.853057] Init: Power Port (0)
[    1.857856] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.866057] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.874665] usb usb1: Product: DWC OTG Controller
[    1.880740] usb usb1: Manufacturer: Linux 3.18.23 dwc_otg_hcd
[    1.887857] usb usb1: SerialNumber: bcm2708_usb
[    1.894393] hub 1-0:1.0: USB hub found
[    1.899535] hub 1-0:1.0: 1 port detected
[    1.905188] dwc_otg: FIQ enabled
[    1.905199] dwc_otg: NAK holdoff enabled
[    1.905208] dwc_otg: FIQ split-transaction FSM enabled
[    1.905242] Module dwc_common_port init
[    1.905473] usbcore: registered new interface driver uas
[    1.912165] usbcore: registered new interface driver usb-storage
[    1.919548] mousedev: PS/2 mouse device common for all mice
[    1.926483] bcm2708 watchdog, heartbeat=10 sec (nowayout=0)
[    1.933396] sdhci: Secure Digital Host Controller Interface driver
[    1.940897] sdhci: Copyright(c) Pierre Ossman
[    1.946688] DMA channels allocated for the MMC driver
[    1.984981] Load BCM2835 MMC driver
[    1.994316] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.001923] TCP: cubic registered
[    2.006601] NET: Registered protocol family 17
[    2.013475] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    2.030929] Bridge firewalling registered
[    2.036379] 8021q: 802.1Q VLAN Support v1.8
[    2.043428] Registering SWP/SWPB emulation handler
[    2.050182] vc-sm: Videocore shared memory driver
[    2.056291] [vc_sm_connected_init]: start
[    2.062130] [vc_sm_connected_init]: end - returning 0
[    2.069259] Waiting for root device /dev/mmcblk0p2...
[    2.095089] Indeed it is in host mode hprt0 = 00021501
[    2.095231] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.098571] mmc0: new high speed SDHC card at address aaaa
[    2.112593] mmcblk0: mmc0:aaaa ACLCD 29.7 GiB 
[    2.116846]  mmcblk0: p1 p2
[    2.197032] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[    2.214047] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[    2.224696] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    2.232641] Freeing unused kernel memory: 168K (80452000 - 8047c000)
[    2.305028] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.313326] Indeed it is in host mode hprt0 = 00001101
[    2.322862] init: Console is alive
[    2.328199] init: - watchdog -
[    2.515279] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    2.523636] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.533083] hub 1-1:1.0: USB hub found
[    2.538568] hub 1-1:1.0: 5 ports detected
[    2.824984] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    2.945227] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    2.953748] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.965305] smsc95xx v1.0.4
[    3.028108] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:86:3a:0e
[    3.333619] init: - preinit -
[    3.392942] random: procd urandom read with 72 bits of entropy available
[    6.461303] mount_root: mounting /dev/root
[    6.469618] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    6.510212] procd: - early -
[    6.515223] procd: - watchdog -
[    7.163297] procd: - ubus -
[    9.174819] procd: - init -
[    9.742926] NET: Registered protocol family 10
[    9.771640] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    9.790114] hidraw: raw HID events driver (C) Jiri Kosina
[    9.820899] usbcore: registered new interface driver cdc_ncm
[    9.828952] usbcore: registered new interface driver cdc_wdm
[    9.838088] ip_tables: (C) 2000-2006 Netfilter Core Team
[    9.850234] nf_conntrack version 0.5.0 (14892 buckets, 59568 max)
[    9.927333] usbcore: registered new interface driver qmi_wwan
[    9.935495] usbcore: registered new interface driver sierra_net
[    9.944985] usbcore: registered new interface driver usbhid
[    9.951819] usbhid: USB HID core driver
[    9.958952] usbcore: registered new interface driver usbserial
[    9.966144] usbcore: registered new interface driver usbserial_generic
[    9.973920] usbserial: USB Serial support registered for generic
[    9.989019] xt_time: kernel timezone is -0000
[    9.995516] usbcore: registered new interface driver cdc_mbim
[   10.008755] PPP generic driver version 2.4.2
[   10.015288] NET: Registered protocol family 24
[   10.021888] usbcore: registered new interface driver sierra
[   10.028878] usbserial: USB Serial support registered for Sierra USB modem
[   10.041497] usbcore: registered new interface driver qcserial
[   10.048729] usbserial: USB Serial support registered for Qualcomm USB modem
[   12.396986] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   12.407512] device eth0 entered promiscuous mode
[   12.415839] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   13.474997] usb 1-1.5: new high-speed USB device number 4 using dwc_otg
[   13.595679] usb 1-1.5: config 1 has an invalid interface number: 12 but max is 3
[   13.605983] usb 1-1.5: config 1 has an invalid interface number: 13 but max is 3
[   13.616524] usb 1-1.5: config 1 has an invalid interface number: 13 but max is 3
[   13.627241] usb 1-1.5: config 1 has no interface number 1
[   13.634391] usb 1-1.5: config 1 has no interface number 2
[   13.642054] usb 1-1.5: New USB device found, idVendor=1199, idProduct=9071
[   13.650663] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   13.659713] usb 1-1.5: Product: Sierra Wireless MC7455 Qualcomm® Snapdragon™ X7 LTE-A
[   13.671168] usb 1-1.5: Manufacturer: Sierra Wireless, Incorporated
[   13.679129] usb 1-1.5: SerialNumber: LQ55110042011006
[   13.689346] cdc_mbim 1-1.5:1.12: cdc-wdm0: USB WDM device
[   13.698081] cdc_mbim 1-1.5:1.12 wwan0: register 'cdc_mbim' at usb-bcm2708_usb-1.5, CDC MBIM, 4e:56:ad:7e:c7:81
[   13.905973] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[   13.918791] br-lan: port 1(eth0) entered forwarding state
[   13.926024] br-lan: port 1(eth0) entered forwarding state
[   13.933472] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   15.924996] br-lan: port 1(eth0) entered forwarding state
[   20.305910] random: nonblocking pool is initialized
/$ ifconfig
br-lan    Link encap:Ethernet  HWaddr B8:27:EB:86:3A:0E  
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::ba27:ebff:fe86:3a0e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:322 errors:0 dropped:0 overruns:0 frame:0
          TX packets:353 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:32260 (31.5 KiB)  TX bytes:90258 (88.1 KiB)

eth0      Link encap:Ethernet  HWaddr B8:27:EB:86:3A:0E  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:325 errors:0 dropped:0 overruns:0 frame:0
          TX packets:351 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:32476 (31.7 KiB)  TX bytes:94106 (91.9 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:192 errors:0 dropped:0 overruns:0 frame:0
          TX packets:192 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:13728 (13.4 KiB)  TX bytes:13728 (13.4 KiB)
/$ cat /sys/kernel/debug/usb/devices

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh= 1
B:  Alloc=  0/800 us ( 0%), #Int= -3, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev= 3.18
S:  Manufacturer=Linux 3.18.23 dwc_otg_hcd
S:  Product=DWC OTG Controller
S:  SerialNumber=bcm2708_usb
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480  MxCh= 5
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=02 MxPS=64 #Cfgs=  1
P:  Vendor=0424 ProdID=9514 Rev= 2.00
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  2mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=01 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms
I:* If#= 0 Alt= 1 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=02 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  3 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=ff(vend.) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0424 ProdID=ec00 Rev= 2.00
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  2mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff Driver=smsc95xx
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=  16 Ivl=1ms

T:  Bus=01 Lev=02 Prnt=02 Port=04 Cnt=02 Dev#=  4 Spd=480  MxCh= 0
D:  Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1199 ProdID=9071 Rev= 0.06
S:  Manufacturer=Sierra Wireless, Incorporated
S:  Product=Sierra Wireless MC7455 Qualcomm® Snapdragon™ X7 LTE-A
S:  SerialNumber=LQ55110042011006
C:* #Ifs= 4 Cfg#= 1 Atr=a0 MxPwr=500mA
A:  FirstIf#=12 IfCount= 2 Cls=02(comm.) Sub=0e Prot=00
I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E:  Ad=83(I) Atr=03(Int.) MxPS=  10 Ivl=32ms
E:  Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#=12 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=0e Prot=00 Driver=cdc_mbim
E:  Ad=85(I) Atr=03(Int.) MxPS=  64 Ivl=32ms
I:  If#=13 Alt= 0 #EPs= 0 Cls=0a(data ) Sub=00 Prot=02 Driver=cdc_mbim
I:* If#=13 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=02 Driver=cdc_mbim
E:  Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

Maybe try this mbim.sh

lteforum.at/attachments/mbim-zip.6001/

If that doesn’t work try the original mbim.sh from the firmware.

] br-lan: port 3(wlan1) entered forwarding state
Tue Dec  6 22:49:37 2016 kern.info kernel: [   14.254775] br-lan: port 3(wlan1) entered forwarding state
Tue Dec  6 22:49:37 2016 daemon.notice netifd: Bridge 'br-lan' link is up
Tue Dec  6 22:49:37 2016 daemon.notice netifd: Interface 'lan' has link connectivity 
Tue Dec  6 22:49:37 2016 daemon.notice netifd: radio1 (1590): wlan1: interface state UNINITIALIZED->COUNTRY_UPDATE
Tue Dec  6 22:49:37 2016 kern.debug kernel: [   14.320309] ieee80211 phy0: change: 0x100
Tue Dec  6 22:49:37 2016 daemon.notice netifd: radio0 (1589): Using interface wlan0 with hwaddr 62:38:e0:05:ab:c1 and ssid "Westrem5"
Tue Dec  6 22:49:37 2016 daemon.notice netifd: radio1 (1590): Using interface wlan1 with hwaddr 62:38:e0:05:ab:c0 and ssid "Westrem 2.4"
Tue Dec  6 22:49:37 2016 kern.debug kernel: [   14.390312] ieee80211 phy0: change: 0x100
Tue Dec  6 22:49:37 2016 kern.debug kernel: [   14.404833] ieee80211 phy0: change: 0x42
Tue Dec  6 22:49:37 2016 kern.debug kernel: [   14.577330] ieee80211 phy1: change: 0x100
Tue Dec  6 22:49:37 2016 kern.info kernel: [   14.585309] mvneta f1070000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
Tue Dec  6 22:49:37 2016 kern.debug kernel: [   14.589295] ieee80211 phy1: change: 0x42
Tue Dec  6 22:49:37 2016 kern.info kernel: [   14.613296] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
Tue Dec  6 22:49:37 2016 kern.info kernel: [   14.741314] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
Tue Dec  6 22:49:37 2016 kern.info kernel: [   14.747805] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Tue Dec  6 22:49:37 2016 kern.info kernel: [   14.754281] br-lan: port 2(wlan0) entered forwarding state
Tue Dec  6 22:49:37 2016 kern.info kernel: [   14.759810] br-lan: port 2(wlan0) entered forwarding state
Tue Dec  6 22:49:37 2016 kern.info kernel: [   14.765409] br-lan: port 1(eth1) entered forwarding state
Tue Dec  6 22:49:37 2016 kern.info kernel: [   14.770856] br-lan: port 1(eth1) entered forwarding state
Tue Dec  6 22:49:37 2016 daemon.notice netifd: Network device 'eth1' link is up
Tue Dec  6 22:49:37 2016 kern.info kernel: [   14.776385] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Tue Dec  6 22:49:37 2016 daemon.notice netifd: Network device 'eth0' link is up
Tue Dec  6 22:49:37 2016 daemon.notice netifd: Interface 'wan6' has link connectivity 
Tue Dec  6 22:49:37 2016 daemon.notice netifd: Interface 'wan6' is setting up now
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   devicetype: 0003 - remote
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   cellularclass: 0001
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   voiceclass: 0001 - no-voice
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   simclass: 0002
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   dataclass: 003C
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   smscaps: 0003
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   controlcaps: 0001
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   maxsessions: 0008
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   deviceid: 359072060093727
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   firmwareinfo: SWI9X30C_02.20.03.00
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   hardwareinfo: MC7455
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578): mbim[1578] Checking subscriber
Tue Dec  6 22:49:38 2016 daemon.notice netifd: radio0 (1589): wlan0: interface state HT_SCAN->ENABLED
Tue Dec  6 22:49:38 2016 daemon.notice netifd: radio0 (1589): wlan0: AP-ENABLED 
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   readystate: 0001 - initialized
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   simiccid: 89011201000302626658
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   subscriberid: 310120130262665
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   number: 6785960749
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578): mbim[1578] Register with network
Tue Dec  6 22:49:38 2016 daemon.notice netifd: radio1 (1590): wlan1: interface state COUNTRY_UPDATE->ENABLED
Tue Dec  6 22:49:38 2016 daemon.notice netifd: radio1 (1590): wlan1: AP-ENABLED 
Tue Dec  6 22:49:38 2016 daemon.notice netifd: Network device 'wlan0' link is up
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   nwerror: 0000 - unknown
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   registerstate: 0003 - home
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   registermode: 0001 - automatic
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   availabledataclasses: 0020 - lte
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   currentcellularclass: 0001 - gsm
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   provider_id: 310120
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   provider_name: Sprint
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   roamingtext: (null)
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578): mbim[1578] Attach to network
Tue Dec  6 22:49:38 2016 daemon.notice netifd: Network device 'wlan1' link is up
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   nwerror: 0000 - unknown
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   packetservicestate: 0002 - attached
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   uplinkspeed: 50000000
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   downlinkspeed: 300000000
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578): mbim[1578] Connect to network
Tue Dec  6 22:49:38 2016 daemon.info hostapd: wlan1: STA b0:e8:92:02:6c:c1 IEEE 802.11: authenticated
Tue Dec  6 22:49:38 2016 user.notice SQM: simple.qos was started on eth0 successfully
Tue Dec  6 22:49:38 2016 user.notice : SQM: simple.qos was started on eth0 successfully
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   sessionid: 0
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   activationstate: 0001 - activated
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   voicecallstate: 0000 - none
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   nwerror: 0000 - unknown
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578):   iptype: 0001 - ipv4
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578): mbim[1578] Get IP config
Tue Dec  6 22:49:38 2016 daemon.info hostapd: wlan1: STA b0:e8:92:02:6c:c1 IEEE 802.11: associated (aid 1)
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578): 255.255.255.248
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578): IP: 21.22.211.204 255.255.255.248
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578): GW: 21.22.211.205
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578): DNS: 68.28.67.132
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578): mbim[1578] Connected, setting IP
Tue Dec  6 22:49:38 2016 kern.info kernel: [   15.246944] 8021q: adding VLAN 0 to HW filter on device wwan0
Tue Dec  6 22:49:38 2016 daemon.notice netifd: Interface 'wan' is now up
Tue Dec  6 22:49:38 2016 daemon.notice netifd: Network device 'wwan0' link is up
Tue Dec  6 22:49:38 2016 daemon.info hostapd: wlan1: STA b0:e8:92:02:6c:c1 WPA: pairwise key handshake completed (RSN)
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578): Interface wwan0 not found
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1578): 255.255.255.248
Tue Dec  6 22:49:38 2016 user.notice : setting up led WAN
Tue Dec  6 22:49:38 2016 user.notice : setting up led USB2
Tue Dec  6 22:49:38 2016 user.notice : setting up led USB3
Tue Dec  6 22:49:38 2016 user.info watchcat: starting all tasks
Tue Dec  6 22:49:38 2016 user.info watchcat: started task (mode=ping;period=30;pinghosts=8.8.8.8;pingperiod=15;forcedelay=30)
Tue Dec  6 22:49:38 2016 user.info watchcat: all tasks started
Tue Dec  6 22:49:38 2016 daemon.info procd: - init complete -
Tue Dec  6 22:49:39 2016 kern.info kernel: [   16.257288] br-lan
 Connecting to 192.168.1.1 port 22, please wait...
login as: 
root@192.168.1.1's password: 


BusyBox v1.24.2 () built-in shell (ash)

     _________
    /        /\      _    ___ ___  ___
   /  LE    /  \    | |  | __|   \| __|
  /    DE  /    \   | |__| _|| |) | _|
 /________/  LE  \  |____|___|___/|___|                      lede-project.org
 \        \   DE /
  \    LE  \    /  -----------------------------------------------------------
   \  DE    \  /    Reboot (HEAD, r1114)
    \________\/    -----------------------------------------------------------

dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.4.15 (fs@ubuntu-freenas) (gcc version 5.4.0 (LEDE GCC 5.4.0 r1114) ) #4 SMP Mon Jul 25 16:37:53 UTC 2016
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Linksys WRT1900ACS
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c05c9ec0, node_mem_map dfbf9000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] PERCPU: Embedded 12 pages/cpu @dfbcf000 s17984 r8192 d22976 u49152
[    0.000000] pcpu-alloc: s17984 r8192 d22976 u49152 alloc=12*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mtdblock7 ro rootdelay=1 rootfstype=jffs2 earlyprintk mtdparts=armada-nand:2048K(uboot)ro,256K(u_env),256K(s_env),1m@9m(devinfo),40m@10m(kernel),34m@16m(rootfs),40m@50m(alt_kernel),34m@56m(alt_rootfs),80m@10m(ubifs),-@90m(syscfg)
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 513224K/524288K available (4083K kernel code, 171K rwdata, 1528K rodata, 256K init, 295K bss, 11064K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc05831e8   (5613 kB)
[    0.000000]       .init : 0xc0584000 - 0xc05c4000   ( 256 kB)
[    0.000000]       .data : 0xc05c4000 - 0xc05eee34   ( 172 kB)
[    0.000000]        .bss : 0xc05eee34 - 0xc0638a6c   ( 296 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]   RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] mvebu_mbus: [Firmware Warn]: deprecated mbus-mvebu Device Tree, suspend/resume will not work
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 D prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB
[    0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001
[    0.000000] Switching to timer-based delay loop, resolution 40ns
[    0.000003] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
[    0.000009] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[    0.000114] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000)
[    0.000120] pid_max: default: 32768 minimum: 301
[    0.000156] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000160] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000354] CPU: Testing write buffer coherency: ok
[    0.000453] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.000477] Setting up static identity map for 0x8280 - 0x82d8
[    0.000554] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
[    0.000631] mvebu-pmsu: Initializing Power Management Service Unit
[    0.001025] Booting CPU 1
[    0.001183] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.001211] Brought up 2 CPUs
[    0.001216] SMP: Total of 2 processors activated (100.00 BogoMIPS).
[    0.001219] CPU: All CPU(s) started in SVC mode.
[    0.002888] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.002962] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.003001] pinctrl core: initialized pinctrl subsystem
[    0.003308] NET: Registered protocol family 16
[    0.003800] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.015937] cpuidle: using governor ladder
[    0.018386] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling
[    0.018393] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling
[    0.028396] reg-fixed-voltage xhci0-vbus: could not find pctldev for node /soc/internal-regs/pinctrl@18000/xhci0-vbus-pins, deferring probe
[    0.028551] SCSI subsystem initialized
[    0.028616] libata version 3.00 loaded.
[    0.028734] usbcore: registered new interface driver usbfs
[    0.028761] usbcore: registered new interface driver hub
[    0.028782] usbcore: registered new device driver usb
[    0.029293] clocksource: Switched to clocksource armada_370_xp_clocksource
[    0.029706] NET: Registered protocol family 2
[    0.029920] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.029944] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.029977] TCP: Hash tables configured (established 4096 bind 4096)
[    0.029998] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.030010] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.030074] NET: Registered protocol family 1
[    0.030092] PCI: CLS 0 bytes, default 64
[    0.030473] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.032745] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.032754] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.033421] io scheduler noop registered
[    0.033428] io scheduler deadline registered (default)
[    0.033809] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[    0.034112] irq: Cannot allocate irq_descs @ IRQ44, assuming pre-allocated
[    0.034248] irq: Cannot allocate irq_descs @ IRQ76, assuming pre-allocated
[    0.034540] mvebu-pcie soc:pcie-controller: PCI host bridge to bus 0000:00
[    0.034547] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff]
[    0.034552] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[    0.034557] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.034571] pci 0000:00:01.0: [11ab:6820] type 01 class 0x060400
[    0.034661] pci 0000:00:02.0: [11ab:6820] type 01 class 0x060400
[    0.034740] PCI: bus0: Fast back to back transfers disabled
[    0.034746] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.034752] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.034812] pci 0000:01:00.0: [11ab:2a55] type 00 class 0x020000
[    0.034839] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x400fffff 64bit pref]
[    0.034850] pci 0000:01:00.0: reg 0x18: [mem 0x40100000-0x401fffff 64bit pref]
[    0.034901] pci 0000:01:00.0: supports D1 D2
[    0.034905] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.034966] PCI: bus1: Fast back to back transfers disabled
[    0.034972] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.035032] pci 0000:02:00.0: [11ab:2a55] type 00 class 0x020000
[    0.035065] pci 0000:02:00.0: reg 0x10: [mem 0x42000000-0x420fffff 64bit pref]
[    0.035078] pci 0000:02:00.0: reg 0x18: [mem 0x42100000-0x421fffff 64bit pref]
[    0.035145] pci 0000:02:00.0: supports D1 D2
[    0.035149] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.035215] PCI: bus2: Fast back to back transfers disabled
[    0.035221] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    0.035268] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe01fffff]
[    0.035274] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0200000-0xe03fffff]
[    0.035281] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit pref]
[    0.035291] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0100000-0xe01fffff 64bit pref]
[    0.035300] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.035305] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe01fffff]
[    0.035312] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0200000-0xe02fffff 64bit pref]
[    0.035322] pci 0000:02:00.0: BAR 2: assigned [mem 0xe0300000-0xe03fffff 64bit pref]
[    0.035332] pci 0000:00:02.0: PCI bridge to [bus 02]
[    0.035337] pci 0000:00:02.0:   bridge window [mem 0xe0200000-0xe03fffff]
[    0.035430] mv_xor f1060800.xor: Marvell shared XOR driver
[    0.053747] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.053830] mv_xor f1060900.xor: Marvell shared XOR driver
[    0.073717] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.073859] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.074123] console [ttyS0] disabled
[    0.094187] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 21, base_baud = 12500000) is a 16550A
[    0.804121] console [ttyS0] enabled
[    0.807948] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    0.817045] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    0.826446] scsi host0: ahci-mvebu
[    0.830018] scsi host1: ahci-mvebu
[    0.833528] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 41
[    0.841485] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 41
[    0.849829] pxa3xx-nand f10d0000.flash: This platform can't do DMA on this device
[    0.857636] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xf1
[    0.864024] nand: AMD/Spansion S34ML01G2
[    0.867966] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    0.875573] pxa3xx-nand f10d0000.flash: ECC strength 16, ECC step size 2048
[    0.882755] Bad block table found at page 65472, version 0x01
[    0.888865] Bad block table found at page 65408, version 0x01
[    0.894899] 10 ofpart partitions found on MTD device pxa3xx_nand-0
[    0.901111] Creating 10 MTD partitions on "pxa3xx_nand-0":
[    0.906624] 0x000000000000-0x000000200000 : "u-boot"
[    0.911906] 0x000000200000-0x000000240000 : "u_env"
[    0.917068] 0x000000240000-0x000000280000 : "s_env"
[    0.922231] 0x000000900000-0x000000a00000 : "devinfo"
[    0.927576] 0x000000a00000-0x000003200000 : "kernel1"
[    0.932947] 0x000001000000-0x000003200000 : "rootfs1"
[    0.938306] 0x000003200000-0x000005a00000 : "kernel2"
[    0.943650] 0x000003800000-0x000005a00000 : "ubi"
[    0.948639] 0x000005a00000-0x000008000000 : "syscfg"
[    0.953909] 0x000000280000-0x000000900000 : "unused_area"
[    0.960031] libphy: Fixed MDIO Bus: probed
[    0.964249] libphy: orion_mdio_bus: probed
[    0.968509] mvneta_bm f10c8000.bm: Buffer Manager for network controller enabled
[    0.977423] mvneta f1034000.ethernet eth0: Using random mac address 36:3d:54:99:2d:f9
[    0.986439] mvneta f1070000.ethernet eth1: Using hardware mac address 60:38:e0:05:ab:bf
[    0.994545] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.001114] ehci-pci: EHCI PCI platform driver
[    1.005614] ehci-platform: EHCI generic platform driver
[    1.010953] ehci-orion: EHCI orion driver
[    1.015054] orion-ehci f1058000.usb: EHCI Host Controller
[    1.020493] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[    1.028155] orion-ehci f1058000.usb: irq 36, io mem 0xf1058000
[    1.045296] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[    1.051476] hub 1-0:1.0: USB hub found
[    1.055260] hub 1-0:1.0: 1 port detected
[    1.059570] usbcore: registered new interface driver usb-storage
[    1.065749] armada38x-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0
[    1.073404] i2c /dev entries driver
[    1.088404] orion_wdt: Initial timeout 171 sec
[    1.096233] marvell-cesa f1090000.crypto: CESA device successfully registered
[    1.103905] NET: Registered protocol family 10
[    1.108815] NET: Registered protocol family 17
[    1.113308] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    1.125977] 8021q: 802.1Q VLAN Support v1.8
[    1.130247] Registering SWP/SWPB emulation handler
[    1.135813] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.141175] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 2
[    1.148802] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    1.157391] xhci-hcd f10f8000.usb3: irq 43, io mem 0xf10f8000
[    1.163442] hub 2-0:1.0: USB hub found
[    1.167258] hub 2-0:1.0: 1 port detected
[    1.171299] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.176646] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 3
[    1.184185] ata2: SATA link down (SStatus 0 SControl 300)
[    1.189633] ata1: SATA link down (SStatus 0 SControl 300)
[    1.195087] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.203413] hub 3-0:1.0: USB hub found
[    1.207198] hub 3-0:1.0: 1 port detected
[    1.211475] UBI: auto-attach mtd7
[    1.214637] ubi0: attaching mtd7
[    1.309876] ubi0: scanning is finished
[    1.318041] ubi0: attached mtd7 (name "ubi", size 34 MiB)
[    1.323471] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    1.330379] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    1.337197] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    1.344189] ubi0: good PEBs: 272, bad PEBs: 0, corrupted PEBs: 0
[    1.350222] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.357477] ubi0: max/mean erase counter: 33/13, WL threshold: 4096, image sequence number: 1968819168
[    1.366824] ubi0: available PEBs: 0, total reserved PEBs: 272, PEBs reserved for bad PEB handling: 20
[    1.376104] usb 1-1: new full-speed USB device number 2 using orion-ehci
[    1.377292] ubi0: background thread "ubi_bgt0d" started, PID 553
[    1.389254] block ubiblock0_0: created from ubi0:0(rootfs)
[    1.394788] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[    1.401978] mvsw61xx 10.mvsw61xx: Found MV88E6176 at f1072004.mdio-mi:10
[    1.408714] mvsw61xx 10.mvsw61xx: Using direct addressing
[    1.414186] armada38x-rtc f10a3800.rtc: setting system clock to 2105-01-14 21:39:10 UTC (4261412350)
[    1.424130] Waiting 1 sec before mounting root device...
[    1.625292] usb 1-1: new high-speed USB device number 3 using orion-ehci
[    1.764269] usb 1-1: config 1 has an invalid interface number: 12 but max is 3
[    1.771530] usb 1-1: config 1 has an invalid interface number: 13 but max is 3
[    1.778791] usb 1-1: config 1 has an invalid interface number: 13 but max is 3
[    1.786046] usb 1-1: config 1 has no interface number 1
[    1.791296] usb 1-1: config 1 has no interface number 2
[    2.435045] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    2.442357] Freeing unused kernel memory: 256K (c0584000 - c05c4000)
[    2.698721] init: Console is alive
[    2.702208] init: - watchdog -
[    3.007550] init: - preinit -
[    3.223447] random: procd urandom read with 119 bits of entropy available
[    6.282131] mount_root: loading kmods from internal overlay
[    6.341740] random: nonblocking pool is initialized
[    6.377761] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 645
[    6.406199] UBIFS (ubi0:1): recovery needed
[    6.469931] UBIFS (ubi0:1): recovery completed
[    6.474431] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[    6.482300] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    6.492259] UBIFS (ubi0:1): FS size: 25649152 bytes (24 MiB, 202 LEBs), journal size 1269760 bytes (1 MiB, 10 LEBs)
[    6.502739] UBIFS (ubi0:1): reserved for root: 1211472 bytes (1183 KiB)
[    6.509383] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 06305BAF-285D-4450-8427-60E08D67B843, small LPT model
[    6.521497] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[    6.531560] block: extroot: not configured
[    6.545343] UBIFS (ubi0:1): un-mount UBI device 0
[    6.550081] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
[    6.558013] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 648
[    6.608532] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[    6.616404] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    6.626365] UBIFS (ubi0:1): FS size: 25649152 bytes (24 MiB, 202 LEBs), journal size 1269760 bytes (1 MiB, 10 LEBs)
[    6.636847] UBIFS (ubi0:1): reserved for root: 1211472 bytes (1183 KiB)
[    6.643492] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 06305BAF-285D-4450-8427-60E08D67B843, small LPT model
[    6.656657] mount_root: loading kmods from internal overlay
[    6.732767] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[    6.741142] block: extroot: not configured
[    6.754000] mount_root: switching to jffs2 overlay
[    6.793251] ubi1: attaching mtd8
[    6.896870] ubi1: scanning is finished
[    6.905019] ubi1: attached mtd8 (name "syscfg", size 38 MiB)
[    6.910713] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    6.917620] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    6.924439] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
[    6.931430] ubi1: good PEBs: 296, bad PEBs: 8, corrupted PEBs: 0
[    6.937463] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
[    6.944717] ubi1: max/mean erase counter: 24/16, WL threshold: 4096, image sequence number: 86666086
[    6.953888] ubi1: available PEBs: 0, total reserved PEBs: 296, PEBs reserved for bad PEB handling: 12
[    6.963154] ubi1: background thread "ubi_bgt1d" started, PID 657
[    6.973867] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 664
[    7.024643] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "syscfg"
[    7.032080] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.042041] UBIFS (ubi1:0): FS size: 34283520 bytes (32 MiB, 270 LEBs), journal size 1777664 bytes (1 MiB, 14 LEBs)
[    7.052523] UBIFS (ubi1:0): reserved for root: 1619295 bytes (1581 KiB)
[    7.059171] UBIFS (ubi1:0): media format: w4/r0 (latest is w4/r0), UUID C3220484-44C0-4BBB-B21E-CC5FCE412EAE, small LPT model
[    7.071687] urandom-seed: Seeding with /etc/urandom.seed
[    7.104528] procd: - early -
[    7.107480] procd: - watchdog -
[    7.658339] procd: - ubus -
[    7.713336] procd: - init -
[    7.823791] tun: Universal TUN/TAP device driver, 1.6
[    7.828883] tun: (C) 1999-2004 Max Krasnyansky 
[    7.836174] sit: IPv6 over IPv4 tunneling driver
[    7.843203] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    7.851328] Loading modules backported from Linux version wt-2016-06-20-0-gbc17424
[    7.858970] Backport generated by backports.git backports-20160216-7-g5735958
[    7.877236] >
[    7.884798] pci 0000:00:01.0: enabling device (0140 -> 0142)
[    7.890737] ieee80211 phy0: priv->iobase0 = e1080000
[    7.890750] ieee80211 phy0: priv->iobase1 = e1200000
[    7.890784] ieee80211 phy0: priv->pcmd_buf = dde8c000  priv->pphys_cmd_buf = 1de8c000
[    7.917301] ieee80211 phy0: fw download start
[    8.033153] ieee80211 phy0: FwSize = 117828 downloaded Size = 117828 curr_iteration 65497
[    8.905290] ieee80211 phy0: fw download complete
[    8.906318] ieee80211 phy0: pcmd = dde8c000
[    8.924300] ieee80211 phy0: firmware version: 0x7020902
[    8.952397] ieee80211 phy0: regdomain: FCC
[    8.952403] ieee80211 phy0: Channel: 36: 0x0 0x0 0xf
[    8.952410] ieee80211 phy0: 12 12 12 12 12 12 12 12 10 10 10 10 f f f f 
[    8.952414] ieee80211 phy0: Channel: 40: 0x0 0x0 0xf
[    8.952421] ieee80211 phy0: 16 16 16 16 16 16 16 16 16 16 16 16 f f f f 
[    8.952425] ieee80211 phy0: Channel: 44: 0x0 0x0 0xf
[    8.952431] ieee80211 phy0: 16 16 16 16 16 16 16 16 16 16 16 16 f f f f 
[    8.952435] ieee80211 phy0: Channel: 48: 0x0 0x0 0xf
[    8.952441] ieee80211 phy0: 16 16 16 16 16 16 16 16 16 16 16 16 f f f f 
[    8.952444] ieee80211 phy0: Channel: 52: 0x0 0x0 0xf
[    8.952451] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 
[    8.952454] ieee80211 phy0: Channel: 56: 0x0 0x0 0xf
[    8.952461] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 
[    8.952464] ieee80211 phy0: Channel: 60: 0x0 0x0 0xf
[    8.952470] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 
[    8.952474] ieee80211 phy0: Channel: 64: 0x0 0x0 0xf
[    8.952480] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 
[    8.952484] ieee80211 phy0: Channel: 100: 0x0 0x0 0xf
[    8.952491] ieee80211 phy0: 10 10 10 10 11 11 11 11 12 12 12 12 10 10 10 10 
[    8.952494] ieee80211 phy0: Channel: 104: 0x0 0x0 0xf
[    8.952501] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 
[    8.952504] ieee80211 phy0: Channel: 108: 0x0 0x0 0xf
[    8.952511] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[    8.952514] ieee80211 phy0: Channel: 112: 0x0 0x0 0xf
[    8.952521] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[    8.952524] ieee80211 phy0: Channel: 116: 0x0 0x0 0xf
[    8.952530] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[    8.952534] ieee80211 phy0: Channel: 120: 0x0 0x0 0xf
[    8.952540] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[    8.952544] ieee80211 phy0: Channel: 124: 0x0 0x0 0xf
[    8.952550] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[    8.952554] ieee80211 phy0: Channel: 128: 0x0 0x0 0xf
[    8.952560] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[    8.952564] ieee80211 phy0: Channel: 132: 0x0 0x0 0xf
[    8.952570] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[    8.952573] ieee80211 phy0: Channel: 136: 0x0 0x0 0xf
[    8.952580] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[    8.952583] ieee80211 phy0: Channel: 140: 0x0 0x0 0xf
[    8.952589] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[    8.952593] ieee80211 phy0: Channel: 149: 0x0 0x0 0xf
[    8.952599] ieee80211 phy0: 16 16 16 16 16 16 16 16 15 15 15 15 15 15 15 15 
[    8.952603] ieee80211 phy0: Channel: 153: 0x0 0x0 0xf
[    8.952609] ieee80211 phy0: 16 16 16 16 15 15 15 15 15 15 15 15 15 15 15 15 
[    8.952613] ieee80211 phy0: Channel: 157: 0x0 0x0 0xf
[    8.952619] ieee80211 phy0: 16 16 16 16 15 15 15 15 15 15 15 15 15 15 15 15 
[    8.952623] ieee80211 phy0: Channel: 161: 0x0 0x0 0xf
[    8.952629] ieee80211 phy0: 16 16 16 16 15 15 15 15 15 15 15 15 15 15 15 15 
[    8.952632] ieee80211 phy0: Channel: 165: 0x0 0x0 0xf
[    8.952639] ieee80211 phy0: 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 
[    8.953269] ieee80211 phy0: 2G disabled, 5G enabled
[    8.958192] ieee80211 phy0: 4 TX antennas, 4 RX antennas
[    8.963619] pci 0000:00:02.0: enabling device (0140 -> 0142)
[    8.969365] ieee80211 phy1: priv->iobase0 = e1380000
[    8.969377] ieee80211 phy1: priv->iobase1 = e1500000
[    8.969411] ieee80211 phy1: priv->pcmd_buf = ddb3c000  priv->pphys_cmd_buf = 1db3c000
[    8.973308] ieee80211 phy1: fw download start
[    9.090050] ieee80211 phy1: FwSize = 117828 downloaded Size = 117828 curr_iteration 65511
[    9.953291] ieee80211 phy1: fw download complete
[    9.954302] ieee80211 phy1: pcmd = ddb3c000
[    9.972300] ieee80211 phy1: firmware version: 0x7020902
[    9.997375] ieee80211 phy1: regdomain: FCC
[    9.997381] ieee80211 phy1: Channel: 1: 0x0 0x0 0xf
[    9.997388] ieee80211 phy1: 17 10 10 10 f f f f e e e e 0 0 0 0 
[    9.997392] ieee80211 phy1: Channel: 2: 0x0 0x0 0xf
[    9.997399] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[    9.997402] ieee80211 phy1: Channel: 3: 0x0 0x0 0xf
[    9.997409] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[    9.997412] ieee80211 phy1: Channel: 4: 0x0 0x0 0xf
[    9.997419] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[    9.997422] ieee80211 phy1: Channel: 5: 0x0 0x0 0xf
[    9.997429] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[    9.997433] ieee80211 phy1: Channel: 6: 0x0 0x0 0xf
[    9.997439] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[    9.997443] ieee80211 phy1: Channel: 7: 0x0 0x0 0xf
[    9.997449] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[    9.997453] ieee80211 phy1: Channel: 8: 0x0 0x0 0xf
[    9.997459] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[    9.997463] ieee80211 phy1: Channel: 9: 0x0 0x0 0xf
[    9.997469] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[    9.997473] ieee80211 phy1: Channel: 10: 0x0 0x0 0xf
[    9.997479] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[    9.997483] ieee80211 phy1: Channel: 11: 0x0 0x0 0xf
[    9.997489] ieee80211 phy1: 17 12 12 12 13 13 13 13 f f f f 0 0 0 0 
[    9.998113] ieee80211 phy1: 2G enabled, 5G disabled
[   10.003042] ieee80211 phy1: 4 TX antennas, 4 RX antennas
[   10.010699] u32 classifier
[   10.013435]     input device check on
[   10.017112]     Actions configured
[   10.020963] Mirror/redirect action on
[   10.026101] nf_conntrack version 0.5.0 (8023 buckets, 32092 max)
[   10.038520] usbcore: registered new interface driver cdc_wdm
[   10.045166] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.095930] usbcore: registered new interface driver usbserial
[   10.101835] usbcore: registered new interface driver usbserial_generic
[   10.108422] usbserial: USB Serial support registered for generic
[   10.121458] xt_time: kernel timezone is -0000
[   10.126170] usbcore: registered new interface driver cdc_eem
[   10.132279] usbcore: registered new interface driver cdc_ether
[   10.138888] usbcore: registered new interface driver cdc_ncm
[   10.144861] usbcore: registered new interface driver cdc_subset
[   10.151125] usbcore: registered new interface driver huawei_cdc_ncm
[   10.160110] PPP generic driver version 2.4.2
[   10.164808] NET: Registered protocol family 24
[   10.169735] usbcore: registered new interface driver qmi_wwan
[   10.176003] usbcore: registered new interface driver rndis_host
[   10.182300] usbcore: registered new interface driver sierra
[   10.187937] usbserial: USB Serial support registered for Sierra USB modem
[   10.195230] usbcore: registered new interface driver sierra_net
[   10.204237] cdc_mbim 1-1:1.12: cdc-wdm0: USB WDM device
[   10.209898] cdc_mbim 1-1:1.12 wwan0: register 'cdc_mbim' at usb-f1058000.usb-1, CDC MBIM, f2:0f:ef:d0:18:2b
[   10.219782] usbcore: registered new interface driver cdc_mbim
[   10.226755] usbcore: registered new interface driver option
[   10.232442] usbserial: USB Serial support registered for GSM modem (1-port)
[   10.240844] usbcore: registered new interface driver qcserial
[   10.246673] usbserial: USB Serial support registered for Qualcomm USB modem
[   10.253907] qcserial 1-1:1.0: Qualcomm USB modem converter detected
[   10.260315] usb 1-1: Qualcomm USB modem converter now attached to ttyUSB0
[   10.267408] qcserial 1-1:1.3: Qualcomm USB modem converter detected
[   10.273861] usb 1-1: Qualcomm USB modem converter now attached to ttyUSB1
[   12.586768] device eth1 entered promiscuous mode
[   12.595851] br-lan: port 1(eth1) entered forwarding state
[   12.601315] br-lan: port 1(eth1) entered forwarding state
[   12.616978] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.909053] ieee80211 phy1: regdomain: FCC
[   12.913202] ieee80211 phy1: Channel: 1: 0x0 0x0 0xf
[   12.918136] ieee80211 phy1: 17 10 10 10 f f f f e e e e 0 0 0 0 
[   12.924213] ieee80211 phy1: Channel: 2: 0x0 0x0 0xf
[   12.929156] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[   12.935933] ieee80211 phy1: Channel: 3: 0x0 0x0 0xf
[   12.940867] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[   12.947628] ieee80211 phy1: Channel: 4: 0x0 0x0 0xf
[   12.952559] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[   12.959328] ieee80211 phy1: Channel: 5: 0x0 0x0 0xf
[   12.964254] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[   12.971000] ieee80211 phy1: Channel: 6: 0x0 0x0 0xf
[   12.975907] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[   12.982641] ieee80211 phy1: Channel: 7: 0x0 0x0 0xf
[   12.987544] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[   12.994282] ieee80211 phy1: Channel: 8: 0x0 0x0 0xf
[   12.999189] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[   13.005925] ieee80211 phy1: Channel: 9: 0x0 0x0 0xf
[   13.010829] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[   13.017562] ieee80211 phy1: Channel: 10: 0x0 0x0 0xf
[   13.022553] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 
[   13.029288] ieee80211 phy1: Channel: 11: 0x0 0x0 0xf
[   13.034280] ieee80211 phy1: 17 12 12 12 13 13 13 13 f f f f 0 0 0 0 
[   13.040681] ieee80211 phy0: regdomain: FCC
[   13.044799] ieee80211 phy0: Channel: 36: 0x0 0x0 0xf
[   13.049791] ieee80211 phy0: 12 12 12 12 12 12 12 12 10 10 10 10 f f f f 
[   13.056524] ieee80211 phy0: Channel: 40: 0x0 0x0 0xf
[   13.061521] ieee80211 phy0: 16 16 16 16 16 16 16 16 16 16 16 16 f f f f 
[   13.068255] ieee80211 phy0: Channel: 44: 0x0 0x0 0xf
[   13.073246] ieee80211 phy0: 16 16 16 16 16 16 16 16 16 16 16 16 f f f f 
[   13.079979] ieee80211 phy0: Channel: 48: 0x0 0x0 0xf
[   13.084971] ieee80211 phy0: 16 16 16 16 16 16 16 16 16 16 16 16 f f f f 
[   13.091704] ieee80211 phy0: Channel: 52: 0x0 0x0 0xf
[   13.096696] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 
[   13.103779] ieee80211 phy0: Channel: 56: 0x0 0x0 0xf
[   13.108770] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 
[   13.115853] ieee80211 phy0: Channel: 60: 0x0 0x0 0xf
[   13.120845] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 
[   13.127928] ieee80211 phy0: Channel: 64: 0x0 0x0 0xf
[   13.132918] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 
[   13.140001] ieee80211 phy0: Channel: 100: 0x0 0x0 0xf
[   13.145079] ieee80211 phy0: 10 10 10 10 11 11 11 11 12 12 12 12 10 10 10 10 
[   13.152162] ieee80211 phy0: Channel: 104: 0x0 0x0 0xf
[   13.157240] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 
[   13.164322] ieee80211 phy0: Channel: 108: 0x0 0x0 0xf
[   13.169400] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[   13.176481] ieee80211 phy0: Channel: 112: 0x0 0x0 0xf
[   13.181560] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[   13.188641] ieee80211 phy0: Channel: 116: 0x0 0x0 0xf
[   13.193723] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[   13.200807] ieee80211 phy0: Channel: 120: 0x0 0x0 0xf
[   13.205886] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[   13.212968] ieee80211 phy0: Channel: 124: 0x0 0x0 0xf
[   13.218046] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[   13.225128] ieee80211 phy0: Channel: 128: 0x0 0x0 0xf
[   13.230206] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[   13.237288] ieee80211 phy0: Channel: 132: 0x0 0x0 0xf
[   13.242366] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[   13.249448] ieee80211 phy0: Channel: 136: 0x0 0x0 0xf
[   13.254526] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[   13.261611] ieee80211 phy0: Channel: 140: 0x0 0x0 0xf
[   13.266690] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 
[   13.273772] ieee80211 phy0: Channel: 149: 0x0 0x0 0xf
[   13.278850] ieee80211 phy0: 16 16 16 16 16 16 16 16 15 15 15 15 15 15 15 15 
[   13.285932] ieee80211 phy0: Channel: 153: 0x0 0x0 0xf
[   13.291010] ieee80211 phy0: 16 16 16 16 15 15 15 15 15 15 15 15 15 15 15 15 
[   13.298140] ieee80211 phy0: Channel: 157: 0x0 0x0 0xf
[   13.303226] ieee80211 phy0: 16 16 16 16 15 15 15 15 15 15 15 15 15 15 15 15 
[   13.310309] ieee80211 phy0: Channel: 161: 0x0 0x0 0xf
[   13.315388] ieee80211 phy0: 16 16 16 16 15 15 15 15 15 15 15 15 15 15 15 15 
[   13.322472] ieee80211 phy0: Channel: 165: 0x0 0x0 0xf
[   13.327551] ieee80211 phy0: 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 
[   13.613301] ieee80211 phy0: change: 0xffffffff
[   13.745503] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   13.752099] br-lan: port 1(eth1) entered disabled state
[   13.759108] device wlan0 entered promiscuous mode
[   13.764605] ieee80211 phy0: change: 0x100
[   13.777359] ieee80211 phy0: change: 0x40
[   13.989323] ieee80211 phy0: change: 0x40
[   14.121307] ieee80211 phy1: change: 0xffffffff
[   14.213302] ieee80211 phy0: change: 0x40
[   14.237499] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[   14.244429] device wlan1 entered promiscuous mode
[   14.249228] br-lan: port 3(wlan1) entered forwarding state
[   14.254775] br-lan: port 3(wlan1) entered forwarding state
[   14.320309] ieee80211 phy0: change: 0x100
[   14.390312] ieee80211 phy0: change: 0x100
[   14.404833] ieee80211 phy0: change: 0x42
[   14.577330] ieee80211 phy1: change: 0x100
[   14.585309] mvneta f1070000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[   14.589295] ieee80211 phy1: change: 0x42
[   14.613296] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   14.741314] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[   14.747805] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   14.754281] br-lan: port 2(wlan0) entered forwarding state
[   14.759810] br-lan: port 2(wlan0) entered forwarding state
[   14.765409] br-lan: port 1(eth1) entered forwarding state
[   14.770856] br-lan: port 1(eth1) entered forwarding state
[   14.776385] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   15.246944] 8021q: adding VLAN 0 to HW filter on device wwan0
[   16.257288] br-lan: port 3(wlan1) entered forwarding state
[   16.761288] br-lan: port 2(wlan0) entered forwarding state
[   16.773289] br-lan: port 1(eth1) entered forwarding state
  Connecting to 192.168.1.1 port 22, please wait...
login as: 
root@192.168.1.1's password: 


BusyBox v1.24.2 () built-in shell (ash)

     _________
    /        /\      _    ___ ___  ___
   /  LE    /  \    | |  | __|   \| __|
  /    DE  /    \   | |__| _|| |) | _|
 /________/  LE  \  |____|___|___/|___|                      lede-project.org
 \        \   DE /
  \    LE  \    /  -----------------------------------------------------------
   \  DE    \  /    Reboot (HEAD, r1114)
    \________\/    -----------------------------------------------------------

ifconfig
br-lan    Link encap:Ethernet  HWaddr 60:38:E0:05:AB:BF  
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::6238:e0ff:fe05:abbf/64 Scope:Link
          inet6 addr: fdf9:4670:75ac::1/60 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:135713 errors:0 dropped:98 overruns:0 frame:0
          TX packets:153745 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:17778280 (16.9 MiB)  TX bytes:169919177 (162.0 MiB)

eth0      Link encap:Ethernet  HWaddr 62:38:E0:05:AB:BF  
          inet6 addr: fe80::6038:e0ff:fe05:abbf/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:92 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:532 
          RX bytes:0 (0.0 B)  TX bytes:14378 (14.0 KiB)
          Interrupt:35 

eth1      Link encap:Ethernet  HWaddr 60:38:E0:05:AB:BF  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:570 errors:0 dropped:0 overruns:0 frame:0
          TX packets:21516 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:532 
          RX bytes:56626 (55.2 KiB)  TX bytes:5094920 (4.8 MiB)
          Interrupt:37 

ifb4eth0  Link encap:Ethernet  HWaddr B6:67:FB:CE:60:1F  
          inet6 addr: fe80::b467:fbff:fece:601f/64 Scope:Link
          UP BROADCAST RUNNING NOARP  MTU:1500  Metric:1
          RX packets:3 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:32 
          RX bytes:152 (152.0 B)  TX bytes:152 (152.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:375 (375.0 B)  TX bytes:375 (375.0 B)

wlan0     Link encap:Ethernet  HWaddr 62:38:E0:05:AB:C1  
          inet6 addr: fe80::6038:e0ff:fe05:abc1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:35304 errors:0 dropped:0 overruns:0 frame:0
          TX packets:63108 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:6844137 (6.5 MiB)  TX bytes:32767992 (31.2 MiB)

wlan1     Link encap:Ethernet  HWaddr 62:38:E0:05:AB:C0  
          inet6 addr: fe80::6038:e0ff:fe05:abc0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:159877 errors:0 dropped:0 overruns:0 frame:0
          TX packets:207788 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:23792538 (22.6 MiB)  TX bytes:167886902 (160.1 MiB)

wwan0     Link encap:Ethernet  HWaddr F2:0F:EF:D0:18:2B  
          inet addr:21.22.211.204  Bcast:21.22.211.207  Mask:255.255.255.248
          inet6 addr: fe80::f00f:efff:fed0:182b/64 Scope:Link
          UP BROADCAST RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:150210 errors:0 dropped:0 overruns:0 frame:0
          TX packets:110525 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:167506612 (159.7 MiB)  TX bytes:12995204 (12.3 MiB)

There is some of my log to compare yours to.

Thanks man. I started working on this (again) tonight around 8:30pm, and its 4am (again). Running out of steam…again. Will try this out tomorrow.

Will try this tomorrow too, and if that works…(facepalm)…(insert expletive)…

I have a pi3 I was thinking about doing this also so anything I can do to help just let me know. For some reason I didn’t even think the packages were installable on the pi so I never tried. But using a pi as a gateway would make using any router very simple.

I was going to try a diferent route with mine. I installed ubuntu 4.5 linux kernel. I was going to try to use the official gobinet drivers in qmi instead of mbim since the official drivers only work on 4.5 kernel. Then I planned on bridging the connection to ethernet. I’m not to familiar with the drivers but I think you would then have a gui for the conection manager and it might be more simple, stable, and better to do it this way since you don’t want any routing anyway.

This was what I was thinking after my initial attempts at QMI through ASUSWRT-MERLIN failed. I have a handful of ASUS routers, and am very proficient in configuring and script automation in the ASUSWRT-MERLIN firmware. Just needed a stand-alone modem/gateway to serve as a replacement for a cable modem, since ASUSWRT and ASUSWRT-MERLIN can’t handle the QMI protocol. Hence the Pi3 and Pi2 attempts. And this would become portable to any environment used, even direct throughput via ethernet to a stand alone PC. It just essentially would serve as a stand alone LTE modem, in theory.

This is what I really wanted to do, considering the Pi3 has wireless N support (vs the Pi2 only having wired ethernet.) This could even serve as a stand-alone wifi hotspot. Unfortunately, I hadn’t really touched linux (aside from ASUSWRT scripting) up until a month or so ago.

I tried Raspian Jessie on the Pi, updated all packages I could, but got stuck on compiling drivers… No idea how to cross compile drivers for Raspian Jessie from the Sierra Wireless GobiNet and GobiSerial tarballs. Did a little research, but it seemed so damned involved, and I wanted to try other avenues to get this up and functional via Pi2 and OpenWRT 15.05.1, since there was already your walkthrough available.

If you end up compiling the GobiNet and GobiSerial drivers for any distro that issupported by the Pi3, I would definitely guinea pig that.

Alright, here are my results from Pi2 with all necessary packages installed for OpenWRT 15.05.1, and leaving the stock mbim.sh intact. Same result as the initial run using the modified mbim.sh…

cdc-wdm0 device created, but with “invalid interface number” errors for the MC7455 in dmesg… No WWAN access available.

/$ dmesg
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Linux version 3.18.23 (buildbot@builder1) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r48532) ) #1 SMP Sun Jan 31 11:13:07 CET 2016
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: BCM2709
[    0.000000] cma: Reserved 16 MiB at 0x3a000000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 241664
[    0.000000] free_area_init_node: node 0, pgdat 80498040, node_mem_map b988f000
[    0.000000]   Normal zone: 1888 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 241664 pages, LIFO batch:31
[    0.000000] [bcm2709_smp_init_cpus] enter (8520->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 9 pages/cpu @b9866000 s6720 r8192 d21952 u36864
[    0.000000] pcpu-alloc: s6720 r8192 d21952 u36864 alloc=9*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 239776
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041 bcm2709.serial=0xb6863a0e smsc95xx.macaddr=B8:27:EB:86:3A:0E bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 rpitestmode=1 console=tty1 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 936560K/966656K available (3376K kernel code, 218K rwdata, 1012K rodata, 168K init, 356K bss, 30096K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xbb800000 - 0xff000000   (1080 MB)
[    0.000000]     lowmem  : 0x80000000 - 0xbb000000   ( 944 MB)
[    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
[    0.000000]       .text : 0x80008000 - 0x80451354   (4389 kB)
[    0.000000]       .init : 0x80452000 - 0x8047c000   ( 168 kB)
[    0.000000]       .data : 0x8047c000 - 0x804b2ab8   ( 219 kB)
[    0.000000]        .bss : 0x804b2ab8 - 0x8050bb0c   ( 357 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:480
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[    0.000013] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
[    0.000032] Switching to timer-based delay loop, resolution 52ns
[    0.000510] Console: colour dummy device 80x30
[    0.001028] console [tty1] enabled
[    0.001060] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.001105] pid_max: default: 32768 minimum: 301
[    0.001442] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001482] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002376] CPU: Testing write buffer coherency: ok
[    0.002783] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.002816] [bcm2709_smp_prepare_cpus] enter
[    0.002931] Setting up static identity map for 0x127c0 - 0x12818
[    0.004738] [bcm2709_boot_secondary] cpu:1 started (0) 18
[    0.004989] CPU1: Booted secondary processor
[    0.004995] [bcm2709_secondary_init] enter cpu:1
[    0.005039] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.005509] [bcm2709_boot_secondary] cpu:2 started (0) 17
[    0.005705] CPU2: Booted secondary processor
[    0.005710] [bcm2709_secondary_init] enter cpu:2
[    0.005740] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.006170] [bcm2709_boot_secondary] cpu:3 started (0) 17
[    0.006345] CPU3: Booted secondary processor
[    0.006351] [bcm2709_secondary_init] enter cpu:3
[    0.006379] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.006453] Brought up 4 CPUs
[    0.006518] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.006539] CPU: All CPU(s) started in SVC mode.
[    0.024616] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.026462] NET: Registered protocol family 16
[    0.032048] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.060100] cpuidle: using governor ladder
[    0.090122] cpuidle: using governor menu
[    0.090540] bcm2709.uart_clock = 3000000
[    0.091994] mailbox: Broadcom VideoCore Mailbox driver
[    0.092084] bcm2708_vcio: mailbox at f300b880
[    0.092268] bcm_power: Broadcom power driver
[    0.092293] bcm_power_open() -> 0
[    0.092311] bcm_power_request(0, 8)
[    0.592999] bcm_mailbox_read -> 00000080, 0
[    0.593021] bcm_power_request -> 0
[    0.593168] Serial: AMBA PL011 UART driver
[    0.593282] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
[    1.021856] console [ttyAMA0] enabled
[    1.083458] SCSI subsystem initialized
[    1.087405] usbcore: registered new interface driver usbfs
[    1.092991] usbcore: registered new interface driver hub
[    1.098387] usbcore: registered new device driver usb
[    1.104916] Switched to clocksource arch_sys_counter
[    1.116404] NET: Registered protocol family 2
[    1.121762] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    1.128971] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    1.135612] TCP: Hash tables configured (established 8192 bind 8192)
[    1.142071] TCP: reno registered
[    1.145329] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    1.151301] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    1.157990] NET: Registered protocol family 1
[    1.162941] bcm2708_dma: DMA manager at f3007000
[    1.167710] bcm2708_gpio: bcm2708_gpio_probe 8049b488
[    1.173250] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[    1.182687] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.190175] msgmni has been set to 1861
[    1.194379] io scheduler noop registered
[    1.198347] io scheduler deadline registered
[    1.202637] io scheduler cfq registered (default)
[    1.208585] BCM2708FB: allocated DMA memory fa400000
[    1.213587] BCM2708FB: allocated DMA channel 0 @ f3007000
[    1.224996] Console: switching to colour frame buffer device 82x26
[    1.236711] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
[    1.245709] uart-pl011 dev:f1: no DMA platform data
[    1.252219] vc-cma: Videocore CMA driver
[    1.257590] vc-cma: vc_cma_base      = 0x00000000
[    1.263703] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.270482] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.284949] brd: module loaded
[    1.293255] loop: module loaded
[    1.297891] vchiq: vchiq_init_state: slot_zero = 0xba000000, is_master = 0
[    1.307031] usbcore: registered new interface driver smsc95xx
[    1.314193] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.521518] Core Release: 2.80a
[    1.525946] Setting default values for core params
[    1.532023] Finished setting default values for core params
[    1.739191] Using Buffer DMA mode
[    1.743755] Periodic Transfer Interrupt Enhancement - disabled
[    1.750910] Multiprocessor Interrupt Enhancement - disabled
[    1.757833] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.763526] Dedicated Tx FIFOs mode
[    1.768681] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xba414000 dma = 0xfa414000 len=9024
[    1.781302] FIQ FSM acceleration enabled for :
[    1.781302] Non-periodic Split Transactions
[    1.781302] Periodic Split Transactions
[    1.781302] High-Speed Isochronous Endpoints
[    1.803331] dwc_otg: Microframe scheduler enabled
[    1.803394] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80250b74
[    1.810749] WARN::hcd_init_fiq:413: FIQ ASM at 0x8000d5a8 length 36
[    1.818430] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb808000
[    1.825868] dwc_otg bcm2708_usb: DWC OTG Controller
[    1.832186] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[    1.840881] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[    1.847807] Init: Port Power? op_state=1
[    1.853085] Init: Power Port (0)
[    1.857895] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.866102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.874711] usb usb1: Product: DWC OTG Controller
[    1.880790] usb usb1: Manufacturer: Linux 3.18.23 dwc_otg_hcd
[    1.887915] usb usb1: SerialNumber: bcm2708_usb
[    1.894460] hub 1-0:1.0: USB hub found
[    1.899609] hub 1-0:1.0: 1 port detected
[    1.905271] dwc_otg: FIQ enabled
[    1.905282] dwc_otg: NAK holdoff enabled
[    1.905291] dwc_otg: FIQ split-transaction FSM enabled
[    1.905327] Module dwc_common_port init
[    1.905572] usbcore: registered new interface driver uas
[    1.912265] usbcore: registered new interface driver usb-storage
[    1.919646] mousedev: PS/2 mouse device common for all mice
[    1.926574] bcm2708 watchdog, heartbeat=10 sec (nowayout=0)
[    1.933491] sdhci: Secure Digital Host Controller Interface driver
[    1.940994] sdhci: Copyright(c) Pierre Ossman
[    1.946788] DMA channels allocated for the MMC driver
[    1.984938] Load BCM2835 MMC driver
[    1.994270] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.001866] TCP: cubic registered
[    2.006556] NET: Registered protocol family 17
[    2.012432] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    2.029876] Bridge firewalling registered
[    2.036324] 8021q: 802.1Q VLAN Support v1.8
[    2.043372] Registering SWP/SWPB emulation handler
[    2.050128] vc-sm: Videocore shared memory driver
[    2.056236] [vc_sm_connected_init]: start
[    2.062073] [vc_sm_connected_init]: end - returning 0
[    2.069187] Waiting for root device /dev/mmcblk0p2...
[    2.095164] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.111194] mmc0: new high speed SDHC card at address aaaa
[    2.115047] Indeed it is in host mode hprt0 = 00021501
[    2.125209] mmcblk0: mmc0:aaaa ACLCD 29.7 GiB 
[    2.135282]  mmcblk0: p1 p2
[    2.191681] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[    2.206549] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[    2.217228] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    2.225171] Freeing unused kernel memory: 168K (80452000 - 8047c000)
[    2.294993] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.303473] Indeed it is in host mode hprt0 = 00001101
[    2.325806] init: Console is alive
[    2.331087] init: - watchdog -
[    2.505253] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    2.513633] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.523110] hub 1-1:1.0: USB hub found
[    2.528617] hub 1-1:1.0: 5 ports detected
[    2.814941] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    2.935181] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    2.943647] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.955194] smsc95xx v1.0.4
[    3.018282] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:86:3a:0e
[    3.336563] init: - preinit -
[    3.396342] random: procd urandom read with 77 bits of entropy available
[    6.464298] mount_root: mounting /dev/root
[    6.472264] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    6.513600] procd: - early -
[    6.518208] procd: - watchdog -
[    7.204319] procd: - ubus -
[    8.210144] procd: - init -
[    8.783080] NET: Registered protocol family 10
[    8.814001] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    8.833780] hidraw: raw HID events driver (C) Jiri Kosina
[    8.866042] usbcore: registered new interface driver cdc_ncm
[    8.874493] usbcore: registered new interface driver cdc_wdm
[    8.883994] ip_tables: (C) 2000-2006 Netfilter Core Team
[    8.897173] nf_conntrack version 0.5.0 (14892 buckets, 59568 max)
[    8.987628] usbcore: registered new interface driver qmi_wwan
[    8.996203] usbcore: registered new interface driver sierra_net
[    9.006372] usbcore: registered new interface driver usbhid
[    9.013280] usbhid: USB HID core driver
[    9.021323] usbcore: registered new interface driver usbserial
[    9.028594] usbcore: registered new interface driver usbserial_generic
[    9.036601] usbserial: USB Serial support registered for generic
[    9.053436] xt_time: kernel timezone is -0000
[    9.060504] usbcore: registered new interface driver cdc_mbim
[    9.074350] PPP generic driver version 2.4.2
[    9.081232] NET: Registered protocol family 24
[    9.088303] usbcore: registered new interface driver sierra
[    9.095429] usbserial: USB Serial support registered for Sierra USB modem
[    9.108707] usbcore: registered new interface driver qcserial
[    9.116326] usbserial: USB Serial support registered for Qualcomm USB modem
[   11.647338] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   11.658349] device eth0 entered promiscuous mode
[   11.667571] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   13.258953] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[   13.271642] br-lan: port 1(eth0) entered forwarding state
[   13.278622] br-lan: port 1(eth0) entered forwarding state
[   13.285839] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   13.464947] usb 1-1.5: new high-speed USB device number 4 using dwc_otg
[   13.585926] usb 1-1.5: config 1 has an invalid interface number: 12 but max is 3
[   13.596402] usb 1-1.5: config 1 has an invalid interface number: 13 but max is 3
[   13.607080] usb 1-1.5: config 1 has an invalid interface number: 13 but max is 3
[   13.617860] usb 1-1.5: config 1 has no interface number 1
[   13.625016] usb 1-1.5: config 1 has no interface number 2
[   13.632926] usb 1-1.5: New USB device found, idVendor=1199, idProduct=9071
[   13.641559] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   13.650616] usb 1-1.5: Product: Sierra Wireless MC7455 Qualcomm® Snapdragon™ X7 LTE-A
[   13.650644] usb 1-1.5: Manufacturer: Sierra Wireless, Incorporated
[   13.650652] usb 1-1.5: SerialNumber: LQ55110042011006
[   13.654228] cdc_mbim 1-1.5:1.12: cdc-wdm0: USB WDM device
[   13.655566] cdc_mbim 1-1.5:1.12 wwan0: register 'cdc_mbim' at usb-bcm2708_usb-1.5, CDC MBIM, fe:8d:54:a2:aa:48
[   15.274921] br-lan: port 1(eth0) entered forwarding state
[   16.787016] random: nonblocking pool is initialized
/$ ifconfig
br-lan    Link encap:Ethernet  HWaddr B8:27:EB:86:3A:0E  
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::ba27:ebff:fe86:3a0e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1077 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1152 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:99666 (97.3 KiB)  TX bytes:185945 (181.5 KiB)

eth0      Link encap:Ethernet  HWaddr B8:27:EB:86:3A:0E  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1097 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1111 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:106126 (103.6 KiB)  TX bytes:194003 (189.4 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:2640 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2640 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:180192 (175.9 KiB)  TX bytes:180192 (175.9 KiB)
/$ cat /sys/kernel/debug/usb/devices

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh= 1
B:  Alloc=  0/800 us ( 0%), #Int= -6, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev= 3.18
S:  Manufacturer=Linux 3.18.23 dwc_otg_hcd
S:  Product=DWC OTG Controller
S:  SerialNumber=bcm2708_usb
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480  MxCh= 5
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=02 MxPS=64 #Cfgs=  1
P:  Vendor=0424 ProdID=9514 Rev= 2.00
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  2mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=01 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms
I:* If#= 0 Alt= 1 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=02 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  3 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=ff(vend.) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0424 ProdID=ec00 Rev= 2.00
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  2mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff Driver=smsc95xx
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=  16 Ivl=1ms

T:  Bus=01 Lev=02 Prnt=02 Port=04 Cnt=02 Dev#=  4 Spd=480  MxCh= 0
D:  Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1199 ProdID=9071 Rev= 0.06
S:  Manufacturer=Sierra Wireless, Incorporated
S:  Product=Sierra Wireless MC7455 Qualcomm® Snapdragon™ X7 LTE-A
S:  SerialNumber=LQ55110042011006
C:* #Ifs= 4 Cfg#= 1 Atr=a0 MxPwr=500mA
A:  FirstIf#=12 IfCount= 2 Cls=02(comm.) Sub=0e Prot=00
I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E:  Ad=83(I) Atr=03(Int.) MxPS=  10 Ivl=32ms
E:  Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#=12 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=0e Prot=00 Driver=cdc_mbim
E:  Ad=85(I) Atr=03(Int.) MxPS=  64 Ivl=32ms
I:  If#=13 Alt= 0 #EPs= 0 Cls=0a(data ) Sub=00 Prot=02 Driver=cdc_mbim
I:* If#=13 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=02 Driver=cdc_mbim
E:  Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

And the results with the NEW MBIM.SH file appear to show a new interface wwan0 registered in ifconfig, but dmesg still shows “invalid interface number” errors for the MC7455.

This appears to be a step in the right direction. Do I need to manually create a interface bridge between wwan0 and eth0 now? That is my best guess…

/$ dmesg
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Linux version 3.18.23 (buildbot@builder1) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r48532) ) #1 SMP Sun Jan 31 11:13:07 CET 2016
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: BCM2709
[    0.000000] cma: Reserved 16 MiB at 0x3a000000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 241664
[    0.000000] free_area_init_node: node 0, pgdat 80498040, node_mem_map b988f000
[    0.000000]   Normal zone: 1888 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 241664 pages, LIFO batch:31
[    0.000000] [bcm2709_smp_init_cpus] enter (8520->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 9 pages/cpu @b9866000 s6720 r8192 d21952 u36864
[    0.000000] pcpu-alloc: s6720 r8192 d21952 u36864 alloc=9*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 239776
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041 bcm2709.serial=0xb6863a0e smsc95xx.macaddr=B8:27:EB:86:3A:0E bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 rpitestmode=1 console=tty1 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 936560K/966656K available (3376K kernel code, 218K rwdata, 1012K rodata, 168K init, 356K bss, 30096K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xbb800000 - 0xff000000   (1080 MB)
[    0.000000]     lowmem  : 0x80000000 - 0xbb000000   ( 944 MB)
[    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
[    0.000000]       .text : 0x80008000 - 0x80451354   (4389 kB)
[    0.000000]       .init : 0x80452000 - 0x8047c000   ( 168 kB)
[    0.000000]       .data : 0x8047c000 - 0x804b2ab8   ( 219 kB)
[    0.000000]        .bss : 0x804b2ab8 - 0x8050bb0c   ( 357 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:480
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[    0.000013] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
[    0.000033] Switching to timer-based delay loop, resolution 52ns
[    0.000514] Console: colour dummy device 80x30
[    0.001031] console [tty1] enabled
[    0.001065] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.001109] pid_max: default: 32768 minimum: 301
[    0.001449] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001487] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002377] CPU: Testing write buffer coherency: ok
[    0.002782] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.002816] [bcm2709_smp_prepare_cpus] enter
[    0.002929] Setting up static identity map for 0x127c0 - 0x12818
[    0.004738] [bcm2709_boot_secondary] cpu:1 started (0) 19
[    0.004992] CPU1: Booted secondary processor
[    0.004998] [bcm2709_secondary_init] enter cpu:1
[    0.005043] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.005515] [bcm2709_boot_secondary] cpu:2 started (0) 18
[    0.005712] CPU2: Booted secondary processor
[    0.005717] [bcm2709_secondary_init] enter cpu:2
[    0.005746] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.006177] [bcm2709_boot_secondary] cpu:3 started (0) 17
[    0.006354] CPU3: Booted secondary processor
[    0.006359] [bcm2709_secondary_init] enter cpu:3
[    0.006388] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.006462] Brought up 4 CPUs
[    0.006527] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.006548] CPU: All CPU(s) started in SVC mode.
[    0.024672] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.026514] NET: Registered protocol family 16
[    0.032113] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.060114] cpuidle: using governor ladder
[    0.090136] cpuidle: using governor menu
[    0.090553] bcm2709.uart_clock = 3000000
[    0.092009] mailbox: Broadcom VideoCore Mailbox driver
[    0.092098] bcm2708_vcio: mailbox at f300b880
[    0.092281] bcm_power: Broadcom power driver
[    0.092309] bcm_power_open() -> 0
[    0.092327] bcm_power_request(0, 8)
[    0.593016] bcm_mailbox_read -> 00000080, 0
[    0.593039] bcm_power_request -> 0
[    0.593184] Serial: AMBA PL011 UART driver
[    0.593298] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
[    1.021874] console [ttyAMA0] enabled
[    1.083487] SCSI subsystem initialized
[    1.087436] usbcore: registered new interface driver usbfs
[    1.093022] usbcore: registered new interface driver hub
[    1.098419] usbcore: registered new device driver usb
[    1.104971] Switched to clocksource arch_sys_counter
[    1.116434] NET: Registered protocol family 2
[    1.121789] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    1.128995] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    1.135634] TCP: Hash tables configured (established 8192 bind 8192)
[    1.142093] TCP: reno registered
[    1.145355] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    1.151326] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    1.158025] NET: Registered protocol family 1
[    1.162972] bcm2708_dma: DMA manager at f3007000
[    1.167746] bcm2708_gpio: bcm2708_gpio_probe 8049b488
[    1.173291] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[    1.182717] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.190252] msgmni has been set to 1861
[    1.194500] io scheduler noop registered
[    1.198477] io scheduler deadline registered
[    1.202768] io scheduler cfq registered (default)
[    1.208745] BCM2708FB: allocated DMA memory fa400000
[    1.213773] BCM2708FB: allocated DMA channel 0 @ f3007000
[    1.225244] Console: switching to colour frame buffer device 82x26
[    1.236968] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
[    1.245973] uart-pl011 dev:f1: no DMA platform data
[    1.252487] vc-cma: Videocore CMA driver
[    1.257862] vc-cma: vc_cma_base      = 0x00000000
[    1.263980] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.270762] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.285236] brd: module loaded
[    1.293536] loop: module loaded
[    1.298172] vchiq: vchiq_init_state: slot_zero = 0xba000000, is_master = 0
[    1.307327] usbcore: registered new interface driver smsc95xx
[    1.314497] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.521840] Core Release: 2.80a
[    1.526271] Setting default values for core params
[    1.532348] Finished setting default values for core params
[    1.739514] Using Buffer DMA mode
[    1.744080] Periodic Transfer Interrupt Enhancement - disabled
[    1.751236] Multiprocessor Interrupt Enhancement - disabled
[    1.758159] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.763851] Dedicated Tx FIFOs mode
[    1.768999] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xba414000 dma = 0xfa414000 len=9024
[    1.781617] FIQ FSM acceleration enabled for :
[    1.781617] Non-periodic Split Transactions
[    1.781617] Periodic Split Transactions
[    1.781617] High-Speed Isochronous Endpoints
[    1.803634] dwc_otg: Microframe scheduler enabled
[    1.803703] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80250b74
[    1.811054] WARN::hcd_init_fiq:413: FIQ ASM at 0x8000d5a8 length 36
[    1.818733] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb808000
[    1.826172] dwc_otg bcm2708_usb: DWC OTG Controller
[    1.832504] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[    1.841189] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[    1.848114] Init: Port Power? op_state=1
[    1.853391] Init: Power Port (0)
[    1.858192] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.866396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.875025] usb usb1: Product: DWC OTG Controller
[    1.881093] usb usb1: Manufacturer: Linux 3.18.23 dwc_otg_hcd
[    1.888216] usb usb1: SerialNumber: bcm2708_usb
[    1.894760] hub 1-0:1.0: USB hub found
[    1.899907] hub 1-0:1.0: 1 port detected
[    1.905564] dwc_otg: FIQ enabled
[    1.905575] dwc_otg: NAK holdoff enabled
[    1.905584] dwc_otg: FIQ split-transaction FSM enabled
[    1.905618] Module dwc_common_port init
[    1.905838] usbcore: registered new interface driver uas
[    1.912538] usbcore: registered new interface driver usb-storage
[    1.919928] mousedev: PS/2 mouse device common for all mice
[    1.926865] bcm2708 watchdog, heartbeat=10 sec (nowayout=0)
[    1.933777] sdhci: Secure Digital Host Controller Interface driver
[    1.941279] sdhci: Copyright(c) Pierre Ossman
[    1.947073] DMA channels allocated for the MMC driver
[    1.984984] Load BCM2835 MMC driver
[    1.994310] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.001901] TCP: cubic registered
[    2.006576] NET: Registered protocol family 17
[    2.012458] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    2.029904] Bridge firewalling registered
[    2.037355] 8021q: 802.1Q VLAN Support v1.8
[    2.045427] Registering SWP/SWPB emulation handler
[    2.052170] vc-sm: Videocore shared memory driver
[    2.058274] [vc_sm_connected_init]: start
[    2.064120] [vc_sm_connected_init]: end - returning 0
[    2.071239] Waiting for root device /dev/mmcblk0p2...
[    2.095209] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.106196] Indeed it is in host mode hprt0 = 00021501
[    2.111248] mmc0: new high speed SDHC card at address aaaa
[    2.111678] mmcblk0: mmc0:aaaa ACLCD 29.7 GiB 
[    2.113830]  mmcblk0: p1 p2
[    2.196821] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[    2.213793] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[    2.224438] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    2.232378] Freeing unused kernel memory: 168K (80452000 - 8047c000)
[    2.305024] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.313387] Indeed it is in host mode hprt0 = 00001101
[    2.321417] init: Console is alive
[    2.326709] init: - watchdog -
[    2.515291] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    2.523647] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.533093] hub 1-1:1.0: USB hub found
[    2.538576] hub 1-1:1.0: 5 ports detected
[    2.824986] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    2.945237] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    2.953711] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.965251] smsc95xx v1.0.4
[    3.028092] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:86:3a:0e
[    3.332134] init: - preinit -
[    3.392019] random: procd urandom read with 72 bits of entropy available
[    6.459923] mount_root: mounting /dev/root
[    6.467736] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    6.508047] procd: - early -
[    6.513223] procd: - watchdog -
[    7.172720] procd: - ubus -
[    8.178263] procd: - init -
[    8.755647] NET: Registered protocol family 10
[    8.785546] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    8.804779] hidraw: raw HID events driver (C) Jiri Kosina
[    8.837075] usbcore: registered new interface driver cdc_ncm
[    8.845234] usbcore: registered new interface driver cdc_wdm
[    8.854838] ip_tables: (C) 2000-2006 Netfilter Core Team
[    8.868080] nf_conntrack version 0.5.0 (14892 buckets, 59568 max)
[    8.958148] usbcore: registered new interface driver qmi_wwan
[    8.966566] usbcore: registered new interface driver sierra_net
[    8.976571] usbcore: registered new interface driver usbhid
[    8.983544] usbhid: USB HID core driver
[    8.991053] usbcore: registered new interface driver usbserial
[    8.998376] usbcore: registered new interface driver usbserial_generic
[    9.006233] usbserial: USB Serial support registered for generic
[    9.022358] xt_time: kernel timezone is -0000
[    9.029108] usbcore: registered new interface driver cdc_mbim
[    9.043307] PPP generic driver version 2.4.2
[    9.050024] NET: Registered protocol family 24
[    9.056984] usbcore: registered new interface driver sierra
[    9.064233] usbserial: USB Serial support registered for Sierra USB modem
[    9.078462] usbcore: registered new interface driver qcserial
[    9.085740] usbserial: USB Serial support registered for Qualcomm USB modem
[   11.627972] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   11.638582] device eth0 entered promiscuous mode
[   11.646951] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   13.215830] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[   13.228435] br-lan: port 1(eth0) entered forwarding state
[   13.235397] br-lan: port 1(eth0) entered forwarding state
[   13.242570] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   13.484990] usb 1-1.5: new high-speed USB device number 4 using dwc_otg
[   13.605884] usb 1-1.5: config 1 has an invalid interface number: 12 but max is 3
[   13.616354] usb 1-1.5: config 1 has an invalid interface number: 13 but max is 3
[   13.627024] usb 1-1.5: config 1 has an invalid interface number: 13 but max is 3
[   13.637817] usb 1-1.5: config 1 has no interface number 1
[   13.637830] usb 1-1.5: config 1 has no interface number 2
[   13.638592] usb 1-1.5: New USB device found, idVendor=1199, idProduct=9071
[   13.638602] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   13.638611] usb 1-1.5: Product: Sierra Wireless MC7455 Qualcomm® Snapdragon™ X7 LTE-A
[   13.638620] usb 1-1.5: Manufacturer: Sierra Wireless, Incorporated
[   13.638627] usb 1-1.5: SerialNumber: LQ55110042011006
[   13.642232] cdc_mbim 1-1.5:1.12: cdc-wdm0: USB WDM device
[   13.643579] cdc_mbim 1-1.5:1.12 wwan0: register 'cdc_mbim' at usb-bcm2708_usb-1.5, CDC MBIM, 76:85:6d:d4:1d:97
[   15.234967] br-lan: port 1(eth0) entered forwarding state
[   18.542410] random: nonblocking pool is initialized
[   24.033986] 8021q: adding VLAN 0 to HW filter on device wwan0
/$ ifconfig
br-lan    Link encap:Ethernet  HWaddr B8:27:EB:86:3A:0E  
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::ba27:ebff:fe86:3a0e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:366 errors:0 dropped:0 overruns:0 frame:0
          TX packets:408 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:36799 (35.9 KiB)  TX bytes:79499 (77.6 KiB)

eth0      Link encap:Ethernet  HWaddr B8:27:EB:86:3A:0E  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:382 errors:0 dropped:0 overruns:0 frame:0
          TX packets:401 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:42927 (41.9 KiB)  TX bytes:83345 (81.3 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:288 errors:0 dropped:0 overruns:0 frame:0
          TX packets:288 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:20256 (19.7 KiB)  TX bytes:20256 (19.7 KiB)

wwan0     Link encap:Ethernet  HWaddr 76:85:6D:D4:1D:97  
          inet addr:33.192.176.178  Bcast:33.192.176.179  Mask:255.255.255.252
          inet6 addr: fe80::7485:6dff:fed4:1d97/64 Scope:Link
          UP BROADCAST RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:304 (304.0 B)
/$ cat /sys/kernel/debug/usb/devices

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh= 1
B:  Alloc=  0/800 us ( 0%), #Int=-10, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev= 3.18
S:  Manufacturer=Linux 3.18.23 dwc_otg_hcd
S:  Product=DWC OTG Controller
S:  SerialNumber=bcm2708_usb
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480  MxCh= 5
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=02 MxPS=64 #Cfgs=  1
P:  Vendor=0424 ProdID=9514 Rev= 2.00
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  2mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=01 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms
I:* If#= 0 Alt= 1 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=02 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  3 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=ff(vend.) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0424 ProdID=ec00 Rev= 2.00
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  2mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff Driver=smsc95xx
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=  16 Ivl=1ms

T:  Bus=01 Lev=02 Prnt=02 Port=04 Cnt=02 Dev#=  4 Spd=480  MxCh= 0
D:  Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1199 ProdID=9071 Rev= 0.06
S:  Manufacturer=Sierra Wireless, Incorporated
S:  Product=Sierra Wireless MC7455 Qualcomm® Snapdragon™ X7 LTE-A
S:  SerialNumber=LQ55110042011006
C:* #Ifs= 4 Cfg#= 1 Atr=a0 MxPwr=500mA
A:  FirstIf#=12 IfCount= 2 Cls=02(comm.) Sub=0e Prot=00
I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E:  Ad=83(I) Atr=03(Int.) MxPS=  10 Ivl=32ms
E:  Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#=12 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=0e Prot=00 Driver=cdc_mbim
E:  Ad=85(I) Atr=03(Int.) MxPS=  64 Ivl=32ms
I:  If#=13 Alt= 0 #EPs= 0 Cls=0a(data ) Sub=00 Prot=02 Driver=cdc_mbim
I:* If#=13 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=02 Driver=cdc_mbim
E:  Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

Can you post a logread? Also you might try an ifup wan or a soft reboot after startup. Sometimes the mc7455 doesn’t power up fast enough.

Your logread should show something like mine here.

Westrem5"
Tue Dec  6 22:49:38 2016 user.notice : setting up led WAN
Tue Dec  6 22:49:38 2016 user.notice : setting up led USB2
Tue Dec  6 22:49:38 2016 user.notice : setting up led USB3
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   nwerror: 0000 - unknown
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   registerstate: 0003 - home
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   registermode: 0001 - automatic
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   availabledataclasses: 0020 - lte
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   currentcellularclass: 0001 - gsm
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   provider_id: 310120
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   provider_name: Sprint
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   roamingtext: (null)
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607): mbim[1607] Attach to network
Tue Dec  6 22:49:38 2016 kern.debug kernel: [   15.130951] ieee80211 phy0: change: 0x100
Tue Dec  6 22:49:38 2016 kern.debug kernel: [   15.144026] ieee80211 phy0: change: 0x42
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   nwerror: 0000 - unknown
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   packetservicestate: 0002 - attached
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   uplinkspeed: 50000000
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   downlinkspeed: 300000000
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607): mbim[1607] Connect to network
Tue Dec  6 22:49:38 2016 user.info watchcat: starting all tasks
Tue Dec  6 22:49:38 2016 user.info watchcat: started task (mode=ping;period=30;pinghosts=8.8.8.8;pingperiod=15;forcedelay=30)
Tue Dec  6 22:49:38 2016 user.info watchcat: all tasks started
Tue Dec  6 22:49:38 2016 daemon.info procd: - init complete -
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   sessionid: 0
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   activationstate: 0001 - activated
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   voicecallstate: 0000 - none
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   nwerror: 0000 - unknown
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607):   iptype: 0001 - ipv4
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607): mbim[1607] Get IP config
Tue Dec  6 22:49:38 2016 kern.info kernel: [   15.357016] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Tue Dec  6 22:49:38 2016 kern.info kernel: [   15.363516] br-lan: port 3(wlan0) entered forwarding state
Tue Dec  6 22:49:38 2016 kern.info kernel: [   15.369064] br-lan: port 3(wlan0) entered forwarding state
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607): 255.255.255.252
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607): IP: 25.19.241.173 255.255.255.252
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607): GW: 25.19.241.174
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607): DNS: 68.28.67.132
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607): mbim[1607] Connected, setting IP
Tue Dec  6 22:49:38 2016 daemon.notice netifd: Interface 'wan' is now up
Tue Dec  6 22:49:38 2016 daemon.notice netifd: radio0 (1617): wlan0: interface state HT_SCAN->ENABLED
Tue Dec  6 22:49:38 2016 daemon.notice netifd: radio0 (1617): wlan0: AP-ENABLED 
Tue Dec  6 22:49:38 2016 daemon.notice netifd: Network device 'wwan0' link is up
Tue Dec  6 22:49:38 2016 kern.info kernel: [   15.411856] 8021q: adding VLAN 0 to HW filter on device wwan0
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607): Interface wwan0 not found
Tue Dec  6 22:49:38 2016 daemon.notice netifd: wan (1607): 255.255.255.252
Tue Dec  6 22:49:38 2016 daemon.notice netifd: Network device 'wlan0' link is up
Tue Dec  6 22:49:39 2016 kern.info kernel: [   16.113308] br-lan: port 2(wlan1) entered forwarding state
Tue Dec  6 22:49:39 2016 kern.info kernel: [   16.669308] br-lan: port 1(eth1) entered forwarding state
Tue Dec  6 22:49:40 2016 daemon.info hostapd: wlan1: STA 00:24:d6:46:5e:d2 IEEE 802.11: authenticated
Tue Dec  6 22:49:40 2016 daemon.info hostapd: wlan1: STA 00:24:d6:46:5e:d2 IEEE 802.11: associated (aid 2)
Tue Dec  6 22:49:40 2016 daemon.info hostapd: wlan1: STA 00:24:d6:46:5e:d2 WPA: pairwise key handshake completed (RSN)
Tue Dec  6 22:49:40 2016 daemon.info dnsmasq[2712]: started, version 2.76 cachesize 150
Tue Dec  6 22:49:40 2016 daemon.info dnsmasq[2712]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC loop-detect inotify
Tue Dec  6 22:49:40 2016 daemon.info dnsmasq[

Not sure on how… New to linux and learning this as I go. I will just try “logread” via CLI. Give me a few here, I will figure it out.

/$ logread
Thu Dec  8 12:18:00 2016 kern.warn kernel: [   13.616354] usb 1-1.5: config 1 has an invalid interface number: 13 but max is 3
Thu Dec  8 12:18:00 2016 kern.warn kernel: [   13.627024] usb 1-1.5: config 1 has an invalid interface number: 13 but max is 3
Thu Dec  8 12:18:00 2016 kern.warn kernel: [   13.637817] usb 1-1.5: config 1 has no interface number 1
Thu Dec  8 12:18:00 2016 kern.warn kernel: [   13.637830] usb 1-1.5: config 1 has no interface number 2
Thu Dec  8 12:18:00 2016 kern.info kernel: [   13.638592] usb 1-1.5: New USB device found, idVendor=1199, idProduct=9071
Thu Dec  8 12:18:00 2016 kern.info kernel: [   13.638602] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Thu Dec  8 12:18:00 2016 kern.info kernel: [   13.638611] usb 1-1.5: Product: Sierra Wireless MC7455 Qualcomm® Snapdragon™ X7 LTE-A
Thu Dec  8 12:18:00 2016 kern.info kernel: [   13.638620] usb 1-1.5: Manufacturer: Sierra Wireless, Incorporated
Thu Dec  8 12:18:00 2016 kern.info kernel: [   13.638627] usb 1-1.5: SerialNumber: LQ55110042011006
Thu Dec  8 12:18:00 2016 kern.info kernel: [   13.642232] cdc_mbim 1-1.5:1.12: cdc-wdm0: USB WDM device
Thu Dec  8 12:18:00 2016 kern.info kernel: [   13.643579] cdc_mbim 1-1.5:1.12 wwan0: register 'cdc_mbim' at usb-bcm2708_usb-1.5, CDC MBIM, 76:85:6d:d4:1d:97
Thu Dec  8 12:18:01 2016 daemon.notice netifd: Interface 'wan' is setting up now
Thu Dec  8 12:18:01 2016 daemon.notice netifd: wan (851): ./mbim.sh: eval: line 1: /etc/init.d/sessionhold.sh: not found
Thu Dec  8 12:18:01 2016 daemon.notice netifd: wan (851): LTE-Watchdog stopped
Thu Dec  8 12:18:01 2016 daemon.notice netifd: wan (851): mbim[851] Reading capabilities
Thu Dec  8 12:18:02 2016 kern.info kernel: [   15.234967] br-lan: port 1(eth0) entered forwarding state
Thu Dec  8 12:18:02 2016 daemon.info dnsmasq[879]: started, version 2.73 cachesize 150
Thu Dec  8 12:18:02 2016 daemon.info dnsmasq[879]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC loop-detect inotify
Thu Dec  8 12:18:02 2016 daemon.info dnsmasq[879]: DNS service limited to local subnets
Thu Dec  8 12:18:02 2016 daemon.info dnsmasq-dhcp[879]: DHCP, IP range 192.168.1.10 -- 192.168.1.159, lease time 12h
Thu Dec  8 12:18:02 2016 daemon.info dnsmasq[879]: using local addresses only for domain lan
Thu Dec  8 12:18:02 2016 daemon.warn dnsmasq[879]: no servers found in /tmp/resolv.conf.auto, will retry
Thu Dec  8 12:18:02 2016 daemon.info dnsmasq[879]: read /etc/hosts - 1 addresses
Thu Dec  8 12:18:02 2016 daemon.info dnsmasq[879]: read /tmp/hosts/dhcp - 1 addresses
Thu Dec  8 12:18:02 2016 daemon.info dnsmasq-dhcp[879]: read /etc/ethers - 0 addresses
Thu Dec  8 12:18:05 2016 kern.notice kernel: [   18.542410] random: nonblocking pool is initialized
Thu Dec  8 12:18:10 2016 daemon.notice netifd: wan (851):   devicetype: 0003 - remote
Thu Dec  8 12:18:10 2016 daemon.notice netifd: wan (851):   cellularclass: 0001
Thu Dec  8 12:18:10 2016 daemon.notice netifd: wan (851):   voiceclass: 0001 - no-voice
Thu Dec  8 12:18:10 2016 daemon.notice netifd: wan (851):   simclass: 0002
Thu Dec  8 12:18:10 2016 daemon.notice netifd: wan (851):   dataclass: 003C
Thu Dec  8 12:18:10 2016 daemon.notice netifd: wan (851):   smscaps: 0003
Thu Dec  8 12:18:10 2016 daemon.notice netifd: wan (851):   controlcaps: 0011
Thu Dec  8 12:18:10 2016 daemon.notice netifd: wan (851):   maxsessions: 0008
Thu Dec  8 12:18:10 2016 daemon.notice netifd: wan (851):   deviceid: 359072060094063
Thu Dec  8 12:18:10 2016 daemon.notice netifd: wan (851):   firmwareinfo: SWI9X30C_02.04.07.00
Thu Dec  8 12:18:10 2016 daemon.notice netifd: wan (851):   hardwareinfo: MC7455
Thu Dec  8 12:18:10 2016 daemon.notice netifd: wan (851): mbim[851] Checking subscriber
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   readystate: 0001 - initialized
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   simiccid: 8901260493748901363
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   subscriberid: 310260494890136
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   number: 15173030707
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): mbim[851] Register with network
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   nwerror: 0000 - unknown
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   registerstate: 0003 - home
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   registermode: 0002 - manual
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   availabledataclasses: 0020 - lte
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   currentcellularclass: 0001 - gsm
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   provider_id: 310260
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   provider_name: T-Mobile
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   roamingtext: (null)
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): mbim[851] Attach to network
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   nwerror: 0000 - unknown
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   packetservicestate: 0002 - attached
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   uplinkspeed: 50000000
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   downlinkspeed: 300000000
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): mbim[851] Connect to network
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   sessionid: 0
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   activationstate: 0001 - activated
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   voicecallstate: 0000 - none
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   nwerror: 0000 - unknown
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851):   iptype: 0001 - ipv4
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): mbim[851] Get IP config
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): IP: 33.192.176.178
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): MASK: 255.255.255.252
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): GW: 33.192.176.177
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): DNS: 10.177.0.34
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): mbim[851] Connected, setting IP
Thu Dec  8 12:18:11 2016 daemon.notice netifd: Interface 'wan' is now up
Thu Dec  8 12:18:11 2016 kern.info kernel: [   24.033986] 8021q: adding VLAN 0 to HW filter on device wwan0
Thu Dec  8 12:18:11 2016 daemon.notice netifd: Network device 'wwan0' link is up
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): ./mbim.sh: eval: line 1: ip: not found
Thu Dec  8 12:18:11 2016 daemon.info dnsmasq[879]: reading /tmp/resolv.conf.auto
Thu Dec  8 12:18:11 2016 daemon.info dnsmasq[879]: using local addresses only for domain lan
Thu Dec  8 12:18:11 2016 daemon.info dnsmasq[879]: using nameserver 10.177.0.34#53
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): /bin/sh: can't open '/home/loopback.sh'
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): Loopback created for IP: 33.192.176.178
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): ./mbim.sh: eval: line 1: /etc/init.d/sessionhold.sh: not found
Thu Dec  8 12:18:11 2016 daemon.notice netifd: wan (851): LTE-Watchdog started
Thu Dec  8 12:18:11 2016 user.notice firewall: Reloading firewall due to ifup of wan (wwan0)
Thu Dec  8 12:19:32 2016 authpriv.info dropbear[1044]: Child connection from 192.168.1.131:60601
Thu Dec  8 12:19:33 2016 authpriv.notice dropbear[1044]: Password auth succeeded for 'root' from 192.168.1.131:60601
Thu Dec  8 12:30:11 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:30:11 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:30:11 2016 daemon.info dnsmasq[879]: read /etc/hosts - 1 addresses
Thu Dec  8 12:30:11 2016 daemon.info dnsmasq[879]: read /tmp/hosts/odhcpd - 0 addresses
Thu Dec  8 12:30:11 2016 daemon.info dnsmasq[879]: read /tmp/hosts/dhcp - 1 addresses
Thu Dec  8 12:30:11 2016 daemon.info dnsmasq-dhcp[879]: read /etc/ethers - 0 addresses
Thu Dec  8 12:30:11 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:30:11 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:30:11 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:30:11 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:30:14 2016 daemon.info dnsmasq-dhcp[879]: DHCPREQUEST(br-lan) 192.168.1.131 80:a5:89:17:55:97 
Thu Dec  8 12:30:14 2016 daemon.info dnsmasq-dhcp[879]: DHCPACK(br-lan) 192.168.1.131 80:a5:89:17:55:97 JOES-DESKTOP
Thu Dec  8 12:31:17 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:31:17 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:31:17 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:31:17 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:31:17 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:31:17 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:31:21 2016 daemon.info dnsmasq-dhcp[879]: DHCPDISCOVER(br-lan) 80:a5:89:17:55:97 
Thu Dec  8 12:31:21 2016 daemon.info dnsmasq-dhcp[879]: DHCPOFFER(br-lan) 192.168.1.131 80:a5:89:17:55:97 
Thu Dec  8 12:31:21 2016 daemon.info dnsmasq-dhcp[879]: DHCPREQUEST(br-lan) 192.168.1.131 80:a5:89:17:55:97 
Thu Dec  8 12:31:21 2016 daemon.info dnsmasq-dhcp[879]: DHCPACK(br-lan) 192.168.1.131 80:a5:89:17:55:97 JOES-DESKTOP
Thu Dec  8 12:33:31 2016 daemon.warn dnsmasq[879]: no servers found in /tmp/resolv.conf.auto, will retry
Thu Dec  8 12:33:31 2016 daemon.notice netifd: wan (1642): mbim[1642] Stopping network
Thu Dec  8 12:33:36 2016 daemon.notice netifd: Interface 'wan' is now down
Thu Dec  8 12:33:36 2016 daemon.notice netifd: Interface 'wan' is setting up now
Thu Dec  8 12:33:36 2016 daemon.notice netifd: wan (1656): ./mbim.sh: eval: line 1: /etc/init.d/sessionhold.sh: not found
Thu Dec  8 12:33:36 2016 daemon.notice netifd: wan (1656): LTE-Watchdog stopped
Thu Dec  8 12:33:36 2016 daemon.notice netifd: wan (1656): mbim[1656] Reading capabilities
Thu Dec  8 12:33:37 2016 daemon.notice netifd: wan (1656): message not long enough
Thu Dec  8 12:33:39 2016 daemon.notice netifd: wan (1656): mbim[1656] Failed to read modem caps
Thu Dec  8 12:33:39 2016 user.notice root: mbim bringup failed, retry in 5s
Thu Dec  8 12:33:44 2016 daemon.notice netifd: wan (1674): mbim[1674] Stopping network
Thu Dec  8 12:33:44 2016 daemon.notice netifd: Interface 'wan' is now down
Thu Dec  8 12:33:44 2016 daemon.notice netifd: Interface 'wan' is setting up now
Thu Dec  8 12:33:44 2016 daemon.notice netifd: wan (1680): ./mbim.sh: eval: line 1: /etc/init.d/sessionhold.sh: not found
Thu Dec  8 12:33:44 2016 daemon.notice netifd: wan (1680): LTE-Watchdog stopped
Thu Dec  8 12:33:44 2016 daemon.notice netifd: wan (1680): mbim[1680] Reading capabilities
Thu Dec  8 12:33:59 2016 daemon.notice netifd: wan (1680): ERROR: mbim message timeout
Thu Dec  8 12:33:59 2016 daemon.notice netifd: wan (1680): mbim[1680] Failed to read modem caps
Thu Dec  8 12:33:59 2016 user.notice root: mbim bringup failed, retry in 5s
Thu Dec  8 12:34:04 2016 daemon.notice netifd: wan (1704): mbim[1704] Stopping network
Thu Dec  8 12:34:04 2016 daemon.notice netifd: Interface 'wan' is now down
Thu Dec  8 12:34:04 2016 daemon.notice netifd: Interface 'wan' is setting up now
Thu Dec  8 12:34:04 2016 daemon.notice netifd: wan (1708): ./mbim.sh: eval: line 1: /etc/init.d/sessionhold.sh: not found
Thu Dec  8 12:34:04 2016 daemon.notice netifd: wan (1708): LTE-Watchdog stopped
Thu Dec  8 12:34:04 2016 daemon.notice netifd: wan (1708): mbim[1708] Reading capabilities
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   devicetype: 0003 - remote
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   cellularclass: 0001
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   voiceclass: 0001 - no-voice
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   simclass: 0002
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   dataclass: 003C
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   smscaps: 0003
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   controlcaps: 0011
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   maxsessions: 0008
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   deviceid: 359072060094063
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   firmwareinfo: SWI9X30C_02.04.07.00
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   hardwareinfo: MC7455
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708): mbim[1708] Checking subscriber
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   readystate: 0001 - initialized
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   simiccid: 8901260493748901363
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   subscriberid: 310260494890136
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   number: 15173030707
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708): mbim[1708] Register with network
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   nwerror: 0000 - unknown
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   registerstate: 0003 - home
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   registermode: 0002 - manual
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   availabledataclasses: 0020 - lte
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   currentcellularclass: 0001 - gsm
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   provider_id: 310260
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   provider_name: T-Mobile
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   roamingtext: (null)
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708): mbim[1708] Attach to network
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   nwerror: 0000 - unknown
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   packetservicestate: 0002 - attached
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   uplinkspeed: 50000000
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   downlinkspeed: 300000000
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708): mbim[1708] Connect to network
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   sessionid: 0
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   activationstate: 0001 - activated
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   voicecallstate: 0000 - none
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   nwerror: 0000 - unknown
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708):   iptype: 0001 - ipv4
Thu Dec  8 12:34:07 2016 daemon.notice netifd: wan (1708): mbim[1708] Get IP config
Thu Dec  8 12:34:08 2016 daemon.notice netifd: wan (1708): IP: 33.192.176.178
Thu Dec  8 12:34:08 2016 daemon.notice netifd: wan (1708): MASK: 255.255.255.252
Thu Dec  8 12:34:08 2016 daemon.notice netifd: wan (1708): GW: 33.192.176.177
Thu Dec  8 12:34:08 2016 daemon.notice netifd: wan (1708): DNS: 10.177.0.34
Thu Dec  8 12:34:08 2016 daemon.notice netifd: wan (1708): mbim[1708] Connected, setting IP
Thu Dec  8 12:34:08 2016 daemon.notice netifd: Interface 'wan' is now up
Thu Dec  8 12:34:08 2016 daemon.notice netifd: Network device 'wwan0' link is up
Thu Dec  8 12:34:08 2016 kern.info kernel: [  980.768362] 8021q: adding VLAN 0 to HW filter on device wwan0
Thu Dec  8 12:34:08 2016 daemon.notice netifd: wan (1708): ./mbim.sh: eval: line 1: ip: not found
Thu Dec  8 12:34:08 2016 daemon.info dnsmasq[879]: reading /tmp/resolv.conf.auto
Thu Dec  8 12:34:08 2016 daemon.info dnsmasq[879]: using local addresses only for domain lan
Thu Dec  8 12:34:08 2016 daemon.info dnsmasq[879]: using nameserver 10.177.0.34#53
Thu Dec  8 12:34:08 2016 daemon.notice netifd: wan (1708): /bin/sh: can't open '/home/loopback.sh'
Thu Dec  8 12:34:08 2016 daemon.notice netifd: wan (1708): Loopback created for IP: 33.192.176.178
Thu Dec  8 12:34:08 2016 daemon.notice netifd: wan (1708): ./mbim.sh: eval: line 1: /etc/init.d/sessionhold.sh: not found
Thu Dec  8 12:34:08 2016 daemon.notice netifd: wan (1708): LTE-Watchdog started
Thu Dec  8 12:34:08 2016 user.notice firewall: Reloading firewall due to ifup of wan (wwan0)
Thu Dec  8 12:37:28 2016 authpriv.info dropbear[1044]: Exit (root): Keepalive timeout
Thu Dec  8 12:50:36 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:50:36 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:50:36 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:50:36 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:50:36 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:50:36 2016 daemon.warn odhcpd[653]: DHCPV6 SOLICIT IA_NA from 000100011e5cc3b980a589175597 on br-lan: no addresses available 
Thu Dec  8 12:50:40 2016 daemon.info dnsmasq-dhcp[879]: DHCPREQUEST(br-lan) 192.168.1.131 80:a5:89:17:55:97 
Thu Dec  8 12:50:40 2016 daemon.info dnsmasq-dhcp[879]: DHCPACK(br-lan) 192.168.1.131 80:a5:89:17:55:97 JOES-DESKTOP

Your ip is setting up and everything is working except for this

no servers found in /tmp/resolv.conf.auto, will retry

There is a way to change it to 8.8.8.8 and make it stick. Let me think where I saw how to do it.

Tried “ifup wan”, and then did a “logread” again.

mbim.sh reports an error out for this reference:
[]./mbim.sh: eval: line 1: ip: not found[/]

And it looks like the mbim.sh script is looking for a couple of things not found in my filesystem:
[]/home/loopback.sh[/]
[]/etc/init.d/sessionhold.sh[/]