Giter VIP home page Giter VIP logo

Comments (2)

hkolvenbach avatar hkolvenbach commented on September 28, 2024

for me, setting

qmicli -d /dev/cdc-wdm0 --dms-set-firmware-preference="02.33.03.00,002.007_001,GENERIC"

power cycling (unplugging) the device and then manually updating the firmware via

deviceid=`lsusb | grep -i -E '1199:9071|1199:9079|413C:81B6' | awk '{print $6}'`
qmi-firmware-update --update -d "$deviceid" SWI9X30C_02.33.03.00.cwe SWI9X30C_02.33.03.00_GENERIC_002.072_001.nvu

got me a Dell-branded EM7455 back to life (was stuck in low power mode with a fw mismatch). The deviceid was already set, so maybe it is smarter to run this command first.

from sierra-wireless-modems.

milux avatar milux commented on September 28, 2024

+1000 😅

This is essential for solving LPM lock-in issues caused by IMSWITCH:1 due to fw/config mismatches.
IMHO it should at least be included somewhere in the README.md for poor dudes like me to find.

I overlooked this issue and wasted numerous hours trying to find a way to override these weird "preferences".
Finally found this (version adapted) command hidden in some linux forum and was able to get my modem working:
qmicli -p -d /dev/cdc-wdm0 --device-open-mbim --dms-set-firmware-preference=02.38.00.00,002.082_000,GENERIC
(I updated the fw first, so the order really doesn't matter.)

I was not able to find any AT command for doing this, though I assume this command does something alike.

from sierra-wireless-modems.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.