Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Help with Sierra Wireless MC7355

    Scheduled Pinned Locked Moved Wireless
    21 Posts 3 Posters 3.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      peter_richardson
      last edited by stephenw10

      Thanks very much Stephen. I got a response when using cuaU0.1. Output of "AT" is just "OK". Here's the output of "ATI":

      Manufacturer: Sierra Wireless, Incorporated
      Model: MC7355
      Revision: SWI9X15C_01.08.16.05 r16454 carmd-fwbuild1 2013/06/19 12:31:26
      MEID: 99000425049492
      ESN: 12809637768, 80930F88
      IMEI: XXXXXXXXXXXX
      IMEI SV: 6
      FSN: ER430503580111
      +GCAP: +CIS707-A, CIS-856, CIS-856-A, +CGSM, +CLTE2, +MS, +ES, +DS, +FCLASS
      
      1 Reply Last reply Reply Quote 0
      • P
        peter_richardson
        last edited by peter_richardson

        I had a read of this:

        https://ltehacks.com/viewtopic.php?t=33

        but when trying to switch it from QMI mode to MBIM mode (I have no idea what these modes even do), with this AT command:

        at!usbcomp=1,1,1009
        

        I just get "error"

        or if I try to change the band to "any band" with this command:

        at!band=00
        

        I also get "error"

        Using all caps didn't help.

        output of at!band? is:

        Index, Name,                        GW Band Mask     L Band Mask
        04, World Mode,                     0002000004E80187 0000000000001000
        
        
        OK
        

        which is different from last time I tried that command...I got a whole bunch of options. I'm not sure exactly what I did between then and now.

        Do I need Telstra firmware for this to work or can I use generic firmware? I can see on this website:

        https://source.sierrawireless.com/resources/airprime/minicard/74xx/airprime-em_mc74xx-approved-fw-packages/#sthash.Z3JnFvfY.dpbs

        that Telstra firmware is available for a slightly different model, but generic firmware is available for this model. What would you recommend?

        Trying to check the firmware with the command at!IMPREF? also results in "error"

        I am trying all of these commands by SSHing into pfSense, selecting 8 for "Shell", then issuing that command you gave me: cu -l cuaU0.1 - I'm not sure if that's the exact correct way, others seem to be doing it through Windows using a usb adaptor and a couple of different programs. I deleted the interface and the PPP before I started.

        Sorry I know accuracy is everything, but I incorrectly said I was having trouble with an MC7455, I meant MC7355

        stephenw10S 1 Reply Last reply Reply Quote 0
        • stephenw10S
          stephenw10 Netgate Administrator @peter_richardson
          last edited by stephenw10

          @peter_richardson said in Help with Sierra Wireless MC7455:

          Sorry I know accuracy is everything, but I incorrectly said I was having trouble with an MC7455, I meant MC7355

          Ah that does change things! The command set is different between those devices. Fortunately I have an EM7305 I'm using here so that helps. ☺

          [2.4.4-RELEASE][admin@3100.stevew.lan]/root: cu -l /dev/cuaU0.2
          Connected
          at
          OK
          ati
          Manufacturer: Sierra Wireless, Incorporated
          Model: EM7305
          Revision: SWI9X15C_05.05.06.00 r19523 carmd-fwbuild1 2013/12/06 00:19:40
          IMEI: XXXXXXXXXXXXXX
          IMEI SV: 9
          FSN: FL411202160110
          +GCAP: +CGSM
          

          This is helpful to know if it's working at all:

          at!gstatus?
          
          !GSTATUS: 
          Current Time:  5191		Temperature: 29
          Bootup Time:   0		Mode:        ONLINE         
          System mode:   LTE        	PS state:    Not attached 
          LTE band:      No band		LTE bw:      Unknown 
          LTE Rx chan:   65535		LTE Tx chan: 65535
          EMM state:     Deregistered   	No Cell        
          RRC state:     RRC Idle       
          IMS reg state: No Srv  		
          
          RSSI (dBm):    0		Tx Power:    0
          RSRP (dBm):    0		TAC:         0000 (0)
          RSRQ (dB):     0		Cell ID:     00000000 (0)
          SINR (dB):     -20.0
          

          When it's actually seeing a signal, connected to a tower it will report 'attached':

          !GSTATUS: 
          Current Time:  1792542		Temperature: 46
          Bootup Time:   0		Mode:        ONLINE         
          System mode:   LTE        	PS state:    Attached     
          LTE band:      B3     		LTE bw:      15 MHz  
          LTE Rx chan:   1392		LTE Tx chan: 19392
          EMM state:     Registered     	Normal Service 
          RRC state:     RRC Idle       
          IMS reg state: No Srv  		
          
          RSSI (dBm):    -65		Tx Power:    0
          RSRP (dBm):    -98		TAC:         048C (1164)
          RSRQ (dB):     -8		Cell ID:     000E0F02 (921346)
          SINR (dB):     20.6
          

          Check that it can read the SIM card and it isn't PIN locked:

          AT+CIMI
          23433410XXXXXX
          
          OK
          AT+CPIN?
          +CPIN: READY
          
          OK
          

          Some things can only be run in 'Command mode':

          AT!ENTERCND="A710"
          OK
          

          Including checking the current usb composition value and the possible usb composition values:

          AT!UDUSBCOMP?
          !UDUSBCOMP: 14
          
          OK
          AT!UDUSBCOMP=?
          0  - reserved                                     NOT SUPPORTED
          1  - DM   AT                                      SUPPORTED
          2  - reserved                                     NOT SUPPORTED
          3  - reserved                                     NOT SUPPORTED
          4  - reserved                                     NOT SUPPORTED
          5  - reserved                                     NOT SUPPORTED
          6  - DM   NMEA  AT    QMI                         SUPPORTED
          7  - DM   NMEA  AT    RMNET1 RMNET2 RMNET3        SUPPORTED
          8  - DM   NMEA  AT    MBIM                        SUPPORTED
          9  - MBIM                                         SUPPORTED
          10 - NMEA MBIM                                    SUPPORTED
          11 - DM   MBIM                                    SUPPORTED
          12 - DM   NMEA  MBIM                              SUPPORTED
          13 - Config1: comp6    Config2: comp8             NOT SUPPORTED
          14 - Config1: comp6    Config2: comp9             SUPPORTED
          15 - Config1: comp6    Config2: comp10            NOT SUPPORTED
          16 - Config1: comp6    Config2: comp11            NOT SUPPORTED
          17 - Config1: comp6    Config2: comp12            NOT SUPPORTED
          18 - Config1: comp7    Config2: comp8             NOT SUPPORTED
          19 - Config1: comp7    Config2: comp9             SUPPORTED
          20 - Config1: comp7    Config2: comp10            NOT SUPPORTED
          21 - Config1: comp7    Config2: comp11            NOT SUPPORTED
          22 - Config1: comp7    Config2: comp12            NOT SUPPORTED
          
          
          OK
          

          However you should not need to change usb composition since you already have at AT interface you are using. FreeBSD/pfSense does not support QMI or MBIM you can only use a PPP connection. You can still see >50Mbps using that though, given sufficient signal etc.

          As long as the SIM is read correctly (and is a valid SIM!) and it has signal you should be able to connect.

          Edit: I removed your IMEI since you don't really want that in pubic.

          Steve

          1 Reply Last reply Reply Quote 0
          • P
            peter_richardson
            last edited by peter_richardson

            Thanks very much Steve, you're amazing!

            Here's the output of various commands:

            2019-10-04 09_06_41-10.20.71.1 - PuTTY.png

            2019-10-04 09_05_21-10.20.71.1 - PuTTY.png

            2019-10-04 09_04_25-10.20.71.1 - PuTTY.png

            2019-10-04 09_02_49-10.20.71.1 - PuTTY.png

            The "SIM wrong" error upsets me greatly. I did some research and the only thing I can come up with is that the SIM card is incompatible - is this possible? I know there's nothing wrong with the SIM card because I use it daily in 2 different 4G modem/routers (Netgear Nighthawk M1 and a Teltonika rut240. Could it be that the card is locked to a particular network or region?

            I have been trying to find info about how SIM cards work, looking for anything about incompatibility. I found this - could this be the reason? The SIM card is a Post-Paid Data Share Plan (number 3)

            https://www.telstra.com.au/support/category/mobiles-tablets/user-guides-help/sim-swap-restriction

            1 Reply Last reply Reply Quote 0
            • stephenw10S
              stephenw10 Netgate Administrator
              last edited by stephenw10

              Hmm, yeah that doesn't look good. That link seems to imply you can't swap it between devices. But you are in fact swapping it already so....
              If you can try a different SIM as a test I would certainly do that. 'SIM Wrong' seems to be reported if the SIM in incompatible with the modem.

              The card could be locked, is it a generic Sierra device or something pulled from a laptop? There is probably an AT command to check that. I've never had to do so here.

              Steve

              1 Reply Last reply Reply Quote 0
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by

                Hmm, you may be out of luck there. The XX7355 is usually found in the US, the XX7305 I am using here in Europe. Looking at the specs the 7305 looks to be the model intended for Australia. Though both support the required frequencies. It's unclear...

                1 Reply Last reply Reply Quote 0
                • stephenw10S
                  stephenw10 Netgate Administrator
                  last edited by

                  Yeah I think you may be out of luck there. It appears (from wikipedia) the only LTE band available in Australia that the 7355 can use is band 5 that Vodaphone offer. That's only LTE though it should work at 3G. Is it a 4G only SIM maybe?

                  Steve

                  1 Reply Last reply Reply Quote 0
                  • P
                    peter_richardson
                    last edited by

                    Hey Steve, thanks very much for that. So I just tested the MC7304 and with a bit of tinkering (setting the region, setting the band, giving the gateway a monitor IP) BAM it worked! I knew that it wasn't the sim because I've used it in a few different modems with Telstra. I only want band 28 (preferably) or band 5.

                    So why doesn't the 7355 work? It supports band 28...does it need more than that? I purchased a whole bunch of different cards that had band 5 and/or band 28 in the hope that I'll get some or all of them working, but obviously it's not just the band?

                    1 Reply Last reply Reply Quote 0
                    • stephenw10S
                      stephenw10 Netgate Administrator
                      last edited by

                      Mmm, I don't think either of those support band 28. At least not from what I'm looking at.

                      But it may just be that the firmware is not Telstra certifed. The 7304 is, or at least can be. I imagine there are different firmwares for it. Where did the 7355 come from? Had it ever been used in Australia?

                      The 7455 that replaced it seems to be cover far more and the current card, the 7565, does just about everything.

                      Steve

                      1 Reply Last reply Reply Quote 0
                      • P
                        peter_richardson
                        last edited by

                        Okay, I'm not entirely sure what I was smoking when I purchased the 7355. Definitely no band 28. Maybe I was just keen on the band 5 UMTS 850 (which is very popular here - Telstra 3G 850mhz). We can still get speeds good enough for temporary failover uses.

                        I purchased them all from eBay. For the 7355, the seller appears to be in China, but I noticed when fiddling with AT commands that the 7355 was set to North America region. It supports Band 5, do you think it's possible to get that band working in Australia? Does it need Telstra firmware? Or can we use generic? Or some other solution?

                        MC7455 doesn't have band 28 or Telstra approval.

                        I got the MC7304 going on band 28 and got 38mbps download and 8mbps upload (which is probably just a limitation of our reception where we are). This is still plenty for a temporary failover. I'll take it into the city and see what kind of speeds I can get, see if I can get it closer to the 100/50 spec!

                        I'm using these to integrate into our routers, but the issue is that the motherboard has Mini-PCI-Express slot but not an M.2 slot, so we are forced to use these cards that seem to be a little more rare and expensive. I guess my only options are to change the motherboard or get some kind of USB adaptor. The USB adaptors that we have tried so far don't seem to work at all. And I wonder if there would be any performance degradation by going through a second interface (USB) - your thoughts?

                        The 7565 looks amazing, except that it's super expensive and only M.2

                        1 Reply Last reply Reply Quote 0
                        • stephenw10S
                          stephenw10 Netgate Administrator
                          last edited by

                          You could probably use a mPCIe to m.2 adapter. The actual connection both cards use is USB over the socket so the adapter would have to carry that as opposed to SATA or PCIe. It would also have to carry the SIM connection lines. They are wired directly to the mPCIe/m.2 socket.

                          I have used an external m.2 to USB adapter successfully. Most are intended for storage though you have to be sure it carries USB and has a SIM slot. At that point a USB modem device is probably easier.

                          It's the firmware on the card that's rejecting the SIM so it's possible a generic firmware may work. You can force the card to not use LTE in which case it might fallback to use 3G (3.5G) at band 5. But it will still reject the SIM I think with the current firmware.

                          Are you sure the 7304 is using band 28? Where are you seeing thar, the gstatus output? That's probably the only reliable output I would thing. The specs for the em7304 don't show band 28. I had though the em/mc cards differed only in the connector but maybe not.
                          I have used the EM7455 here in the UK with a UK SIM and it was previously used in US. I've never personally tried it in Australia I confess.

                          The most I have seen is ~40Mbps down 20Mbps up. I believe the ppp connection limits it though it's not clear exactly where that limit is. I had though it could only ever do 3.5G (42Mbps limit) with ppp but now I'm not so sure. At least one other user reported 60Mbps. Might have been a bad test...

                          Yeah the 7565 is still waaay outside my hobbyist tinkering price range!

                          1 Reply Last reply Reply Quote 0
                          • P
                            peter_richardson
                            last edited by

                            I'm 99.9999999% sure I set the MC7304 to band 28, but now I'm going to have to double check it.

                            I'll try the generic firmware and see if I can get the MC7355 to work here with Telstra on UMTS 850 band 5.

                            Would using a USB interface slow it down instead of using a mini-pci-express or M.2 interface? Because it's going through 2 interfaces? And also because of the limitations of USB? I'll try some of these other USB adaptors, now that we have a known working card, and report back.

                            1 Reply Last reply Reply Quote 0
                            • stephenw10S
                              stephenw10 Netgate Administrator
                              last edited by

                              They are all connected through USB. The USB bus pins are wired in the mPCIe and m.2 slots. It should make no difference to the speed whatever the physical form factor is.
                              The advantage of the cards is that they can't accidentally be removed. Though if you're using ppp it's less of an issue as pfSense can cope with losing that interface.

                              Steve

                              1 Reply Last reply Reply Quote 0
                              • P
                                peter_richardson
                                last edited by peter_richardson

                                I remember what I did now - I changed the setting on our mobile booster (Cel-Fi Go) to boost only 1800MHz (Band 3) so that I could test this card - not Band 28.

                                Thanks very much for your help on solving these (mostly silly) issues, it has been bugging me for MONTHS, and in a few days you've managed to solve it easily. Thanks so much!

                                I have a usb adaptor for the EM7430 that also has a sim card slot. pfSense detects it at ugen1.3

                                [2.4.4-RELEASE][admin@pfSense.localdomain]/root: usbconfig -d ugen1.3 dump_device_desc
                                ugen1.3: <Sierra Wireless, Incorporated Sierra Wireless EM7430 Qualcomm Snapdragon X7 LTE-A> at, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA)
                                
                                  bLength = 0x0012
                                  bDescriptorType = 0x0001
                                  bcdUSB = 0x0200
                                  bDeviceClass = 0x0000  <Probed by interface class>
                                  bDeviceSubClass = 0x0000
                                  bDeviceProtocol = 0x0000
                                  bMaxPacketSize0 = 0x0040
                                  idVendor = 0x1199
                                  idProduct = 0x907b
                                  bcdDevice = 0x0006
                                  iManufacturer = 0x0001  <Sierra Wireless, Incorporated>
                                  iProduct = 0x0002  <Sierra Wireless EM7430 Qualcomm Snapdragon X7 LTE-A>
                                  iSerialNumber = 0x0003  <LR73430139011009>
                                  bNumConfigurations = 0x0001
                                

                                but it doesn't show up in interfaces -> PPPs. I only have /dev/cuau0 and /dev/cuau1

                                How do I make it show up in pfSense?

                                1 Reply Last reply Reply Quote 0
                                • P
                                  peter_richardson
                                  last edited by

                                  any ideas?

                                  1 Reply Last reply Reply Quote 0
                                  • stephenw10S
                                    stephenw10 Netgate Administrator
                                    last edited by

                                    It's probably in the wrong usb composition mode. Some modes only present MBIM or QMI interfaces which pfSense has no driver for. Since there is no way for pfSense so connect to it you would have to change the mode under Windows or maybe Linux.
                                    I used a script to do that on the 7455 I have, linked as option 3 here:
                                    https://github.com/danielewood/sierra-wireless-modems#create-accessible-com-port

                                    Steve

                                    1 Reply Last reply Reply Quote 0
                                    • N nanoken referenced this topic on
                                    • First post
                                      Last post
                                    Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.