Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] laptop closure should not rfkill
Date: Fri, 27 Mar 2020 14:17:54
Message-Id: 739af91c-ddcb-9640-f950-bbd957900820@web.de
1 I want my wireless to continue when I close my laptop lid.   Does anyone
2 have a clue what I have to set to make that happen?
3
4 I've followed it this far:
5
6     /etc/acpi/events/lm_lid.sh
7       /etc/acpi/actions/lm_lid.sh
8         /lib/udev/lmt-udev      (laptop mode tools?)
9           /usr/sbin/laptop_mode
10             /etc/laptop-mode/conf.d
11
12
13 /etc/laptop-mode/laptop-mode.conf has this (I don't find any relevant
14 CONTROL_*):
15
16 /# "Laptop mode" is the mode in which laptop mode tools makes the
17 computer//
18 //# consume less power. This includes the kernel "laptop_mode"
19 feature, which//
20 //# allows your hard drives to spin down, as well as various other
21 settings which//
22 //# can be tweaked by laptop mode tools. You can enable or disable
23 all of these//
24 //# settings using the CONTROL_... options further down in this
25 config file.//
26 //###############################################################################//
27 //
28 //...//
29 //
30 //#//
31 //# Enable laptop mode when the laptop's lid is closed, even when
32 we're on AC//
33 //# power? (ACPI-ONLY)//
34 //#//
35 //ENABLE_LAPTOP_MODE_WHEN_LID_CLOSED=0//
36 /
37
38
39 Would it be okay to just *remove* /etc/acpi/*/lm_lid.sh?

Replies

Subject Author
Re: [gentoo-user] laptop closure should not rfkill "J. Roeleveld" <joost@××××××××.org>