network connection (wired and wireless) completely broken after upgrading to 4.4.0-67 kernel - Ubuntu 16.04 64bit

Bug #1674109 reported by Giovanni Mellini
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Invalid
High
Unassigned
Xenial
Invalid
High
Unassigned

Bug Description

Hi,
I did an upgrade of my Ubuntu 16.04 and I installed last available kernel 4.4.0-67-generic.
My wifi won't work anymore (I had to boot with 4.4.0-66-generic that is working fine).
This is my lspci

gmellini@goblinshark:~$ lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579V Gigabit Network Connection (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
01:00.0 System peripheral: Ricoh Co Ltd PCIe SDXC/MMC Host Controller (rev 07)
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)
gmellini@goblinshark:~$

Let me know if you need more info, this is a breaking regression
Giovanni

Revision history for this message
Brad Figg (brad-figg) wrote : Missing required logs.

This bug is missing log files that will aid in diagnosing the problem. From a terminal window please run:

apport-collect 1674109

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the Ubuntu Kernel Team.

Changed in linux (Ubuntu):
status: New → Incomplete
Revision history for this message
Giovanni Mellini (merlos) wrote : Re: Wifi network connection broken after upgrading to 4.4.0-67 kernel

This is quite complicated because if I boot with the broken upgraded kernel (4.4.0-67) I cannot access Internet.

So I'm installing python-apport on my working kernel (4.4.0-66) and then I come back to the broken one to launch the request command.

I did some basic test and noticed that kernel 4.4.0-67 miss the wifi modules. When I try to do the following command
$ sudo modprobe iwlwifi

I receive an error message that say that this module don't exists
I attached the output of lsmod command on working and not working kernels, and there are a lot of missing modules in the broken one. So I think that the problem are the missing kernel modules

Changed in linux (Ubuntu):
status: Incomplete → Confirmed
Revision history for this message
Giovanni Mellini (merlos) wrote :

When I launch apport-collect from the broken kernel I receive an error because wireless network is off and the script cannot contact launchpad.net
Is there a way to save the content offline and the upload to this bug?

Revision history for this message
Giovanni Mellini (merlos) wrote :

I booted with broken 4.4.0-67 and also wired connection is broken. So my laptop is completely unusable with the last kernel and I cannot access Internet.
So how can I send requested information?

summary: - Wifi network connection broken after upgrading to 4.4.0-67 kernel
+ network connection (wired and wireless) completely broken after
+ upgrading to 4.4.0-67 kernel - Ubuntu 16.04 64bit
Revision history for this message
Kai-Heng Feng (kaihengfeng) wrote :

$ journalctl -b > journal

Then attach 'journal'.

Revision history for this message
Giovanni Mellini (merlos) wrote :

Attached the output of
#journalctl -b

Launched on broken 4.4.0-67-generic kernel

Revision history for this message
Kai-Heng Feng (kaihengfeng) wrote :

Hmm, no iwlwifi, no wlp* interface.

Can you attach the output of `lspci -nnk`?
And output of `find /lib/modules | grep iwlwifi.ko`

Revision history for this message
Giovanni Mellini (merlos) wrote :
Download full text (4.1 KiB)

As I said in my comment #2 there are a lot of missing modules between kernel 4.4.0-67 and 4.4.0-66 (working). One of this is the wifi module.

Follow the output of requested commands, also the output of "modprobe iwlwifi" that as I said before failed:

gmellini@goblinshark:~$ uname -a
Linux goblinshark 4.4.0-67-generic #88-Ubuntu SMP Wed Mar 8 16:34:45 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
gmellini@goblinshark:~$ lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
 Subsystem: Toshiba America Info Systems 3rd Gen Core processor DRAM Controller [1179:0001]
 Kernel driver in use: ivb_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
 Subsystem: Toshiba America Info Systems 3rd Gen Core processor Graphics Controller [1179:0004]
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
 Subsystem: Toshiba America Info Systems 7 Series/C210 Series Chipset Family USB xHCI Host Controller [1179:0001]
 Kernel driver in use: xhci_hcd
00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
 Subsystem: Toshiba America Info Systems 7 Series/C210 Series Chipset Family MEI Controller [1179:0001]
00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 04)
 Subsystem: Toshiba America Info Systems 82579V Gigabit Network Connection [1179:0002]
 Kernel driver in use: e1000e
 Kernel modules: e1000e
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
 Subsystem: Toshiba America Info Systems 7 Series/C210 Series Chipset Family USB Enhanced Host Controller [1179:0001]
 Kernel driver in use: ehci-pci
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
 Subsystem: Toshiba America Info Systems 7 Series/C210 Series Chipset Family High Definition Audio Controller [1179:0001]
00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
 Kernel driver in use: pcieport
00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4)
 Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
 Subsystem: Toshiba America Info Systems 7 Series/C210 Series Chipset Family USB Enhanced Host Controller [1179:0001]
 Kernel driver in use: ehci-pci
00:1f.0 ISA bridge [0601]: Intel Corporation HM76 Express Chipset LPC Controller [8086:1e59] (rev 04)
 Subsystem: Toshiba America Info Systems HM76 Express Chipset LPC Controller [1179:0001]
00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04)
 Subsystem: Toshiba America Info Systems 7 Series Chipset Family 6-port SATA Cont...

Read more...

Revision history for this message
Kai-Heng Feng (kaihengfeng) wrote :

Look like you don't have 'linux-image-extra-4.4.0-67-generic' installed. Please install the package.

I guess the 'linux-generic' metapackage somehow got removed. Please install it aswell.

Revision history for this message
Giovanni Mellini (merlos) wrote :

Tks Kai, you where right.
The image-extra package was missing

I installed it and now everything is ok
gmellini@goblinshark:~$ sudo apt-get install linux-image-extra-4.4.0-67-generic

Really don't know why was not installed during the upgrade.
I tried to check and install linux-generic metapackage but I didn't found

gmellini@goblinshark:~$ dpkg-query -l linux-generic
dpkg-query: nessun pacchetto corrispondente a linux-generic

I can confirm that now the problem is solved, tks for your support
Giovanni

Changed in linux (Ubuntu):
importance: Undecided → High
Changed in linux (Ubuntu Xenial):
status: New → Confirmed
importance: Undecided → High
status: Confirmed → Invalid
Changed in linux (Ubuntu):
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.