You are here

Add new comment

OK, I am using KDE. That would explain that. Good news, I was just able to make qmidinet work for the first time ! :)

The problem is on my first PC the default interface parameter "all" apparently fails. I have to add the option "-i eth3". The second PC is a not affected by that but has may be a simpler network configuration. For the record here are my ifconfig outputs for both PC:

PC1: Ubuntu 20.04
eth2: flags=4099 mtu 1500
ether 00:1e:8c:f2:90:a5 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 18 memory 0xf7c00000-f7c20000

eth3: flags=4163 mtu 1500
inet 192.168.1.4 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::2c57:e3f6:7c28:8265 prefixlen 64 scopeid 0x20
ether 00:1e:8c:f2:90:a1 txqueuelen 1000 (Ethernet)
RX packets 4769802 bytes 7120281410 (7.1 GB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 567973 bytes 84345294 (84.3 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xf7e00000-f7e20000

lo: flags=73 mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Boucle locale)
RX packets 241 bytes 23236 (23.2 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 241 bytes 23236 (23.2 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan0: flags=4163 mtu 1500
inet 192.168.43.173 netmask 255.255.255.0 broadcast 192.168.43.255
inet6 fe80::eb:8cec:38e3:8ac2 prefixlen 64 scopeid 0x20
ether 48:51:b7:aa:67:ca txqueuelen 1000 (Ethernet)
RX packets 86315 bytes 83523572 (83.5 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 66814 bytes 7542322 (7.5 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

PC2: Ubuntu 18.04
enp3s0: flags=4163 mtu 1500
inet 192.168.1.3 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::70ee:85ef:1dcb:c73c prefixlen 64 scopeid 0x20
ether 00:24:1d:2e:aa:0b txqueuelen 1000 (Ethernet)
RX packets 573750 bytes 82501425 (82.5 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4823692 bytes 7181908063 (7.1 GB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73 mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Boucle locale)
RX packets 187016 bytes 6859187086 (6.8 GB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 187016 bytes 6859187086 (6.8 GB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

Perhaps you have a better idea than me why auto detection doesn't work with the first PC. BTW. wlan0 is for my smartphone 4G access but is not used to connect to the second PC. I use manual configuration for IP (192.168.1.4 and 192.168.1.3 on the 2 PCs).