[opensuse-factory] Network problem with Wifi
On 2 boxes, no problem but on one Wifi doesn't get an address via DHCP. No idea why it's discarding other routes. Konsole output slipstream:~#wicked ifstatus all wicked: discarding route not matching any interface: ipv4 0.0.0.0/0 via 192.168.10.103 dev enp3s0 type unicast table main scope universe protocol boot lo up link: #1, state up type: loopback config: compat:/etc/sysconfig/network/ifcfg-lo leases: ipv4 static granted leases: ipv6 static granted addr: ipv4 127.0.0.1/8 [static] addr: ipv6 ::1/128 [static] enp3s0 up link: #2, state up, mtu 1500 type: ethernet, hwaddr 50:e5:49:c8:26:e7 config: compat:/etc/sysconfig/network/ifcfg-enp3s0 leases: ipv4 static granted addr: ipv4 192.168.10.2/24 [static] route: ipv4 default via 192.168.10.103 enp5s7 up link: #3, state up, mtu 1500 type: ethernet, hwaddr 00:a1:b0:8b:01:ad config: compat:/etc/sysconfig/network/ifcfg-enp5s7 leases: ipv4 static granted addr: ipv4 192.168.2.190/24 [static] vboxnet0 device-unconfigured link: #5, state up, mtu 1500 type: ethernet, hwaddr 0a:00:27:00:00:00 vboxnet1 device-unconfigured link: #6, state up, mtu 1500 type: ethernet, hwaddr 0a:00:27:00:00:01 vboxnet2 device-unconfigured link: #7, state up, mtu 1500 type: ethernet, hwaddr 0a:00:27:00:00:02 wlp0s19f0u2u1 device-unconfigured link: #21, state down, mtu 1500 type: wireless Konsole output slipstream:~ #ip route show default via 192.168.10.103 dev enp3s0 192.168.2.0/24 dev enp5s7 proto kernel scope link src 192.168.2.190 192.168.10.0/24 dev enp3s0 proto kernel scope link src 192.168.10.2 Konsole output slipstream:~ #cat /etc/sysconfig/network/routes default 192.168.10.103 - enp3s0 Konsole output tindog:~ #wicked ifstatus all lo up link: #1, state up type: loopback config: compat:/etc/sysconfig/network/ifcfg-lo leases: ipv4 static granted leases: ipv6 static granted addr: ipv4 127.0.0.1/8 [static] addr: ipv6 ::1/128 [static] enp3s0 up link: #2, state up, mtu 1500 type: ethernet, hwaddr 50:e5:49:c8:2e:8c config: compat:/etc/sysconfig/network/ifcfg-enp3s0 leases: ipv4 static granted addr: ipv4 192.168.2.222/24 [static] enp5s6 up link: #3, state up, mtu 1500 type: ethernet, hwaddr 00:1c:f0:5b:65:5a config: compat:/etc/sysconfig/network/ifcfg-enp5s6 leases: ipv4 static granted addr: ipv4 192.168.10.10/24 [static] route: ipv4 default via 192.168.10.103 wlp0s22f2u4u4u2 up link: #4, state up, mtu 1500 type: wireless config: compat:/etc/sysconfig/network/ifcfg-wlp0s22f2u4u4u2 leases: ipv4 dhcp granted leases: ipv6 dhcp requesting addr: ipv4 192.168.0.7/24 [dhcp] route: ipv4 default via 192.168.0.1 Konsole output tindog:~ #ip route show default via 192.168.10.103 dev enp5s6 proto static metric 100 default via 192.168.0.1 dev wlp0s22f2u4u4u2 proto static metric 600 192.168.0.0/24 dev wlp0s22f2u4u4u2 proto kernel scope link src 192.168.0.7 192.168.0.0/24 dev wlp0s22f2u4u4u2 proto kernel scope link src 192.168.0.7 metric 600 192.168.2.0/24 dev enp3s0 proto kernel scope link src 192.168.2.222 192.168.10.0/24 dev enp5s6 proto kernel scope link src 192.168.10.10 Konsole output tindog:~ #cat /etc/sysconfig/network/routes default 192.168.10.103 - enp5s6 Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri, 10 Jul 2015 13:48:50 +0100 Sid Boyce <sboyce@blueyonder.co.uk> wrote:
On 2 boxes, no problem but on one Wifi doesn't get an address via DHCP. No idea why it's discarding other routes. Konsole output ... wlp0s19f0u2u1 device-unconfigured link: #21, state down, mtu 1500 type: wireless
Hi Sid, Could you open a bug report please and attach logs as described here: https://en.opensuse.org/openSUSE:Bugreport_wicked The wpa_supplicant part and kernel part would be interesting to see. Thanks. -- Best Regards, Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de>, Linux System Developer SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Dilip Upmanyu, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 / 90409 Nürnberg / Germany / Phone: +49-911-740 53 - 613 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Op vrijdag 10 juli 2015 13:48:50 schreef Sid Boyce:
On 2 boxes, no problem but on one Wifi doesn't get an address via DHCP. No idea why it's discarding other routes.
Did you try to use wicked nanny by changing <use-nanny>false</use-nanny> in /etc/wicked/common.xml to <use-nanny>true</use-nanny> or by creating the file, which seems to be the preferred method, /etc/wicked/local.xml with the content: <config> <use-nanny>true</use-nanny> </config> I also have a problem with a combination of Wi-Fi and normal Ethernet. Only when I bring up Wi-Fi by hand I can have both interfaces up. Enabling nanny improves it a bit, but I have not fully investigated that situation. You may find some clue by enabling debug for wicked by setting WICKED_DEBUG="all" in /etc/sysconfig/network/config The debug messages can be seen by "journalctl -b -u wicked" and "journalctl -b -u wickedd". -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri, 10 Jul 2015 16:03:22 +0200 Freek de Kruijf <freek@opensuse.org> wrote:
Op vrijdag 10 juli 2015 13:48:50 schreef Sid Boyce:
On 2 boxes, no problem but on one Wifi doesn't get an address via DHCP. No idea why it's discarding other routes.
Did you try to use wicked nanny by changing <use-nanny>false</use-nanny> in /etc/wicked/common.xml to <use-nanny>true</use-nanny> or by creating the file, which seems to be the preferred method, /etc/wicked/local.xml with the content: <config> <use-nanny>true</use-nanny> </config>
I also have a problem with a combination of Wi-Fi and normal Ethernet. Only when I bring up Wi-Fi by hand I can have both interfaces up. Enabling nanny improves it a bit, but I have not fully investigated that situation.
Interesting. Could you try recent wicked 0.6.19 and provide us logs (https://en.opensuse.org/openSUSE:Bugreport_wicked)?
You may find some clue by enabling debug for wicked by setting WICKED_DEBUG="all" in /etc/sysconfig/network/config The debug messages can be seen by "journalctl -b -u wicked" and "journalctl -b -u wickedd".
Yes, the above suggestions are useful and used to help usually. Please however note that since wicked 0.6.19 nanny is enabled by default on TW and 13.2. The problem indicated by ifstatus: wlp0s19f0u2u1 device-unconfigured link: #21, state down, mtu 1500 type: wireless makes me think the interface here has not been touched at all. Probably due to some config mismatch or something like that. When Sid provides logs and configs we will sort that out. -- Best Regards, Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de>, Linux System Developer SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Dilip Upmanyu, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 / 90409 Nürnberg / Germany / Phone: +49-911-740 53 - 613 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Op vrijdag 10 juli 2015 17:04:37 schreef u:
I also have a problem with a combination of Wi-Fi and normal Ethernet. Only when I bring up Wi-Fi by hand I can have both interfaces up. Enabling nanny improves it a bit, but I have not fully investigated that situation.
Interesting. Could you try recent wicked 0.6.19 and provide us logs (https://en.opensuse.org/openSUSE:Bugreport_wicked)?
I use it on a Raspberry Pi and the repository does not have this version available. But I may have some time to build that version on the RPi1. -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 10/07/15 23:09, Freek de Kruijf wrote:
Op vrijdag 10 juli 2015 17:04:37 schreef u:
I also have a problem with a combination of Wi-Fi and normal Ethernet. Only when I bring up Wi-Fi by hand I can have both interfaces up. Enabling nanny improves it a bit, but I have not fully investigated that situation. Interesting. Could you try recent wicked 0.6.19 and provide us logs (https://en.opensuse.org/openSUSE:Bugreport_wicked)? I use it on a Raspberry Pi and the repository does not have this version available.
But I may have some time to build that version on the RPi1.
Going back to the early days of openSUSE ARM on the Pi model B, it would eventually get into a state where it wouldn't boot, same with Fedora so I settled on Raspbian. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Op vrijdag 10 juli 2015 23:37:03 schreef Sid Boyce:
On 10/07/15 23:09, Freek de Kruijf wrote:
But I may have some time to build that version on the RPi1.
Going back to the early days of openSUSE ARM on the Pi model B, it would eventually get into a state where it wouldn't boot, same with Fedora so I settled on Raspbian.
Trying to build the new wicked I found a corrupted partition on the newest RPi1 Build. I repaired the partition and it looks as if only files belonging to the packed perl-base are affected. So after the repair of the partition I reinstalled perl-base and all seems to be OK. I am just helping to have a proper functioning openSUSE Tumbleweed on Rasberry Pi 1 and 2. I have 3 proper running RPi1B's on openSUSE and a spare RPi1B and RPi2B on which I do my tests. -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (3)
-
Freek de Kruijf
-
Pawel Wieczorkiewicz
-
Sid Boyce