我的 pppoeconf 有问题。今天,我不得不在SD卡上重新安装Raspbian,然后我安装了pppoe(我遵循了可以找到的规范这里)。现在,问题是每次运行 sudo pppoeconf 时都会出现错误消息:
| Sorry, I scanned 1 interface, but the Access │
│ Concentrator of your provider did not respond. Please │
│ check your network and modem cables. Another reason for │
│ the scan failure may also be another running pppoe │
│ process which controls the modem.
并且所有设置似乎都正常。我必须提到的是,我在旧的 Raspbian 上没有遇到这个网络问题,而且,如果我将网线插入我的计算机,我可以连接到互联网。所以问题只出在 Raspberry 上。
此外,ifconfig -a 的输出是:
eth0 Link encap:Ethernet HWaddr b8:27:eb:3b:9c:a2
inet addr:192.168.33.202 Bcast:192.168.33.255 Mask:255.255.255.192
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:56 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8240 (8.0 KiB) TX bytes:3794 (3.7 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
顺便说一句,是关于在 Raspberry Pi 和 Raspbian 上运行的软件!事实上,这个问题可能是操作系统或打包为armhf并可以在Raspberry Pi上运行的软件的问题