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

HP EliteBook 830 G5 #40

Closed
SergeyDjam opened this issue Jun 18, 2020 · 7 comments · Fixed by #71
Closed

HP EliteBook 830 G5 #40

SergeyDjam opened this issue Jun 18, 2020 · 7 comments · Fixed by #71
Assignees

Comments

@SergeyDjam
Copy link

Hi. Would i like to know what status of EliteBook support? Can I check my laptop for modem health and how do I do it?

@xentity
Copy link

xentity commented Jul 22, 2020

hey @SergeyDjam,
did you make any progress? I have an HP EliteBook 840 G5 and had no success so far. The hack of @abrasive seems not to work for HP EliteBooks (for any kind of reason), Lenovo and Dell are more promising. What are your experiences so far?

@RyanShaw-3083
Copy link

Hi @SergeyDjam , I have already compiled and load module on Elitebook 735G6. It actually works! Amazoning! Thanks a lot to @abrasive focus on this field!

@bear80
Copy link

bear80 commented Nov 2, 2020

Hi @SergeyDjam , just loaded the module on Elitebook 830 G6 with Linux 5.4.0. Works fine! Thanks a lot to @abrasive !

@tgxn tgxn linked a pull request Mar 9, 2021 that will close this issue
@tgxn
Copy link
Contributor

tgxn commented Mar 9, 2021

I'll be looking to merge ModemManager support soon! 🎉 #66

@tgxn tgxn closed this as completed in #71 Mar 9, 2021
@kolAflash
Copy link

kolAflash commented Apr 7, 2021

Works on an EliteBook 735 G6 (9VZ68EA#ABD / Ryzen 5 PRO 3500U) with a upgraded "Fibocom L850-GL 4G LTE" wwan card.
OS: Debian-11, Linux-5.10

The EliteBook 735 G6 doesn't come with a wwan card in every variant.
For example my EliteBook 735 G6 9VZ68EA#ABD (Ryzen 5 PRO 3500U) doesn't have a wwan card.
So I upgraded it with a wwan card bought here:
https://www.ebay.de/itm/Fibocom-Anatel-L850-GL-4G-LTE-WWAN-Modul-M-2-HP-P-N-917822-002-/402030952348
https://www.notebookgalerie.de/fibocom%20l850-gl%204g%20lte%20wwan-modul%20m.2.html

 


 

Entering the sim pin seemed a little problematic.
I think I maybe have to run open_xdatachannel.py ... once before entering the pin as described here: #53 (comment)
And entering the pin via picocom or chat (Debian package ppp) seemed to work better.

 

$ picocom /dev/ttyXMM1
AT+CPIN="0000"

Use AT+CPIN? to check if a pin is needed.
Answer +CPIN: SIM PIN indicates that a pin is still needed.
Answer CPIN+: READY indicates no pin is not needed or the pin has already been entered.

 

Alternative:
chat -Ss -V -t 1 '' 'AT+CPIN?' '+CPIN: SIM PIN' 'AT+CPIN="0000"' 'OK' 'AT+CPIN?' '+CPIN: READY' > /dev/ttyXMM1 < /dev/ttyXMM1
(don't get confused, the expected answers are listed too in the chat command)

@tgxn tgxn self-assigned this Apr 7, 2021
@yummy527
Copy link

yummy527 commented Sep 9, 2022

Works on an EliteBook 735 G6 (9VZ68EA#ABD / Ryzen 5 PRO 3500U) with a upgraded "Fibocom L850-GL 4G LTE" wwan card. OS: Debian-11, Linux-5.10

The EliteBook 735 G6 doesn't come with a wwan card in every variant. For example my EliteBook 735 G6 9VZ68EA#ABD (Ryzen 5 PRO 3500U) doesn't have a wwan card. So I upgraded it with a wwan card bought here: https://www.ebay.de/itm/Fibocom-Anatel-L850-GL-4G-LTE-WWAN-Modul-M-2-HP-P-N-917822-002-/402030952348 https://www.notebookgalerie.de/fibocom%20l850-gl%204g%20lte%20wwan-modul%20m.2.html

Entering the sim pin seemed a little problematic. I think I maybe have to run open_xdatachannel.py ... once before entering the pin as described here: #53 (comment) And entering the pin via picocom or chat (Debian package ppp) seemed to work better.

$ picocom /dev/ttyXMM1
AT+CPIN="0000"

Use AT+CPIN? to check if a pin is needed. Answer +CPIN: SIM PIN indicates that a pin is still needed. Answer CPIN+: READY indicates no pin is not needed or the pin has already been entered.

Alternative: chat -Ss -V -t 1 '' 'AT+CPIN?' '+CPIN: SIM PIN' 'AT+CPIN="0000"' 'OK' 'AT+CPIN?' '+CPIN: READY' > /dev/ttyXMM1 < /dev/ttyXMM1 (don't get confused, the expected answers are listed too in the chat command)

The command AT+CPIN? gives me ERROR. What it means?

@elronzo
Copy link

elronzo commented Mar 29, 2023

Can confirm that this is working on my EliteBook 840 G8. Anyone knows how to supply credentials for the APN?

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

Successfully merging a pull request may close this issue.

8 participants