Huawei E169 and Linux NetworkManager
My Huawei E169 used to be working fine with Linux NetworkManager under Fedora Core 10 until a recent yum upgrade. The NetworkManager now waits for some time (about 30 seconds) before it gives an error message on timeout. After some troubleshooting, the following files /etc/ppp/chap-secrets and /etc/ppp/pap-secrets need to have some changes in their permissions settings.
$> chmod 0660 /etc/ppp/chap-secrets /etc/ppp/pap-secrets
That solves the problem, and now I can access the Internet via my SingTel 3G network.
Thanks!
This solves the problem by Fedora 11 64-bit too.
Add A Comment