I have a RPI 3B+ with a fresh install of OSMC on it and it is failing to connect to the wifi
This is my second 3B+ with this issue. First one I updated at the end of Dec and after the update my Pi wouldn’t connect via wifi. I switched to another 3B+ with a fresh install and it connected once but after that it won’t connect to wifi.
Is you WLAN and LAN using the same DHCP server?
Do you normally have IP Addresses in the range of 192.168.10.x or 10.0.0.x?
Is StarLordWifi your wifi you are trying to connect to?
Normal IP range is the 10.0.0.x
WLAN and LAN both run off Xfinity router which sets the IP addresses on the network
StarLordWifi is the SSID i’m trying to connect to
All my devices connect over wifi and none of them are having connection issues
Neither seems your Pi3 has an issue as you are connected with 10.0.0.121. So you are saying you can’t ping 10.0.0.121 from any device in your LAN? What does arp -a says if you run it on your Notebook or Router?
my pi was connected just fine on the 10.0.0.x ip until a month ago
current ip address is a 10.0.0.x
arp -a gives a table of IPv4 addresses, 3 are 10.0.0.x, 4 are 224.0.0.x, and 239.255.255.250
Based on your logs it is still connected as 10.0.0.121 therefore we are trying to understand what exactly is your problem.
After you do ping 10.0.0.121 does that arp -a include an entry with 10.0.0.121 and or b8:27:eb:0c:81:03?
After I ping it it shows up in the arp table
arp on the Pi, gives nothing back
The problem is that a) I can’t ssh into it (ssh is enabled) and b) the kodi app isn’t detecting it and manually configuring isn’t connecting either
If I exit OSMC to command line and ping 8.8.8.8 I get ‘network is unreachable’, but if I ping the Pi it responds
If I go to Network in MyOSMC the status is connected but there are no connection details (ip, gateway, etc)
default via 192.168.10.1 dev eth0
82.165.8.211 via 198.168.10.1 dev eth0
192.168.10.0/24 dev eth0 proto kernal scope line src 192.168.10.175
192.168.10.1 dev eth0 scope link
I tried out jellyfin on rasbian before putting OSMC on it and it was working fine with jellyfin
I’m kinda thinking of doing @bfunke1’s suggestion and re-flashing my SD card, reinstalling but not inputting wifi creds until after it finishes the install and seeing what happens
If that doesn’t help, can you please try setting a static IP (Configure Network Manually under MyOSMC ->Network->Wired). Could be that its not correctly receiving its gateway or mask correctly via dhcp.