Gentoo Archives: gentoo-user

From: Nilesh Govindrajan <me@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ideapad-laptop
Date: Thu, 31 Jul 2014 18:26:04
Message-Id: 1406831150.12892.2.camel@nileshgr.com
In Reply to: Re: [gentoo-user] Ideapad-laptop by "J. Roeleveld"
1 On Thu, 2014-07-31 at 20:22 +0200, J. Roeleveld wrote:
2 > On 31 July 2014 19:40:07 CEST, Nilesh Govindrajan <me@××××××××.com> wrote:
3 > >On Wed, 2014-07-30 at 16:32 +0530, Nilesh Govindrajan wrote:
4 > >> On 30-Jul-2014 4:30 pm, "Mick" <michaelkintzios@×××××.com> wrote:
5 > >> >
6 > >> > On Wednesday 30 Jul 2014 11:53:25 Nilesh Govindrajan wrote:
7 > >> > > So I got a new Lenovo G50.
8 > >> > > I found all the required drivers in kernel itself. Seems to be
9 > >> quite Linux
10 > >> > > friendly so far (not installed desktop yet).
11 > >> > >
12 > >> > > There's one problem though. The kernel module ideapad-laptop
13 > >which
14 > >> > > apparently recognizes the hotkey stuff, backlight and some other
15 > >> things
16 > >> > > doesn't let me use wireless. rfkill shows it's hard blocked. Is
17 > >> there any
18 > >> > > way to change this?
19 > >> > >
20 > >> > > Some Google results tell me that this is related to the WiFi
21 > >> toggle via
22 > >> > > windows. The machine never contained windows ( I bought it with
23 > >> freedos).
24 > >> > >
25 > >> > > I'm not comfortable with opening it to remove CMOS battery as
26 > >> suggested by
27 > >> > > yet another Google search result.
28 > >> >
29 > >> > What does 'rfkill enable wlan0' give you? It should be able to
30 > >> override any
31 > >> > hotkey setting.
32 > >> >
33 > >> > --
34 > >> > Regards,
35 > >> > Mick
36 > >>
37 > >> The soft block gets removed, but hard block remains, and there's no
38 > >> hardware switch for the same. If I remove the module it works without
39 > >> any problems.
40 > >>
41 > >
42 > >I don't really understand the exact purpose of that module. Touchpad,
43 > >brightness control, sound control, camera, radio everything works out
44 > >of
45 > >the box without the module. Except that I'm not able to toggle airplane
46 > >mode using the hotkey, but that's not a big issue.
47 >
48 > I am not familiar with that module.
49 > But in a long distant past I wrote a module to handle the special keys on an ASUS laptop which were exposed via ACPI.
50 > I always assume these modules add support for special keys and settings not handled by any other driver.
51 >
52 > --
53 > Joost
54
55 Yes, a quick scan through the code told me that. But I still don't
56 understand why radio gets hard blocked when the module is enabled and
57 works perfectly when the module is not loaded. I found this bug today -
58 https://bugzilla.kernel.org/show_bug.cgi?id=56381
59
60 So I guess, it's just a matter of time. Wish I knew kernel coding to
61 supply a patch.