Page 1 of 1

problems with wifi connection <SOLVED>

Posted: Sun Nov 10, 2019 12:31 pm
by javiercamano90
Good day,

Recently i've installed Linux Mint 19.2 Distro "Tina" and I've experimented big troubles trying to solve the wifi connection, here is the details of the system:

Laptop: HP Pavilion-15-cc5xx
Kernel: 5.0.0-32-generic x86_64
bits: 64
Device-1: Realtek vendor: Hewlett-Packard driver: N/A port: 4000
bus ID: 02:00.0
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: Hewlett-Packard driver: N/A port: 3000 bus ID: 03:00.0
IF-ID-1: enp0s20f0u1u3 state: unknown speed: N/A duplex: N/A mac: <filter>

Please help

Re: problems with wifi connection

Posted: Sun Nov 10, 2019 12:49 pm
by JeremyB
Post results for

Code: Select all

lspci -nnk | grep -iA3 net; rfkill list

Re: problems with wifi connection

Posted: Mon Nov 11, 2019 8:47 am
by javiercamano90
Hi Jeremy,

Thanks for helping me, i put this script in the terminal and i get this:

02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]
Subsystem: Hewlett-Packard Company Device [103c:8319]
Kernel modules: rtl8723de
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Hewlett-Packard Company RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [103c:8368]
Kernel modules: r8168
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

Best Regards

Javier

Re: problems with wifi connection

Posted: Mon Nov 11, 2019 10:50 am
by kelebek333
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]
You can try to install rtlwifi-new-extended-dkms package with following commands. Restart your PC after installation and you must disable secureboot from BIOS/EFI settings.

Code: Select all

sudo add-apt-repository ppa:kelebek333/kablosuz
sudo apt-get update
sudo apt install rtlwifi-new-extended-dkms
Tihs package contains anten selection and power management configuration file for rtl8723de driver. This helps for solving signal and connection issues.

Re: problems with wifi connection

Posted: Mon Nov 11, 2019 6:20 pm
by javiercamano90
Hi Kelebek333,

Thanks for your help, i try the code disabling the secure boot from the BIOS, the package was installed correctly but the wifi signal is still not working, is there any other solution for this kind of issue?

Best regards

Javier

Re: problems with wifi connection

Posted: Mon Nov 11, 2019 6:56 pm
by kelebek333
Could you post outputs of following commands?

Code: Select all

dkms status
modinfo rtl8723de
iwconfig
inxi -SMNxxz
In addition, could you run the following commands by order? In this case, how is the signal strength?

Code: Select all

sudo rmmod rtl8723de
sudo modprobe rtl8723de ant_sel=1

Re: problems with wifi connection

Posted: Mon Nov 11, 2019 7:17 pm
by javiercamano90
Hi Kelebek333,

I've put the commands in the terminal and i get this:

- output from dkms status:

nvidia, 430.50, 4.15.0-66-generic, x86_64: installed
nvidia, 430.50, 5.0.0-31-generic, x86_64: installed
nvidia, 430.50, 5.0.0-32-generic, x86_64: installed
r8168, 8.047.02, 4.15.0-66-generic, x86_64: installed
r8168, 8.047.02, 5.0.0-31-generic, x86_64: installed
r8168, 8.047.02, 5.0.0-32-generic, x86_64: installed
rtlwifi-new, 0.6: added
rtlwifi-new-extended, 0.6.1.7~bionic, 5.0.0-32-generic, amd64: installed (original_module exists) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!)
virtualbox, 5.2.32, 4.15.0-66-generic, x86_64: installed
virtualbox, 5.2.32, 5.0.0-31-generic, x86_64: installed (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!)
virtualbox, 5.2.32, 5.0.0-32-generic, x86_64: installed

-output from modinfo rtl8723de:

filename: /lib/modules/5.0.0-32-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723de/rtl8723de.ko
firmware: rtlwifi/rtl8723defw.bin
description: Realtek 8723DE 802.11n PCI wireless
license: GPL
author: Realtek WlanFAE <wlanfae@realtek.com>
author: PageHe <page_he@realsil.com.cn>
srcversion: 225860B994CF8C6352A5C7A
alias: pci:v000010ECd0000D723sv*sd*bc*sc*i*
depends: rtlwifi,rtl_pci,btcoexist,rtl8723-common,phydm_mod
retpoline: Y
name: rtl8723de
vermagic: 5.0.0-31-generic SMP mod_unload
parm: dma64:bool
parm: swenc:Set to 1 for software crypto (default 0)
(bool)
parm: ips:Set to 0 to not use link power save (default 1)
(bool)
parm: swlps:Set to 1 to use SW control power save (default 0)
(bool)
parm: fwlps:Set to 1 to use FW control power save (default 1)
(bool)
parm: msi:Set to 1 to use MSI interrupts mode (default 1)
(bool)
parm: aspm:Set to 1 to enable ASPM (default 0)
(int)
parm: debug_level:Set debug level (0-5) (default 0) (int)
parm: debug_mask:Set debug mask (default 0) (ullong)
parm: disable_watchdog:Set to 1 to disable the watchdog (default 0)
(bool)
parm: int_clear:Set to 0 to disable interrupt clear before set (default 0)
(bool)
parm: ant_sel:Set to 1 or 2 to force antenna number (default 0)
(int)

-output from iwconfig:

lo no wireless extensions.

eno1 no wireless extensions.

enp0s20f0u1u1 no wireless extensions.

- output from inxi -SMNxxz:

System:
Host: javier-HP-Pavilion-Laptop-15-cc5xx Kernel: 5.0.0-32-generic x86_64
bits: 64 compiler: gcc v: 7.4.0 Desktop: Cinnamon 4.2.4 wm: muffin
dm: LightDM Distro: Linux Mint 19.2 Tina base: Ubuntu 18.04 bionic
Machine:
Type: Laptop System: HP product: HP Pavilion Laptop 15-cc5xx
v: Type1ProductConfigId serial: <filter> Chassis: type: 10
serial: <filter>
Mobo: HP model: 8368 v: 46.23 serial: <filter> UEFI: Insyde v: F.13
date: 11/03/2017
Network:
Device-1: Realtek vendor: Hewlett-Packard driver: N/A port: 4000
bus ID: 02:00.0 chip ID: 10ec:d723
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: Hewlett-Packard driver: r8168 v: 8.047.02-NAPI port: 3000
bus ID: 03:00.0 chip ID: 10ec:8168

-output from sudo rmmod rtl8723de:
rmmod: ERROR: Module rtl8723de is not currently loaded

-output from sudo modprobe rtl8723de ant_sel=1:

modprobe: ERROR: could not insert 'rtl8723de': Exec format error

Thank you again for you help

Best Regards

Javier

Re: problems with wifi connection

Posted: Mon Nov 11, 2019 7:51 pm
by kelebek333
run following command by order and then restart your PC.

Code: Select all

sudo apt purge rtlwifi-new-extended-dkms
sudo dkms remove rtlwifi-new/0.6 --all
sudo apt install --reinstall rtlwifi-new-extended-dkms

Re: problems with wifi connection

Posted: Mon Nov 11, 2019 8:11 pm
by JeremyB
I wonder why the exec format error occurred as I haven't seen it before with this module, it is obviously caused by the vermagic kernel version and the kernel version listed in the filename not being the same

Re: problems with wifi connection

Posted: Tue Nov 12, 2019 9:57 am
by javiercamano90
Hello,

Thanks again for your help, unfortunately the wifi signal it's not working, i 've put the new commands in the terminal and i get this:

1.- output from dkms status: nvidia, 430.50, 4.15.0-66-generic, x86_64: installed
nvidia, 430.50, 5.0.0-31-generic, x86_64: installed
nvidia, 430.50, 5.0.0-32-generic, x86_64: installed
r8168, 8.047.02, 4.15.0-66-generic, x86_64: installed
r8168, 8.047.02, 5.0.0-31-generic, x86_64: installed
r8168, 8.047.02, 5.0.0-32-generic, x86_64: installed
rtlwifi-new-extended, 0.6.1.7~bionic, 5.0.0-32-generic, amd64: installed (original_module exists) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!)
virtualbox, 5.2.32, 4.15.0-66-generic, x86_64: installed
virtualbox, 5.2.32, 5.0.0-31-generic, x86_64: installed (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!)
virtualbox, 5.2.32, 5.0.0-32-generic, x86_64: installed

2.- output from modinfo rtl8723de:

filename: /lib/modules/5.0.0-32-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723de/rtl8723de.ko
firmware: rtlwifi/rtl8723defw.bin
description: Realtek 8723DE 802.11n PCI wireless
license: GPL
author: Realtek WlanFAE <wlanfae@realtek.com>
author: PageHe <page_he@realsil.com.cn>
srcversion: 225860B994CF8C6352A5C7A
alias: pci:v000010ECd0000D723sv*sd*bc*sc*i*
depends: rtlwifi,rtl_pci,btcoexist,rtl8723-common,phydm_mod
retpoline: Y
name: rtl8723de
vermagic: 5.0.0-31-generic SMP mod_unload
parm: dma64:bool
parm: swenc:Set to 1 for software crypto (default 0)
(bool)
parm: ips:Set to 0 to not use link power save (default 1)
(bool)
parm: swlps:Set to 1 to use SW control power save (default 0)
(bool)
parm: fwlps:Set to 1 to use FW control power save (default 1)
(bool)
parm: msi:Set to 1 to use MSI interrupts mode (default 1)
(bool)
parm: aspm:Set to 1 to enable ASPM (default 0)
(int)
parm: debug_level:Set debug level (0-5) (default 0) (int)
parm: debug_mask:Set debug mask (default 0) (ullong)
parm: disable_watchdog:Set to 1 to disable the watchdog (default 0)
(bool)
parm: int_clear:Set to 0 to disable interrupt clear before set (default 0)
(bool)
parm: ant_sel:Set to 1 or 2 to force antenna number (default 0)
(int)

3.- output from iwconfig:
lo no wireless extensions.

enp0s20f0u1u1 no wireless extensions.

eno1 no wireless extensions.

4.- output from inxi -SMNxxz:

System:
Host: javier-HP-Pavilion-Laptop-15-cc5xx Kernel: 5.0.0-32-generic x86_64
bits: 64 compiler: gcc v: 7.4.0 Desktop: Cinnamon 4.2.4 wm: muffin
dm: LightDM Distro: Linux Mint 19.2 Tina base: Ubuntu 18.04 bionic
Machine:
Type: Laptop System: HP product: HP Pavilion Laptop 15-cc5xx
v: Type1ProductConfigId serial: <filter> Chassis: type: 10
serial: <filter>
Mobo: HP model: 8368 v: 46.23 serial: <filter> UEFI: Insyde v: F.13
date: 11/03/2017
Network:
Device-1: Realtek vendor: Hewlett-Packard driver: N/A port: 4000
bus ID: 02:00.0 chip ID: 10ec:d723
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: Hewlett-Packard driver: r8168 v: 8.047.02-NAPI port: 3000
bus ID: 03:00.0 chip ID: 10ec:8168

5.- output from sudo rmmod rtl8723de:
rmmod: ERROR: Module rtl8723de is not currently loaded

6.- output from sudo modprobe rtl8723de ant_sel=1:
modprobe: ERROR: could not insert 'rtl8723de': Exec format error

Do you have any ideas to solve this issue?

best regards

Javier

Re: problems with wifi connection

Posted: Tue Nov 12, 2019 10:28 am
by kelebek333
filename: /lib/modules/5.0.0-32-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723de/rtl8723de.ko
This path does not belong to the driver installed with the package. Because the driver installed with the package is added to the /updates directory.

I think, You have previously installed rtl8723de driver manually (with make; make install commands). First of all, this driver needs to be removed from the system. You can do this by running the following command from within the directory you are compiling.

Code: Select all

sudo make uninstall
Or as an easy way, you can try to delete rtl8723de driver with the following command.

Code: Select all

sudo rm -f /lib/modules/5.0.0-32-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723de/rtl8723de.ko
After this, you can try to reinstall rtlwifi-new-extended-dkms package with following command.

Code: Select all

sudo apt install --reinstall rtlwifi-new-extended-dkms
After reboot your PC.

Re: problems with wifi connection

Posted: Tue Nov 12, 2019 12:28 pm
by javiercamano90
Hi Kelebek333,

I've put the codes in the terminal but still doesn't work, when i install the rtlwifi-new-extended-dkms the terminal gave me this:

- output from sudo apt install --reinstall rtlwifi-new-extended-dkms (after delete rtl8723de driver):
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Los paquetes indicados a continuación se instalaron de forma automática y ya no son necesarios.
gir1.2-rsvg-2.0 libboost-python1.65.1 libboost-signals1.65.1
libcairo-script-interpreter2 libcairo2-dev libcoin80v5 libdjvulibre-dev
libfontconfig1-dev libgdk-pixbuf2.0-dev libgsoap-2.8.60 libilmbase-dev
liblqr-1-0-dev libmagick++-6-headers libmagick++-6.q16-dev
libmagickcore-6-arch-config libmagickcore-6-headers libmagickcore-6.q16-dev
libmagickwand-6-headers libmagickwand-6.q16-dev liboce-foundation11
liboce-modeling11 liboce-ocaf-lite11 liboce-ocaf11 liboce-visualization11
libopenexr-dev libphonon4 libpixman-1-dev libpyside1.2 libqt4-dbus
libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-opengl
libqt4-script libqt4-scripttools libqt4-sql libqt4-svg libqt4-test
libqt4-xml libqt4-xmlpatterns libqtassistantclient4 libqtdbus4 libqtgui4
libqtwebkit4 librsvg2-dev libshiboken1.2v5 libsoqt4-20 libvncserver1
libxcb-render0-dev libxcb-shm0-dev libxrender-dev libxt-dev
linux-headers-4.15.0-64 linux-headers-4.15.0-64-generic
linux-headers-4.15.0-65 linux-headers-4.15.0-65-generic
linux-image-4.15.0-64-generic linux-image-4.15.0-65-generic
linux-modules-4.15.0-64-generic linux-modules-4.15.0-65-generic
linux-modules-extra-4.15.0-64-generic linux-modules-extra-4.15.0-65-generic
phonon phonon-backend-gstreamer phonon-backend-gstreamer-common pyside-tools
python-backports.functools-lru-cache python-collada python-cycler
python-matplotlib python-ply python-pyside python-pyside.phonon
python-pyside.qtcore python-pyside.qtdeclarative python-pyside.qtgui
python-pyside.qthelp python-pyside.qtnetwork python-pyside.qtopengl
python-pyside.qtscript python-pyside.qtsql python-pyside.qtsvg
python-pyside.qttest python-pyside.qtuitools python-pyside.qtwebkit
python-pyside.qtxml python-qt4 python-qt4-gl python-subprocess32 python-tz
qdbus qtchooser
Utilice «sudo apt autoremove» para eliminarlos.
0 actualizados, 0 nuevos se instalarán, 1 reinstalados, 0 para eliminar y 1 no actualizados.
Se necesita descargar 6.621 kB de archivos.
Se utilizarán 0 B de espacio de disco adicional después de esta operación.
Des:1 http://ppa.launchpad.net/kelebek333/kablosuz/ubuntu bionic/main amd64 rtlwifi-new-extended-dkms all 0.6.1.7~bionic [6.621 kB]
Descargados 6.621 kB en 4s (1.736 kB/s)
(Leyendo la base de datos ... 707593 ficheros o directorios instalados actualmente.)
Preparando para desempaquetar .../rtlwifi-new-extended-dkms_0.6.1.7~bionic_all.deb ...

-------- Uninstall Beginning --------
Module: rtlwifi-new-extended
Version: 0.6.1.7~bionic
Kernel: 5.0.0-32-generic (amd64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

rtl_pci.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/updates/
- Original module
- Archived original module found in the DKMS tree
- Moving it to: /lib/modules/5.0.0-32-generic/updates/

rtl_usb.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


rtlwifi.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/updates/
- Original module
- Archived original module found in the DKMS tree
- Moving it to: /lib/modules/5.0.0-32-generic/updates/

btcoexist.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


halmac.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


phydm_mod.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


rtl8188ee.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


rtl8192c-common.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


rtl8192ce.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


rtl8192cu.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


rtl8192de.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/updates/
- Original module
- Archived original module found in the DKMS tree
- Moving it to: /lib/modules/5.0.0-32-generic/updates/

rtl8192ee.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


rtl8192se.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


rtl8723ae.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


rtl8723be.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


rtl8723de.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


rtl8723-common.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.


rtl8821ae.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/updates/
- Original module
- Archived original module found in the DKMS tree
- Moving it to: /lib/modules/5.0.0-32-generic/updates/

rtl8822be.ko:
- Uninstallation
- Deleting from: /lib/modules/5.0.0-32-generic/
rmdir: fallo al borrar '': No existe el archivo o el directorio
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.

depmod........

Backing up initrd.img-5.0.0-32-generic to /boot/initrd.img-5.0.0-32-generic.old-dkms
Making new initrd.img-5.0.0-32-generic
(If next boot fails, revert to initrd.img-5.0.0-32-generic.old-dkms image)
update-initramfs............

Removing original_module from DKMS tree for kernel 5.0.0-32-generic (amd64)

DKMS: uninstall completed.

------------------------------
Deleting module version: 0.6.1.7~bionic
completely from the DKMS tree.
------------------------------
Done.
removed rtlwifi-new.conf configuration file from /etc/modprobe.d/
rtl8822be firmware file removed
Desempaquetando rtlwifi-new-extended-dkms (0.6.1.7~bionic) sobre (0.6.1.7~bionic) ...
Configurando rtlwifi-new-extended-dkms (0.6.1.7~bionic) ...
Loading new rtlwifi-new-extended-0.6.1.7~bionic DKMS files...
Building for 5.0.0-32-generic
Building for architecture amd64
Building initial module for 5.0.0-32-generic
Secure Boot not enabled on this system.
Done.

rtl_pci:
Running module version sanity check.
- Original module
- Found /lib/modules/5.0.0-32-generic/updates/rtl_pci.ko
- Storing in /var/lib/dkms/rtlwifi-new-extended/original_module/5.0.0-32-generic/amd64/
- Archiving for uninstallation purposes
- Installation
- Installing to /lib/modules/5.0.0-32-generic/updates/

rtl_usb.ko:
Running module version sanity check.

Good news! Module version for rtl_usb.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

rtlwifi.ko:
Running module version sanity check.
- Original module
- Found /lib/modules/5.0.0-32-generic/updates/rtlwifi.ko
- Storing in /var/lib/dkms/rtlwifi-new-extended/original_module/5.0.0-32-generic/amd64/
- Archiving for uninstallation purposes
- Installation
- Installing to /lib/modules/5.0.0-32-generic/updates/

btcoexist.ko:
Running module version sanity check.

Good news! Module version for btcoexist.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

halmac.ko:
Running module version sanity check.

Good news! Module version for halmac.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

phydm_mod.ko:
Running module version sanity check.

Good news! Module version for phydm_mod.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

rtl8188ee.ko:
Running module version sanity check.

Good news! Module version for rtl8188ee.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

rtl8192c-common.ko:
Running module version sanity check.

Good news! Module version for rtl8192c-common.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

rtl8192ce.ko:
Running module version sanity check.

Good news! Module version for rtl8192ce.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

rtl8192cu.ko:
Running module version sanity check.

Good news! Module version for rtl8192cu.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

rtl8192de.ko:
Running module version sanity check.
- Original module
- Found /lib/modules/5.0.0-32-generic/updates/rtl8192de.ko
- Storing in /var/lib/dkms/rtlwifi-new-extended/original_module/5.0.0-32-generic/amd64/
- Archiving for uninstallation purposes
- Installation
- Installing to /lib/modules/5.0.0-32-generic/updates/

rtl8192ee.ko:
Running module version sanity check.

Good news! Module version for rtl8192ee.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

rtl8192se.ko:
Running module version sanity check.

Good news! Module version for rtl8192se.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

rtl8723ae.ko:
Running module version sanity check.

Good news! Module version for rtl8723ae.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

rtl8723be.ko:
Running module version sanity check.

Good news! Module version for rtl8723be.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

rtl8723de.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/5.0.0-32-generic/updates/

rtl8723-common.ko:
Running module version sanity check.

Good news! Module version for rtl8723-common.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

rtl8821ae.ko:
Running module version sanity check.
- Original module
- Found /lib/modules/5.0.0-32-generic/updates/rtl8821ae.ko
- Storing in /var/lib/dkms/rtlwifi-new-extended/original_module/5.0.0-32-generic/amd64/
- Archiving for uninstallation purposes
- Installation
- Installing to /lib/modules/5.0.0-32-generic/updates/

rtl8822be.ko:
Running module version sanity check.

Good news! Module version for rtl8822be.ko
exactly matches what is already found in kernel 5.0.0-32-generic.
DKMS will not replace this module.
You may override by specifying --force.

depmod...

Backing up initrd.img-5.0.0-32-generic to /boot/initrd.img-5.0.0-32-generic.old-dkms
Making new initrd.img-5.0.0-32-generic
(If next boot fails, revert to initrd.img-5.0.0-32-generic.old-dkms image)
update-initramfs........

DKMS: install completed.
rtlwifi-new.conf configuration file copied to /etc/modprobe.d/
rtl8822be firmware file fixed

Best regards

Javier

Re: problems with wifi connection

Posted: Tue Nov 12, 2019 12:43 pm
by kelebek333
Hi javiercamano90 ,

Can you try to install kernel 5.3 series from Update Manager. This way, drivers you install with rtlwifi-new-dkms package will automatically add to new kernel (5.3.x series). I hope the wireless network problem will be solved in this way.

Update Manager => View menu => Linux kernels

Re: problems with wifi connection

Posted: Tue Nov 12, 2019 2:49 pm
by javiercamano90
Hi Kelebek333,

it works!, thank you very much for your help.

best regards

Javier