Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701794 - ath10k not included in default config
Summary: ath10k not included in default config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-02 18:40 UTC by anna
Modified: 2019-12-02 19:15 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 anna 2019-12-02 18:40:58 UTC
The ath10k wireless network card is a fairly common card, and comes with Dell systems. It works out of the box on recent Ubuntu live/install images, for instance. However, I have to enable it by hand when using genkernel, and have had issues where I forgot to do this or the setting wasn't imported for some reason, which breaks my wireless and makes me need to run genkernel again.

Reproducible: Always

Steps to Reproduce:
1. Do a new genkernel
2. Search for ath10k module
3. Note that it is not selected (=n)
Actual Results:  
Wireless cards that require ath10k driver do not work

Expected Results:  
ath10k=m should be enabled in genkernel by default so that it works out of the box

Maybe I do not understand genkernel very well yet (I only use it on a work machine) but I have had a lot of issues getting this setting to "stick", as every time there is a kernel update I have to manually change ath10k from =n to =m
Comment 1 Larry the Git Cow gentoo-dev 2019-12-02 19:15:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8edead988fb30067eaf3a23c55abd7f66b00b550

commit 8edead988fb30067eaf3a23c55abd7f66b00b550
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-12-02 19:12:12 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-12-02 19:12:12 +0000

    kernel-generic-config: Add Atheros 802.11ac wireless cards support
    
    Closes: https://bugs.gentoo.org/701794
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 defaults/kernel-generic-config | 3 +++
 1 file changed, 3 insertions(+)
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2019-12-02 19:15:42 UTC
Thank you for the report, will be in next genkernel version.