Guest User

Untitled

a guest
Oct 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 KB | None | 0 0
  1. [rytesh@rytvish ~]$ lspci | grep 723
  2. 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter
  3. [rytesh@rytvish ~]$ git clone -b extended --single-branch https://github.com/lwfinger/rtlwifi_new.git
  4. Cloning into 'rtlwifi_new'...
  5. remote: Enumerating objects: 35, done.
  6. remote: Counting objects: 100% (35/35), done.
  7. remote: Compressing objects: 100% (26/26), done.
  8. remote: Total 3535 (delta 15), reused 23 (delta 9), pack-reused 3500
  9. Receiving objects: 100% (3535/3535), 11.69 MiB | 691.00 KiB/s, done.
  10. Resolving deltas: 100% (2835/2835), done.
  11. [rytesh@rytvish ~]$ cd rtlwifi_new/
  12. [rytesh@rytvish rtlwifi_new]$ ls
  13. base.c core.h halmac pwrseqcmd.h rtl8192c rtl8723ae rtw_sta_info.h
  14. base.h debug.c Makefile rc.c rtl8192ce rtl8723be stats.c
  15. btcoexist debug.h pci.c rc.h rtl8192cu rtl8723com stats.h
  16. cam.c dkms.conf pci.h README.md rtl8192de rtl8723de tools
  17. cam.h efuse.c phydm regd.c rtl8192ee rtl8821ae usb.c
  18. 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
  19. core.c firmware ps.h rtl8188ee rtl8192se rtl8822be wifi.h
  20. [rytesh@rytvish rtlwifi_new]$ ls /var/lib/dkms/
  21. dkms_dbversion
  22. [rytesh@rytvish rtlwifi_new]$ sudo dkms add ../rtlwifi_new
  23. [sudo] password for rytesh:
  24.  
  25. Creating symlink /var/lib/dkms/rtlwifi-new/0.6/source ->
  26. /usr/src/rtlwifi-new-0.6
  27.  
  28. DKMS: add completed.
  29. [rytesh@rytvish rtlwifi_new]$ sudo dkms build rtlwifi-new/0.6
  30.  
  31. Kernel preparation unnecessary for this kernel. Skipping...
  32.  
  33. Building module:
  34. cleaning build area...(bad exit status: 2)
  35. 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.............................
  36. cleaning build area...(bad exit status: 2)
  37. Kernel cleanup unnecessary for this kernel. Skipping...
  38.  
  39. DKMS: build completed.
  40. [rytesh@rytvish rtlwifi_new]$ sudo dkms install rtlwifi-new/0.6
  41.  
  42. rtl_pci.ko.xz:
  43. Running module version sanity check.
  44. - Original module
  45. - No original module exists within this kernel
  46. - Installation
  47. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  48.  
  49. rtl_usb.ko.xz:
  50. Running module version sanity check.
  51. - Original module
  52. - No original module exists within this kernel
  53. - Installation
  54. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  55.  
  56. rtlwifi.ko.xz:
  57. Running module version sanity check.
  58. - Original module
  59. - No original module exists within this kernel
  60. - Installation
  61. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  62.  
  63. btcoexist.ko.xz:
  64. Running module version sanity check.
  65. - Original module
  66. - No original module exists within this kernel
  67. - Installation
  68. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  69.  
  70. halmac.ko.xz:
  71. Running module version sanity check.
  72. - Original module
  73. - No original module exists within this kernel
  74. - Installation
  75. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  76.  
  77. phydm_mod.ko.xz:
  78. Running module version sanity check.
  79. - Original module
  80. - No original module exists within this kernel
  81. - Installation
  82. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  83.  
  84. rtl8188ee.ko.xz:
  85. Running module version sanity check.
  86. - Original module
  87. - No original module exists within this kernel
  88. - Installation
  89. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  90.  
  91. rtl8192c-common.ko.xz:
  92. Running module version sanity check.
  93. - Original module
  94. - No original module exists within this kernel
  95. - Installation
  96. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  97.  
  98. rtl8192ce.ko.xz:
  99. Running module version sanity check.
  100. - Original module
  101. - No original module exists within this kernel
  102. - Installation
  103. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  104.  
  105. rtl8192cu.ko.xz:
  106. Running module version sanity check.
  107. - Original module
  108. - No original module exists within this kernel
  109. - Installation
  110. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  111.  
  112. rtl8192de.ko.xz:
  113. Running module version sanity check.
  114. - Original module
  115. - No original module exists within this kernel
  116. - Installation
  117. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  118.  
  119. rtl8192ee.ko.xz:
  120. Running module version sanity check.
  121. - Original module
  122. - No original module exists within this kernel
  123. - Installation
  124. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  125.  
  126. rtl8192se.ko.xz:
  127. Running module version sanity check.
  128. - Original module
  129. - No original module exists within this kernel
  130. - Installation
  131. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  132.  
  133. rtl8723ae.ko.xz:
  134. Running module version sanity check.
  135. - Original module
  136. - No original module exists within this kernel
  137. - Installation
  138. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  139.  
  140. rtl8723be.ko.xz:
  141. Running module version sanity check.
  142. - Original module
  143. - No original module exists within this kernel
  144. - Installation
  145. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  146.  
  147. rtl8723de.ko.xz:
  148. Running module version sanity check.
  149. - Original module
  150. - No original module exists within this kernel
  151. - Installation
  152. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  153.  
  154. rtl8723-common.ko.xz:
  155. Running module version sanity check.
  156. - Original module
  157. - No original module exists within this kernel
  158. - Installation
  159. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  160.  
  161. rtl8821ae.ko.xz:
  162. Running module version sanity check.
  163. - Original module
  164. - No original module exists within this kernel
  165. - Installation
  166. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  167.  
  168. rtl8822be.ko.xz:
  169. Running module version sanity check.
  170. - Original module
  171. - No original module exists within this kernel
  172. - Installation
  173. - Installing to /usr/lib/modules/5.2.21-1-MANJARO/updates/
  174.  
  175. depmod......
  176.  
  177. DKMS: install completed.
  178. [rytesh@rytvish rtlwifi_new]$ sudo modprobe -v rtl8723de ant_sel=2
  179. insmod /lib/modules/5.2.21-1-MANJARO/kernel/net/wireless/cfg80211.ko.xz
  180. insmod /lib/modules/5.2.21-1-MANJARO/kernel/net/mac80211/mac80211.ko.xz
  181. insmod /lib/modules/5.2.21-1-MANJARO/updates/rtlwifi.ko.xz
  182. insmod /lib/modules/5.2.21-1-MANJARO/updates/rtl_pci.ko.xz
  183. insmod /lib/modules/5.2.21-1-MANJARO/updates/rtl8723-common.ko.xz
  184. insmod /lib/modules/5.2.21-1-MANJARO/updates/phydm_mod.ko.xz
  185. insmod /lib/modules/5.2.21-1-MANJARO/updates/btcoexist.ko.xz
  186. insmod /lib/modules/5.2.21-1-MANJARO/updates/rtl8723de.ko.xz ant_sel=2
  187. [rytesh@rytvish rtlwifi_new]$
  188. [rytesh@rytvish rtlwifi_new]$
  189. [rytesh@rytvish rtlwifi_new]$ ls -al /lib/firmware/rtl_bt/rtl8723d_fw.bin
  190. -rw-r--r-- 1 root root 52080 Oct 1 17:21 /lib/firmware/rtl_bt/rtl8723d_fw.bin
  191. [rytesh@rytvish rtlwifi_new]$ ls -al /lib/firmware/rtl_bt/rtl8723d_config.bin
  192. -rw-r--r-- 1 root root 10 Oct 1 17:21 /lib/firmware/rtl_bt/rtl8723d_config.bin
  193. [rytesh@rytvish rtlwifi_new]$ ls -al /lib/firmware/rtlwifi/rtl8723defw.bin
  194. -rw-r--r-- 1 root root 27726 Oct 1 17:21 /lib/firmware/rtlwifi/rtl8723defw.bin
  195. [rytesh@rytvish rtlwifi_new]$
  196. [rytesh@rytvish rtlwifi_new]$
  197. [rytesh@rytvish rtlwifi_new]$ lsmod | grep 8723
  198. rtl8723de 110592 0
  199. btcoexist 479232 1 rtl8723de
  200. phydm_mod 917504 1 rtl8723de
  201. rtl8723_common 28672 1 rtl8723de
  202. rtl_pci 36864 1 rtl8723de
  203. rtlwifi 180224 5 rtl_pci,rtl8723de,btcoexist,phydm_mod,rtl8723_common
  204. [rytesh@rytvish rtlwifi_new]$
  205. [rytesh@rytvish rtlwifi_new]$reboot
  206. [rytvish ~]#
  207. [rytvish ~]#
  208. [rytvish ~]#
  209. [rytvish ~]# dmesg | grep -i blue
  210. [ 6.508114] Bluetooth: Core ver 2.22
  211. [ 6.508135] Bluetooth: HCI device and connection manager initialized
  212. [ 6.508139] Bluetooth: HCI socket layer initialized
  213. [ 6.508141] Bluetooth: L2CAP socket layer initialized
  214. [ 6.508145] Bluetooth: SCO socket layer initialized
  215. [ 8.597737] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  216. [ 8.597740] Bluetooth: BNEP filters: protocol multicast
  217. [ 8.597746] Bluetooth: BNEP socket layer initialized
  218. [ 8.755797] Bluetooth: hci0: command 0x1001 tx timeout
  219. [ 16.862766] Bluetooth: hci0: RTL: HCI_OP_READ_LOCAL_VERSION failed (-110)
  220. [rytvish ~]# uname -a
  221. Linux rytvish 5.2.21-1-MANJARO #1 SMP PREEMPT Sat Oct 12 11:09:56 UTC 2019 x86_64 GNU/Linux
  222. [rytvish ~]# lsmod | grep 8723d
  223. rtl8723de 110592 0
  224. btcoexist 479232 1 rtl8723de
  225. phydm_mod 917504 1 rtl8723de
  226. rtl8723_common 28672 1 rtl8723de
  227. rtl_pci 36864 1 rtl8723de
  228. rtlwifi 180224 5 rtl_pci,rtl8723de,btcoexist,phydm_mod,rtl8723_common
  229. [rytvish ~]# rfkill
  230. ID TYPE DEVICE SOFT HARD
  231. 0 bluetooth hci0 unblocked unblocked
  232. 1 wlan phy0 unblocked unblocked
  233. [rytvish ~]#
  234. [rytvish ~]# dmesg | grep Blue
  235. [ 5.099535] Bluetooth: Core ver 2.22
  236. [ 5.099556] Bluetooth: HCI device and connection manager initialized
  237. [ 5.099561] Bluetooth: HCI socket layer initialized
  238. [ 5.099563] Bluetooth: L2CAP socket layer initialized
  239. [ 5.099567] Bluetooth: SCO socket layer initialized
  240. [ 6.075085] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  241. [ 6.075088] Bluetooth: BNEP filters: protocol multicast
  242. [ 6.075092] Bluetooth: BNEP socket layer initialized
  243. [ 7.475804] Bluetooth: hci0: command 0x1001 tx timeout
  244. [ 15.582456] Bluetooth: hci0: RTL: HCI_OP_READ_LOCAL_VERSION failed (-110)
  245. [rytvish ~]#
  246. [rytvish ~]# uname -a
  247. Linux rytvish 5.2.21-1-MANJARO #1 SMP PREEMPT Sat Oct 12 11:09:56 UTC 2019 x86_64 GNU/Linux
  248. [rytvish ~]#
  249. [rytvish ~]# cat /etc/lsb-release
  250. DISTRIB_ID=ManjaroLinux
  251. DISTRIB_RELEASE=18.1.1
  252. DISTRIB_CODENAME=Juhraya
  253. DISTRIB_DESCRIPTION="Manjaro Linux"
  254. [rytvish ~]#
Add Comment
Please, Sign In to add comment