You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Could anyone help me with my problem please?
I have EM7455 from Lenovo and I want to install Generic Firmware
My Windows 10 sees just QDloader port with "!" and modem reboots every 10 seconds
I have Ubuntu also when I use this commands in terminal I see
ls -l /dev/ttyUSB* - /dev/ttyUSB0
lsusb - Bus 002 Device 017: ID 1199:9078 Sierra Wireless, Inc. Sierra Wireless EM7455 Qualcomm
Also I do these commands
sudo systemctl stop ModemManager
sudo systemctl disable ModemManager
sudo add-apt-repository universe
sudo apt update
sudo apt install libqmi-glib5 libqmi-proxy libqmi-utils -y
After that I tried to install firmware
I open a new window of terminal from the directory with the firmware files and send these commands
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
Could anyone help me with my problem please?
I have EM7455 from Lenovo and I want to install Generic Firmware
My Windows 10 sees just QDloader port with "!" and modem reboots every 10 seconds
I have Ubuntu also when I use this commands in terminal I see
ls -l /dev/ttyUSB* - /dev/ttyUSB0
lsusb - Bus 002 Device 017: ID 1199:9078 Sierra Wireless, Inc. Sierra Wireless EM7455 Qualcomm
Also I do these commands
sudo systemctl stop ModemManager
sudo systemctl disable ModemManager
sudo add-apt-repository universe
sudo apt update
sudo apt install libqmi-glib5 libqmi-proxy libqmi-utils -y
After that I tried to install firmware
I open a new window of terminal from the directory with the firmware files and send these commands
deviceid=
lsusb | grep -i -E '1199:9070|1199:9078|413C:81B5' | awk '{print $6}'
qmi-firmware-update --update-qdl -d "$deviceid" SWI9X30C_02.24.05.06.cwe SWI9X30C_02.24.05.06_GENERIC_002.026_000.nvu
But every time I have different mistakes
Please tell me what I do wrong?
Beta Was this translation helpful? Give feedback.
All reactions