i was using Realtek RTL8723BE/RTL8188EE 802.11b/g/n Wireless LAN Drivers when I was using windows but after centos installation, my wifi adapter is not showing please anyone help me with this?
Asked
Active
Viewed 208 times
1 Answers
0
- Download the driver from the Realtek website:
Extract the files from the .zip package
Install the necessary dependencies by running the following commands:
sudo yum install gcc sudo yum install make
- Change directory to the extracted driver directory
cd /path/to/extracted/driver
- Compile the driver by running the following command:
make all
- Install the driver by running the following command:
sudo make install
- Load the driver by running the following command:
sudo modprobe rtl8723be
- Reboot your system to have the driver take effect.

Spammer
- 1
- 1