RB 912UAG-5HPnD and MC7710

I connected a Sierra Wireless MC7710 module to a RB 912UAG-5HPnD with RouterOS 5.26.
The command:

/system resource pci print

doensn’t show any pci hardware, and no LTE interface is shown under LTE Interface section in WinBox.

What I can check more?
Thanks, Diego

you might want to upgrade your router to latest 6, and then try again

before check if your hardware is supported:
http://wiki.mikrotik.com/wiki/Supported_Hardware

cheers

It won’t show up under pci-devices. Sierra card is usb-device and it will shou under usb.

[admin@MikroTik] > /system resource usb print 
 # DEVICE VENDOR                    NAME                   SPEED                  
 0 1:1    Linux 3.3.5 ehci_hcd      RB400 EHCI             480 Mbps               
 1 1:2    Sierra Wireless, Incor... MC7710                 480 Mbps

But first you have to change routerboard usb setting to use mini-PCIe usb port.

/system routerboard usb set type=mini-PCIe

That’s solved.
Thank you very much.
Diego