From: James Prestwood <prestwoj@gmail.com>
To: Martin Petzold <martin.petzold@tavla.de>, iwd@lists.linux.dev
Subject: Re: How to disable power save (iwlwifi / brcmfmac)
Date: Wed, 30 Oct 2024 13:00:25 -0700 [thread overview]
Message-ID: <bc387186-dbd6-4ab3-adfa-2a8d0f7bcc71@gmail.com> (raw)
In-Reply-To: <3650c0e9-6d4e-45bb-ab44-ce5849d3ffe1@tavla.de>
Hi Martin,
On 10/30/24 12:54 PM, Martin Petzold wrote:
> Hi,
>
> to disable "power save" with NetworkManager I used:
>
> -----
>
> [connection]
> wifi.powersave = 2
>
> -----
>
> However, using IWD (with iwlwifi or brcmfmac) I don't know how to get
> this set:
>
> A. "options iwlwifi power_save=0" in
> "/etc/modprobe.d/wifi-power-save.conf" does not work
>
> B. "[DriverQuirks]" with parameter "PowerSaveDisable=iwlwifi" does not
> work
>
> C. "[DriverQuirks]" with parameter "PowerSaveDisable=*" does not work
And you have this set in main.conf? This works for me, on iwlwifi. When
you start IWD you should see:
Driver Flags: PowerSaveDisable
And for me iw wlan0 get power_save shows "off"
My setting in main.conf is:
[DriverQuirks]
PowerSaveDisable=iwlwifi
>
> I always get this output:
>
> -----
>
> tavla@tavla:~$ sudo iw wlan0 get power_save
> Power save: on
>
> -----
>
> Interestingly, this the following seems to work (but is not permanent):
>
> -----
>
> tavla@tavla:~$ sudo iw wlan0 set power_save off
> tavla@tavla:~$
> tavla@tavla:~$ sudo iw wlan0 get power_save
> Power save: off
>
> -----
>
> Thanks,
>
> Martin
>
>
next prev parent reply other threads:[~2024-10-30 20:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-30 19:54 How to disable power save (iwlwifi / brcmfmac) Martin Petzold
2024-10-30 20:00 ` James Prestwood [this message]
2024-10-30 20:13 ` Martin Petzold
2024-10-30 20:15 ` James Prestwood
2024-10-30 20:26 ` Martin Petzold
2024-10-30 20:35 ` James Prestwood
2024-10-30 20:38 ` Martin Petzold
2024-10-31 9:41 ` Martin Petzold
2024-10-31 10:47 ` Arend van Spriel
2024-10-31 11:05 ` Martin Petzold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bc387186-dbd6-4ab3-adfa-2a8d0f7bcc71@gmail.com \
--to=prestwoj@gmail.com \
--cc=iwd@lists.linux.dev \
--cc=martin.petzold@tavla.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.