I have a raspberry pi 2 connected to a lan. Sometimes the raspberry loses the network connectivity. After unplug and re-plug the network cable in the router the network on the raspberry turns to work. I have the RASPBIAN JESSIE installed. Has someone a idea?
3 Answers
1
votes
See what /var/log/syslog says when that happens. Whether you are using wired or wireless, if you start getting errors about its built-in ethernet, that can also interrupt anything else on USB. Installing all updates - regular updates did NOT help: sudo apt-get update && sudo apt-get dist-upgrade -y
What could help is doing rpi-update.
1
votes