[Bug 1825206] Re: No wifi adapter present in Gnome after upgrade to 0.96-0ubuntu0.18.10.2
Launchpad Bug Tracker
1825206 at bugs.launchpad.net
Wed May 8 00:00:42 UTC 2019
This bug was fixed in the package netplan.io - 0.96-0ubuntu0.18.04.4
---------------
netplan.io (0.96-0ubuntu0.18.04.4) bionic; urgency=medium
* debian/patches/git_revert_explicit_renderer_def_ebc212a.patch: revert
commit ebc212a: make renderer values explicit at the end of each parsing
pass; it breaks "default" renderer behavior when multiple files may set
a global renderer and expect the last to take effect globally.
(LP: #1825206)
* debian/patches/git_reorg_netdef_validation_181b583.patch: correct the
fallout from the above change: validate netdefs in a single pass at the
very end of parsing, once we know which is the applicable renderer. This
makes sure tunnels get validated correctly.
netplan.io (0.96-0ubuntu0.18.04.3) bionic; urgency=medium
* debian/patches/disable-networkd-tunnels-ipip-gre.patch: disable IPIP and
GRE tunnel tests; those appear to be broken because neither the kernel nor
networkd bring up the device automatically as in other releases.
netplan.io (0.96-0ubuntu0.18.04.2) bionic; urgency=medium
* d/p/0001-Partially-revert-the-change-for-enabling-systemd-net.patch:
Partially revert changes to networkd jobs ordering: leave systemd-networkd
enabled in multi-user.target instead of network-online.target, as in some
minimal setups there might be no job requiring network-online.target,
whereas the natural target to reach for booting is multi-user.target.
(LP: #1821867)
netplan.io (0.96-0ubuntu0.18.04.1) bionic; urgency=medium
* Backport netplan.io 0.96 to 18.04.
* debian/patches/glib_changes.patch: Patch tests to work again on older GLib.
* debian/control: adjust Depends for bionic / re-add nplan package.
netplan.io (0.96-0ubuntu1) disco; urgency=medium
* New upstream release 0.96.
- Moved netplan-wpa@ services to earlier at boot (LP: #1819014)
- Restart services when unconfiguring (LP: #1811868)
- Use the .nmconnection extension for NM keyfiles (LP: #1817655)
- Fixed integration tests runner to correctly report failures
- Enforce integrity for use-routes in networkd backend.
- Ensure terminal state at end of test (LP: #1817660)
- Various small test fixes.
- Fix typos in documentation.
* debian/control: Update Maintainer for ubuntu upload.
netplan.io (0.95-2) unstable; urgency=medium
* Set Priority to optional (Closes: #920327).
netplan.io (0.95-1) unstable; urgency=medium
* New upstream release.
* Update autopkgtests from the upstream.
* Add debian/watch following GitHub releases.
* Add Homepage (Closes: #917233).
netplan.io (0.95) disco; urgency=medium
* New upstream release:
- Added support for WPA Enterprise / 802.1x authentication (LP: #1739578)
- Added support for setting up IP tunnels; supporting the types: ipip,
gretap, VTI, ISATAP (NetworkManager only), sit, gre, ipip6 and ip6ip6.
+ Fixes sit (ipv6) tunnels using Hurricane Electric (LP: #1799487)
- Add support to override networkd UseMTU setting (LP: #1807273)
- Generate output files in dependency order
- Refactored unit and integration tests, along with various cleanups.
- Add DHCP overrides to control route usage and default metric for DHCP
routes. (LP: #1776228)
- Mitigate against bad matching on devices behind bonds then they share
the same MAC from a physical interface. (LP: #1804861)
- Added snapcraft.yaml.
netplan.io (0.90.1) disco; urgency=medium
* Do not assume /etc/network exists in postinst, as netbase 5.5 no longer
creates it.
* netplan/cli/commands/ip.py: fix a flake.
netplan.io (0.90) disco; urgency=medium
* New upstream release:
- build: fixes for building on RPM-based distros
- build: code prettiness changes (make indentation consistent)
- Fix device name-changes detection (LP: #1770082)
- Add support for IPv6 Privacy Extensions (LP: #1750392)
- Add dhcp{4,6}-overrides to control DNS, NTP, hostname updates via DHCP
(LP: #1759014)
- Clarify MAC and MTU setting requirements (LP: #1800668)
- Various documentation fixes (LP: #1800669)
- Improve error reporting to give clearer messages and context
(LP: #1800670)
- Skip non-physical/bond interfaces when applying renames (LP: #1802322)
netplan.io (0.40.2-1) unstable; urgency=medium
* Upload to Debian (Closes: #882661).
netplan.io (0.40.2) cosmic; urgency=medium
* tests/integration.py: Mark regexes with r to pacify pycodestyle's
W605.
-- Mathieu Trudel-Lapierre <cyphermox at ubuntu.com> Fri, 26 Apr 2019
15:19:47 -0400
** Changed in: netplan.io (Ubuntu Bionic)
Status: Fix Committed => Fix Released
** Changed in: netplan.io (Ubuntu Cosmic)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to netcfg in Ubuntu.
Matching subscriptions: foundations-bugs
https://bugs.launchpad.net/bugs/1825206
Title:
No wifi adapter present in Gnome after upgrade to
0.96-0ubuntu0.18.10.2
Status in netcfg package in Ubuntu:
Triaged
Status in netplan.io package in Ubuntu:
Fix Released
Status in netplan.io source package in Bionic:
Fix Released
Status in netplan.io source package in Cosmic:
Fix Released
Status in netplan.io source package in Disco:
Fix Released
Bug description:
[Impact]
Ubuntu users installing from the d-i installer (mini.iso) to set up a desktop, as well as users with complex setups for netplan, managed by both networkd and NetworkManager in multiple files.
[Test case]
1) Install ubuntu from mini.iso.
2) Configure the system normally through the installer up to package selection.
3) Add GNOME Desktop to package selection and continue install.
4) After reboot and logging in, check whether the network device configured (wired or wifi) is showing in the GNOME Shell network drop-down at the top of the screen.
Without the patch, networkd manages the interface and thus it is
ignored by NM, and doesn't show in GNOME Shell.
With the fix, NetworkManager manages the interface, it is brought up
correctly and shows in GNOME Shell.
[Regression potential]
This fixes a regression in updates for bionic & cosmic, and a regression that was present in Disco at release time. Since the default renderer effectively changes in this case if there are multiple configuration files listing a different global renderer (the last one configured will be the global default); care should be taken to make sure the interfaces are correctly brought up at boot time.
This really only affects very specific desktop installs, since they
may have both NetworkManager and systemd installed from the beginning.
The default global renderer is always networkd, so the impact of this
is limited to systems where both: multiple YAML configuration files
are used with netplan; and both NetworkManager and networkd are used
as renderer for different network devices. This tends to only happen
if people have installed from the mini.iso image or if they have made
the conscious decision to write multiple YAML files and use different
renderers for different devices.
---
Ubuntu release: 18.10 (cosmic)
I verified this is the culprit after a downgrade to 0.42.2. When I go
to the Wifi settings of gnome-control-center I get a 'wifi adapter not
found' message, despite my card appearing in `lspci` and the wifi
interface appearing in ifconfig.
My wifi adapter is an Intel Advanced-N 6200, if that is of any help. I
can provide more details if needed.
EDIT: I've verified that I can add my wifi credentials to
/etc/netplan/01-netcfg.yml and after a reboot the wifi connects
successfully. The only thing not working is the Gnome integration.
EDIT 2: More details:
gnome-shell version: 3.30.2-0ubuntu1.18.10.1
gnome-control-center version: 1:3.30.2-1ubuntu0.18.10.2
---
ProblemType: Bug
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
DistroRelease: Ubuntu 18.10
Package: netplan.io 0.96-0ubuntu0.18.10.2 [origin: unknown]
PackageArchitecture: amd64
ProcVersionSignature: Ubuntu 4.18.0-17.18-generic 4.18.20
Tags: third-party-packages cosmic
Uname: Linux 4.18.0-17-generic x86_64
UnreportableReason: Este no es un paquete oficial de Ubuntu. Desinstale cualquier paquete de terceros e inténtelo de nuevo.
UpgradeStatus: Upgraded to cosmic on 2019-03-03 (46 days ago)
UserGroups: adm cdrom dialout dip docker lpadmin plugdev sambashare sudo
_MarkForUpload: True
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/1825206/+subscriptions
More information about the foundations-bugs
mailing list