Answers for "wireless connection troubleshooting ubuntu"

1

wireless connection troubleshooting ubuntu

rfkill list
#if hard blocked option is yes
lspci -v
#at the Network controller you will find your wifi adapter name

#search on google and download the iwllwifi corresponding at the network controller

#exemple for intel i go to https://www.intel.com/content/www/us/en/support/articles/000005511/wireless.html

#And download iwlwifi-xxxx.tgz

#After unzip and go to the directory with the terminal and copie iwlwifi file in /lib/firmware
cp iwlwifi-xxx /lib/firmware

#After reboot
reboot
Posted by: Guest on March-01-2021

Code answers related to "wireless connection troubleshooting ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language