Just got a brand new MSI GE66 Raider and after more than 10hrs straight of research I finally decided to ask a question here. So the laptop came with Windows 10 which works flawlessly, but when installing Ubuntu 20.04:
- Some of graphic drivers are not working (can't use two screens)
- Bluetooth works only intermittently
- Most importantly WiFi never works. I can only access internet through USB Tethering
First I would like to know if the fact that the following page shows no drivers for Ubuntu is reason enough to think that Ubuntu is just not supported for the laptop https://latam.msi.com/Laptop/support/GE66-Raider-10SF
Secondly a list of all the things I tried and outputs of commonly requested commands
Trying to find a given controller and download corresponding drivers
lspci
00:1b.0 PCI bridge: Intel Corporation Comet Lake PCI Express Root Port #17 (rev f0)
00:1d.0 PCI bridge: Intel Corporation Comet Lake PCI Express Root Port #9 (rev f0)
00:1d.4 PCI bridge: Intel Corporation Device 06b4 (rev f0)
00:1d.6 PCI bridge: Intel Corporation Device 06b6 (rev f0)
00:1d.7 PCI bridge: Intel Corporation Device 06b7 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Comet Lake LPC Controller
00:1f.4 SMBus: Intel Corporation Comet Lake PCH SMBus Controller
00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake PCH SPI Controller
01:00.0 VGA compatible controller: NVIDIA Corporation Device 249d (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 228b (rev a1)
02:00.0 USB controller: ASMedia Technology Inc. Device 3242
03:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
04:00.0 Network controller: Intel Corporation Device 2725 (rev 1a)
05:00.0 Ethernet controller: Intel Corporation Device 3101 (rev 03)
06:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
///
sudo lshw -C network
*-network UNCLAIMED
description: Network controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: 1a
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix cap_list
configuration: latency=0
resources: memory:c4500000-c4503fff
Tried downgrading the kernel
Installing an earlier version of Ubuntu
Reinstalled several times with Secure Boot OFF, Fast Boot OFF
And many many many more.
Any help would be much appreciated! :D
lspci -nnk | grep -iA3 net; dmesg | grep iwl
– Jeremy31 Feb 21 '21 at 20:54