andorid X86 安裝在pc,有線網路設定問題

andorid X86 8.1
安裝在 pc intel, mb 電腦上, 沒有wifi, DHCP [有線網路]設定問題

Android-x86 Release Note 8.1-rc1
Run Android on your PC

Support Multi-touch, Audio, Wifi, Bluetooth, Sensors, Camera and Ethernet (DHCP only).

就是用以太網路線 DHCP 如何設定?
沒有最下面Ethernet 這個

首先,先找出你的無線網卡是哪個名字
ifconfig -a


ifconfig eth0 up

eth0 Link................. HWaddr: 1c:..
inet addr : fe80::7cc2
這裡怎麼不是網址?


andorid X86 安裝在pc,有線網路設定問題
2019-10-05 19:01 發佈
dhclient eth0

dhclient 為什麼找不到這個指令???

# netcfg eth0 dhcp
# setprop net.dns1 8.8.8.8

netcfg 為什麼找不到這個指令???
做個紀錄好了。 android X86, 8.1 32bit 相關制令

Alt+F1 : Enter terminal mode
Alt+F7 : Return to the GUI

Press Alt + F1 to open console
Type reboot -p

首先,先找出你的網卡是哪個名字
ifconfig -a

64bit 網卡名稱是 wlan0 ????

netcfg eth0 up
netcfg eth0 dhcp
setprop net.dns1 8.8.8.8

dhclient eth0

su

找到介面的名字後,若是沒有打開,就把它打開
ifconfig eth0 up

getprop dhcp.wlan0

給個別網卡分配 IP 地址, 例如在 eth0 分配 Ip 192.168.1.101:
# ifconfig eth0 192.168.1.101
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?