Setting up SoftAP on Windows 7 problem
I'm setting it like this:
netsh wlan set hostednetwork mode=allow ssid=MyNet75 key=mysuperkey
keyUsage=persistent
and getting message that all is ok:
The hosted network mode has been set to allow. The SSID of the hosted
network has been successfully changed. The user key passphrase of the
hosted network has been successfully changed.
However, I can't start it:
netsh wlan start hostednetwork
The hosted network couldn't be started.
The group or resource is not in the correct state to perform the
requested operation.
Any ideas what gone wrong?
UPD I was able to launch SoftAP under freshly installed Win7 inside VMWare, so I can assume my hardware is compatible. Any ideas, what can be wrong with my host OS?
windows-7 windows wireless-networking
add a comment |
I'm setting it like this:
netsh wlan set hostednetwork mode=allow ssid=MyNet75 key=mysuperkey
keyUsage=persistent
and getting message that all is ok:
The hosted network mode has been set to allow. The SSID of the hosted
network has been successfully changed. The user key passphrase of the
hosted network has been successfully changed.
However, I can't start it:
netsh wlan start hostednetwork
The hosted network couldn't be started.
The group or resource is not in the correct state to perform the
requested operation.
Any ideas what gone wrong?
UPD I was able to launch SoftAP under freshly installed Win7 inside VMWare, so I can assume my hardware is compatible. Any ideas, what can be wrong with my host OS?
windows-7 windows wireless-networking
Make sure your hardware actually supports it and you have the Windows 7-specific driver.
– billc.cn
Sep 2 '11 at 11:58
Well, setup command finished ok, so I assumed my hardware is ok. How I can check if hardware supports it? It named "Atheros 11G USB Adapter" in description.
– arry
Sep 2 '11 at 12:36
The MS article ( msdn.microsoft.com/en-us/library/dd815243%28v=vs.85%29.aspx ) say you need a device with Windows 7 logo. Many Atheros chips supports AP mode, so you'll just have to make sure you have the latest driver from your vendor.
– billc.cn
Sep 2 '11 at 14:10
add a comment |
I'm setting it like this:
netsh wlan set hostednetwork mode=allow ssid=MyNet75 key=mysuperkey
keyUsage=persistent
and getting message that all is ok:
The hosted network mode has been set to allow. The SSID of the hosted
network has been successfully changed. The user key passphrase of the
hosted network has been successfully changed.
However, I can't start it:
netsh wlan start hostednetwork
The hosted network couldn't be started.
The group or resource is not in the correct state to perform the
requested operation.
Any ideas what gone wrong?
UPD I was able to launch SoftAP under freshly installed Win7 inside VMWare, so I can assume my hardware is compatible. Any ideas, what can be wrong with my host OS?
windows-7 windows wireless-networking
I'm setting it like this:
netsh wlan set hostednetwork mode=allow ssid=MyNet75 key=mysuperkey
keyUsage=persistent
and getting message that all is ok:
The hosted network mode has been set to allow. The SSID of the hosted
network has been successfully changed. The user key passphrase of the
hosted network has been successfully changed.
However, I can't start it:
netsh wlan start hostednetwork
The hosted network couldn't be started.
The group or resource is not in the correct state to perform the
requested operation.
Any ideas what gone wrong?
UPD I was able to launch SoftAP under freshly installed Win7 inside VMWare, so I can assume my hardware is compatible. Any ideas, what can be wrong with my host OS?
windows-7 windows wireless-networking
windows-7 windows wireless-networking
edited Sep 3 '11 at 8:51
arry
asked Sep 2 '11 at 10:41
arryarry
135
135
Make sure your hardware actually supports it and you have the Windows 7-specific driver.
– billc.cn
Sep 2 '11 at 11:58
Well, setup command finished ok, so I assumed my hardware is ok. How I can check if hardware supports it? It named "Atheros 11G USB Adapter" in description.
– arry
Sep 2 '11 at 12:36
The MS article ( msdn.microsoft.com/en-us/library/dd815243%28v=vs.85%29.aspx ) say you need a device with Windows 7 logo. Many Atheros chips supports AP mode, so you'll just have to make sure you have the latest driver from your vendor.
– billc.cn
Sep 2 '11 at 14:10
add a comment |
Make sure your hardware actually supports it and you have the Windows 7-specific driver.
– billc.cn
Sep 2 '11 at 11:58
Well, setup command finished ok, so I assumed my hardware is ok. How I can check if hardware supports it? It named "Atheros 11G USB Adapter" in description.
– arry
Sep 2 '11 at 12:36
The MS article ( msdn.microsoft.com/en-us/library/dd815243%28v=vs.85%29.aspx ) say you need a device with Windows 7 logo. Many Atheros chips supports AP mode, so you'll just have to make sure you have the latest driver from your vendor.
– billc.cn
Sep 2 '11 at 14:10
Make sure your hardware actually supports it and you have the Windows 7-specific driver.
– billc.cn
Sep 2 '11 at 11:58
Make sure your hardware actually supports it and you have the Windows 7-specific driver.
– billc.cn
Sep 2 '11 at 11:58
Well, setup command finished ok, so I assumed my hardware is ok. How I can check if hardware supports it? It named "Atheros 11G USB Adapter" in description.
– arry
Sep 2 '11 at 12:36
Well, setup command finished ok, so I assumed my hardware is ok. How I can check if hardware supports it? It named "Atheros 11G USB Adapter" in description.
– arry
Sep 2 '11 at 12:36
The MS article ( msdn.microsoft.com/en-us/library/dd815243%28v=vs.85%29.aspx ) say you need a device with Windows 7 logo. Many Atheros chips supports AP mode, so you'll just have to make sure you have the latest driver from your vendor.
– billc.cn
Sep 2 '11 at 14:10
The MS article ( msdn.microsoft.com/en-us/library/dd815243%28v=vs.85%29.aspx ) say you need a device with Windows 7 logo. Many Atheros chips supports AP mode, so you'll just have to make sure you have the latest driver from your vendor.
– billc.cn
Sep 2 '11 at 14:10
add a comment |
1 Answer
1
active
oldest
votes
I encountered this problem when my wifi adapter was turned off. I turned the adapter back on without connecting to any wifi network.
The hosted network couldn't be started. The group or resource is not in the
correct state to perform the requested operation.
The error message does suggest that the resource is not in the correct "state" ie off.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f331071%2fsetting-up-softap-on-windows-7-problem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I encountered this problem when my wifi adapter was turned off. I turned the adapter back on without connecting to any wifi network.
The hosted network couldn't be started. The group or resource is not in the
correct state to perform the requested operation.
The error message does suggest that the resource is not in the correct "state" ie off.
add a comment |
I encountered this problem when my wifi adapter was turned off. I turned the adapter back on without connecting to any wifi network.
The hosted network couldn't be started. The group or resource is not in the
correct state to perform the requested operation.
The error message does suggest that the resource is not in the correct "state" ie off.
add a comment |
I encountered this problem when my wifi adapter was turned off. I turned the adapter back on without connecting to any wifi network.
The hosted network couldn't be started. The group or resource is not in the
correct state to perform the requested operation.
The error message does suggest that the resource is not in the correct "state" ie off.
I encountered this problem when my wifi adapter was turned off. I turned the adapter back on without connecting to any wifi network.
The hosted network couldn't be started. The group or resource is not in the
correct state to perform the requested operation.
The error message does suggest that the resource is not in the correct "state" ie off.
answered Jan 25 '16 at 14:14
GodLovesATrierGodLovesATrier
363
363
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f331071%2fsetting-up-softap-on-windows-7-problem%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
Make sure your hardware actually supports it and you have the Windows 7-specific driver.
– billc.cn
Sep 2 '11 at 11:58
Well, setup command finished ok, so I assumed my hardware is ok. How I can check if hardware supports it? It named "Atheros 11G USB Adapter" in description.
– arry
Sep 2 '11 at 12:36
The MS article ( msdn.microsoft.com/en-us/library/dd815243%28v=vs.85%29.aspx ) say you need a device with Windows 7 logo. Many Atheros chips supports AP mode, so you'll just have to make sure you have the latest driver from your vendor.
– billc.cn
Sep 2 '11 at 14:10