-1

I have my RPi connected to the Wi-Fi as well as the ethernet cable connected to it, but I cannot reach any websites. I am trying to clone a GitHub repository. Has anyone ever had this problem before? If so, how did you solve this?

I can't install OpenCV either. I ran the command:

sudo apt-get install python3-opencv -y

and got a message:

Unable to locate package python3-opencv

Any direction and/ or input is very appreciated. I'll keep you guys updated.

Greenonline
  • 2,740
  • 4
  • 23
  • 36
AIMS
  • 1

1 Answers1

2

Please download and flash the image Raspberry Pi OS (32-bit) Lite without any modifications. Connect the RasPi wired to your internet router and boot the RasPi with the fresh flashed image. Then do a ping 8.8.8.8. If it doesn't work then the problem is your network, not the RasPi.

If it works then follow Setting up a wireless LAN via the command line. If it doesn't work then you have made a typo, or the problem is your WiFi access point.

Ingo
  • 42,107
  • 20
  • 85
  • 197