-
I bought a “01AX748 Sierra AirPrime EM7455 4G/LTE WWAN” on Ebay and I'm tryuing to connect it to my Thinkpad X270. After installing it, I enabled ModemManager and tried doing:
It keeps giving me the “Invalid transition” error. If I try to enable the modem, I get the same error. Does anyone know what could be causing it? It works fine if I'm trying to get the modem info:
https://gist.github.com/gnull/bc3ba58f4159984be56279e7d28ecdb9 Here's what the debug output of ModemManager looks like when I run the simple connect command. Any ideas what might be causing the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Did you come up with any solution to this? I'm having the exact same issue on my Dell Latitude laptop. |
Beta Was this translation helpful? Give feedback.
-
Nope. My current hypothesis is that my lte card might be incompatible with
my laptop. The ad from which I bought it stated that it's for X260 and my
laptop is X270.
I've ordered a different lte card. Will check if it works with it in a week
or so, and let you know.
Ivan
…On Thu, 9 Jun 2022, 14:45 artilerien, ***@***.***> wrote:
Did you come up with any solution to this? I'm having the exact same issue
on my Dell Latitude laptop.
—
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWF5JZSTLEDTPYF2BAF6MTVOHROHANCNFSM5V46GOLQ>
.
You are receiving this because you authored the thread.Message ID:
<danielewood/sierra-wireless-modems/repo-discussions/122/comments/2913349@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I had the same problem and did more research. I got it working. The thing is you need to tell the card the FCC Unlock command! I got it working afterwards |
Beta Was this translation helpful? Give feedback.
-
Thank you for an update. Unfortunately, I can't test it on the modem
where I had the issue since I sold it already :)
Ivan
…On Mon, Sep 19, 2022 at 09:05:42AM -0700, Hetti wrote:
I had the same problem and did more research.
I got it working. The thing is you need to tell the card the FCC Unlock command!
https://lists.freedesktop.org/archives/libqmi-devel/2020-October/003400.html
I got it working afterwards
--
Reply to this email directly or view it on GitHub:
#122 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
I had the same problem and did more research.
I got it working. The thing is you need to tell the card the FCC Unlock command!
qmicli -d /dev/cdc-wdm0 -p --dms-set-fcc-authentication
See the quoted post: https://lists.freedesktop.org/archives/libqmi-devel/2020-October/003400.html
I got it working afterwards