WE826 with EP06 stuck in hostelss/phone protocol
Forum rules
Please assure there is not an existing forum and topic related to your post
Please assure there is not an existing forum and topic related to your post
WE826 with EP06 stuck in hostelss/phone protocol
It is running ok really. Just stuck in this mode and won't take commands.
Did the bootloader and put fresh firmware on it same deal after.
Not sure how to shake this or what it is.
Did the bootloader and put fresh firmware on it same deal after.
Not sure how to shake this or what it is.
You do not have the required permissions to view the files attached to this post.
- BillA
- Posts: 1223
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 218 times
- Been thanked: 325 times
- Contact:
Re: WE826 with EP06 stuck in hostelss/phone protocol
Two suggestions...
Try sending the commands below to change modes. If the modem is still unresponsive, then you will have to reflash it in an external modem adapter/enclosure (cannot flash it inside a router) with the firmware below.
This Quectel_EP06-A_Firmware_EP06ALAR02A07M4G.ZIP file contains both the flashing app and firmware.
https://www.androidfilehost.com/?fid=43 ... 2261739964
Try sending the commands below to change modes. If the modem is still unresponsive, then you will have to reflash it in an external modem adapter/enclosure (cannot flash it inside a router) with the firmware below.
Code: Select all
AT+QCFG="usbnet",0 < QMI/PPP/Default
AT+QCFG="usbnet",1 < ECM
AT+QCFG="usbnet",2 < MBIM
This Quectel_EP06-A_Firmware_EP06ALAR02A07M4G.ZIP file contains both the flashing app and firmware.
https://www.androidfilehost.com/?fid=43 ... 2261739964
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: WE826 with EP06 stuck in hostelss/phone protocol
This was a router that was in the attic exposed to that heat.
Brought the router out of the attic.
Gout out the 50 Foot lmr 400 cables again as a fix until decide what going to do.
Attic install had 15 Foot wires.
It still works!
Just don't perform quite as well as the other two Quectel EP06 that I have.
This was some of the commands was doing with it before disconnected it.
Set Connection Modes
AT+QCFG="usbnet",0 - QMI/PPP/Default
AT+QCFG="usbnet",1 - ECM
AT+QCFG="usbnet",2 - MBIM
Could any of these maybe did something to it?
Brought the router out of the attic.
Gout out the 50 Foot lmr 400 cables again as a fix until decide what going to do.
Attic install had 15 Foot wires.
It still works!
Just don't perform quite as well as the other two Quectel EP06 that I have.
This was some of the commands was doing with it before disconnected it.
Set Connection Modes
AT+QCFG="usbnet",0 - QMI/PPP/Default
AT+QCFG="usbnet",1 - ECM
AT+QCFG="usbnet",2 - MBIM
Could any of these maybe did something to it?
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: WE826 with EP06 stuck in hostelss/phone protocol
After setting those commands you HAVE to hard reboot the modem either with AT+CFUN=1,1 or a full power cycle. Otherwise it may act very odd.
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: WE826 with EP06 stuck in hostelss/phone protocol
Tried the AT command to change modes got this error = Can't open device /dev/ttyUSB.BillA wrote: ↑Thu Jul 09, 2020 2:36 am Two suggestions...
Try sending the commands below to change modes. If the modem is still unresponsive, then you will have to reflash it in an external modem adapter/enclosure (cannot flash it inside a router) with the firmware below.This Quectel_EP06-A_Firmware_EP06ALAR02A07M4G.ZIP file contains both the flashing app and firmware.Code: Select all
AT+QCFG="usbnet",0 < QMI/PPP/Default AT+QCFG="usbnet",1 < ECM AT+QCFG="usbnet",2 < MBIM
https://www.androidfilehost.com/?fid=43 ... 2261739964
When you say external modem adapter/enclosure you mean one of these?
You do not have the required permissions to view the files attached to this post.
- BillA
- Posts: 1223
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 218 times
- Been thanked: 325 times
- Contact:
Re: WE826 with EP06 stuck in hostelss/phone protocol
Yes, that enclosure should work to reflash the modem.
However, you could try this emergency method if you're feeling adventurous.
Using PUTTY, login the router using the IP address 192.168.1.1, and run the command below.
You can get the VID/PID under Modem > Network Status > Modem ID, which should be
2C7C/0125 - EC25-AF
2C7C/0306 - EP06-A * your modem *
2C7C/0512 - EM12-G
2C7C/0620 - EM20-G
Code: Select all
echo 0xVID 0xPID > /sys/bus/usb-serial/drivers/option1/new_id
You can get the /dev/ttyUSB<x> under Modem > General Info > Comm Port
Code: Select all
picocom -b 115200 /dev/ttyUSB0 (or try ttyUSB1/2)
Code: Select all
AT+QCFG="usbnet",0 - QMI/PPP/Default
AT+QCFG="usbnet",1 - ECM
AT+QCFG="usbnet",2 - MBIM
AT+FUN,1,1
If the PUTTY method didn't work, then try this> https://wirelessjoint.com/viewtopic.php?p=8054#p8054
Re: WE826 with EP06 stuck in hostelss/phone protocol
Tried to do this. Able to log into putty using SSH. Then after that not sure what to do. Tried some of the commands and get no where with it. What do I do after logging into ip address with putty?BillA wrote: ↑Sun Jul 12, 2020 3:05 am Yes, that enclosure should work to reflash the modem.
However, you could try this emergency method if you're feeling adventurous.
Using PUTTY, login the router using the IP address 192.168.1.1, and run the command below.
You can get the VID/PID under Modem > Network Status > Modem ID, which should be
2C7C/0125 - EC25-AF
2C7C/0306 - EP06-A * your modem *
2C7C/0512 - EM12-G
2C7C/0620 - EM20-G
Then run the following command.Code: Select all
echo 0xVID 0xPID > /sys/bus/usb-serial/drivers/option1/new_id
You can get the /dev/ttyUSB<x> under Modem > General Info > Comm PortFinally, change the modem's mode via the follow commands:Code: Select all
picocom -b 115200 /dev/ttyUSB0 (or try ttyUSB1/2)
Code: Select all
AT+QCFG="usbnet",0 - QMI/PPP/Default AT+QCFG="usbnet",1 - ECM AT+QCFG="usbnet",2 - MBIM AT+FUN,1,1
If the PUTTY method didn't work, then try this> https://wirelessjoint.com/viewtopic.php?p=8054#p8054
- BillA
- Posts: 1223
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 218 times
- Been thanked: 325 times
- Contact:
Re: WE826 with EP06 stuck in hostelss/phone protocol
After you're logged into the router through SSH, you would copy and paste those "echo" commands, and see if you get some response.
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: WE826 with EP06 stuck in hostelss/phone protocol
Did you enter this in the putty?
Code: Select all
echo "2c7c 0306" > /sys/bus/usb-serial/drivers/option1/new_id
Code: Select all
ls /dev/ttyUSB*
Try
Code: Select all
picocom /dev/ttyUSB2
Re: WE826 with EP06 stuck in hostelss/phone protocol
Thanks to everyone on this one. Somehow got it to work this time and got it out of hostless phone mode protocol.Yipzy wrote: ↑Mon Aug 24, 2020 6:16 pm Did you enter this in the putty?What doesCode: Select all
echo "2c7c 0306" > /sys/bus/usb-serial/drivers/option1/new_id
list after entering the first line?Code: Select all
ls /dev/ttyUSB*
Tryand see if you get a response when you type ATICode: Select all
picocom /dev/ttyUSB2
Believe this command is what got me in this situation in the start of this.
AT+QCFG="usbnet",1 - ECM
Just a warning to others.
Re: WE826 with EP06 stuck in hostelss/phone protocol
ECM mode works fine for Quectel (EC25, EP06, EM06, EM12, EM20) if you follow this https://whrl.pl/Rf6NVA by jhend. In fact, it works better even without Connection Monitor because it automatically reconnects when the connection is lost quickly. You could test it with AT command network disconnect
Code: Select all
AT+CFUN=0
Code: Select all
AT+CFUN=1