No wireless on Realtek wireless card

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
PyroGamer666

No wireless on Realtek wireless card

Post by PyroGamer666 »

My new laptop(HP 15-bs013dx) has had no issues with linux mint, other than wi-fi not working. I am convinced that a need to install drivers somewhere, but I'm not sure where I would get them. Below are some relevant terminal logs.

Code: Select all

user@user ~/rtlwifi_new $ lspci
00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 02)
00:08.0 System peripheral: Intel Corporation Sky Lake Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device 9d4e (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
[b]01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723[/b
]

Code: Select all

user@user ~/rtlwifi_new $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 04f3:250e Elan Microelectronics Corp. 
[b]Bus 001 Device 003: ID 0bda:58ed Realtek Semiconductor Corp. 
Bus 001 Device 002: ID 0bda:b009 Realtek Semiconductor Corp. 
[/b]Bus 001 Device 005: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: No wireless on Realtek wireless card

Post by JeremyB »

See https://github.com/jeremyb31/rtl8723de
The instructions depend on what your kernel version is
User avatar
AZgl1800
Level 20
Level 20
Posts: 11173
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

Re: No wireless on Realtek wireless card

Post by AZgl1800 »

that is the same WiFi card I have, Realtek RTL8111/8168/8411

So, I think that the install method I used will help you out, "Hopefully".

How to install Mediatek MT7630E wireless LAN driver in Linux Mint/Ubuntu
https://community.linuxmint.com/tutorial/view/1796


Mediatek launched a working driver for their wireless device MT7630E for Linux Mint/Ubuntu which was officially supported only for kernel 3.13 and 3.14.
Download:

Download the driver from here
https://github.com/neurobin/MT7630E/archive/release.zip


Install:

Now follow the instructions below:

1. extract the archive in your Downloads directory (or any other directory).
this is a zip file https://github.com/neurobin/MT7630E/archive/release.zip

2. In terminal run: YOU MUST BE INSIDE THE FOLDER NAMED => MT7630E-release

What I do is open that folder with Nemo and then RightClick "Open in Terminal"

cd ~/Downloads/MT7630E-release (change the path if you extracted in another folder)

3. now run these commands one by one:

sudo chmod +x install


sudo ./install

It will prompt for your password. Put your password and wait to finish the installaion.

After installation has been completed the wifi will appear in the network manager and bluetooth will be available for use. The driver will load at startup automatically, so you don't need to load the driver every time you reboot.




This has worked every time for me, IF, I remember to make sure that Terminal is inside the folder called MT7630E-release

do l in Terminal to verify that you see a file named 'install'


Image
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
Locked

Return to “Networking”