-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
USB/U3G: Added Panasonic CF-F9 GOBI 3G modem to U3G module. #115
Conversation
If you need GOBI2000 firmware for Panasonic ToughBook CF-F9 and HP EliteBook 2740p I have added them to https://github.com/cederom/gobi_loader :-) |
65ce5e9
to
cc282ec
Compare
Also added example devd configurations. Note: GOBI modems require QDL firmware to be uploaded with gobi_loader: https://github.com/cederom/gobi_loader Signed-off-by: CeDeROM Tomasz CEDRO <tomek@cedro.info>
Has anyone looked at this since its submission? |
Hi, The u3g.conf should not be in the kernel. Other parts look fine. Please make a bugzilla PR at FreeBSD.org. --HPS |
Thanks @hselasky :-) Where should I put the example conf? Commit works fine on my rugged laptop :-) |
Isn't there a gobi_loader port where it should be put? |
Unfortunately, there is not such a port in the ports tree yet. The original gobi_loader builds seamlessly, almost without patching so I am using it for years but it would be nice if we have such a port available as net/gobi_loader. |
Here are sources of GOBI LOADER that I use on FreeBSD :-) https://github.com/cederom/gobi_loader For that you also need dedicated firmwares for a modem that can be extracted from windows drivers package :-) |
I have been also using for about 5 years this fork: https://github.com/kjopek/gobi_loader of https://github.com/kicer/gobi_loader project. To make it even worse I have lately created my own fork to trim unneeded binaries for preparation of FreeBSD port sysutils/gobi_loader. It's under review: https://reviews.freebsd.org/D22938. Please feel free to comment, test, check, contribute or complain on this proposal. |
Add kernel support for the Panasonic GOBI 3g modem. Note: GOBI modems require QDL firmware to be uploaded with gobi_loader: https://github.com/cederom/gobi_loader. Signed-off-by: CeDeROM Tomasz CEDRO <tomek@cedro.info> Pull Request: #115 Reviewed by: imp (split off kernel bits from original)
I've rebased the kernel bits (but didn't include a reviewed by hps since I just noticed he'd said OK). I'm closing this as all committable parts are in the tree. I've sent queries for the port and will followup. |
Add kernel support for the Panasonic GOBI 3g modem. Note: GOBI modems require QDL firmware to be uploaded with gobi_loader: https://github.com/cederom/gobi_loader. Signed-off-by: CeDeROM Tomasz CEDRO <tomek@cedro.info> Pull Request: freebsd/freebsd-src#115 Reviewed by: imp (split off kernel bits from original)
Note: GOBI modems require QDL firmware to be uploaded with gobi_loader:
https://github.com/kicer/gobi_loader
https://github.com/cederom/gobi_loader
Signed-off-by: CeDeROM Tomasz CEDRO tomek@cedro.info