[rytesh@rytvish ~]$ lspci | grep 723 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter [rytesh@rytvish ~]$ git clone -b extended --single-branch https://github.com/lwfinger/rtlwifi_new.git Cloning into 'rtlwifi_new'... remote: Enumerating objects: 35, done. remote: Counting objects: 100% (35/35), done. remote: Compressing objects: 100% (26/26), done. remote: Total 3535 (delta 15), reused 23 (delta 9), pack-reused 3500 Receiving objects: 100% (3535/3535), 11.69 MiB | 691.00 KiB/s, done. Resolving deltas: 100% (2835/2835), done. [rytesh@rytvish ~]$ cd rtlwifi_new/ [rytesh@rytvish rtlwifi_new]$ ls base.c core.h halmac pwrseqcmd.h rtl8192c rtl8723ae rtw_sta_info.h base.h debug.c Makefile rc.c rtl8192ce rtl8723be stats.c btcoexist debug.h pci.c rc.h rtl8192cu rtl8723com stats.h cam.c dkms.conf pci.h README.md rtl8192de rtl8723de tools cam.h efuse.c phydm regd.c rtl8192ee rtl8821ae usb.c compat.h efuse.h ps.c regd.h rtl8192ee_revised.tar.bz2 rtl8821CE_WiFi_linux_v5.2.5.1_24855.20171031_COEX20170310-1212.tar.gz usb.h core.c firmware ps.h rtl8188ee rtl8192se rtl8822be wifi.h [rytesh@rytvish rtlwifi_new]$ ls /var/lib/dkms/ dkms_dbversion [rytesh@rytvish rtlwifi_new]$ sudo dkms add ../rtlwifi_new [sudo] password for rytesh: Creating symlink /var/lib/dkms/rtlwifi-new/0.6/source -> /usr/src/rtlwifi-new-0.6 DKMS: add completed. [rytesh@rytvish rtlwifi_new]$ sudo dkms build rtlwifi-new/0.6 Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area...(bad exit status: 2) make -j4 KERNELRELEASE=5.2.21-1-MANJARO -C /usr/lib/modules/5.2.21-1-MANJARO/build M=/var/lib/dkms/rtlwifi-new/0.6/build............................. cleaning build area...(bad exit status: 2) Kernel cleanup unnecessary for this kernel. Skipping... DKMS: build completed. [rytesh@rytvish rtlwifi_new]$ sudo dkms install rtlwifi-new/0.6 rtl_pci.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl_usb.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtlwifi.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ btcoexist.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ halmac.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ phydm_mod.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8188ee.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8192c-common.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8192ce.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8192cu.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8192de.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8192ee.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8192se.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8723ae.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8723be.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8723de.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8723-common.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8821ae.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ rtl8822be.ko.xz: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/ depmod...... DKMS: install completed. [rytesh@rytvish rtlwifi_new]$ sudo modprobe -v rtl8723de ant_sel=2 insmod /lib/modules/5.2.21-1-MANJARO/kernel/net/wireless/cfg80211.ko.xz insmod /lib/modules/5.2.21-1-MANJARO/kernel/net/mac80211/mac80211.ko.xz insmod /lib/modules/5.2.21-1-MANJARO/updates/rtlwifi.ko.xz insmod /lib/modules/5.2.21-1-MANJARO/updates/rtl_pci.ko.xz insmod /lib/modules/5.2.21-1-MANJARO/updates/rtl8723-common.ko.xz insmod /lib/modules/5.2.21-1-MANJARO/updates/phydm_mod.ko.xz insmod /lib/modules/5.2.21-1-MANJARO/updates/btcoexist.ko.xz insmod /lib/modules/5.2.21-1-MANJARO/updates/rtl8723de.ko.xz ant_sel=2 [rytesh@rytvish rtlwifi_new]$ [rytesh@rytvish rtlwifi_new]$ [rytesh@rytvish rtlwifi_new]$ ls -al /lib/firmware/rtl_bt/rtl8723d_fw.bin -rw-r--r-- 1 root root 52080 Oct 1 17:21 /lib/firmware/rtl_bt/rtl8723d_fw.bin [rytesh@rytvish rtlwifi_new]$ ls -al /lib/firmware/rtl_bt/rtl8723d_config.bin -rw-r--r-- 1 root root 10 Oct 1 17:21 /lib/firmware/rtl_bt/rtl8723d_config.bin [rytesh@rytvish rtlwifi_new]$ ls -al /lib/firmware/rtlwifi/rtl8723defw.bin -rw-r--r-- 1 root root 27726 Oct 1 17:21 /lib/firmware/rtlwifi/rtl8723defw.bin [rytesh@rytvish rtlwifi_new]$ [rytesh@rytvish rtlwifi_new]$ [rytesh@rytvish rtlwifi_new]$ lsmod | grep 8723 rtl8723de 110592 0 btcoexist 479232 1 rtl8723de phydm_mod 917504 1 rtl8723de rtl8723_common 28672 1 rtl8723de rtl_pci 36864 1 rtl8723de rtlwifi 180224 5 rtl_pci,rtl8723de,btcoexist,phydm_mod,rtl8723_common [rytesh@rytvish rtlwifi_new]$ [rytesh@rytvish rtlwifi_new]$reboot [rytvish ~]# [rytvish ~]# [rytvish ~]# [rytvish ~]# dmesg | grep -i blue [ 6.508114] Bluetooth: Core ver 2.22 [ 6.508135] Bluetooth: HCI device and connection manager initialized [ 6.508139] Bluetooth: HCI socket layer initialized [ 6.508141] Bluetooth: L2CAP socket layer initialized [ 6.508145] Bluetooth: SCO socket layer initialized [ 8.597737] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 8.597740] Bluetooth: BNEP filters: protocol multicast [ 8.597746] Bluetooth: BNEP socket layer initialized [ 8.755797] Bluetooth: hci0: command 0x1001 tx timeout [ 16.862766] Bluetooth: hci0: RTL: HCI_OP_READ_LOCAL_VERSION failed (-110) [rytvish ~]# uname -a Linux rytvish 5.2.21-1-MANJARO #1 SMP PREEMPT Sat Oct 12 11:09:56 UTC 2019 x86_64 GNU/Linux [rytvish ~]# lsmod | grep 8723d rtl8723de 110592 0 btcoexist 479232 1 rtl8723de phydm_mod 917504 1 rtl8723de rtl8723_common 28672 1 rtl8723de rtl_pci 36864 1 rtl8723de rtlwifi 180224 5 rtl_pci,rtl8723de,btcoexist,phydm_mod,rtl8723_common [rytvish ~]# rfkill ID TYPE DEVICE SOFT HARD 0 bluetooth hci0 unblocked unblocked 1 wlan phy0 unblocked unblocked [rytvish ~]# [rytvish ~]# dmesg | grep Blue [ 5.099535] Bluetooth: Core ver 2.22 [ 5.099556] Bluetooth: HCI device and connection manager initialized [ 5.099561] Bluetooth: HCI socket layer initialized [ 5.099563] Bluetooth: L2CAP socket layer initialized [ 5.099567] Bluetooth: SCO socket layer initialized [ 6.075085] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 6.075088] Bluetooth: BNEP filters: protocol multicast [ 6.075092] Bluetooth: BNEP socket layer initialized [ 7.475804] Bluetooth: hci0: command 0x1001 tx timeout [ 15.582456] Bluetooth: hci0: RTL: HCI_OP_READ_LOCAL_VERSION failed (-110) [rytvish ~]# [rytvish ~]# uname -a Linux rytvish 5.2.21-1-MANJARO #1 SMP PREEMPT Sat Oct 12 11:09:56 UTC 2019 x86_64 GNU/Linux [rytvish ~]# [rytvish ~]# cat /etc/lsb-release DISTRIB_ID=ManjaroLinux DISTRIB_RELEASE=18.1.1 DISTRIB_CODENAME=Juhraya DISTRIB_DESCRIPTION="Manjaro Linux" [rytvish ~]#