EM7511 not connected to any network operator.Can anyone suggest proper steps for the network connection
What is the return of
At!gstatus?
At+cpin?
At!entercnd=“A710”
At!impref?
At!gstatus?
!GSTATUS:
Current Time: 104 Temperature: 37
Reset Counter: 1 Mode: LOW POWER MODE
OK
At+cpin?
+CPIN: READY
OK
AT!ENTERCND=“A710”
OK
At!impref?
!IMPREF:
preferred fw version: 00.00.00.00
preferred carrier name: AUTO-SIM
preferred config name: AUTO-SIM_000.000_000
current fw version: 01.07.00.00
current carrier name: GENERIC
current config name: GENERIC_002.002_000
OK
The configurations in at!impref is not matched
You might need to download fw
can you explain the steps?
Downlod the exe and update the fw
we are working on linux system,so can you provide steps for the updation?
You can see here
Also you can see here
in my ls /dev there is no cdc_wdm
i"m working with Jetson Xavier board,can you please tell the correct steps for the installation of MBPL driver and firmware update.I was only able install the usb driver.
please see here:
after MBPL R23 USB driver install nothing will create in /sys/class/net
how about R20 USB driver?
It show some errors.
MBPL_Drivers_USB_R20_ENG1-src/USB/qmi_wwan.c:11:10: fatal error: linux/sched/signal.h: No such file or directory
#include <linux/sched/signal.h>
^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.build:341: recipe for target ‘/home/cdac/Downloads/MBPL_Drivers_USB_R20_ENG1-src/USB/qmi_wwan.o’ failed
make[2]: *** [/home/cdac/Downloads/MBPL_Drivers_USB_R20_ENG1-src/USB/qmi_wwan.o] Error 1
Makefile:1646: recipe for target ‘module/home/cdac/Downloads/MBPL_Drivers_USB_R20_ENG1-src/USB’ failed
make[1]: *** [module/home/cdac/Downloads/MBPL_Drivers_USB_R20_ENG1-src/USB] Error 2
make[1]: Leaving directory ‘/usr/src/linux-headers-4.9.201-tegra-ubuntu18.04_aarch64/kernel-4.9’
Makefile:12: recipe for target ‘all’ failed
make: *** [all] Error 2
change it to
#include <linux/signal.h>
After MBPL R20 USB driver install nothing will create in /sys/class/net
what did you see for dmesg?
do you see the network interface wwan0?
[12361.755365] Extcon AUX1(HDMI) disable
[12361.779268] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[12361.779788] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[13090.155281] tegradc 15200000.nvdisplay: unblank
[13090.156149] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[13090.156267] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[13090.158199] Parent Clock set for DC plld2
[13090.164341] tegradc 15200000.nvdisplay: hdmi: tmds rate:85500K prod-setting:prod_c_hdmi_54m_111m
[13090.165837] tegradc 15200000.nvdisplay: hdmi: get YCC quant from EDID.
[13090.201353] extcon-disp-state external-connection:disp-state: cable 47 state 1
[13090.201358] Extcon AUX1(HDMI) enable
[13090.220486] tegradc 15200000.nvdisplay: unblank
[13090.220504] tegradc 15210000.nvdisplay: blank - powerdown
[13526.107972] usb_wwan: exports duplicate symbol usb_wwan_chars_in_buffer (owned by kernel)
other user can upgrade the FW:
How about doing AT!BOOTHOLD and then run the fw download command?