LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Deepin linux No Wireless networks shown (yes my router is on and working) (https://www.linuxquestions.org/questions/linux-newbie-8/deepin-linux-no-wireless-networks-shown-yes-my-router-is-on-and-working-4175623375/)

collinchinook 02-08-2018 06:59 PM

Deepin linux No Wireless networks shown (yes my router is on and working)
 
So i am a noob at linux, so I don't know much about the terminal but I's sure I can follow instructions. I just installed Deepin on my old Hp Pavilion g6 with AMD a5-3300M APU. However, I am unable to see my wireless networks in the settings area. Ill attach an image of the settings menu. I'm thinking I need to install a driver, but I don't know how to go about that on linux. If you could help, that would be much appreciated.

Here is a link to the image of my settings
https://drive.google.com/file/d/12FA...ew?usp=sharing

BW-userx 02-08-2018 07:22 PM

command line
Code:

lspci
look for anything remotely looking like it controls your wifi then post what brand it is.
Code:

sudo rfkill list
look to make sure all of them say no. especially your wifi. if it comes up command not known or some such thing, then you'll need to install rfkill program. that is the catch 22 with that crap, rfkill. some distros have wifi block via rfkill, but they do not included that app to fix that. and need wifi to install it but they had the wifi blocked via rfkill.

AwesomeMachine 02-09-2018 03:35 AM

I'd say your wireless is not connected. Try
Code:

$ ip -h -4 -a -c link
and see if the wireless is up or down.

collinchinook 02-09-2018 01:18 PM

The network controller is Ralink Corp. RT5390 wireless 802.11n 1t/1r pcie

collinchinook 02-09-2018 01:23 PM

Quote:

Originally Posted by BW-userx (Post 5817568)
command line
Code:

lspci
look for anything remotely looking like it controls your wifi then post what brand it is.
Code:

sudo rfkill list
look to make sure all of them say no. especially your wifi. if it comes up command not known or some such thing, then you'll need to install rfkill program. that is the catch 22 with that crap, rfkill. some distros have wifi block via rfkill, but they do not included that app to fix that. and need wifi to install it but they had the wifi blocked via rfkill.

The sudo rfkill list says
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes

1: hp-wifi: wireless LAN
Soft blocked:no
Hard blocked:yes

BW-userx 02-09-2018 01:30 PM

Code:

sudo rfkill unblock all
then run
Code:

sudo rfkill list
to be sure it took then reboot go to next step


All times are GMT -5. The time now is 06:54 AM.