Connect to wifi hotspot via NetworkManager GUI may failed sometimes on Ubuntu 16.04 LXDE after rebootWireless Connection Freezes on a Macbook Pro (early 2010 model) with a BCM4322Wireless on an Acer Aspire 1810T with an Intel 5100AGN works for less than a day, then stops working until rebootUbuntu 12.10: No WiFi After Update on Dell XPS L502x w/ Intel Centrino Wireless-N 1030ubuntu 15.10, trendnet TEW-648UBM, internet dropsWireless connection dropped randomlyFailed to create WiFi hotspot in Ubuntu 16.04Ubuntu 16.04 - Wifi HotspotUbuntu 16.04 WiFi sometimes working and sometimes notWifi in Hotspot mode after reboot18.04 - Wifi Hotspot does not come up after reboot
"One can do his homework in the library"
They call me Inspector Morse
Solving "Resistance between two nodes on a grid" problem in Mathematica
What wound would be of little consequence to a biped but terrible for a quadruped?
Is having access to past exams cheating and, if yes, could it be proven just by a good grade?
Virginia employer terminated employee and wants signing bonus returned
The bar has been raised
My story is written in English, but is set in my home country. What language should I use for the dialogue?
PTIJ: How can I halachically kill a vampire?
Could you please stop shuffling the deck and play already?
2×2×2 rubik's cube corner is twisted!
Best approach to update all entries in a list that is paginated?
What are some noteworthy "mic-drop" moments in math?
How could our ancestors have domesticated a solitary predator?
How does airport security verify that you can carry a battery bank over 100 Wh?
Force user to remove USB token
How to pass a string to a command that expects a file?
Offered promotion but I'm leaving. Should I tell?
What is the chance of making a successful appeal to dismissal decision from a PhD program after failing the qualifying exam in the 2nd attempt?
What do you call the air that rushes into your car in the highway?
BitNot does not flip bits in the way I expected
What are the best books to study Neural Networks from a purely mathematical perspective?
Is it true that real estate prices mainly go up?
Subset counting for even numbers
Connect to wifi hotspot via NetworkManager GUI may failed sometimes on Ubuntu 16.04 LXDE after reboot
Wireless Connection Freezes on a Macbook Pro (early 2010 model) with a BCM4322Wireless on an Acer Aspire 1810T with an Intel 5100AGN works for less than a day, then stops working until rebootUbuntu 12.10: No WiFi After Update on Dell XPS L502x w/ Intel Centrino Wireless-N 1030ubuntu 15.10, trendnet TEW-648UBM, internet dropsWireless connection dropped randomlyFailed to create WiFi hotspot in Ubuntu 16.04Ubuntu 16.04 - Wifi HotspotUbuntu 16.04 WiFi sometimes working and sometimes notWifi in Hotspot mode after reboot18.04 - Wifi Hotspot does not come up after reboot
I'm using Ubuntu 16.04 with LXDE Desktop.
I'm trying to connect wifi hotspot via NetworkManager.service.
But there is a possibility that will fail to connect hotspot by using the GUI interface.
Although I access the correct password, It still keeps telling me to reaccess the password.
However, If the wifi hotspot has no password then this circumstance will not appear.
Below is the kernel log while this phenomenon comes up.
[ 141.413203] dhd_prot_ioctl: status ret value is -17
[ 141.417889] Connecting with 72:81:eb:76:6e:d2 ssid "Victoryo", len (8) channel=11
[ 141.495198] wl_bss_connect_done succeeded with 72:81:eb:76:6e:d2
[ 141.508001] wl_bss_connect_done succeeded with 72:81:eb:76:6e:d2
[ 141.515953] cfg80211: Regulatory domain changed to country: TW
[ 141.515963] cfg80211: DFS Master region: JP
[ 141.515969] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 141.515981] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[ 141.515989] cfg80211: (5270000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 1700 mBm), (0 s)
[ 141.515997] cfg80211: (5490000 KHz - 5590000 KHz @ 80000 KHz), (N/A, 3000 mBm), (0 s)
[ 141.516004] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 3000 mBm), (0 s)
[ 141.516010] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 141.522529] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 41 for peer 72:81:eb:76:6e:d2 prio 0 ifindex 0
[ 141.522619] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 41
[ 141.603345] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 40 for peer 33:33:00:00:00:16 prio 3 ifindex 0
[ 141.603450] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 40
[ 187.060972] CFG80211-ERROR) wl_cfg80211_disconnect : Reason 3
[ 187.063675] dhd_prot_flow_ring_delete: Send Flow Delete Req RING ID 40 for peer 33:33:00:00:00:16 prio 3 ifindex 0
[ 187.063693] dhd_prot_flow_ring_delete: Send Flow Delete Req RING ID 41 for peer 72:81:eb:76:6e:d2 prio 0 ifindex 0
[ 187.063747] dhd_bus_flow_ring_delete_request :Delete Pending Flow 40
[ 187.063753] dhd_bus_flow_ring_delete_request :Delete Pending Flow 41
[ 187.063804] dhd_prot_flow_ring_delete_response_process: Flow Delete Response status = 0 Flow 40
[ 187.063816] dhd_prot_flow_ring_delete_response_process: Flow Delete Response status = 0 Flow 41
[ 187.063871] CFG80211-ERROR) wl_is_linkdown : Link down Reason : WLC_E_LINK
[ 187.063905] link down if wlan0 may call cfg80211_disconnected. event : 16, reason=2 from 72:81:eb:76:6e:d2
How can I solve this issue?
16.04 wireless network-manager lxde
add a comment |
I'm using Ubuntu 16.04 with LXDE Desktop.
I'm trying to connect wifi hotspot via NetworkManager.service.
But there is a possibility that will fail to connect hotspot by using the GUI interface.
Although I access the correct password, It still keeps telling me to reaccess the password.
However, If the wifi hotspot has no password then this circumstance will not appear.
Below is the kernel log while this phenomenon comes up.
[ 141.413203] dhd_prot_ioctl: status ret value is -17
[ 141.417889] Connecting with 72:81:eb:76:6e:d2 ssid "Victoryo", len (8) channel=11
[ 141.495198] wl_bss_connect_done succeeded with 72:81:eb:76:6e:d2
[ 141.508001] wl_bss_connect_done succeeded with 72:81:eb:76:6e:d2
[ 141.515953] cfg80211: Regulatory domain changed to country: TW
[ 141.515963] cfg80211: DFS Master region: JP
[ 141.515969] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 141.515981] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[ 141.515989] cfg80211: (5270000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 1700 mBm), (0 s)
[ 141.515997] cfg80211: (5490000 KHz - 5590000 KHz @ 80000 KHz), (N/A, 3000 mBm), (0 s)
[ 141.516004] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 3000 mBm), (0 s)
[ 141.516010] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 141.522529] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 41 for peer 72:81:eb:76:6e:d2 prio 0 ifindex 0
[ 141.522619] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 41
[ 141.603345] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 40 for peer 33:33:00:00:00:16 prio 3 ifindex 0
[ 141.603450] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 40
[ 187.060972] CFG80211-ERROR) wl_cfg80211_disconnect : Reason 3
[ 187.063675] dhd_prot_flow_ring_delete: Send Flow Delete Req RING ID 40 for peer 33:33:00:00:00:16 prio 3 ifindex 0
[ 187.063693] dhd_prot_flow_ring_delete: Send Flow Delete Req RING ID 41 for peer 72:81:eb:76:6e:d2 prio 0 ifindex 0
[ 187.063747] dhd_bus_flow_ring_delete_request :Delete Pending Flow 40
[ 187.063753] dhd_bus_flow_ring_delete_request :Delete Pending Flow 41
[ 187.063804] dhd_prot_flow_ring_delete_response_process: Flow Delete Response status = 0 Flow 40
[ 187.063816] dhd_prot_flow_ring_delete_response_process: Flow Delete Response status = 0 Flow 41
[ 187.063871] CFG80211-ERROR) wl_is_linkdown : Link down Reason : WLC_E_LINK
[ 187.063905] link down if wlan0 may call cfg80211_disconnected. event : 16, reason=2 from 72:81:eb:76:6e:d2
How can I solve this issue?
16.04 wireless network-manager lxde
add a comment |
I'm using Ubuntu 16.04 with LXDE Desktop.
I'm trying to connect wifi hotspot via NetworkManager.service.
But there is a possibility that will fail to connect hotspot by using the GUI interface.
Although I access the correct password, It still keeps telling me to reaccess the password.
However, If the wifi hotspot has no password then this circumstance will not appear.
Below is the kernel log while this phenomenon comes up.
[ 141.413203] dhd_prot_ioctl: status ret value is -17
[ 141.417889] Connecting with 72:81:eb:76:6e:d2 ssid "Victoryo", len (8) channel=11
[ 141.495198] wl_bss_connect_done succeeded with 72:81:eb:76:6e:d2
[ 141.508001] wl_bss_connect_done succeeded with 72:81:eb:76:6e:d2
[ 141.515953] cfg80211: Regulatory domain changed to country: TW
[ 141.515963] cfg80211: DFS Master region: JP
[ 141.515969] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 141.515981] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[ 141.515989] cfg80211: (5270000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 1700 mBm), (0 s)
[ 141.515997] cfg80211: (5490000 KHz - 5590000 KHz @ 80000 KHz), (N/A, 3000 mBm), (0 s)
[ 141.516004] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 3000 mBm), (0 s)
[ 141.516010] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 141.522529] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 41 for peer 72:81:eb:76:6e:d2 prio 0 ifindex 0
[ 141.522619] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 41
[ 141.603345] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 40 for peer 33:33:00:00:00:16 prio 3 ifindex 0
[ 141.603450] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 40
[ 187.060972] CFG80211-ERROR) wl_cfg80211_disconnect : Reason 3
[ 187.063675] dhd_prot_flow_ring_delete: Send Flow Delete Req RING ID 40 for peer 33:33:00:00:00:16 prio 3 ifindex 0
[ 187.063693] dhd_prot_flow_ring_delete: Send Flow Delete Req RING ID 41 for peer 72:81:eb:76:6e:d2 prio 0 ifindex 0
[ 187.063747] dhd_bus_flow_ring_delete_request :Delete Pending Flow 40
[ 187.063753] dhd_bus_flow_ring_delete_request :Delete Pending Flow 41
[ 187.063804] dhd_prot_flow_ring_delete_response_process: Flow Delete Response status = 0 Flow 40
[ 187.063816] dhd_prot_flow_ring_delete_response_process: Flow Delete Response status = 0 Flow 41
[ 187.063871] CFG80211-ERROR) wl_is_linkdown : Link down Reason : WLC_E_LINK
[ 187.063905] link down if wlan0 may call cfg80211_disconnected. event : 16, reason=2 from 72:81:eb:76:6e:d2
How can I solve this issue?
16.04 wireless network-manager lxde
I'm using Ubuntu 16.04 with LXDE Desktop.
I'm trying to connect wifi hotspot via NetworkManager.service.
But there is a possibility that will fail to connect hotspot by using the GUI interface.
Although I access the correct password, It still keeps telling me to reaccess the password.
However, If the wifi hotspot has no password then this circumstance will not appear.
Below is the kernel log while this phenomenon comes up.
[ 141.413203] dhd_prot_ioctl: status ret value is -17
[ 141.417889] Connecting with 72:81:eb:76:6e:d2 ssid "Victoryo", len (8) channel=11
[ 141.495198] wl_bss_connect_done succeeded with 72:81:eb:76:6e:d2
[ 141.508001] wl_bss_connect_done succeeded with 72:81:eb:76:6e:d2
[ 141.515953] cfg80211: Regulatory domain changed to country: TW
[ 141.515963] cfg80211: DFS Master region: JP
[ 141.515969] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 141.515981] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[ 141.515989] cfg80211: (5270000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 1700 mBm), (0 s)
[ 141.515997] cfg80211: (5490000 KHz - 5590000 KHz @ 80000 KHz), (N/A, 3000 mBm), (0 s)
[ 141.516004] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 3000 mBm), (0 s)
[ 141.516010] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 141.522529] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 41 for peer 72:81:eb:76:6e:d2 prio 0 ifindex 0
[ 141.522619] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 41
[ 141.603345] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 40 for peer 33:33:00:00:00:16 prio 3 ifindex 0
[ 141.603450] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 40
[ 187.060972] CFG80211-ERROR) wl_cfg80211_disconnect : Reason 3
[ 187.063675] dhd_prot_flow_ring_delete: Send Flow Delete Req RING ID 40 for peer 33:33:00:00:00:16 prio 3 ifindex 0
[ 187.063693] dhd_prot_flow_ring_delete: Send Flow Delete Req RING ID 41 for peer 72:81:eb:76:6e:d2 prio 0 ifindex 0
[ 187.063747] dhd_bus_flow_ring_delete_request :Delete Pending Flow 40
[ 187.063753] dhd_bus_flow_ring_delete_request :Delete Pending Flow 41
[ 187.063804] dhd_prot_flow_ring_delete_response_process: Flow Delete Response status = 0 Flow 40
[ 187.063816] dhd_prot_flow_ring_delete_response_process: Flow Delete Response status = 0 Flow 41
[ 187.063871] CFG80211-ERROR) wl_is_linkdown : Link down Reason : WLC_E_LINK
[ 187.063905] link down if wlan0 may call cfg80211_disconnected. event : 16, reason=2 from 72:81:eb:76:6e:d2
How can I solve this issue?
16.04 wireless network-manager lxde
16.04 wireless network-manager lxde
asked 16 mins ago
victorvictor
11
11
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%2f1125226%2fconnect-to-wifi-hotspot-via-networkmanager-gui-may-failed-sometimes-on-ubuntu-16%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%2f1125226%2fconnect-to-wifi-hotspot-via-networkmanager-gui-may-failed-sometimes-on-ubuntu-16%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