-
Notifications
You must be signed in to change notification settings - Fork 2
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
Can't Send APDU: Error executing command: error: operation failed: Unknown status 0x87430003 #8
Comments
have you tried using |
I stopped the ModemManager and had to remove the
|
eSIM is working under Windows? |
I didn't try particular exemplar yet, but overall it does. |
I don't see response here.. are you swapped slot to use eSIM one? |
Yes, otherwise, it can't open the Channel. |
but you should get an APDU response and it doesn't reply, that's very stange.. |
So you think Windows won't help here? |
if you can test this module on Windows it's better, just to see if the eSIM can be accessed and profiled |
If it works on Windows, do you know some USB sniffing techniques to debug it? |
So I've got the Windows for two days, and apparently eSIM does work there. But I can enter "Manage eSIM profiles" screen, see EID there and QR code with eSIM properties, and can "Add a new profile". If you have any other test procedure in mind, please let me know. |
@stich86 Yes, at least I can add a profile: |
recommended, you contact fibocom FAE engineer. |
@septs as you see above this module works on Windows perfectly fine |
obviously this module unsupported this method to close the channel, isn't this a bug? so you should contact fibocom FAE engineer resolve this problem. |
may be you can try to use wireshark and check which commands are sent to open logical channel and all other stuff: |
or reverse engineering to match microsoft behavior of course, i think this repo owner will not make a workaround for this special module |
We saw the same behavior with other module, so the problem is with something else: @stich86 how did you solve it? (Thanks for the Wireshark link, I was going to try it) |
as I've said only tested on two modules, commands are the same.. but never tested on Fibocom, so I cannot help |
That was my point - you tested in on other modules but still got the same problem, right?
Originally posted by @stich86 in z3ntu/lpac-libqmi-wrapper#1 (comment) @stich86 |
I had to use |
@stich86 |
yes without |
Seems I've found the solution, reported it here: |
so have you tested the Fibocom with channel group? |
Yes
I don't see the point to make it optional, just make it with |
Well, it seems that Quectel RM520N-GL requires the same thing cause trying to open AID It obviously does not work via the wrapper still without modifying the open calls to include But, now its failing with 0x87430002 which is |
i've added |
The modem is Fibocom L860GL-16.
Logic Channel seems successfully open but then
Send APDU:
part fails, I tried different commands:Also, if I open the Channel manually and then try to immediately close, it fails:
What could I else try to diagnose it?
@abrasive @z3ntu
The text was updated successfully, but these errors were encountered: