I did a quick Brave A.I. search on this (Zorin 18 is a fork of Ubuntu 24.04 hence latter used in search criteria):
" The device name p2p-dev-wlp2s0 with the type wifi-p2p and state disconnected is a standard Wi-Fi Direct (Peer-to-Peer) interface created by your wireless adapter, not a cellular modem interface. This specific entry typically appears alongside your main Wi-Fi adapter (wlp2s0 ) and is often harmless, as it represents a separate channel used for direct device connections rather than internet access.
If you are attempting to use a Vodafone data SIM (cellular modem) on Ubuntu 24.04 and cannot connect, the issue is likely that the modem is not being recognized or is blocked, as the p2p-dev interface does not handle cellular traffic. In Ubuntu 22.04 and later, users have reported that certain cellular modems (such as Quectel EG-25G) require an FCC unlock or specific configuration in ModemManager to appear as a gsm or wwan device, which is distinct from the wifi-p2p interface.
To resolve the connectivity issue, you should:
Check for the actual modem device : Run nmcli dev to look for a device type listed as gsm , wwan , or cdc-ether rather than wifi-p2p .
Unlock the modem : If the modem is FCC-locked, you may need to unlock it using ModemManager tools or specific commands provided by the manufacturer, as newer Ubuntu versions do not automatically perform this unlock.
Verify the SIM : Ensure the SIM is inserted correctly and that the system detects the USB modem hardware via dmesg or lsusb before attempting to connect.
Although the "Wired" option in the taskbar was greyed out I activated it then deactivated it again and now "ethernet" is showing disconnected and the message has stopped.
Have you tried booting into an older kernel? My ethernet behaved similarly when I updated to Zorin 18.1 from 17.3 where I was using 6.8 and as soon as I went back to 6.8 through the advanced options, the ethernet started working normally again.