Linux connected to internet, but Kodi isn't.
-
Added Kodi debug log (I'm learning) :D
-
That's strange, you seem to not have internet in Kodi indeed. Did you tried to make a backup of ~/.kodi (it's the dir with all Kodi settings) and then remove it to start fresh, with default Kodi settings ? Does it work then ?
-
Thanks, I'll try that now.
-
Sadly, no difference.
Is there some config file, somewhere with network settings inside?
On the bright side, because of this issue I've learned to use puTTy and WinSCP.
-
There is no network settings in Kodi, or only for Kodi.
Try a new install from scratch of the latest RetroPie image + Kodi. If it doesn't work also, it should be something in your network/routers (firewall ?). -
Ok, this is solved.
For some reason, Kodi had a DNS issue.
I'm not sure why, but what I needed to do was change the Pi to Google name server:
sudo nano /etc/resolv.conf
Change to 8.8.8.8
After this, immediately everything works.
And I learned a hell of a lot of stuff going down this rabbit hole.
-
Update:
To change the name server permanently, check out the following link:
-
I getting upset. I put the dns. it shows up fine in kodi. when I restart my pie it goes back to the other one. tried both metheds still no luck. It still says can't connect.
Edit: just found out that repo is down. kodi internet still works. -
hi, i have the same problem, i am trying the solution to change the name server permanently.
when typing "/etc/dnsmasq.conf"
i get the permission denied.
Anyone have a solution?
Thx
-
@stino you'll need to use the sudo command to elevate to root privileges. Without sudo at the beginning, you won't have write access to the file. Also, you'll need to open this in an editor, so try sudo nano /etc/dnsmasq.conf which should open in the nano text editor for you to mess with. Remember to save when exiting with ctrl x
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.