RetroPie installer does not connect to internet
-
Hi. After 8 hours of trying to get this to work, it just won't. So I decide to finally give in and consult this forum.
Now, with that said, I can't get retropie to install at all. I did a completely fresh install of Raspberry Pi OS, the newest from the website. I am trying to install retropie from the terminal. Sometimes, it immediately says "Unable to connect to internet" when I clearly am connected, and the 3 bars on the wifi icon at the top right are full. I checked the keyboard and locale and all of that, it is fine. I tried directly on the pi and via ssh. Still nothing. I updated the pi withsudo apt update && sudo apt upgrade
I updated the setup script. I tried using ethernet/wifi. Nothing works. My router's firewall is allowing requests from the setup. Absolutely nothing works. I also sometimes get random 'package failed to install, but is fixed by running
sudo dpkg -a --configure
I would really like help quick, as I've been at this all day.
I am using a raspberry pi 4 2gb, not overclocked. Internet speed is 200 mb/s if that matters.
If more info is needed, please let me know. -
@MagneticEnder said in RetroPie installer does not connect to internet:
If more info is needed, please let me know.
Any reason you're not using the provided image from retropie.org.uk/download ?
There's not much to do if your internet connection is unreliable on your Pi - unless you fix that, you'd still have errors downloading/installing packags and the installation will have errors.
-
Only reason I am not using the image from the website, is because I want Raspberry Pi OS along with Retropie. Internet connection has never been unreliable, all other programs/operating systems work for me. I don't have issues with installing packages with other software
-
@MagneticEnder RetroPie is not an OS in itself, the image is actually Raspbian Lite underneath, with RetroPie installed and configured.
I don't have issues with installing packages with other software.
The RetroPie installer uses
apt
to install dependent packages, you're saying that usingapt
standalone works, but using it through the installer is giving errors ? You should post the install log from$HOME/RetroPie-Setup/logs
on pastebin.com to take a look. -
-
@MagneticEnder said in RetroPie installer does not connect to internet:
I don't see any installation errors in this log. What do you mean by 'nothing works' ?
-
Randomly getting "Unable to connect to the internet" errors, when everything is going well
-
Do you have an error log where this error shows up ? From the log you posted, I see that the core packages have installed fine. Not sure what else can be done if your internet connection bugs out.
-
@mitu I have the same issue when i try to install scraper from the RetroPie Setup. it just says disable, cannot install, not connected to the internet. I have verified that it's connected by pinging the retropie from my PC. Plus i'm currenly posting this from my computer. So the router isn't the issue.
Has anybody tried using the other images from the imager.
-
@filipinoy79 said in RetroPie installer does not connect to internet:
have verified that it's connected by pinging the retropie from my PC. Plus i'm currenly posting this from my computer. So the router isn't the issue.
Pinging the retropie computer from your PC doesn't mean the Pi has access to the internet, just to the local network (router,pc,pi).
Run a
ping retropie.org.uk
command from the Pi itself and see if the command is successful. -
@mitu ok, so press f4 then like windows.
-
i have had it come up while i was updating everything also. mine always seemed to say cant connect to internet on mupen64plus. or one of the N64 emus. and i would restart the update and it would go through fine.
very odd
-
@mitu It's connected
-
-
@filipinoy79 The installer checks if the Google's DNS IPs are routable from the Pi (8.8.8.8 for instance) and if that fails, it considers there is no internet available.
You can check with the commandip -4 route get 8.8.8.8
What's the output of the above command in your case ?
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.