Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3567

System and Network configuration • Ethernet port not working

$
0
0
Can you post the output of these commands? Not with photo but in code tags.

Code:

cat /etc/network/interfaces

Code:

$ cat /etc/network/interfaces# interfaces(5) file used by ifup(8) and ifdown(8)# Include files from /etc/network/interfaces.d:source /etc/network/interfaces.d/*auto enp47s0allow-hotplug enp47s0iface enp47s0 inet dhcp

Code:

ls /etc/network/interfaces.d
this one gives me no output

P.S. To the moderators, In general I don't receive mail notifications, so I can not respond to mails, but only if I visit the forum and I see them.
Try this at /etc/network/interfaces.d folder make a text file with the name setup and add this code :

Code:

auto loiface lo inet loopbackauto eth0iface eth0 inet dhcp
Save and close the file, and after that:

Code:

systemctl restart NetworkManager
Check now your Ethernet.
The other
auto enp47s0
allow-hotplug enp47s0
iface enp47s0 inet dhcp
, remove them from there and keep them as a backup.

Statistics: Posted by panpan — 2024-07-25 12:56 — Replies 16 — Views 567



Viewing all articles
Browse latest Browse all 3567

Trending Articles