Linux mint realtek wifi driver

Linux Mint Forums

how to install wifi drivers realtek RTL8821CE without ethernet

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

how to install wifi drivers realtek RTL8821CE without ethernet

Post by gsuckzzz » Tue Apr 20, 2021 8:57 pm

Hi, I have a notebook contected to internet through WIfi, and i don have access to a wired connection. In this notebook i have installed WIndows (thats im writing this). I was looked to download the driver on windows and then install in on Linux, but i cant find the Driver and im not sure to know how to do it, i will grateful if you can help me. Regardsss!

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Re: how to install wifi drivers realtek RTL8821CE without ethernet

Post by sleeper12 » Tue Apr 20, 2021 10:20 pm

Then, with secure boot off, do:

 sudo apt-get install rtl8821ce-dkms 

Re: how to install wifi drivers realtek RTL8821CE without ethernet

Post by hglee » Wed Apr 21, 2021 3:01 am

gsuckzzz wrote: ⤴ Tue Apr 20, 2021 8:57 pm Hi, I have a notebook contected to internet through WIfi, and i don have access to a wired connection. In this notebook i have installed WIndows (thats im writing this). I was looked to download the driver on windows and then install in on Linux, but i cant find the Driver and im not sure to know how to do it, i will grateful if you can help me. Regardsss!

Читайте также:  Icloud работает только через wifi

It’s best if you can get a temporary connection, as sleeper12 suggests.

If you must use sneakernet, here’s where you can download the RTL8821CE package, in file rtl8821ce-dkms_5.5.2.1-0ubuntu3_all.deb :

It’s also at the pkgs.org site. Choose from Focal Fossa for Mint 20.

Download with Windows, use a USB drive to transfer it to your Mint system. Disable Secure Boot and Fast Boot in your BIOS. Then:

Open a Terminal window (Ctrl-Alt-T), and enter the following command.

sudo dpkg -i rtl8821ce-dkms_5.5.2.1-0ubuntu3_all.deb 

You can type just sudo dpkg -i rtl88 and tap the Tab key to have the Terminal complete the long filename for you.

The driver will automatically reinstall whenever your kernel is updated.

If your RTL8821CE package transfer is a success, edit your first post in this thread to add ‘[SOLVED]’ to the subject title.

Linux Mint 21 Vanessa, MATE 1.26.0, kernel 5.15.0*, Dell 2-in-1
AMD Ryzen 7 5825U / Barcelo iGPU — 14″ WUXGA Touchscreen
MediaTek MT7921 WiFi-6 BT-5.2; 32GB DDR4@3200MHz; XPG 2TB-NVMe

Re: how to install wifi drivers realtek RTL8821CE without ethernet

Post by a_ris_to_te_l » Wed Jun 29, 2022 9:37 am

This works, I am not the same guy but it worked for the new hp-15eq1060nia laptop, and may work for all hp laptos using the same chipset. Check the chipset of the laptop and then if it`s the same download the .deb file.

Thanks to the guy who submited this you speared me hours compiling and finding the soulution to the missing driver in the default kernel.

pbear Level 16
Posts: 6540 Joined: Wed Jun 21, 2017 12:25 pm Location: San Francisco

Re: how to install wifi drivers realtek RTL8821CE without ethernet

Post by pbear » Thu Jun 30, 2022 12:28 am

Источник

How to Install Realtek Wifi Drivers in Ubuntu 22.04 | Linux Mint 21/20

Linux Kernel keeps updating with new device drivers. But, there are still some devices lack out-of-box support. Thanks to the open-source community, there are always a group of people maintaining missing drivers.

How to Tell Which Wi-Fi Chipset you have?

Firstly, you may want to find out the device name of your wireless network card. In Ubuntu or Linux Mint, you may just search for and open “hardinfo” (aka, System Profiler and Benchmark) either from start menu or ‘Activities’ overview.

Install "hardinfo" via Ubuntu Software or Synaptic Package Manager if you don't have it.

When it opens, navigate to “Devices -> PCI Devices“. Then, find out the network controller information in the right. For USB Wi-Fi adapter, go find it under “Devices -> USB Devices“.

Читайте также:  Драйвер e1 532 wifi

For those familiar Linux command, use lspci command to find integrated network card or lsusb for USB adapter:

Install Realtek Wi-Fi Driver from PPA:

There’s a github repository that maintains RTL8822BE, RTL8822CE, RTL8821CE, RTL8723DE, RTL8723AU, RTL8723BU, RTL8188EU driver source codes. Advanced users may go to that page, grab the source and build by yourself.

To make life easier, the kablosuz-wireless PPA maintains the driver packages for:

  • rtl8723bu, rtl8822bu, rtl8188eu, rtl8188eus, rtl8188fu, rtl8188gu, rtl8192cu, rtl8192du, rtl8192ee, rtl8192eu, rtl8192fu, rtl8723au, rtl8723bu, rtl8723de, rtl8723ds, rtl8723du, rtl8812au, rtl88XXau, rtl8814au, rtl8821ce, rtl8821cu, rtl8822bu, rtl8822ce, rtl8852au, rtw88, and rtw89.

The guy also maintains another PPA with packages for:

  • r8101, r8125, RTL8152/RTL8153/RTL8156, r8168, rts5139, and rts5229 network drivers.

Step 1: Disable Secure Boot

The drivers are built in DKMS mode that will work (rebuild automatically) even after update to new Kernel series. If you have your system installed in UEFI mode, you have to disable secure boot first.

1. To verify if your system is installed in UEFI mode, open terminal (Ctrl+Alt+T) and run command:

[ -d /sys/firmware/efi ] && echo "EFI" || echo "BIOS"

2. To check the status of secure boot:

If secure boot is enabled, reboot into BIOS/UEFI settings and disable it!

Step 2: Add the Ubuntu PPA

First, open terminal by pressing Ctrl+Alt+T key combination on keyboard. When it opens, run the command below to add the PPA:

sudo add-apt-repository ppa:kelebek333/kablosuz

For r8101, r8125, RTL8152/RTL8153/RTL8156, r8168, rts5139, and rts5229 network drivers, add another PPA:

sudo add-apt-repository ppa:kelebek333/drivers

Step 3: Update the cache

Ubuntu 22.04 now automatically updates the cache while adding PPA. But, Linux Mint does not. So you have to manually run the command below to refresh cache:

Step 4: Select install driver package for your chipset

Open “Synaptic Package Manager“, navigate to “Origin” tab in the left. Finally click on “LP-PPA-kelebek333-drivers” or “LP-PPA-kelebek333-kablosuz” to list all the packages from that repository. Finally, right-click on desired driver package, mark for installation, and click Apply.

Install Synaptic Package Manager from Ubuntu Software if you don't have it.

Or, you can install the package via apt command (for example, install r8822bu driver):

sudo apt install r8822bu-dkms
Keep an eye on output info while installing the package. It tells where to install the Kernel modules.

Step 5: Load the driver (Kernel Module)

After installing the driver package, restart your computer. Then, you may find out the modules via:

ls /usr/lib/modules/$(uname -r)/updates/dkms
The command should outputs the previously installed Kernel modules in .ko files.

You can finally, load the driver ( 8723ds for example) via command:

Читайте также:  Подключить пс3 через вай фай

And, verify via lsmod command with ‘grep’ filter:

If you have loaded the correct network driver, Wi-Fi should work now!

How to Uninstall:

To unload the driver module, use modprobe command with -r flag. For example, unload ‘8723ds’ via command:

And, to remove the driver package, either use “Synaptic Package Manager” or run apt remove command:

sudo apt remove package_name

To remove the Ubuntu PPAs, use command:

sudo add-apt-repository --remove ppa:kelebek333/kablosuz
sudo add-apt-repository --remove ppa:kelebek333/drivers

Источник

Realtek WiFi Driver Linux Mint 21 Installation – Step-by-step

GNU/Linux Mint 21 Installing Realtek Wi-fi Driver Setup Guide

You are Welcome! The Tutorial shows you Step-by-Step How to Install Realtek Wireless Card Driver on Mint 21.x Vanessa/Vera/Victoria LTS GNU/Linux Desktop.

And this Realtek WiFi Driver Linux Mint 21 Setup cover most of the available Models.

Especially relevant, first you have to know your Realtek Adapter Chipset Id. And so the Guide include also instructions about How to Find it.

Finally, in case of Issue please be aware that not all the Linux Kernels are supported.

Realtek WiFi Driver Linux Mint 21 Installation – Step-by-step

1. Launching Terminal

2. Getting Wifi Card Info

Then to Find Wireless Adapter Info
For the PCI/PCIe internal Adapters simply run the Command:

The grep Command refine the result following the matching Keyword.
And in the Output you’ll easily See the Card’s Manufacturer and Model:

How to Find Wifi Card Model in GNU/Linux Systems - Terminal Output

3. Installing Realtek Wifi Driver

So Now I’m truly Happy if My Guide could Help you to Install Realtek WiFi Driver on Linux Mint!

Источник

Realtek WiFi Driver Linux Mint 20 Installation – Step-by-step

GNU/Linux Mint 20 Installing Realtek Wi-fi Driver Setup Guide

You are Welcome! The Tutorial shows you Step-by-Step How to Install Realtek Wireless Card Driver on Mint 20.x Ulyana/Ulyssa/Uma/Una LTS GNU/Linux Desktop.

And this Realtek WiFi Driver Linux Mint 20 Setup cover most of the available Models.

Especially relevant, first you have to know your Realtek Adapter Chipset Id. And so the Guide include also instructions about How to Find it.

Finally, in case of Issue please be aware that not all the Linux Kernels are supported.

How to Install Realtek WiFi Driver in Linux Mint 20 LTS - Featured

1. Launching Terminal

2. Getting Wifi Card Info

Then to Find Wireless Adapter Info
For the PCI/PCIe internal Adapters simply run the Command:

The grep Command refine the result following the matching Keyword.
And in the Output you’ll easily See the Card’s Manufacturer and Model:

How to Find Wifi Card Model in GNU/Linux Systems - Terminal Output

3. Installing Realtek Wifi Driver

So Now I’m truly Happy if My Guide could Help you to Install Realtek WiFi Driver on Linux Mint!

Источник

Оцените статью
Adblock
detector