Summary: | Sierra EM7305 MBIM [1199:9063] fails to connect | ||
---|---|---|---|
Product: | ModemManager | Reporter: | Daniel Rowe <daniel.rowe> |
Component: | plugins | Assignee: | ModemManager bug user <modemmanager> |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | daniel.rowe |
Version: | 1.6 | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Network Manager logs
Modem Manager logs |
Description
Daniel Rowe
2017-04-29 06:02:00 UTC
Could you gather debug logs so that we can see what's happening? https://www.freedesktop.org/wiki/Software/ModemManager/Debugging/ Created attachment 131384 [details]
Network Manager logs
Created attachment 131385 [details]
Modem Manager logs
Let me know if you need anything more. Thanks. Looks like the modem is losing signal and/or registration state during the connection attempt, which is very weird... not sure what to say. Also have noticed that if the laptop is suspended the modem is missing after resume. Switching out of MBMI mode with some udev rules I am able to connect. # /etc/udev/rules.d/99_modem.rules ACTION!="add|change", GOTO="mbim_to_qmi_rules_end" SUBSYSTEM!="usb|drivers", GOTO="mbim_to_qmi_rules_end" # load qmi_wwan module SUBSYSTEM=="usb", \ ATTR{idVendor}=="1199", ATTR{idProduct}=="9063", \ RUN+="/sbin/modprobe -b qmi_wwan" # force Sierra Wireless EM7305 to configuration #1 SUBSYSTEM=="usb", \ ATTR{idVendor}=="1199", ATTR{idProduct}=="9063", \ ATTR{bConfigurationValue}="1" # add the new id in the qmi_wwan driver SUBSYSTEM=="drivers", \ ENV{DEVPATH}=="/bus/usb/drivers/qmi_wwan", \ ATTR{new_id}="1199 9063" # load qcserial module SUBSYSTEM=="usb", \ ATTR{idVendor}=="1199", ATTR{idProduct}=="9063", \ RUN+="/sbin/modprobe -b qcserial" # add the new id in the qcserial driver SUBSYSTEM=="drivers", \ ENV{DEVPATH}=="/bus/usb-serial/drivers/qcserial", \ ATTR{new_id}="1199 9063" LABEL="mbim_to_qmi_rules_end" -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/issues/53. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.