-
Notifications
You must be signed in to change notification settings - Fork 82
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
rename 7360 to 7560 #50
base: master
Are you sure you want to change the base?
Conversation
EDIT: I got further by using this driver, i.e. surpassed a number of errors I had with the original 7360 driver. However, I never actually got a WAN connection working with this either. Not sure what's missing still. |
Thanks for getting the ball rolling! Module loads and I managed to communicate with the device using some basic
However there is a SIM in the slot... -- Do you get past this stage? Otherwise I guess we'll have to wait for https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/258#note_681451 (fingers crossed) |
Without toggle-able support for both devices, this will have to remain a branch/hard fork. |
I've packaged this modified driver for NixOS - even wrote a patch for the latest version with the rename changes referenced here and I get the same thing as you folks - I never managed to get a successful connection - open_xdachannel results in:
Did anyone get any further with this? I will continue to poke and prod it when I get some time free but for now I've got this as far as I can. |
Hi @cawilliamson, I'm not sure this fork/branch ever worked. @lneuhaus mentioned he didn't manage to get it working. The part it's getting hung up on could be related to the FCC lock ( Edit: Thinking you should see the output to Line 371 in 1eb2ee4
If you're not seeing that then something related to FCC unlock code must be borked. |
You marked this as wontfix. Typically this means that this bug should be closed. I assume the right place to mention this would be the main README.md? |
The driver for 7360 did not work for my 7560 modem. Simply renaming all occurrences of
7360
to7560
worked for me. I understand that this is not supposed to replace the 7360 driver, but wanted to raise awareness of this option. Maybe both drivers can be merged into one by someone more familiar with the codebase. Until then, using this feature branch should do the job for the 7560.EDIT: I got further by using this driver, i.e. surpassed a number of errors I had with the original 7360 driver. However, I never actually got a WAN connection working with this either. Not sure what's missing still.