fbelavenuto / arpl

Automated Redpill Loader
GNU General Public License v3.0
7.08k stars 1.52k forks source link

waiting IP error #763

Open zhangfan1231 opened 10 months ago

zhangfan1231 commented 10 months ago

I use “arpl-1.1-beta2a.img.zip” as Boot Disk,it turned out "waiting ip...........error" . Network card:Intel i219V CPU:i3-8100T

https://pic.imgdb.cn/item/651026a8c458853aef8cd07e.jpg https://pic.imgdb.cn/item/651026a8c458853aef8cd054.jpg How can I resolve this problem and get the right IP?

Cryental commented 9 months ago

need more delay to get IP address since it's asking your router to request new local IP.

Cryental commented 9 months ago

You can check router device list to find IP address if driver is detected also.

zhangfan1231 commented 9 months ago

my router device can not find my new nas,i tried many times to spy the router device and refresh the page,no new device was found.

Cryental commented 9 months ago

check if lspci shows your network card, if not visible correct name there, it means it doesn't detect your network. also try to run ifconfig to see your current connection. It should run in tinycore shell.

zhangfan1231 commented 9 months ago

check if lspci shows your network card, if not visible correct name there, it means it doesn't detect your network. also try to run ifconfig to see your current connection. It should run in tinycore shell.

my first message include 2 pictures,maybe you can not open it。ifconfig show eth0 and loop,but eth0 ip was not right。lspcishow i219v connection 2,and that is matched with my board.

sunyurain commented 9 months ago

我遇到了同样的问题,请问您解决了吗?

zhangfan1231 commented 9 months ago

check if lspci shows your network card, if not visible correct name there, it means it doesn't detect your network. also try to run ifconfig to see your current connection. It should run in tinycore shell.

I have solved the problem.I did a lot of research on the web, and find that the i219V card's dev-id need to be changed with "EEupdate" tools. For example, my i219V card's dev-id was 0x15B8, I changed it to 0x15B7 with EEupdate. In particular, the fourth and sixth data in the second row need to be changed to 0x15B7, which was very important.