Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 27/11/2019, à 11:17

NicoApi73

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Décidement, je ne suis pas en forme... J'ai oublié grep. Laisse tomber, la commande de xubu a donné de l'info. C'est toujours le module issu de dkms qui est chargé.

On va le virer :

sudo modprobe -r 8821ce
sudo dkms remove -m rtl8821ce -v v5.5.2_34066.20190614 --all
cd ~/rtl8821ce
sudo make install
sudo modprobe 8821ce
dmesg | grep 8821

Dernière modification par NicoApi73 (Le 27/11/2019, à 11:31)

Hors ligne

#27 Le 27/11/2019, à 11:24

Philippe441

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Il y a "modprobe: ERROR: could not insert '8821ce': Operation not permitted" :

zoe@zoe-PC-portable-2020:~$ sudo modprobe -r 8821ce
[sudo] Mot de passe de zoe : 
zoe@zoe-PC-portable-2020:~$ sudo dkms remove -m rtl8821ce -v v5.5.2_34066.20190614 --all

-------- Uninstall Beginning --------
Module:  rtl8821ce
Version: v5.5.2_34066.20190614
Kernel:  4.15.0-70-generic (x86_64)
-------------------------------------

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

8821ce.ko:
 - Uninstallation
   - Deleting from: /lib/modules/4.15.0-70-generic/updates/dkms/
 - 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...

DKMS: uninstall completed.

-------- Uninstall Beginning --------
Module:  rtl8821ce
Version: v5.5.2_34066.20190614
Kernel:  5.0.0-36-generic (x86_64)
-------------------------------------

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

8821ce.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.0.0-36-generic/updates/dkms/
 - 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...

DKMS: uninstall completed.

------------------------------
Deleting module version: v5.5.2_34066.20190614
completely from the DKMS tree.
------------------------------
Done.
zoe@zoe-PC-portable-2020:~$ cd ~/rtl8821ce
zoe@zoe-PC-portable-2020:~/rtl8821ce$ sudo make install
install -p -m 644 8821ce.ko  /lib/modules/5.0.0-36-generic/kernel/drivers/net/wireless/
/sbin/depmod -a 5.0.0-36-generic
zoe@zoe-PC-portable-2020:~/rtl8821ce$ modprobe 8821ce
modprobe: ERROR: could not insert '8821ce': Operation not permitted
zoe@zoe-PC-portable-2020:~/rtl8821ce$ dmesg | grep 8821
[    2.936954] rtl8821ce 0000:04:00.0: enabling device (0000 -> 0003)
[    2.960175] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.960281]  rtw_wiphy_alloc+0x2a/0x11e [8821ce]
[    2.960318]  rtw_cfg80211_ndev_res_alloc+0x26/0x6f [8821ce]
[    2.960349]  rtw_os_ndev_alloc+0x62/0x9e [8821ce]
[    2.960379]  rtw_os_ndevs_alloc+0x8e/0xe2 [8821ce]
[    2.960410]  rtw_os_ndevs_init+0x12/0x3f [8821ce]
[    2.960439]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.960483]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.960535] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.960601]  rtw_wiphy_alloc+0x2a/0x11e [8821ce]
[    2.960632]  rtw_cfg80211_ndev_res_alloc+0x26/0x6f [8821ce]
[    2.960662]  rtw_os_ndev_alloc+0x62/0x9e [8821ce]
[    2.960691]  rtw_os_ndevs_alloc+0x8e/0xe2 [8821ce]
[    2.960720]  rtw_os_ndevs_init+0x12/0x3f [8821ce]
[    2.960748]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.960793]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.960912] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.960981]  rtw_regd_init+0x30/0x40 [8821ce]
[    2.961011]  rtw_wiphy_register+0x1a/0x25 [8821ce]
[    2.961040]  rtw_cfg80211_ndev_res_register+0x15/0x1c [8821ce]
[    2.961069]  rtw_os_ndev_register+0x100/0x17b [8821ce]
[    2.961098]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[    2.961127]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[    2.961156]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.961192]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.961239] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.961303]  rtw_regd_init+0x30/0x40 [8821ce]
[    2.961333]  rtw_wiphy_register+0x1a/0x25 [8821ce]
[    2.961362]  rtw_cfg80211_ndev_res_register+0x15/0x1c [8821ce]
[    2.961391]  rtw_os_ndev_register+0x100/0x17b [8821ce]
[    2.961420]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[    2.961448]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[    2.961477]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.961512]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.961553] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.961625]  ? rtw_regd_apply_flags+0xae/0xe7 [8821ce]
[    2.961655]  rtw_wiphy_register+0x22/0x25 [8821ce]
[    2.961684]  ? rtw_wiphy_register+0x22/0x25 [8821ce]
[    2.961712]  rtw_cfg80211_ndev_res_register+0x15/0x1c [8821ce]
[    2.961742]  rtw_os_ndev_register+0x100/0x17b [8821ce]
[    2.961771]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[    2.961799]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[    2.961828]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.961863]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.961901] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.961972]  ? rtw_regd_apply_flags+0xae/0xe7 [8821ce]
[    2.962002]  rtw_wiphy_register+0x22/0x25 [8821ce]
[    2.962031]  ? rtw_wiphy_register+0x22/0x25 [8821ce]
[    2.962061]  rtw_cfg80211_ndev_res_register+0x15/0x1c [8821ce]
[    2.962090]  rtw_os_ndev_register+0x100/0x17b [8821ce]
[    2.962118]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[    2.962146]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[    2.962175]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.962210]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.962266] WARNING: CPU: 7 PID: 376 at /var/lib/dkms/rtl8821ce/v5.5.2_34066.20190614/build/os_dep/linux/os_intfs.c:1681 rtw_os_ndev_register+0xc7/0x17b [8821ce]
[    2.962266] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.962310] RIP: 0010:rtw_os_ndev_register+0xc7/0x17b [8821ce]
[    2.962346]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[    2.962374]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[    2.962403]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.962438]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.997776] WARNING: CPU: 4 PID: 376 at /var/lib/dkms/rtl8821ce/v5.5.2_34066.20190614/build/os_dep/linux/os_intfs.c:3141 rtw_os_ndevs_register+0xd1/0x10a [8821ce]
[    2.997777] Modules linked in: crc32_pclmul(+) nls_iso8859_1 snd_hwdep ghash_clmulni_intel fjes(-) snd_pcm aesni_intel snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds cryptd glue_helper serio_raw uvcvideo btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.997851] RIP: 0010:rtw_os_ndevs_register+0xd1/0x10a [8821ce]
[    2.997905]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[    2.997945]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.998001]  rtw_drv_entry+0x4c/0x1000 [8821ce]
zoe@zoe-PC-portable-2020:~/rtl8821ce$ 

Hors ligne

#28 Le 27/11/2019, à 11:31

NicoApi73

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

oui, il manque sudo (toujours ma faute...) :

sudo modprobe 8821ce
dmesg | grep 8821

Dernière modification par NicoApi73 (Le 27/11/2019, à 11:31)

Hors ligne

#29 Le 27/11/2019, à 11:34

Philippe441

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Entendu, voilà ce que cela donne :

zoe@zoe-PC-portable-2020:~/rtl8821ce$ sudo modprobe 8821ce
zoe@zoe-PC-portable-2020:~/rtl8821ce$ dmesg | grep 8821
[    2.936954] rtl8821ce 0000:04:00.0: enabling device (0000 -> 0003)
[    2.960175] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.960281]  rtw_wiphy_alloc+0x2a/0x11e [8821ce]
[    2.960318]  rtw_cfg80211_ndev_res_alloc+0x26/0x6f [8821ce]
[    2.960349]  rtw_os_ndev_alloc+0x62/0x9e [8821ce]
[    2.960379]  rtw_os_ndevs_alloc+0x8e/0xe2 [8821ce]
[    2.960410]  rtw_os_ndevs_init+0x12/0x3f [8821ce]
[    2.960439]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.960483]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.960535] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.960601]  rtw_wiphy_alloc+0x2a/0x11e [8821ce]
[    2.960632]  rtw_cfg80211_ndev_res_alloc+0x26/0x6f [8821ce]
[    2.960662]  rtw_os_ndev_alloc+0x62/0x9e [8821ce]
[    2.960691]  rtw_os_ndevs_alloc+0x8e/0xe2 [8821ce]
[    2.960720]  rtw_os_ndevs_init+0x12/0x3f [8821ce]
[    2.960748]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.960793]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.960912] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.960981]  rtw_regd_init+0x30/0x40 [8821ce]
[    2.961011]  rtw_wiphy_register+0x1a/0x25 [8821ce]
[    2.961040]  rtw_cfg80211_ndev_res_register+0x15/0x1c [8821ce]
[    2.961069]  rtw_os_ndev_register+0x100/0x17b [8821ce]
[    2.961098]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[    2.961127]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[    2.961156]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.961192]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.961239] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.961303]  rtw_regd_init+0x30/0x40 [8821ce]
[    2.961333]  rtw_wiphy_register+0x1a/0x25 [8821ce]
[    2.961362]  rtw_cfg80211_ndev_res_register+0x15/0x1c [8821ce]
[    2.961391]  rtw_os_ndev_register+0x100/0x17b [8821ce]
[    2.961420]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[    2.961448]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[    2.961477]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.961512]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.961553] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.961625]  ? rtw_regd_apply_flags+0xae/0xe7 [8821ce]
[    2.961655]  rtw_wiphy_register+0x22/0x25 [8821ce]
[    2.961684]  ? rtw_wiphy_register+0x22/0x25 [8821ce]
[    2.961712]  rtw_cfg80211_ndev_res_register+0x15/0x1c [8821ce]
[    2.961742]  rtw_os_ndev_register+0x100/0x17b [8821ce]
[    2.961771]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[    2.961799]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[    2.961828]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.961863]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.961901] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.961972]  ? rtw_regd_apply_flags+0xae/0xe7 [8821ce]
[    2.962002]  rtw_wiphy_register+0x22/0x25 [8821ce]
[    2.962031]  ? rtw_wiphy_register+0x22/0x25 [8821ce]
[    2.962061]  rtw_cfg80211_ndev_res_register+0x15/0x1c [8821ce]
[    2.962090]  rtw_os_ndev_register+0x100/0x17b [8821ce]
[    2.962118]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[    2.962146]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[    2.962175]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.962210]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.962266] WARNING: CPU: 7 PID: 376 at /var/lib/dkms/rtl8821ce/v5.5.2_34066.20190614/build/os_dep/linux/os_intfs.c:1681 rtw_os_ndev_register+0xc7/0x17b [8821ce]
[    2.962266] Modules linked in: aesni_intel(+) snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds(+) cryptd glue_helper serio_raw uvcvideo(+) btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch(+) k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.962310] RIP: 0010:rtw_os_ndev_register+0xc7/0x17b [8821ce]
[    2.962346]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[    2.962374]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[    2.962403]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.962438]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[    2.997776] WARNING: CPU: 4 PID: 376 at /var/lib/dkms/rtl8821ce/v5.5.2_34066.20190614/build/os_dep/linux/os_intfs.c:3141 rtw_os_ndevs_register+0xd1/0x10a [8821ce]
[    2.997777] Modules linked in: crc32_pclmul(+) nls_iso8859_1 snd_hwdep ghash_clmulni_intel fjes(-) snd_pcm aesni_intel snd_seq_midi snd_seq_midi_event amdgpu(+) aes_x86_64 snd_rawmidi crypto_simd nouveau 8821ce(OE+) input_leds cryptd glue_helper serio_raw uvcvideo btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch k10temp snd drm ecdh_generic i2c_algo_bit cfg80211(OE) fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt compat(OE) asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video i2c_hid hid
[    2.997851] RIP: 0010:rtw_os_ndevs_register+0xd1/0x10a [8821ce]
[    2.997905]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[    2.997945]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[    2.998001]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[ 2208.849428] Modules linked in: 8821ce(OE+) cfg80211(OE) compat(OE) rfcomm snd_hda_codec_hdmi cmac bnep edac_mce_amd ccp kvm irqbypass snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio joydev snd_hda_intel snd_hda_codec crct10dif_pclmul snd_hda_core crc32_pclmul nls_iso8859_1 snd_hwdep ghash_clmulni_intel snd_pcm aesni_intel snd_seq_midi snd_seq_midi_event amdgpu aes_x86_64 snd_rawmidi crypto_simd nouveau input_leds cryptd glue_helper serio_raw uvcvideo btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch k10temp snd drm ecdh_generic i2c_algo_bit fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video
[ 2208.849522]  rtw_wiphy_alloc+0x2a/0x11e [8821ce]
[ 2208.849552]  rtw_cfg80211_ndev_res_alloc+0x26/0x6f [8821ce]
[ 2208.849580]  rtw_os_ndev_alloc+0x62/0x9e [8821ce]
[ 2208.849608]  rtw_os_ndevs_alloc+0x8e/0xe2 [8821ce]
[ 2208.849634]  rtw_os_ndevs_init+0x12/0x3f [8821ce]
[ 2208.849661]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[ 2208.849698]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[ 2208.849732] Modules linked in: 8821ce(OE+) cfg80211(OE) compat(OE) rfcomm snd_hda_codec_hdmi cmac bnep edac_mce_amd ccp kvm irqbypass snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio joydev snd_hda_intel snd_hda_codec crct10dif_pclmul snd_hda_core crc32_pclmul nls_iso8859_1 snd_hwdep ghash_clmulni_intel snd_pcm aesni_intel snd_seq_midi snd_seq_midi_event amdgpu aes_x86_64 snd_rawmidi crypto_simd nouveau input_leds cryptd glue_helper serio_raw uvcvideo btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch k10temp snd drm ecdh_generic i2c_algo_bit fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video
[ 2208.849788]  rtw_wiphy_alloc+0x2a/0x11e [8821ce]
[ 2208.849816]  rtw_cfg80211_ndev_res_alloc+0x26/0x6f [8821ce]
[ 2208.849842]  rtw_os_ndev_alloc+0x62/0x9e [8821ce]
[ 2208.849868]  rtw_os_ndevs_alloc+0x8e/0xe2 [8821ce]
[ 2208.849894]  rtw_os_ndevs_init+0x12/0x3f [8821ce]
[ 2208.849920]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[ 2208.849950]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[ 2208.849987] Modules linked in: 8821ce(OE+) cfg80211(OE) compat(OE) rfcomm snd_hda_codec_hdmi cmac bnep edac_mce_amd ccp kvm irqbypass snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio joydev snd_hda_intel snd_hda_codec crct10dif_pclmul snd_hda_core crc32_pclmul nls_iso8859_1 snd_hwdep ghash_clmulni_intel snd_pcm aesni_intel snd_seq_midi snd_seq_midi_event amdgpu aes_x86_64 snd_rawmidi crypto_simd nouveau input_leds cryptd glue_helper serio_raw uvcvideo btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch k10temp snd drm ecdh_generic i2c_algo_bit fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video
[ 2208.850042]  rtw_regd_init+0x30/0x40 [8821ce]
[ 2208.850069]  rtw_wiphy_register+0x1a/0x25 [8821ce]
[ 2208.850095]  rtw_cfg80211_ndev_res_register+0x15/0x1c [8821ce]
[ 2208.850121]  rtw_os_ndev_register+0x100/0x17b [8821ce]
[ 2208.850147]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[ 2208.850173]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[ 2208.850198]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[ 2208.850228]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[ 2208.850259] Modules linked in: 8821ce(OE+) cfg80211(OE) compat(OE) rfcomm snd_hda_codec_hdmi cmac bnep edac_mce_amd ccp kvm irqbypass snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio joydev snd_hda_intel snd_hda_codec crct10dif_pclmul snd_hda_core crc32_pclmul nls_iso8859_1 snd_hwdep ghash_clmulni_intel snd_pcm aesni_intel snd_seq_midi snd_seq_midi_event amdgpu aes_x86_64 snd_rawmidi crypto_simd nouveau input_leds cryptd glue_helper serio_raw uvcvideo btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch k10temp snd drm ecdh_generic i2c_algo_bit fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video
[ 2208.850314]  rtw_regd_init+0x30/0x40 [8821ce]
[ 2208.850340]  rtw_wiphy_register+0x1a/0x25 [8821ce]
[ 2208.850367]  rtw_cfg80211_ndev_res_register+0x15/0x1c [8821ce]
[ 2208.850393]  rtw_os_ndev_register+0x100/0x17b [8821ce]
[ 2208.850418]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[ 2208.850444]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[ 2208.850470]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[ 2208.850499]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[ 2208.850530] Modules linked in: 8821ce(OE+) cfg80211(OE) compat(OE) rfcomm snd_hda_codec_hdmi cmac bnep edac_mce_amd ccp kvm irqbypass snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio joydev snd_hda_intel snd_hda_codec crct10dif_pclmul snd_hda_core crc32_pclmul nls_iso8859_1 snd_hwdep ghash_clmulni_intel snd_pcm aesni_intel snd_seq_midi snd_seq_midi_event amdgpu aes_x86_64 snd_rawmidi crypto_simd nouveau input_leds cryptd glue_helper serio_raw uvcvideo btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch k10temp snd drm ecdh_generic i2c_algo_bit fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video
[ 2208.850598]  ? rtw_regd_apply_flags+0xae/0xe7 [8821ce]
[ 2208.850629]  rtw_wiphy_register+0x22/0x25 [8821ce]
[ 2208.850655]  ? rtw_wiphy_register+0x22/0x25 [8821ce]
[ 2208.850680]  rtw_cfg80211_ndev_res_register+0x15/0x1c [8821ce]
[ 2208.850705]  rtw_os_ndev_register+0x100/0x17b [8821ce]
[ 2208.850729]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[ 2208.850753]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[ 2208.850778]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[ 2208.850806]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[ 2208.850833] Modules linked in: 8821ce(OE+) cfg80211(OE) compat(OE) rfcomm snd_hda_codec_hdmi cmac bnep edac_mce_amd ccp kvm irqbypass snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio joydev snd_hda_intel snd_hda_codec crct10dif_pclmul snd_hda_core crc32_pclmul nls_iso8859_1 snd_hwdep ghash_clmulni_intel snd_pcm aesni_intel snd_seq_midi snd_seq_midi_event amdgpu aes_x86_64 snd_rawmidi crypto_simd nouveau input_leds cryptd glue_helper serio_raw uvcvideo btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch k10temp snd drm ecdh_generic i2c_algo_bit fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video
[ 2208.850892]  ? rtw_regd_apply_flags+0xae/0xe7 [8821ce]
[ 2208.850917]  rtw_wiphy_register+0x22/0x25 [8821ce]
[ 2208.850942]  ? rtw_wiphy_register+0x22/0x25 [8821ce]
[ 2208.850967]  rtw_cfg80211_ndev_res_register+0x15/0x1c [8821ce]
[ 2208.850992]  rtw_os_ndev_register+0x100/0x17b [8821ce]
[ 2208.851017]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[ 2208.851041]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[ 2208.851065]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[ 2208.851093]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[ 2208.851138] WARNING: CPU: 0 PID: 3164 at /home/zoe/rtl8821ce/os_dep/linux/os_intfs.c:1681 rtw_os_ndev_register+0xc7/0x17b [8821ce]
[ 2208.851138] Modules linked in: 8821ce(OE+) cfg80211(OE) compat(OE) rfcomm snd_hda_codec_hdmi cmac bnep edac_mce_amd ccp kvm irqbypass snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio joydev snd_hda_intel snd_hda_codec crct10dif_pclmul snd_hda_core crc32_pclmul nls_iso8859_1 snd_hwdep ghash_clmulni_intel snd_pcm aesni_intel snd_seq_midi snd_seq_midi_event amdgpu aes_x86_64 snd_rawmidi crypto_simd nouveau input_leds cryptd glue_helper serio_raw uvcvideo btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch k10temp snd drm ecdh_generic i2c_algo_bit fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video
[ 2208.851176] RIP: 0010:rtw_os_ndev_register+0xc7/0x17b [8821ce]
[ 2208.851205]  rtw_os_ndevs_register+0x78/0x10a [8821ce]
[ 2208.851229]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[ 2208.851254]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[ 2208.851282]  rtw_drv_entry+0x4c/0x1000 [8821ce]
[ 2208.872568] WARNING: CPU: 2 PID: 3164 at /home/zoe/rtl8821ce/os_dep/linux/os_intfs.c:3141 rtw_os_ndevs_register+0xd1/0x10a [8821ce]
[ 2208.872569] Modules linked in: 8821ce(OE+) cfg80211(OE) compat(OE) rfcomm snd_hda_codec_hdmi cmac bnep edac_mce_amd ccp kvm irqbypass snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio joydev snd_hda_intel snd_hda_codec crct10dif_pclmul snd_hda_core crc32_pclmul nls_iso8859_1 snd_hwdep ghash_clmulni_intel snd_pcm aesni_intel snd_seq_midi snd_seq_midi_event amdgpu aes_x86_64 snd_rawmidi crypto_simd nouveau input_leds cryptd glue_helper serio_raw uvcvideo btusb btrtl snd_seq btbcm btintel videobuf2_vmalloc bluetooth videobuf2_memops videobuf2_v4l2 chash videobuf2_common amd_iommu_v2 gpu_sched mxm_wmi asus_nb_wmi ttm asus_wmi videodev wmi_bmof snd_seq_device sparse_keymap snd_timer drm_kms_helper media hid_multitouch k10temp snd drm ecdh_generic i2c_algo_bit fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt asus_wireless mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_generic nvme ahci libahci i2c_piix4 r8169 nvme_core realtek wmi video
[ 2208.872703] RIP: 0010:rtw_os_ndevs_register+0xd1/0x10a [8821ce]
[ 2208.872793]  rtw_os_ndevs_init+0x29/0x3f [8821ce]
[ 2208.872863]  rtw_drv_init+0x2f0/0x6c0 [8821ce]
[ 2208.872949]  rtw_drv_entry+0x4c/0x1000 [8821ce]
zoe@zoe-PC-portable-2020:~/rtl8821ce$ 

Hors ligne

#30 Le 27/11/2019, à 11:41

NicoApi73

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Donne :

sudo lshw -class network
rfkill list all

Hors ligne

#31 Le 27/11/2019, à 11:42

Philippe441

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

zoe@zoe-PC-portable-2020:~/rtl8821ce$ sudo lshw -class network
  *-network                 
       description: Ethernet interface
       produit: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       fabriquant: Realtek Semiconductor Co., Ltd.
       identifiant matériel: 0
       information bus: pci@0000:02:00.0
       nom logique: enp2s0
       version: 15
       numéro de série: 04:d4:c4:e1:34:7e
       taille: 100Mbit/s
       capacité: 1Gbit/s
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.0.14 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       ressources: irq:50 portE/S:e000(taille=256) mémoire:f7904000-f7904fff mémoire:f7900000-f7903fff
  *-network NON-RÉCLAMÉ
       description: Network controller
       produit: RTL8821CE 802.11ac PCIe Wireless Network Adapter
       fabriquant: Realtek Semiconductor Co., Ltd.
       identifiant matériel: 0
       information bus: pci@0000:04:00.0
       version: 00
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pm msi pciexpress cap_list
       configuration: latency=0
       ressources: portE/S:d000(taille=256) mémoire:f7700000-f770ffff
zoe@zoe-PC-portable-2020:~/rtl8821ce$ rfkill list all
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
zoe@zoe-PC-portable-2020:~/rtl8821ce$ 

Hors ligne

#32 Le 27/11/2019, à 11:52

NicoApi73

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Je sèche, je ne sais pas pourquoi le driver n'est pas pris en compte. Il est bien chargé avec modprobe...

xubu : une idée

Il faudrait l'avis de Naziel ou de quelqu'un dautre

Hors ligne

#33 Le 27/11/2019, à 11:54

xubu1957

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Tenter la solution de toutafai ?

Le 21/01/2014, toutafai a écrit :

A tous ceux qui sont avec de l'ASUS :

Essayer cette modification, facilement "réversible" :

sudo nano /etc/modprobe.d/blacklist.conf

A la fin du fichier, rajouter la ligne suivante :

blacklist asus_nb_wmi

Enregistrer la modification, rebooter et tester si le wifi est ok

PS : Pour annuler la modification, il suffit simplement de supprimer la ligne ajoutée, enregistrer et rebooter


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#34 Le 27/11/2019, à 11:59

Philippe441

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

En tout cas déjà merci pour vos recherches, le problème n'est donc pas évident du tout. Cela dépend de ce modèle de PC ? Pour info, j'ai encore une semaine pour trouver, sinon je pourrai le retourner avant les 14 jours de droit de rétractation et me le faire rembourser s'il ne peut fonctionner sur Linux ??? !!!

Hors ligne

#35 Le 27/11/2019, à 12:14

Philippe441

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Pas mieux après reboot. Voici le contenu du fichier /etc/modprobe.d/blacklist.conf

# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# Causes trackpads to stop working on Lenovo 11e 2nd gen (Ubuntu: #1802135)
# and Lenovo x240 to hang on boot (Ubuntu: #1802689)
blacklist i2c_i801

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac
blacklist asus_nb_wmi

Hors ligne

#36 Le 27/11/2019, à 13:18

Philippe441

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Il y a dans
https://doc.ubuntu-fr.org/liste_portables_asus#tuf
Modèle     État     Versions     Matériels mal supportés / Résolutions
FX505DD     Fonctionne après config     19.04     1. Carte WiFi Realtek rlt8821ce non reconnue, il faut installer ce driver. Procédure ici.
Le PC concerné FX505DD étant très proche du mien FX505DT, j'ai essayé de faire les manips décrites. Mais dès le début, il y a un problème de mot de passe administrateur. Il dit d'entrer un mot de passe de 8 à 16 caractères, or le mien n'en a que 7. Je ne comprends pas.

zoe@zoe-PC-portable-2020:~$ sudo mokutil --disable-validation
[sudo] Mot de passe de zoe : 
password length: 8~16
input password: 
password should be 8~16 characters
input password: 

Hors ligne

#37 Le 27/11/2019, à 13:29

xubu1957

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

@Nico

Changer le pilote ?

Le 17/11/2019, Frank-29200 a écrit :

J'ai essayé le driver situé http://github.com/shubham151/rtl8821ce.git et celui-ci fonctionne.

> RTL8821CE fonctionnement erratique [RESOLU]


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#38 Le 27/11/2019, à 13:54

Philippe441

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

J'essaye, je ne trouve pas les détails, donc je tente de reconstituer ce qu'il y a a faire...

zoe@zoe-PC-portable-2020:~$     sudo apt-get install --reinstall git dkms build-essential linux-headers - $ (uname -r)
bash: erreur de syntaxe près du symbole inattendu « ( »

Bon, je suis passé à la ligne suivante, en changeant le site internet visé.

zoe@zoe-PC-portable-2020:~$  git clone http://github.com/shubham151/rtl8821ce.git
fatal: le chemin de destination 'rtl8821ce' existe déjà et n'est pas un répertoire vide.
zoe@zoe-PC-portable-2020:~$

J'ai supprimé le dossier, et recommencé.

zoe@zoe-PC-portable-2020:~$ git clone http://github.com/shubham151/rtl8821ce.git
Clonage dans 'rtl8821ce'...
warning: redirection vers https://github.com/shubham151/rtl8821ce.git/
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 642 (delta 0), reused 0 (delta 0), pack-reused 639
Réception d'objets: 100% (642/642), 3.26 MiB | 2.12 MiB/s, fait.
Résolution des deltas: 100% (269/269), fait.
zoe@zoe-PC-portable-2020:~$     cd rtl8821ce
zoe@zoe-PC-portable-2020:~/rtl8821ce$ 

Puis

zoe@zoe-PC-portable-2020:~/rtl8821ce$     chmod + x dkms-install.sh
chmod: impossible d'accéder à 'x': Aucun fichier ou dossier de ce type

Bref, j'ai besoin que l'on me donne les commandes exactes à passer SVP !

Hors ligne

#39 Le 27/11/2019, à 13:58

NicoApi73

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

xubu1957 a écrit :

@Nico

Changer le pilote ?

Le 17/11/2019, Frank-29200 a écrit :

J'ai essayé le driver situé http://github.com/shubham151/rtl8821ce.git et celui-ci fonctionne.

> RTL8821CE fonctionnement erratique [RESOLU]

On peut essayer (si je ne me trompe pas dans les commandes sad )

Hors ligne

#40 Le 27/11/2019, à 14:06

ylag

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

@Philippe441:

Bonjour,

Coquille dans ta commande du dernier encart au #38, il faut:

zoe@zoe-PC-portable-2020:~/rtl8821ce$ chmod +x dkms-install.sh

...et non:

zoe@zoe-PC-portable-2020:~/rtl8821ce$     chmod + x dkms-install.sh

Surtout sans espace entre le «+» et le «x».

A+

Dernière modification par ylag (Le 27/11/2019, à 14:07)

Hors ligne

#41 Le 27/11/2019, à 14:06

NicoApi73

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

sudo modprobe -r 8821ce
cd ~
rm -r rtl8821ce
git clone http://github.com/shubham151/rtl8821ce.git 
cd rtl8821ce
make
sudo make install
sudo modprobe 8821ce
sudo lshw -class network

Valider par o ou y les questions lors du rm

Donner tous les retours

Hors ligne

#42 Le 27/11/2019, à 14:11

NicoApi73

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

@ylag : bonjour,

nous avons compilé manuellement (avec make) le driver. La compilation, l'installation et le chargement passent correctement. Mais le driver ne prend pas en charge la carte. Aucun signe de blocage HW ou SW, secure-boot désactivé.

Une idée?

Pour éviter tout conflit, la version dkms a été désinstallée. xubu a proposé un autre driver (qui est plus ancien, datant de 6 mois).

Hors ligne

#43 Le 27/11/2019, à 14:14

ylag

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

@NicoApi73:

Bonjour,

Désolé, j'aurais dû relire la discussion avant de poster.
Pas d'autre idée à proposer, sinon peut-être examiner les paramètres pris en charge par ce module?

A+

Dernière modification par ylag (Le 27/11/2019, à 14:16)

Hors ligne

#44 Le 27/11/2019, à 14:17

NicoApi73

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

T'inquète... Ce n'est pas le propos de mon post précédent, d'autant que personnellement j'ai tendance à lire en diagonal wink

Ce qui m'intéresse c'est si tu as une idée par rapport au problème rencontré, tel que je l'ai résumé smile Je suis sec sur le sujet...

EDIT : Et en plus de lire en diagonal, j'ai fait relativement fort aujourd'hui avec une faute de frappe par post en moyenne...

Dernière modification par NicoApi73 (Le 27/11/2019, à 14:19)

Hors ligne

#45 Le 27/11/2019, à 15:19

Philippe441

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Donc j'ai recommencé en enlevant l'espace avant le x. Cela ne semble pas s'être bien passé :

zoe@zoe-PC-portable-2020:~/rtl8821ce$ zoe@zoe-PC-portable-2020:~/rtl8821ce$ chmod +x dkms-install.sh
bash: zoe@zoe-PC-portable-2020:~/rtl8821ce$: Aucun fichier ou dossier de ce type
zoe@zoe-PC-portable-2020:~/rtl8821ce$ ls
clean      dkms-install.sh  hal          Kconfig   os_dep    README.md    wlan0dhcp
core       dkms-remove.sh   ifcfg-wlan0  LICENSE   PKGBUILD  rtl8821c.mk
dkms.conf  get_sources.sh   include      Makefile  platform  runwpa
zoe@zoe-PC-portable-2020:~/rtl8821ce$ chmod +x dkms-install.sh
zoe@zoe-PC-portable-2020:~/rtl8821ce$     chmod +x dkms-remove.sh
zoe@zoe-PC-portable-2020:~/rtl8821ce$     sudo ./dkms-install.sh
[sudo] Mot de passe de zoe : 
About to run dkms install steps...

Creating symlink /var/lib/dkms/rtl8821ce/1.0.0/source ->
                 /usr/src/rtl8821ce-1.0.0

DKMS: add completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area...
'make' -j4 KVER=5.0.0-36-generic............
Signing module:
 - /var/lib/dkms/rtl8821ce/1.0.0/5.0.0-36-generic/x86_64/module/8821ce.ko
Secure Boot not enabled on this system.
cleaning build area...

DKMS: build completed.

8821ce:
Running module version sanity check.
Error! Module version v5.2.5_23431.20180920 for 8821ce.ko
is not newer than what is already found in kernel 5.0.0-36-generic (v5.5.2_34066.20190614_COEX20180712-3232).
You may override by specifying --force.

depmod...

DKMS: install completed.
Finished running dkms install steps.
zoe@zoe-PC-portable-2020:~/rtl8821ce$ 

Hors ligne

#46 Le 27/11/2019, à 16:08

NicoApi73

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Il fait simplement la remarque qu'il y a déjà un module 8821ce qui est identique ou plus récent...

Donne

dkms status

Hors ligne

#47 Le 27/11/2019, à 16:09

Philippe441

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

zoe@zoe-PC-portable-2020:~$ dkms status
rtl8821ce, 1.0.0, 5.0.0-36-generic, x86_64: installed (WARNING! Diff between built and installed module!)
zoe@zoe-PC-portable-2020:~$ 

Hors ligne

#48 Le 27/11/2019, à 16:13

NicoApi73

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Ce n'est pas le même driver que celui que tu as mis initialement

sudo modprobe -r 8821ce
sudo modprobe 8821ce
sudo lshw -class network

Hors ligne

#49 Le 27/11/2019, à 16:13

Philippe441

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Au cas où cela aide à résoudre la wifi, voici d'autres problèmes que je n'ai pas encore essayé de résoudre :
    • Impossible de réallumer clavier
J’ai éteint le clavier allumé en rouge au début en testant les touches de fonctions haut / bas, mais pas possible de le rallumer. Après des redémarrages, cela remarche en bleu ! Je n’y touche plus...
    • Ecran clignote après sortie de veille
Donc obligé de redémarrer après sortie de veille pour que l’écran s’affiche correctement.
    • Ne s’éteint pas
Quand je demande d’éteindre, l’écran s’éteint mais pas le reste : led d’indication de marche, ventilation. J’ai beau attendre longtemps, je finis par l’arrêter de force avec le bouton de démarrage.

Hors ligne

#50 Le 27/11/2019, à 16:14

NicoApi73

Re : Aucun adaptateur wi-fi trouvé, RTL 8821CE, ASUS TUF FX505DT

Pour les autres problèmes, donne :

sudo lshw -class display

Hors ligne