【发布时间】:2015-11-07 22:22:54
【问题描述】:
我有一个 BBB、一个来自 Adafruit 的 Fona 和一个 LycaMobile 3G Sim 卡,我想使用这个 3G sim 将 BBB 连接到互联网。我跟着:this tutorial from adafruit 这样做。
但要连接到我的 APN,我需要设置用户名和密码。所以我这样做了:
在我的 /etc/ppp/peers/fona 中:
而不是noauth
我把:auth
user lmfr
name lycamobile
在我的 /etc/ppp/chap-secrets 以及我的 etc/ppp/pap-secrets 中我放了:
"lmfr" * "plus"
但是当我这样做时出现以下错误:
sudo pon fona
/usr/sbin/pppd: The remote system is required to authenticate itself
/usr/sbin/pppd: but I couldn't find any suitable secret (password) for it to use to do so
/usr/sbin/pppd: (None of the available passwords would let it use an IP address)
有谁知道如何解决此问题或通过 APN 身份验证连接到 Fona 的其他方法?
【问题讨论】:
标签: raspberry-pi beagleboneblack gprs iot apn