How to check whether module is loaded with custom configurations?How do I create a system file /etc/modprobe.d/ath9k.conf?How (recipe) to build only one kernel module?Cannot get my N300 (DWA-130) D-link wireless USB to work on Ubuntu 14.04I have a Sony Vaio SVT131Aiil. The wireless does not show up as an option in network managerinstalled ubuntu 16.04 on hp laptop - wifi not workingInternet connection drops out after 1-2 hours (RTL8821AE wifi drivers)Compiling custom in-tree modulewl module is loaded but not workingwireless ath9k suddenly stopped working on ubuntu 16.04ASUS laptop - wifi not connecting after upgrading to 18.04Kernel can't see Atheros Communications Inc. AR9462 Wireless Network Adapter
What materials can be used to make a humanoid skin warm?
Does Christianity allow for believing on someone else's behalf?
Possible to detect presence of nuclear bomb?
Giving a career talk in my old university, how prominently should I tell students my salary?
How to resolve: Reviewer #1 says remove section X vs. Reviewer #2 says expand section X
Street obstacles in New Zealand
Trig Subsitution When There's No Square Root
Do cubics always have one real root?
What's the 'present simple' form of the word "нашла́" in 3rd person singular female?
From an axiomatic set theoric approach why can we take uncountable unions?
Which classes are needed to have access to every spell in the PHB?
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
Rationale to prefer local variables over instance variables?
Why does cron require MTA for logging?
How do spaceships determine each other's mass in space?
Windows Server Data Center Edition - Unlimited Virtual Machines
Are small insurances worth it?
Virginia employer terminated employee and wants signing bonus returned
Is it possible that a question has only two answers?
How exactly does an Ethernet collision happen in the cable, since nodes use different circuits for Tx and Rx?
What do *foreign films* mean for an American?
Source permutation
Making a kiddush for a girl that has hard time finding shidduch
What are some noteworthy "mic-drop" moments in math?
How to check whether module is loaded with custom configurations?
How do I create a system file /etc/modprobe.d/ath9k.conf?How (recipe) to build only one kernel module?Cannot get my N300 (DWA-130) D-link wireless USB to work on Ubuntu 14.04I have a Sony Vaio SVT131Aiil. The wireless does not show up as an option in network managerinstalled ubuntu 16.04 on hp laptop - wifi not workingInternet connection drops out after 1-2 hours (RTL8821AE wifi drivers)Compiling custom in-tree modulewl module is loaded but not workingwireless ath9k suddenly stopped working on ubuntu 16.04ASUS laptop - wifi not connecting after upgrading to 18.04Kernel can't see Atheros Communications Inc. AR9462 Wireless Network Adapter
In the answer by Chili555 for How do I create a system file /etc/modprobe.d/ath9k.conf? it is shown that you can create a config file for a kernel module . Now the question is how do I verify that the options set in that config file have taken effect after sudo modprobe ath9k
?
Specific option that I am trying to check is ps_enable
. However, doing the following
$ modinfo ath9k | grep ps_enable
parm: ps_enable:Enable WLAN PowerSave (int)
only explains what the parameter is and not its current value.
drivers
add a comment |
In the answer by Chili555 for How do I create a system file /etc/modprobe.d/ath9k.conf? it is shown that you can create a config file for a kernel module . Now the question is how do I verify that the options set in that config file have taken effect after sudo modprobe ath9k
?
Specific option that I am trying to check is ps_enable
. However, doing the following
$ modinfo ath9k | grep ps_enable
parm: ps_enable:Enable WLAN PowerSave (int)
only explains what the parameter is and not its current value.
drivers
add a comment |
In the answer by Chili555 for How do I create a system file /etc/modprobe.d/ath9k.conf? it is shown that you can create a config file for a kernel module . Now the question is how do I verify that the options set in that config file have taken effect after sudo modprobe ath9k
?
Specific option that I am trying to check is ps_enable
. However, doing the following
$ modinfo ath9k | grep ps_enable
parm: ps_enable:Enable WLAN PowerSave (int)
only explains what the parameter is and not its current value.
drivers
In the answer by Chili555 for How do I create a system file /etc/modprobe.d/ath9k.conf? it is shown that you can create a config file for a kernel module . Now the question is how do I verify that the options set in that config file have taken effect after sudo modprobe ath9k
?
Specific option that I am trying to check is ps_enable
. However, doing the following
$ modinfo ath9k | grep ps_enable
parm: ps_enable:Enable WLAN PowerSave (int)
only explains what the parameter is and not its current value.
drivers
drivers
asked 4 mins ago
Sergiy KolodyazhnyySergiy Kolodyazhnyy
73.8k9154323
73.8k9154323
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1124641%2fhow-to-check-whether-module-is-loaded-with-custom-configurations%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1124641%2fhow-to-check-whether-module-is-loaded-with-custom-configurations%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown