Skip to content
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

FS#1962 - PIN verify with QMI on Quectel EC-25A #6957

Closed
openwrt-bot opened this issue Nov 19, 2018 · 2 comments
Closed

FS#1962 - PIN verify with QMI on Quectel EC-25A #6957

openwrt-bot opened this issue Nov 19, 2018 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

erazor83:

I'm trying to get wwan running on GL.Inet MiFi (Quectel EC-25A cellular modem PCIE).

OpenWrt shows "Error: PIN code rejected".

I tried to use uqmi to check if PIN stuff works:
root@OpenWrt:~# uqmi -s -d /dev/cdc-wdm0 --verify-pin1 5161
"Not supported"

root@OpenWrt:~# uqmi -s -d /dev/cdc-wdm0 --uim-verify-pin1 5161
"Invalid arguments given"

root@OpenWrt:~# uqmi -s -d /dev/cdc-wdm0 --uim-verify-pin1 "PIN,5161"
"Incorrect PIN"

I found this patch which tells me the PIN argument for verify and uim-verify should be the same, but it seems it isn't.
http://lists.infradead.org/pipermail/lede-commits/2017-December/005176.html

@openwrt-bot
Copy link
Author

xback:

I'll check this tomorrow.
Ive got such device and modem.

Koen

@openwrt-bot
Copy link
Author

xback:

Checked on a freshly build 18.06 and a gl.MiFi with a EC25-E

root@OpenWrt:# uqmi -s -d /dev/cdc-wdm0 --verify-pin1 1111
"Not supported"
root@OpenWrt:
# uqmi -s -d /dev/cdc-wdm0 --uim-verify-pin1 1111
root@OpenWrt:~#

After the UIM cmd, the pin is unlocked properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant