ideapad_laptop.mod not fixed for all models in latest release
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linux |
Unknown
|
Unknown
|
|||
linux (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Utopic |
Fix Released
|
Medium
|
Unassigned |
Bug Description
The fix for the ideapad_laptop having issues with the wireless is not complete for all lenovo yoga laptops. This release:
https:/
Includes the fix to linux-3.
--- BEGIN ORIGINAL PATCH ---
@@ -819,6 +821,19 @@
}
}
+/* Blacklist for devices where the ideapad rfkill interface does not work */
+static struct dmi_system_id rfkill_blacklist[] = {
+ /* The Lenovo Yoga 2 11 always reports everything as blocked */
+ {
+ .ident = "Lenovo Yoga 2 11",
+ .matches = {
+ DMI_MATCH(
+ DMI_MATCH(
+ },
+ },
+ {}
+};
+
--- END ORIGINAL PATCH ---
The Lenovo Yoga 2 13" models report as "Lenovo Yoga 2" or "Lenovo Yogo 2 Pro" without the size identifier. Fedora has incorporated their version of the patch here:
https:/
This also affects issue where the same information is shown:
https:/
The above needs to be adjusted to include the line:
DMI_MATCH(
DMI_MATCH(
tags: | added: patch |
Changed in linux (Ubuntu): | |
status: | Incomplete → Triaged |
This bug is missing log files that will aid in diagnosing the problem. From a terminal window please run:
apport-collect 1341296
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.