Ubuntu is unable to start Wifi (hardblocked)

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I am having Ubuntu 16.06LTS and Hp pavilion laptop. And not able to start Wi-Fi. I have used many solutions which are already given on the forum like,
1. rfkill unblock all
2. Removing /dev/rfkill and restarting
But none of them worked.
rfkill list shows below output,
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
Thanks in advance
16.04 wireless
add a comment |Â
up vote
0
down vote
favorite
I am having Ubuntu 16.06LTS and Hp pavilion laptop. And not able to start Wi-Fi. I have used many solutions which are already given on the forum like,
1. rfkill unblock all
2. Removing /dev/rfkill and restarting
But none of them worked.
rfkill list shows below output,
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
Thanks in advance
16.04 wireless
What wifi card is this and what driver are you currently using for it?
â sbergeron
Mar 21 at 17:28
Wifi card Ralink Corp. RT3290 wireless 802.11n 1T/1R PCIe
â Ruturaj Bisure
Mar 21 at 17:32
Is the Wifi Interface being managed by NetworkManager?
â tstrike
Mar 21 at 17:32
In setting -> network then Airplane mode is already on.. If I off it and close tab and reopen, then again it change to ON status automatically.. And wireless on off button is not working
â Ruturaj Bisure
Mar 21 at 17:34
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am having Ubuntu 16.06LTS and Hp pavilion laptop. And not able to start Wi-Fi. I have used many solutions which are already given on the forum like,
1. rfkill unblock all
2. Removing /dev/rfkill and restarting
But none of them worked.
rfkill list shows below output,
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
Thanks in advance
16.04 wireless
I am having Ubuntu 16.06LTS and Hp pavilion laptop. And not able to start Wi-Fi. I have used many solutions which are already given on the forum like,
1. rfkill unblock all
2. Removing /dev/rfkill and restarting
But none of them worked.
rfkill list shows below output,
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
Thanks in advance
16.04 wireless
16.04 wireless
asked Mar 21 at 17:24
Ruturaj Bisure
11
11
What wifi card is this and what driver are you currently using for it?
â sbergeron
Mar 21 at 17:28
Wifi card Ralink Corp. RT3290 wireless 802.11n 1T/1R PCIe
â Ruturaj Bisure
Mar 21 at 17:32
Is the Wifi Interface being managed by NetworkManager?
â tstrike
Mar 21 at 17:32
In setting -> network then Airplane mode is already on.. If I off it and close tab and reopen, then again it change to ON status automatically.. And wireless on off button is not working
â Ruturaj Bisure
Mar 21 at 17:34
add a comment |Â
What wifi card is this and what driver are you currently using for it?
â sbergeron
Mar 21 at 17:28
Wifi card Ralink Corp. RT3290 wireless 802.11n 1T/1R PCIe
â Ruturaj Bisure
Mar 21 at 17:32
Is the Wifi Interface being managed by NetworkManager?
â tstrike
Mar 21 at 17:32
In setting -> network then Airplane mode is already on.. If I off it and close tab and reopen, then again it change to ON status automatically.. And wireless on off button is not working
â Ruturaj Bisure
Mar 21 at 17:34
What wifi card is this and what driver are you currently using for it?
â sbergeron
Mar 21 at 17:28
What wifi card is this and what driver are you currently using for it?
â sbergeron
Mar 21 at 17:28
Wifi card Ralink Corp. RT3290 wireless 802.11n 1T/1R PCIe
â Ruturaj Bisure
Mar 21 at 17:32
Wifi card Ralink Corp. RT3290 wireless 802.11n 1T/1R PCIe
â Ruturaj Bisure
Mar 21 at 17:32
Is the Wifi Interface being managed by NetworkManager?
â tstrike
Mar 21 at 17:32
Is the Wifi Interface being managed by NetworkManager?
â tstrike
Mar 21 at 17:32
In setting -> network then Airplane mode is already on.. If I off it and close tab and reopen, then again it change to ON status automatically.. And wireless on off button is not working
â Ruturaj Bisure
Mar 21 at 17:34
In setting -> network then Airplane mode is already on.. If I off it and close tab and reopen, then again it change to ON status automatically.. And wireless on off button is not working
â Ruturaj Bisure
Mar 21 at 17:34
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
HP laptops use a module hp-wmi to translate key presses into action; in your case, turn off the hard block and turn on the wireless.
LetâÂÂs troubleshoot your problem.
First, check to see if the module hp-wmi is loaded.
lsmod | grep hp
If so, remove it:
sudo modprobe -r hp-wmi
sudo rfkill unblock all
rfkill list all
Any improvement?
Sorry for late comment. It is still showing the same error
â Ruturaj Bisure
Mar 22 at 15:34
Any further suggestion?
â Ruturaj Bisure
Mar 22 at 17:01
Please see my answer and the following comments here: askubuntu.com/questions/983565/⦠Aside from trying the daily build of Ubuntu 18.04 to see if the bug in hp-wmi is resolved, I haven't any other suggestions. Sorry.
â chili555
Mar 22 at 20:02
I have reset the BIOS and it had started, but after 5 mins the problem started again.
â Ruturaj Bisure
Mar 25 at 6:46
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
HP laptops use a module hp-wmi to translate key presses into action; in your case, turn off the hard block and turn on the wireless.
LetâÂÂs troubleshoot your problem.
First, check to see if the module hp-wmi is loaded.
lsmod | grep hp
If so, remove it:
sudo modprobe -r hp-wmi
sudo rfkill unblock all
rfkill list all
Any improvement?
Sorry for late comment. It is still showing the same error
â Ruturaj Bisure
Mar 22 at 15:34
Any further suggestion?
â Ruturaj Bisure
Mar 22 at 17:01
Please see my answer and the following comments here: askubuntu.com/questions/983565/⦠Aside from trying the daily build of Ubuntu 18.04 to see if the bug in hp-wmi is resolved, I haven't any other suggestions. Sorry.
â chili555
Mar 22 at 20:02
I have reset the BIOS and it had started, but after 5 mins the problem started again.
â Ruturaj Bisure
Mar 25 at 6:46
add a comment |Â
up vote
0
down vote
HP laptops use a module hp-wmi to translate key presses into action; in your case, turn off the hard block and turn on the wireless.
LetâÂÂs troubleshoot your problem.
First, check to see if the module hp-wmi is loaded.
lsmod | grep hp
If so, remove it:
sudo modprobe -r hp-wmi
sudo rfkill unblock all
rfkill list all
Any improvement?
Sorry for late comment. It is still showing the same error
â Ruturaj Bisure
Mar 22 at 15:34
Any further suggestion?
â Ruturaj Bisure
Mar 22 at 17:01
Please see my answer and the following comments here: askubuntu.com/questions/983565/⦠Aside from trying the daily build of Ubuntu 18.04 to see if the bug in hp-wmi is resolved, I haven't any other suggestions. Sorry.
â chili555
Mar 22 at 20:02
I have reset the BIOS and it had started, but after 5 mins the problem started again.
â Ruturaj Bisure
Mar 25 at 6:46
add a comment |Â
up vote
0
down vote
up vote
0
down vote
HP laptops use a module hp-wmi to translate key presses into action; in your case, turn off the hard block and turn on the wireless.
LetâÂÂs troubleshoot your problem.
First, check to see if the module hp-wmi is loaded.
lsmod | grep hp
If so, remove it:
sudo modprobe -r hp-wmi
sudo rfkill unblock all
rfkill list all
Any improvement?
HP laptops use a module hp-wmi to translate key presses into action; in your case, turn off the hard block and turn on the wireless.
LetâÂÂs troubleshoot your problem.
First, check to see if the module hp-wmi is loaded.
lsmod | grep hp
If so, remove it:
sudo modprobe -r hp-wmi
sudo rfkill unblock all
rfkill list all
Any improvement?
answered Mar 21 at 21:36
chili555
36.6k54776
36.6k54776
Sorry for late comment. It is still showing the same error
â Ruturaj Bisure
Mar 22 at 15:34
Any further suggestion?
â Ruturaj Bisure
Mar 22 at 17:01
Please see my answer and the following comments here: askubuntu.com/questions/983565/⦠Aside from trying the daily build of Ubuntu 18.04 to see if the bug in hp-wmi is resolved, I haven't any other suggestions. Sorry.
â chili555
Mar 22 at 20:02
I have reset the BIOS and it had started, but after 5 mins the problem started again.
â Ruturaj Bisure
Mar 25 at 6:46
add a comment |Â
Sorry for late comment. It is still showing the same error
â Ruturaj Bisure
Mar 22 at 15:34
Any further suggestion?
â Ruturaj Bisure
Mar 22 at 17:01
Please see my answer and the following comments here: askubuntu.com/questions/983565/⦠Aside from trying the daily build of Ubuntu 18.04 to see if the bug in hp-wmi is resolved, I haven't any other suggestions. Sorry.
â chili555
Mar 22 at 20:02
I have reset the BIOS and it had started, but after 5 mins the problem started again.
â Ruturaj Bisure
Mar 25 at 6:46
Sorry for late comment. It is still showing the same error
â Ruturaj Bisure
Mar 22 at 15:34
Sorry for late comment. It is still showing the same error
â Ruturaj Bisure
Mar 22 at 15:34
Any further suggestion?
â Ruturaj Bisure
Mar 22 at 17:01
Any further suggestion?
â Ruturaj Bisure
Mar 22 at 17:01
Please see my answer and the following comments here: askubuntu.com/questions/983565/⦠Aside from trying the daily build of Ubuntu 18.04 to see if the bug in hp-wmi is resolved, I haven't any other suggestions. Sorry.
â chili555
Mar 22 at 20:02
Please see my answer and the following comments here: askubuntu.com/questions/983565/⦠Aside from trying the daily build of Ubuntu 18.04 to see if the bug in hp-wmi is resolved, I haven't any other suggestions. Sorry.
â chili555
Mar 22 at 20:02
I have reset the BIOS and it had started, but after 5 mins the problem started again.
â Ruturaj Bisure
Mar 25 at 6:46
I have reset the BIOS and it had started, but after 5 mins the problem started again.
â Ruturaj Bisure
Mar 25 at 6:46
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018010%2fubuntu-is-unable-to-start-wifi-hardblocked%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
What wifi card is this and what driver are you currently using for it?
â sbergeron
Mar 21 at 17:28
Wifi card Ralink Corp. RT3290 wireless 802.11n 1T/1R PCIe
â Ruturaj Bisure
Mar 21 at 17:32
Is the Wifi Interface being managed by NetworkManager?
â tstrike
Mar 21 at 17:32
In setting -> network then Airplane mode is already on.. If I off it and close tab and reopen, then again it change to ON status automatically.. And wireless on off button is not working
â Ruturaj Bisure
Mar 21 at 17:34