Open OlivierGre opened 1 month ago
If I use the Ethernet interface and call "INFRA_IF_NAME=wlan0 ./script/setup" (which is odd), I get the same error
I have also tried this:
A clean is maybe necessary to flush what has been built before for Ethernet.
I have fixed it with:
sudo mkdir -p /etc/iproute2
sudo touch /etc/iproute2/rt_tables
echo -e "255\tlocal\n254\tmain\n253\tdefault\n0\tunspec" | sudo tee /etc/iproute2/rt_tables
sudo chmod 644 /etc/iproute2/rt_tables
Is it normal that I had to do this after an installation from scratch?
I'm facing an error during setup screen:
sed: can't read /etc/iproute2/rt_tables: No such file or directory
Here is what I have done:
I'm then getting the above error.
I'm attaching the traces. Do you think that it is related to the change of interface (eth -> wifi)?
setup_nok.txt