Ethernet not work after upgrade from kernel 3.19 to 4.4 [10ec:8168]
Bug #1648279 reported by
AceLan Kao
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
HWE Next |
Fix Released
|
Undecided
|
Unassigned | ||
linux (Ubuntu) |
Fix Released
|
Medium
|
AceLan Kao | ||
Xenial |
Fix Released
|
Undecided
|
Unassigned | ||
Yakkety |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Steps]
1. install trusty image
2. "sudo apt-get update" and install available updates to enable upgrading in images
3. enable Trusty -proposed ppa
4. "sudo apt-get update"
5. "sudo apt-get dist-upgrade && sudo apt-get install --install-
6. Reboot system
7. Check Ethernet
[Expected results]
Ethernet work
[Actual results]
Ethernet not work
tags: | added: kittyhawk originate-from-1605487 |
Changed in linux (Ubuntu Yakkety): | |
status: | New → Fix Committed |
Changed in linux (Ubuntu Xenial): | |
status: | New → Fix Committed |
Changed in linux (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in hwe-next: | |
status: | New → Fix Committed |
Changed in linux (Ubuntu): | |
importance: | Undecided → Medium |
Changed in linux (Ubuntu): | |
status: | Fix Committed → Fix Released |
Changed in hwe-next: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The patch in linux-next / linux-pm tree fixes this issue
commit 708f5dcc21ae9b3 5f395865fc154b0 105baf4de4
Author: Michael Pobega <email address hidden>
Date: Fri Nov 11 22:29:14 2016 -0500
ACPI / blacklist: Make Dell Latitude 3350 ethernet work
The Dell Latitude 3350's ethernet card attempts to use a reserved
IRQ (18), resulting in ACPI being unable to enable the ethernet.
Adding it to acpi_rev_ dmi_table[ ] helps to work around this problem.
Signed-off-by: Michael Pobega <email address hidden>
[ rjw: Changelog ]
Signed-off-by: Rafael J. Wysocki <email address hidden>