Support driver installation for EM7565

Hello! How can I install driver for EM7565 on windows 10. I am having problem by mistake between EM7455 when changing following parameters for EM7565:
AT!USBVID=1199
AT!USBPID=9071.9070
AT!USBPRODUCT=“EM7565”
AT!RESET

I can still flash the firmware on windows 10 but since the driver cannot be installed, I cannot send AT command to the module. I used em7565 with an M.2 card to usb 3.0 . adapter

Update:
$lsusb

Bus 002 Device 002: ID 1199:0071 Sierra Wireless, Inc. EM7565

Cat /sys/kernel/debug/usb/devices

T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=5000 MxCh= 0
D:  Ver= 3.10 Cls=ef(misc ) Sub=02 Prot=01 MxPS= 9 #Cfgs=  1
P:  Vendor=1199 ProdID=0071 Rev= 0.06
S:  Manufacturer=Sierra Wireless, Incorporated
S:  Product=EM7565
C:* #Ifs= 5 Cfg#= 1 Atr=a0 MxPwr=896mA
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=1024 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms
I:* If#= 2 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=1024 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms
I:* If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E:  Ad=85(I) Atr=03(Int.) MxPS=  10 Ivl=32ms
E:  Ad=84(I) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms
I:* If#=12 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=0e Prot=00 Driver=cdc_mbim
E:  Ad=86(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=8e(I) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E:  Ad=0f(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms

Can anyone help me to reset default for EM7565. I appreciate your help. Sorry my English is not native English

Hi

What is your sku? AT!ENTERCND=“your password” and AT!SKU?

Hi
The full process command I set is:
AT!ENTERCND=“A710”
AT!IMPREF=“GENERIC”
AT!COMP=1,3,100D
AT!SELRAT=06
AT!BAND=00
AT!BAND=09
AT!USBVID=1199
AT!USBPID=9071,9070
AT!USBPRODUCT=“EM7565”
AT!RESET
After that, Windows 10 does not recognize the driver anymore. I can’t set the COM port to be able to send AT commands to the module anymore.
I tried again on ubuntu 20.04 also can’t connect to module.
I do not save the SKU code.
But my module can be a sample version.

Now how can I restore from scratch so I can install the driver?

Hi
The SKU should be on the modem’s top label/cover. It’ll be a 7 digit number. You can hack the Linux serial driver to support the PIDs that you have set the modem to. The driver should then enumerate the ports for AT access.


I only have information like this photo. Before the crash I saw the SKU in the ATI command line but didn’t save that value. :sob:
Edit: I found the IMEI number in a photo I took while flashing the firmware : 001022009999999

Hi
This modem is a very early sample. It will be better to use a production modem for your development. Please reach out to our sales department and you can purchase a modem. Please use this link Contact Sales | Sierra Wireless. Thanks.

Thanks :pray: :sob: I still want to know how can this error be fixed

Since you don’t have AT access, there is not much we can do via the forum. Please reach out to your Sierra Wireless or distributor support/sales channel and we can help you via those channels. Thanks.

1 Like

Thank so much. I will send it to distributor

modprobe option
echo 1199 0071 >  /sys/bus/usb-serial/drivers/option1/new_id

and you will have AT access again via onne of the /dev/ttyUSBx devices showing up. Use it to fix your typo

1 Like

Oh thank you. I will try it

Thank you very much. I was able to access my module again. Other problem I’m still having. Currently it is saying no service. Maybe the problem lies in the module itself. I have another EM7455 module using the same M2 converter card, the signal is very good.