在使用Linux 使用 pppoe 連線方法小記 | 程式狂想筆記後
重開機發現不能上網
我還以為是 wifi 壞掉
好在最後查到原因
在此筆記
首先,我在sudo vim /etc/network/interfaces
1 | # interfaces(5) file used by ifup(8) and ifdown(8) |
在意開始之前,只有這兩段
1 | auto lo |
不過,重開機才能確定網路才能設定到
後來網路上找到sudo service networking restart
不過我在 ElementaryOS 上沒有什麼效果
後來
1 | sudo service network-manager restart |
發現桌面右上角圖示有重新載入
可正常載入網路狀況
最後發現是iface wlp3s0 inet manual
這段影響的
不過我還是保留一開始的那兩行
註解掉後還是能用 pppoe 連線
網路設定我就不深入研究了,相關 Linux 設定方法如下
- Debian / Ubuntu Linux 網路設定範例 | Tsung’s Blog
- Linux 网络接口配置(/etc/network/interfaces) - 邱凯翔 Edward 的个人博客 - CSDN 博客
- 第 5 章 網絡設置
- 葉難: Raspberry Pi:固定私有 IP 與 dhcpcd
- 树莓派 3 设置静态 ip dhcpcd vs /etc/network/interfaces - yjbaobo 的博客 - CSDN 博客
重新檢查連線
小狐狸事務所: 樹莓派自動偵測網路斷線時重開機的方法
Rebooting the Raspberry Pi when it loses wireless connection | We Work We Play
1 | ping -c4 192.168.1.1 > /dev/null |
/5 * /usr/bin/sudo -H /usr/local/bin/checkwifi.sh >> /dev/null 2>&1
1 | ping -c4 192.168.1.1 > /dev/null |
2.為了要使raspberry pi 不要進入省電或自動將無線網路關掉
參考:IT學習日誌: [Raspberry Pi 2 ModelB] 無線網路常常斷線解決方法
在/etc/network/interfaces
加上一行
wireless-power off
外
修改 /etc/kbd/config
將 BLANK_TIME= 改為 BLANK_TIME=0
和 POWERDOWN_TIME= 改為 POWERDOWN_TIME=0