我想ssh到我的樹莓派,所以我希望得到的IP地址在下面的鏈接中提到不能獲取樹莓派IP地址
ifconfig
http://learn.adafruit.com/adafruits-raspberry-pi-lesson-6-using-ssh/using-ssh-on-a-mac-or-linux
eth0 Link encap:Ethernet HWaddr b8:27:eb:63:40:b8
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:27224 errors:0 dropped:0 overruns:0 frame:0
TX packets:733 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2801074 (2.6 MiB) TX bytes:107019 (104.5 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 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)
我沒有得到與wlan0
我甚至嘗試輸入sudo ifconfig wlan0
啓動列表中,但我得到了下面的錯誤
wlan0 error fetching interface information: Device not found
我通過有線電纜連接,是的,我連接到互聯網,因爲我可以瀏覽網站,而現在我不想設置任何無線連接,我只是想讓我的IP這樣我就可以使用IP地址
反正有我可以讓我的樹莓派的IP地址
@JoachimPileborg我登錄身體到pi試圖得到的IP地址 – Lily