Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715730 - net-wireless/iwd should check and warn about CONFIG_RFKILL
Summary: net-wireless/iwd should check and warn about CONFIG_RFKILL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Ben Kohler
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-01 08:56 UTC by Nguyen Thai Ngoc Duy
Modified: 2020-04-01 15:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nguyen Thai Ngoc Duy 2020-04-01 08:56:56 UTC
Without rfkill support from kernel, running iwd I got

Module rfkill failed to start: -2                                                               

Recompiling the kernel with CONFIG_RFKILL fixed this.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-04-01 15:39:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677957befa02cc1cdfc8f664761c49485e01c2a0

commit 677957befa02cc1cdfc8f664761c49485e01c2a0
Author:     Ben Kohler <bkohler@gentoo.org>
AuthorDate: 2020-04-01 15:38:21 +0000
Commit:     Ben Kohler <bkohler@gentoo.org>
CommitDate: 2020-04-01 15:38:35 +0000

    net-wireless/iwd: check for RFKILL
    
    Closes: https://bugs.gentoo.org/715730
    Package-Manager: Portage-2.3.96, Repoman-2.3.22
    Signed-off-by: Ben Kohler <bkohler@gentoo.org>

 net-wireless/iwd/iwd-1.6.ebuild  | 1 +
 net-wireless/iwd/iwd-9999.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)