#26 Le 24/10/2019, à 21:47
- Rhartane
Re : [RESOLU] - Realteck 8723de inactive
ok , merci pour l'explication.
Je t'avoue ne pas être très familier de tous ces modules. Je comprends bien qu'il y a des interactions entre les modules et le noyau, et que là on n'arrive pas vraiment à installer le module... Après le DKMS et tout et tout je patauge complètement.
Bref, merci encore
voici le retour :
hartane@hartane-HP-Laptop-17-bs0xx:~$ sudo modprobe rtl8723de
[sudo] Mot de passe de hartane :
Désolé, essayez de nouveau.
[sudo] Mot de passe de hartane :
modprobe: ERROR: could not insert 'rtl8723de': Unknown symbol in module, or unknown parameter (see dmesg)
hartane@hartane-HP-Laptop-17-bs0xx:~$ dmesg | tail
[ 6766.035718] Bluetooth: hci0: RTL: cfg_sz 10, total sz 28214
[ 6767.311007] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 6767.344922] ata1.00: configured for UDMA/100
[ 6767.804666] Generic PHY r8169-100:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[ 6767.931846] r8169 0000:01:00.0 eno1: Link is Down
[ 6798.556646] input: 48:50:73:12:49:12 as /devices/virtual/input/input20
[ 6883.926951] btcoexist: Unknown symbol show_it_bb (err -2)
[ 6883.926999] btcoexist: Unknown symbol show_it_mac (err -2)
hartane@hartane-HP-Laptop-17-bs0xx:~$
Hors ligne
#27 Le 24/10/2019, à 22:00
- xubu1957
Re : [RESOLU] - Realteck 8723de inactive
Bonjour,
Montre :
rfkill list all
_ _ _
Vu HP-Laptop-17-bs0xx dans > [Résolu] Wifi ubuntu 16.04 LTS 64 bits carte Wifi RTL8723DE
Dernière modification par xubu1957 (Le 24/10/2019, à 22:05)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#28 Le 25/10/2019, à 06:48
- NicoApi73
Re : [RESOLU] - Realteck 8723de inactive
Bonjour,
On va essayer avec la branche extended :
cd ~/rtlwifi_new
git checkout origin/extended -b extended
make clean
make
sudo make install
sudo modprobe rtl8723de
dmesg | tail
Si ça ne fonctionne pas, on essaiera avec un commit précédent.
Hors ligne
#29 Le 25/10/2019, à 18:41
- Rhartane
Re : [RESOLU] - Realteck 8723de inactive
Bonsoir,
Ci joint le retour
hartane@hartane-HP-Laptop-17-bs0xx:~$ rfkill list all
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
hartane@hartane-HP-Laptop-17-bs0xx:~$ cd ~/rtlwifi_new
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$ git checkout origin/extended -b extended
fatal: Une branche nommée 'extended' existe déjà.
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$ make clean
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$ make
make -C /lib/modules/5.0.0-23-generic/build M=/home/hartane/rtlwifi_new modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-5.0.0-23-generic »
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8192e2ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8723b1ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8723b2ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8821a1ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8821a2ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8822b1ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8822b2ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8822bwifionly.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8723d1ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8723d2ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtcoutsrc.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/rtl_btc.o
LD [M] /home/hartane/rtlwifi_new/btcoexist/btcoexist.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_api.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_api_88xx_usb.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_api_88xx_sdio.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_api_88xx.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_api_88xx_pcie.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_func_88xx.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_api_8822b_pcie.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_func_8822b.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_api_8822b_sdio.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_api_8822b.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_8822b_phy.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_8822b_pwr_seq.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_api_8822b_usb.o
CC [M] /home/hartane/rtlwifi_new/halmac/rtl_halmac.o
LD [M] /home/hartane/rtlwifi_new/halmac/halmac.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_debug.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_antdiv.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_soml.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_smt_ant.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_interface.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_phystatus.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_hwconfig.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_dig.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_pathdiv.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_rainfo.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_dynamictxpower.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_adaptivity.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_cfotracking.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_noisemonitor.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_dfs.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_adc_sampling.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_ccx.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_psd.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_primary_cca.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_cck_pd.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_rssi_monitor.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_auto_dbg.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_math_lib.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_api.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_pow_train.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/halrf.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/halphyrf_ce.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/halrf_powertracking_ce.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/halrf_powertracking.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/halrf_kfree.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/rtl8822b/halrf_8822b.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/rtl8822b/halrf_iqk_8822b.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8822b/halhwimg8822b_bb.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8822b/halhwimg8822b_mac.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8822b/halhwimg8822b_rf.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8822b/phydm_hal_api8822b.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8822b/phydm_regconfig8822b.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8822b/phydm_rtl8822b.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8723d/halhwimg8723d_bb.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8723d/halhwimg8723d_mac.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8723d/halhwimg8723d_rf.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8723d/phydm_regconfig8723d.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8723d/phydm_rtl8723d.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/rtl8723d/halrf_8723d.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl_phydm.o
LD [M] /home/hartane/rtlwifi_new/phydm/phydm_mod.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/pwrseq.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8188ee/rtl8188ee.o
CC [M] /home/hartane/rtlwifi_new/rtl8192c/main.o
CC [M] /home/hartane/rtlwifi_new/rtl8192c/dm_common.o
CC [M] /home/hartane/rtlwifi_new/rtl8192c/fw_common.o
CC [M] /home/hartane/rtlwifi_new/rtl8192c/phy_common.o
LD [M] /home/hartane/rtlwifi_new/rtl8192c/rtl8192c-common.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8192ce/rtl8192ce.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/mac.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8192cu/rtl8192cu.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8192de/rtl8192de.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/pwrseq.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8192ee/rtl8192ee.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8192se/rtl8192se.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/hal_btc.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/hal_bt_coexist.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/pwrseq.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8723ae/rtl8723ae.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/pwrseq.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8723be/rtl8723be.o
CC [M] /home/hartane/rtlwifi_new/rtl8723com/main.o
CC [M] /home/hartane/rtlwifi_new/rtl8723com/dm_common.o
CC [M] /home/hartane/rtlwifi_new/rtl8723com/fw_common.o
CC [M] /home/hartane/rtlwifi_new/rtl8723com/phy_common.o
LD [M] /home/hartane/rtlwifi_new/rtl8723com/rtl8723-common.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/pwrseq.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8723de/rtl8723de.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/pwrseq.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8821ae/rtl8821ae.o
CC [M] /home/hartane/rtlwifi_new/rtl8822be/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8822be/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8822be/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8822be/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8822be/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8822be/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8822be/rtl8822be.o
CC [M] /home/hartane/rtlwifi_new/base.o
CC [M] /home/hartane/rtlwifi_new/cam.o
CC [M] /home/hartane/rtlwifi_new/core.o
CC [M] /home/hartane/rtlwifi_new/debug.o
CC [M] /home/hartane/rtlwifi_new/efuse.o
CC [M] /home/hartane/rtlwifi_new/ps.o
CC [M] /home/hartane/rtlwifi_new/rc.o
CC [M] /home/hartane/rtlwifi_new/regd.o
CC [M] /home/hartane/rtlwifi_new/stats.o
LD [M] /home/hartane/rtlwifi_new/rtlwifi.o
CC [M] /home/hartane/rtlwifi_new/pci.o
LD [M] /home/hartane/rtlwifi_new/rtl_pci.o
CC [M] /home/hartane/rtlwifi_new/usb.o
LD [M] /home/hartane/rtlwifi_new/rtl_usb.o
Building modules, stage 2.
MODPOST 19 modules
CC /home/hartane/rtlwifi_new/btcoexist/btcoexist.mod.o
LD [M] /home/hartane/rtlwifi_new/btcoexist/btcoexist.ko
CC /home/hartane/rtlwifi_new/halmac/halmac.mod.o
LD [M] /home/hartane/rtlwifi_new/halmac/halmac.ko
CC /home/hartane/rtlwifi_new/phydm/phydm_mod.mod.o
LD [M] /home/hartane/rtlwifi_new/phydm/phydm_mod.ko
CC /home/hartane/rtlwifi_new/rtl8188ee/rtl8188ee.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8188ee/rtl8188ee.ko
CC /home/hartane/rtlwifi_new/rtl8192c/rtl8192c-common.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8192c/rtl8192c-common.ko
CC /home/hartane/rtlwifi_new/rtl8192ce/rtl8192ce.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8192ce/rtl8192ce.ko
CC /home/hartane/rtlwifi_new/rtl8192cu/rtl8192cu.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8192cu/rtl8192cu.ko
CC /home/hartane/rtlwifi_new/rtl8192de/rtl8192de.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8192de/rtl8192de.ko
CC /home/hartane/rtlwifi_new/rtl8192ee/rtl8192ee.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8192ee/rtl8192ee.ko
CC /home/hartane/rtlwifi_new/rtl8192se/rtl8192se.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8192se/rtl8192se.ko
CC /home/hartane/rtlwifi_new/rtl8723ae/rtl8723ae.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8723ae/rtl8723ae.ko
CC /home/hartane/rtlwifi_new/rtl8723be/rtl8723be.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8723be/rtl8723be.ko
CC /home/hartane/rtlwifi_new/rtl8723com/rtl8723-common.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8723com/rtl8723-common.ko
CC /home/hartane/rtlwifi_new/rtl8723de/rtl8723de.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8723de/rtl8723de.ko
CC /home/hartane/rtlwifi_new/rtl8821ae/rtl8821ae.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8821ae/rtl8821ae.ko
CC /home/hartane/rtlwifi_new/rtl8822be/rtl8822be.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8822be/rtl8822be.ko
CC /home/hartane/rtlwifi_new/rtl_pci.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl_pci.ko
CC /home/hartane/rtlwifi_new/rtl_usb.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl_usb.ko
CC /home/hartane/rtlwifi_new/rtlwifi.mod.o
LD [M] /home/hartane/rtlwifi_new/rtlwifi.ko
make[1] : on quitte le répertoire « /usr/src/linux-headers-5.0.0-23-generic »
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$ sudo make install
[sudo] Mot de passe de hartane :
Désolé, essayez de nouveau.
[sudo] Mot de passe de hartane :
make -C /lib/modules/5.0.0-23-generic/build M=/home/hartane/rtlwifi_new modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-5.0.0-23-generic »
Building modules, stage 2.
MODPOST 19 modules
make[1] : on quitte le répertoire « /usr/src/linux-headers-5.0.0-23-generic »
Install rtlwifi SUCCESS
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$ sudo modprobe rtl8723de
modprobe: ERROR: could not insert 'rtl8723de': Unknown symbol in module, or unknown parameter (see dmesg)
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$ dmesg | tail
[ 7250.942587] Bluetooth: hci0: RTL: cfg_sz 10, total sz 28214
[ 7250.946206] PM: suspend exit
[ 7252.212077] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 7252.246164] ata1.00: configured for UDMA/100
[ 7252.962016] Generic PHY r8169-100:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[ 7253.092698] r8169 0000:01:00.0 eno1: Link is Down
[ 7329.523307] input: 48:50:73:12:49:12 as /devices/virtual/input/input21
[ 7593.923188] btcoexist: Unknown symbol show_it_bb (err -2)
[ 7593.923248] btcoexist: Unknown symbol show_it_mac (err -2)
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$
Hors ligne
#30 Le 25/10/2019, à 18:48
- NicoApi73
Re : [RESOLU] - Realteck 8723de inactive
Mauvaise pioche : tu avais déjà utilisé la branche extended...
On va essayer avec un commit plus ancien :
cd ~/rtlwifi_new
make clean
git checkout 39b7385c496bf1b5cd6b1e41c0a4b6f05c1e58d7
make
sudo make install
EDIT : Et si ça ne fonctionne pas, on essaiera d'avoir l'aide de Naziel
Dernière modification par NicoApi73 (Le 25/10/2019, à 18:49)
Hors ligne
#31 Le 25/10/2019, à 19:14
- Rhartane
Re : [RESOLU] - Realteck 8723de inactive
et voici, pas certain que ça ait fonctionné ... mais merci de ta persévérance
hartane@hartane-HP-Laptop-17-bs0xx:~$ cd ~/rtlwifi_new
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$ make clean
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$ git checkout 39b7385c496bf1b5cd6b1e41c0a4b6f05c1e58d7
fatal: la référence n'est pas un arbre : 39b7385c496bf1b5cd6b1e41c0a4b6f05c1e58d7
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$ make
make -C /lib/modules/5.0.0-23-generic/build M=/home/hartane/rtlwifi_new modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-5.0.0-23-generic »
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8192e2ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8723b1ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8723b2ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8821a1ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8821a2ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8822b1ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8822b2ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8822bwifionly.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8723d1ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtc8723d2ant.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/halbtcoutsrc.o
CC [M] /home/hartane/rtlwifi_new/btcoexist/rtl_btc.o
LD [M] /home/hartane/rtlwifi_new/btcoexist/btcoexist.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_api.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_api_88xx_usb.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_api_88xx_sdio.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_api_88xx.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_api_88xx_pcie.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_func_88xx.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_api_8822b_pcie.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_func_8822b.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_api_8822b_sdio.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_api_8822b.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_8822b_phy.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_8822b_pwr_seq.o
CC [M] /home/hartane/rtlwifi_new/halmac/halmac_88xx/halmac_8822b/halmac_api_8822b_usb.o
CC [M] /home/hartane/rtlwifi_new/halmac/rtl_halmac.o
LD [M] /home/hartane/rtlwifi_new/halmac/halmac.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_debug.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_antdiv.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_soml.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_smt_ant.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_interface.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_phystatus.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_hwconfig.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_dig.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_pathdiv.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_rainfo.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_dynamictxpower.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_adaptivity.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_cfotracking.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_noisemonitor.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_dfs.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_adc_sampling.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_ccx.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_psd.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_primary_cca.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_cck_pd.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_rssi_monitor.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_auto_dbg.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_math_lib.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_api.o
CC [M] /home/hartane/rtlwifi_new/phydm/phydm_pow_train.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/halrf.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/halphyrf_ce.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/halrf_powertracking_ce.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/halrf_powertracking.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/halrf_kfree.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/rtl8822b/halrf_8822b.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/rtl8822b/halrf_iqk_8822b.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8822b/halhwimg8822b_bb.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8822b/halhwimg8822b_mac.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8822b/halhwimg8822b_rf.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8822b/phydm_hal_api8822b.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8822b/phydm_regconfig8822b.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8822b/phydm_rtl8822b.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8723d/halhwimg8723d_bb.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8723d/halhwimg8723d_mac.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8723d/halhwimg8723d_rf.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8723d/phydm_regconfig8723d.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl8723d/phydm_rtl8723d.o
CC [M] /home/hartane/rtlwifi_new/phydm/halrf/rtl8723d/halrf_8723d.o
CC [M] /home/hartane/rtlwifi_new/phydm/rtl_phydm.o
LD [M] /home/hartane/rtlwifi_new/phydm/phydm_mod.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/pwrseq.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8188ee/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8188ee/rtl8188ee.o
CC [M] /home/hartane/rtlwifi_new/rtl8192c/main.o
CC [M] /home/hartane/rtlwifi_new/rtl8192c/dm_common.o
CC [M] /home/hartane/rtlwifi_new/rtl8192c/fw_common.o
CC [M] /home/hartane/rtlwifi_new/rtl8192c/phy_common.o
LD [M] /home/hartane/rtlwifi_new/rtl8192c/rtl8192c-common.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ce/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8192ce/rtl8192ce.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/mac.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8192cu/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8192cu/rtl8192cu.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8192de/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8192de/rtl8192de.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/pwrseq.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8192ee/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8192ee/rtl8192ee.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8192se/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8192se/rtl8192se.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/hal_btc.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/hal_bt_coexist.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/pwrseq.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8723ae/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8723ae/rtl8723ae.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/pwrseq.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8723be/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8723be/rtl8723be.o
CC [M] /home/hartane/rtlwifi_new/rtl8723com/main.o
CC [M] /home/hartane/rtlwifi_new/rtl8723com/dm_common.o
CC [M] /home/hartane/rtlwifi_new/rtl8723com/fw_common.o
CC [M] /home/hartane/rtlwifi_new/rtl8723com/phy_common.o
LD [M] /home/hartane/rtlwifi_new/rtl8723com/rtl8723-common.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/pwrseq.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8723de/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8723de/rtl8723de.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/dm.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/pwrseq.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/rf.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/table.o
CC [M] /home/hartane/rtlwifi_new/rtl8821ae/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8821ae/rtl8821ae.o
CC [M] /home/hartane/rtlwifi_new/rtl8822be/fw.o
CC [M] /home/hartane/rtlwifi_new/rtl8822be/hw.o
CC [M] /home/hartane/rtlwifi_new/rtl8822be/led.o
CC [M] /home/hartane/rtlwifi_new/rtl8822be/phy.o
CC [M] /home/hartane/rtlwifi_new/rtl8822be/sw.o
CC [M] /home/hartane/rtlwifi_new/rtl8822be/trx.o
LD [M] /home/hartane/rtlwifi_new/rtl8822be/rtl8822be.o
CC [M] /home/hartane/rtlwifi_new/base.o
CC [M] /home/hartane/rtlwifi_new/cam.o
CC [M] /home/hartane/rtlwifi_new/core.o
CC [M] /home/hartane/rtlwifi_new/debug.o
CC [M] /home/hartane/rtlwifi_new/efuse.o
CC [M] /home/hartane/rtlwifi_new/ps.o
CC [M] /home/hartane/rtlwifi_new/rc.o
CC [M] /home/hartane/rtlwifi_new/regd.o
CC [M] /home/hartane/rtlwifi_new/stats.o
LD [M] /home/hartane/rtlwifi_new/rtlwifi.o
CC [M] /home/hartane/rtlwifi_new/pci.o
LD [M] /home/hartane/rtlwifi_new/rtl_pci.o
CC [M] /home/hartane/rtlwifi_new/usb.o
LD [M] /home/hartane/rtlwifi_new/rtl_usb.o
Building modules, stage 2.
MODPOST 19 modules
CC /home/hartane/rtlwifi_new/btcoexist/btcoexist.mod.o
LD [M] /home/hartane/rtlwifi_new/btcoexist/btcoexist.ko
CC /home/hartane/rtlwifi_new/halmac/halmac.mod.o
LD [M] /home/hartane/rtlwifi_new/halmac/halmac.ko
CC /home/hartane/rtlwifi_new/phydm/phydm_mod.mod.o
LD [M] /home/hartane/rtlwifi_new/phydm/phydm_mod.ko
CC /home/hartane/rtlwifi_new/rtl8188ee/rtl8188ee.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8188ee/rtl8188ee.ko
CC /home/hartane/rtlwifi_new/rtl8192c/rtl8192c-common.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8192c/rtl8192c-common.ko
CC /home/hartane/rtlwifi_new/rtl8192ce/rtl8192ce.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8192ce/rtl8192ce.ko
CC /home/hartane/rtlwifi_new/rtl8192cu/rtl8192cu.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8192cu/rtl8192cu.ko
CC /home/hartane/rtlwifi_new/rtl8192de/rtl8192de.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8192de/rtl8192de.ko
CC /home/hartane/rtlwifi_new/rtl8192ee/rtl8192ee.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8192ee/rtl8192ee.ko
CC /home/hartane/rtlwifi_new/rtl8192se/rtl8192se.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8192se/rtl8192se.ko
CC /home/hartane/rtlwifi_new/rtl8723ae/rtl8723ae.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8723ae/rtl8723ae.ko
CC /home/hartane/rtlwifi_new/rtl8723be/rtl8723be.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8723be/rtl8723be.ko
CC /home/hartane/rtlwifi_new/rtl8723com/rtl8723-common.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8723com/rtl8723-common.ko
CC /home/hartane/rtlwifi_new/rtl8723de/rtl8723de.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8723de/rtl8723de.ko
CC /home/hartane/rtlwifi_new/rtl8821ae/rtl8821ae.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8821ae/rtl8821ae.ko
CC /home/hartane/rtlwifi_new/rtl8822be/rtl8822be.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl8822be/rtl8822be.ko
CC /home/hartane/rtlwifi_new/rtl_pci.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl_pci.ko
CC /home/hartane/rtlwifi_new/rtl_usb.mod.o
LD [M] /home/hartane/rtlwifi_new/rtl_usb.ko
CC /home/hartane/rtlwifi_new/rtlwifi.mod.o
LD [M] /home/hartane/rtlwifi_new/rtlwifi.ko
make[1] : on quitte le répertoire « /usr/src/linux-headers-5.0.0-23-generic »
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$ sudo make install
[sudo] Mot de passe de hartane :
make -C /lib/modules/5.0.0-23-generic/build M=/home/hartane/rtlwifi_new modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-5.0.0-23-generic »
Building modules, stage 2.
MODPOST 19 modules
make[1] : on quitte le répertoire « /usr/src/linux-headers-5.0.0-23-generic »
Install rtlwifi SUCCESS
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$
Hors ligne
#32 Le 25/10/2019, à 19:29
- NicoApi73
Re : [RESOLU] - Realteck 8723de inactive
sudo modprobe rtl8723de
dmesg | tail
Hors ligne
#33 Le 25/10/2019, à 23:44
- Rhartane
Re : [RESOLU] - Realteck 8723de inactive
pardon ...
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$ sudo modprobe rtl8723de
[sudo] Mot de passe de hartane :
Désolé, essayez de nouveau.
[sudo] Mot de passe de hartane :
modprobe: ERROR: could not insert 'rtl8723de': Unknown symbol in module, or unknown parameter (see dmesg)
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$ dmesg | tail
[ 9620.166485] Bluetooth: hci0: RTL: cfg_sz 10, total sz 28214
[ 9620.167515] PM: suspend exit
[ 9621.438640] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 9621.675230] ata1.00: configured for UDMA/100
[ 9622.171847] Generic PHY r8169-100:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[ 9622.308252] r8169 0000:01:00.0 eno1: Link is Down
[ 9660.039118] input: 48:50:73:12:49:12 as /devices/virtual/input/input23
[ 9740.067409] btcoexist: Unknown symbol show_it_bb (err -2)
[ 9740.067448] btcoexist: Unknown symbol show_it_mac (err -2)
hartane@hartane-HP-Laptop-17-bs0xx:~/rtlwifi_new$
Hors ligne
#34 Le 26/10/2019, à 07:51
- NicoApi73
Re : [RESOLU] - Realteck 8723de inactive
Bonjour,
Essaie de rebooter, j'ai oublié de te le faire faire.
J'ai demandé de l'aide supplémentaire
Hors ligne
#35 Le 26/10/2019, à 09:19
- Nuliel
Re : [RESOLU] - Realteck 8723de inactive
Salut,
unknow symbol, à mon avis c'est que le pilote a été compilé sous un noyau, et installé sur un différent.
Tu peux tenter
cd rtlwifi_new
make clean
git checkout origin/extended -b extended
make
sudo make install
sudo modprobe -r rtl8723de
sudo modprobe rtl8723de
Par ailleurs donne aussi
dkms status
Ajout:
donne aussi
dpkg -l | grep -v "^ii\|^rc"
dpkg -l | awk '/^rc/{next} ; / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
Tu n'utiliserais pas la veille de l'ordi par hasard?
Dernière modification par Nuliel (Le 26/10/2019, à 09:51)
Hors ligne
#36 Le 26/10/2019, à 10:37
- NicoApi73
Re : [RESOLU] - Realteck 8723de inactive
Salut Naziel,
Merci d'apporter de l'aide Là, je sèche...
Hors ligne
#37 Le 26/10/2019, à 16:56
- Rhartane
Re : [RESOLU] - Realteck 8723de inactive
Bonjour,
Je vous faites un retour demain soir.
Merci !
Hors ligne
#38 Le 27/10/2019, à 15:55
- Rhartane
Re : [RESOLU] - Realteck 8723de inactive
Bonjour,
J'ai rebooté, les dernières commandes rentrées étaient celles du post #30.
Cela fonctionne !!!
Merci de votre aide NicoApi73
Je vais mettre le post en résolu.
Bonne journée à vous !
Rhartane
Hors ligne