So I adapted a conky script to show my wired connection by changing template 4 from eth0 to eno1:
template4 = 'eno1',
template5 = 'eth1',
template6 = 'wlan0',
template7 = 'wlan1',
I can't remember how I found it was eno1 and not eth0. Now I'm on a computer with wifi and neither wlan0 or wlan1 work and I can't remember how to find the right replacement.
The terminal command ifconfig should show it.
That is what I used when writing my Conky's.
Not sure why it showed eno1 but I can't see anything resembling wlan.
brian@Zorin-OptiPlex-9020:~$ ifconfig
eno1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether f8:b1:56:ab:4d:c1 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xf7c00000-f7c20000
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 9411 bytes 1112087 (1.1 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9411 bytes 1112087 (1.1 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlxc8fe30ffce67: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.12.103 netmask 255.255.255.0 broadcast 192.168.12.255
inet6 2607:fb90:bfa3:4edc:8f68:946f:505a:6b5d prefixlen 64 scopeid 0x0
inet6 fe80::1e91:187b:cc0b:efe9 prefixlen 64 scopeid 0x20
inet6 2607:fb90:bfa3:4edc::db6 prefixlen 128 scopeid 0x0
inet6 2607:fb90:bfa3:4edc:dc75:f2a8:651e:cd4c prefixlen 64 scopeid 0x0
ether c8:fe:30:ff:ce:67 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
I assumed. wlxc8fe30ffce67 of all things. Everything I've read said wlan for wifi. Thanks once again
1 Like
system
Closed
October 24, 2025, 7:17pm
6
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.