so I want to start off saying I'm sorry for asking a question that has a lot of Help already, but I've tried most of what I can find. I'm very new to Linux, currently in my first semester for CompSci so bare with me please.
I am running a dual boot on my on my Dell Precision 5510, i7,16gb RAM, NvidiaM1000m Quaddro, 1TB SSD and the intel wireless 6280. i recently downloaded the newest version of 20.04LTS Ubuntu, Used Rufus to create a bootable thumb drive. it all seems to have worked correctly EXCEPT it cant get it to communicate with the Wifi card in my PC. I can tether my phone to my PC and it will have internet access then. i used the "try ubuntu" option first, everything seemed fine besides wifi, i figured it would be a simple driver fix, and decided to install it. followed the steps, created partition, and done.
i thought it might just be a Ubuntu problem, so i tried Linux mint and Manjara running off a bootable thumb drive to see if wifi worked with them. to no avail.so i am thinking that for some reason Windows Or Dell have some kind of block not allowing the Wireless card to function with Linux on a dual boot option?
im willing to attempt any suggestions given.
william@william-Precision-5510:~$ lspci -nnk | grep 0280 -A3
02:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
Subsystem: Intel Corporation Wireless 8260 [8086:0050]
Kernel modules: iwlwifi
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)
william@william-Precision-5510:~$ rfkill list all
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: yes
1: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
william@william-Precision-5510:~$ sudo dmesg | grep iwl
[sudo] password for william:
[ 2.047721] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[ 2.141827] iwlwifi: probe of 0000:02:00.0 failed with error -110
lspci -nnk | grep 0280 -A3
and also:rfkill list all
Welcome to Ask Ubuntu. – chili555 Jan 31 '21 at 21:19Hard blocked: yes
This suggests that the wireless switch or key combination (perhaps Fn+F7 or similar) is set to disable the wireless radio. Please find it and switch it. – chili555 Jan 31 '21 at 22:11sudo dmesg | grep iwl
– chili555 Jan 31 '21 at 22:26