Ethernet (DHCP) not working after July update

fix IP?

Well IP Addresses can be assigned dynamically by the router via DHCP or you can configure a device with a fixed IP address. In OSMC you can do that via the GUI in MyOSMC - Network

oh yeah, it’s just not giving me that option, only no wired connection.

Which means the cable connection is physically not detected. So try different cable and/or different port.

I don’t doubt it, I will test the cable now, but that means that either the cable or the port went bad during the upgrade?

cable checks good and port is working with another device, reinstalling now. we’ll see.

okay the june update sees a wired connection, but with the new one I still just get no wired connection.

That’s now confusing, you wrote

So why would it not have worked at that time?

I reinstalled the july update, doesn’t seem to be working, the june one is seeing the wired connection though

How would you have done that?

with the installer, it gives you option of which update to download. it was working, I just went to upgrade to the july update manually and now it is not working.

Thanks, wasn’t aware that the July Images are already published as they are normally provided a few days later.

For the time being I would suggest to stay on June version. As you are currently the only one having this specific issue I am not 100% about a possible cause of the issue. The strange point is that no RX packets are received.

Maybe one last test you could do. When on the June version configure fixed IP on the Vero and then upgrade to July.

alright, I am reinstalling june now, I will send logs for that and post upgrade to july.

Great, please do also the change to Fixed IP before upgrade.

hmm not showing up on my DHCP server but I am able to access through SSH, also I haven seen the no such file or directory errors, do I need to touch those? this is pre upgrade.

osmc@osmc:~$ ifconfig
eth0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.88.5 netmask 255.255.255.0 broadcast 192.168.88.255
ether c4:4e:ac:0a:af:3b txqueuelen 1000 (Ethernet)
RX packets 15025 bytes 21883660 (20.8 MiB)
RX errors 0 dropped 6 overruns 0 frame 0
TX packets 4812 bytes 424731 (414.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 40

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 4096
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 0 (Local Loopback)
RX packets 112 bytes 8768 (8.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 112 bytes 8768 (8.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

osmc@osmc:~$ grab-logs -a
grep: /var/log/apt/term.log: No such file or directory
grep: /var/log/apt/history.log: No such file or directory
Logs successfully uploaded.
Logs available at https://paste.osmc.tv/oqorofunoh

okay before upgrading I checked one of my nft servers in and scanned it, played a movie confirming *.5 is working. this is pre upgrade
osmc@osmc:~$ ifconfig
eth0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.88.5 netmask 255.255.255.0 broadcast 192.168.88.255
ether c4:4e:ac:0a:af:3b txqueuelen 1000 (Ethernet)
RX packets 304481 bytes 455684761 (434.5 MiB)
RX errors 0 dropped 15 overruns 0 frame 0
TX packets 81711 bytes 6088115 (5.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 40

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 4096
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 0 (Local Loopback)
RX packets 250 bytes 21278 (20.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 250 bytes 21278 (20.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

This is post upgrade
osmc@osmc:~$ ifconfig
eth0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.88.5 netmask 255.255.255.0 broadcast 192.168.88.255
ether c4:4e:ac:0a:af:3b txqueuelen 1000 (Ethernet)
RX packets 1056 bytes 999190 (975.7 KiB)
RX errors 0 dropped 6 overruns 0 frame 0
TX packets 995 bytes 78726 (76.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 40

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 4096
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 0 (Local Loopback)
RX packets 42 bytes 3704 (3.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 42 bytes 3704 (3.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

osmc@osmc:~$ grab-logs -a
Logs successfully uploaded.
Logs available at https://paste.osmc.tv/esibaguhol

looks like it’s working now, but the fact remains that the upgrade did not respond well to DHCP control and I could not install the newest update and get a connection.

Thats normal as you haven’t installed any packets at that moment so log files are empty

Was this after you configured fixed IP?

So just to reconfirm you are now on July update with fixed IP and it is working, correct?

yes, after I configured fixed IP, it is still not showing up on my DHCP server.
and yes, I am on the July update now and it is working but only with hard coded IP, which I had a static set up on my router set to the MAC address so this is not ideal. I would prefer my router see it so I don’t have any conflicts.

This is normal. If you configure Fixed IP your DHCP Server obliviously would not know about your device. (Your router would only show it in it’s MAC table).

This now confuses me? You mean you configured Static IP via MyOSMC and/or you also did a fixed mapping of MAC/IP on the DHCP Server?

okay, I guess I thought it should know about it at least to avoid conflicts but that is another discussion.

on the OSMC is was only set to configure via DHCP, my router had the MAC stored in the DHCP server and would give it a set IP once it turned on.