1- Create a new File Named 0408:ea25 in /etc/usb.modeswitch.d and put Config Data:
sudo nano /etc/usb.modeswitch.d/0408:ea25
DefaultVendor= 0x0408
DefaultProduct= 0xea25
TargetVendor= 0x0408
TargetProduct= 0xea26
MessageContent="5553424312345678000000000000061b004600000000000000000000000000"
CheckSuccess=20
2- Add a new Rule to modeswitch rules:
sudo nano /lib/udev/rules.d/40-usb_modeswitch.rules
copy this line @ the end of the file:
ATTRS{idVendor}=="0408", ATTRS{idProduct}=="ea25", RUN+="usb_modeswitch '%b/%k'"
3- Restart udev
sudo service udev restart
4- Add Detection Command to modprobe
sudo nano /etc/modprobe.d/mobily-lte.conf
5- Remove and Add usbserial config, This will Detect the Device
sudo rmmod usbserial
sudo modprobe usbserial
6- Configure a new Connection in Network Manager
For more Information and Visual Gudie Visit this Post I made.