I just got updated to ubuntu 16.04 from 14.04. There is no wifi option. Laptop is HP pavilion g6. Driver is ralink .ifconfig only showing eth0 and lo
Asked
Active
Viewed 536 times
1 Answers
0
How to install wifi driver Ralink RT3290 click this link for install the drivers.
Then type in the terminal with out the quotes. "sudo ifconfig eno1 up" and "sudo service network-manager restart"
lspci -nnk | grep 0280 -A2
Find out what the actual driver is and try to load it:sudo modprobe <whatever_driver>
Any errors or warnings? Also, confirm that the wireless switch or key combination is set to ENable wireless:rfkill list all
– chili555 Aug 07 '16 at 16:40