-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modemmanager: Fix Quectel modems initialization bug #3478
Conversation
0599e2a
to
8b81baa
Compare
Website deployed to CF Pages, 👀 preview link https://ec76a2ba.balena-os.pages.dev |
With the update to ModemManager version 1.22.0 we now have some Quectel modems failing to use QMI properly: ModemManager[1178]: [modem0] power state updated: on ModemManager[1178]: [modem0] (quectel) modem reset detected, triggering reprobe ModemManager[1178]: [modem0] (quectel) modem reset detected, triggering reprobe . . . ModemManager[1178]: [modem0] failed waiting for final state: Too much time waiting to get to a final state ModemManager[1178]: [modem0] failed enabling modem: Operation was cancelled ModemManager[1178]: [modem1] couldn't start initialization: Transaction timed out ModemManager[1178]: [modem1] fatal error initializing: Fatal error: modem is unusable This has been fixed upstream with the 2 patches we backport here: ModemManager[1139]: [modem0] power state updated: on ModemManager[1139]: [modem0] (quectel) continuing without enabling profile manager events Change-type: patch Signed-off-by: Florin Sarbu <[email protected]>
8b81baa
to
2d53d2c
Compare
@resin-jenkins test this please |
5 similar comments
@resin-jenkins test this please |
@resin-jenkins test this please |
@resin-jenkins test this please |
@resin-jenkins test this please |
@resin-jenkins test this please |
@resin-jenkins retest this please |
@resin-jenkins test this please |
3 similar comments
@resin-jenkins test this please |
@resin-jenkins test this please |
@resin-jenkins test this please |
With the update to ModemManager version 1.22.0 we now have some Quectel modems failing to use QMI properly:
ModemManager[1178]: [modem0] power state updated: on ModemManager[1178]: [modem0] (quectel) modem reset detected, triggering reprobe ModemManager[1178]: [modem0] (quectel) modem reset detected, triggering reprobe .
.
.
ModemManager[1178]: [modem0] failed waiting for final state: Too much time waiting to get to a final state ModemManager[1178]: [modem0] failed enabling modem: Operation was cancelled ModemManager[1178]: [modem1] couldn't start initialization: Transaction timed out ModemManager[1178]: [modem1] fatal error initializing: Fatal error: modem is unusable
This has been fixed upstream with the 2 patches we backport here:
ModemManager[1139]: [modem0] power state updated: on
ModemManager[1139]: [modem0] (quectel) continuing without enabling profile manager events
Contributor checklist
Change-type
present on at least one commitSigned-off-by
is presentReviewer Guidelines