No ethernet driver installed

I just recently discovered that my ethernet controller isn’t working here in manjaro. Ive been using wireless since installation few months ago.
Ethernet port doesnt light at all. ive been searching if teh driver is available at aur but unfortunately not.

Both inxi and Ifconfig shows wireless only

Tried
sudo ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
as per other forum link, no luck changes.

sudo systemctl restart NetworkManager
no changes so far.

Network:
  Device-1: Intel Centrino Advanced-N 6205 [Taylor Peak] driver: iwlwifi 
  v: kernel port: 4000 bus ID: 25:00.0 chip ID: 8086:0085 ````


````ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 13514  bytes 1444862 (1.3 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 13514  bytes 1444862 (1.3 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlo1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether fe:ba:80:49:c9:13  txqueuelen 1000  (Ethernet)
        RX packets 2697013  bytes 1691077271 (1.5 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 3262527  bytes 3360365723 (3.1 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Nice to see info of your WiFi, but that does not help in finding why your Ethernet is not working right?
So start by providing info on your hardware in general (including your Ethernet controller:

2 Likes

@echo26, please provide output of

ip link
rfkill
sudo dmesg -HT | grep -i -E "net|err"
1 Like