fbelavenuto / arpl

Automated Redpill Loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

waiting IP error

zhangfan1231 opened this issue · comments

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?

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

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

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.

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.

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.

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

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.