On Tue, 2022-07-12 at 05:35 +0100, Tixy wrote: > On Mon, 2022-07-11 at 19:51 -0700, Peter Ehlert wrote: > [...] > > > > I decided to try a fresh netinstall alongside and Boom: > > > > === > > multiple network interfaces > > > > eno1: Intel Corporation Ethernet Connection (2) I218-LM > > enp5s0: Intel Corporation 1210 Gigabit Network Connection > > enx00e04c534458: Unknown Interface > > === > > > [...] > > what about this mystery "Unknown"? > > do I have a pending hardware failure? > > Looking up the MAC address in the name of that last interface the name > says it's from Realtek Semiconductor Corp so it seems unrelated to the > other Intel devices.
Another idea, is looking for that network name in the logs for the current boot. journalctl -b | grep -B3 enx00e04c534458 That'll give you matches with the three lines before so you can see the context. -- Tixy

