I have noticed a problem when trying to configure WLAN. I can setup anything, but WLAN does not work. After booting and trying several times I noticed that the numbering og the network interfaces was a little bit strange: eth6 and wlan2… I figured out that removing/renaming 70-persistent-net.rules fixed the problem. After that I got eth0 and wlan0 and WLAN worked!
Hi, would like to add an info: for those who don’t see wlan0 at all (like me until few minutes ago after struggling alot) an rpi-update
should be necessary …for me updating rpi firmware solved the missing wlan when checking ifconfig -a
I finally wanted to fix my wlan issue as well.
In my case I had a wlan4.
rpi-update didn’t solve it.
I still had the 70 rule, which I set inactive.
Et voila…
I could see an impact with the reduced timeout as well.
I’ve noticed that the file “/etc/udev/rules.d/70-persistent-net.rules” is regenerated on boot time, taking some time. I can’t understand how this can solve any problem. It only consume time on every reboot after deleting it.
Can you verify if it’s regenerated on your system?