Additionally, the latest release of the ubuntu kernel that has the fix
for this, won't actually fix it for all of the systems.
The error is here:
+/* 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_SYS_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Yoga 2 11"),
+ },
+ },
+ {}
+};
This patch will only solve the problem for the Lenovo Yoga 2 11, not the
Yoga 2 pro 13's which report with "Lenovo Yoga 2".
The patch should be updated to reflect this by adding:
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Yoga 2")
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1324095
Title:
[Lenovo Yoga 2 Pro] ideapad_laptop kernel module breaks wireless
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1324095/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs