MSI GE66-Raider-10SF Ubuntu Support
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
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-c4503fffTried 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
42 Answers
I experienced similar issues when installing Ubuntu 20.04 on my MSI GE66. I was able to solve a few of the problems.
WIFI issue [solved]:
Bluetooth issue [unsolved]: Bluetooth rapidly toggling on and off on MSI GE66 laptop running Ubuntu 20.10, using 100% of CPU
Multiple displays: You need to install the NVIDIA drivers to support external displays. You can do that by running: sudo ubuntu-drivers autoinstall. If that doesn't work for you, then you'll need to specify the drivers you want to install: sudo apt install nvidia-driver-xxx.
date: 10/12/2021, 10 in December 2021
sorry for my bad grammar and spelling I am dyslectic
just want to share my attempt to solve this problem for 20 days.
I have MSI GE-66 11UG means I have the wifi adapter AX Intel Corporation Wi-Fi 6 AX210/AX211/AX411. in the WIFI settings "NO WIFI ADAPTER FOUND", and sometimes my mouse ped does not work. I am sharing my solution for that.
I am not sure what is exactly the minimal steps to do it but I will just share with you all the steps that I did to solve it.
you need the Ubuntu 21.04 and kernel 5.11.0-41-generic, lunch some gits.
the solution step by step
0)check your kernel and Ubuntu version by putting these lines in the terminal: for Ubuntu version run in the terminal:
lsb_release -aexcepted output if you have the right Ubuntu version: No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 21.04 Release: 21.04 Codename: hirsuteif it as excepted skip step 1
for kernel version run in the terminal:
uname -rthe excepted result if you have the right kernel version: 5.11.0-41-generic **if it is as excepted skip step 2 ****By the way you may skip step 2 with another kernel from 5.11. (something) but it would defiantly doesn't work in 5.12. (something)
for the update to Ubuntu 21.04: I follow
get yourself the kernel 5.11.0-41-generic: in the terminal run this:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install update-manager-core
cd /tmp
wget -c
wget -c
wget -c
wget -c
sudo dpkg -i *.deb
sudo reboot
while you are in reboot be aware that you might need to choose on advance booting option and pick manually your 5.11 kernel because sometimes the machine choose automatically other kernels
after the reboot assert that you are in the right versions as mentioned in step 0 !!!!!
- run this in the terminal:
sudo apt update
sudo apt-get install -y git
sudo apt-get install -y build-essential
git clone git://
cd linux-firmware
sudo cp iwlwifi-* /lib/firmware/
cd ..
git clone
cd backport-iwlwifi
make defconfig-iwlwifi-public
make -j4
sudo make install
sudo update-initramfs -u
sudo reboot
the terminal commands for step 3 are taken from here: No WiFi Adapter Found with fresh Ubuntu 20.04 install on MSI GE66 Laptop, and other strange behavior
if it works for you, great!!!!
if not continue for these additional steps:
- run this in the terminal:
sudo mv /usr/lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm /usr/lib/firmware/iwlwifi-ty-a0-gf-a0.bak
sudo reboot
if it not working continue for these additional steps:
5)in this intel site:
download the "Intel® Wi-Fi 6 AX210 160MHz" firmware then extract it by right click on it and clicking EXTRACT HERE then double click on the extracted folder and open the folder in the terminal then write this in the terminal(make sure you are inside the extracted folder)
cp iwlwifi-ty-a0-gf-a0-59.ucode /lib/firmware/
sudo reboot
after all this process your computer wifi adapter, and mouse ped should be detected by Ubuntu good luck!
for those who also have a problem with your GPU driver follow you will need to choose "nvidia driver metapeckage from nvidia-driver-470" via using "Install Nvidia Driver Using GUI" part in the link
More in general
"Zoraya ter Beek, age 29, just died by assisted suicide in the Netherlands. She was physically healthy, but psychologically depressed. It's an abomination that an entire society would actively facilitate, even encourage, someone ending their own life because they had no hope. Th…"