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.

#1 Le 13/06/2020, à 20:05

Akatu

Adaptateur bluetooth non trouvé

Bonjour,

Cela fait 2 jours que je fais des recherches et des tests mais ça donne rien donc je sollicite l'aide de personnes plus avisées :-)

Alors, avec ma femme, on a le même PC portable et le même OS :

OS: KDE neon User Edition 5.19 x86_64 
Host: 81LK IdeaPad L340-15IRH Gaming 
Kernel: 5.3.0-59-generic 
CPU: Intel i5-9300H (8) @ 2.400GHz 
GPU: Intel Device 3e9b 
GPU: NVIDIA NVIDIA Corporation Device 1c91

Sur mon PC, tout roule mais sur le sien, le bluetooth ne marche plus :
1. Pas d'icône Bluetooth dans la zone de notification
2. Configuration système - Bluetooth : elle a un bandeau rouge avec le message "Aucun adaptateur Bluetooth n'a été trouvé. Veuillez en connecter un."

Sur mon PC, la commande `lsusb` renvoie cette ligne :

Bus 001 Device 003: ID 0bda:c024 Realtek Semiconductor Corp. 

mais pas sur le PC de ma femme.

Autres résultats de commandes :

$ /usr/sbin/rfkill list
0: ideapad_wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
1: ideapad_bluetooth: Bluetooth
        Soft blocked: no
        Hard blocked: no
2: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
sudo dmesg | grep Blue

=> vide

$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enable
   Active: inactive (dead)
     Docs: man:bluetoothd(8)
lsmod | grep btusb

=> vide

sudo modprobe btusb
sudo systemctl start bluetooth.service
sudo systemctl start bluetooth

L'icône Bluetooth apparaît dans la zone de notification mais toujours aucun adaptateur trouvé.

Les choses ont changé sur l'état bluetooth :

$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enable
   Active: active (running) since Mon 2020-06-08 19:25:53 CEST; 1min 28s ago
     Docs: man:bluetoothd(8)
 Main PID: 2983 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─2983 /usr/lib/bluetooth/bluetoothd

juin 08 19:25:53 L340-15IRH systemd[1]: Starting Bluetooth service...
juin 08 19:25:53 L340-15IRH bluetoothd[2983]: Bluetooth daemon 5.48
juin 08 19:25:53 L340-15IRH systemd[1]: Started Bluetooth service.
juin 08 19:25:53 L340-15IRH bluetoothd[2983]: Starting SDP server
juin 08 19:25:53 L340-15IRH bluetoothd[2983]: Bluetooth management interface 1.14 initia

Aujourd'hui, j'ai démarré ZorinOS depuis une clé USB (sans installation) sur mon PC et le bluetooth fonctionne normalement. Sur le PC de ma femme, le bluetooth n'est même pas visible dans la zone de notification.
Quand je veux aller dans les menus Bluetooth, j'ai le message : "Bluez daemon is not running. blueman-manager cannot continue".
Je peux activer le bluetooth, l'icône apparaît mais toujours aucun adaptateur.

Après ces tests, je penche (humblement) à un problème matériel ou à une désactivation à un niveau inférieur à l'OS. J'ai comparé nos paramètres dans le Bios mais tout est identique.
Merci d'avance pour votre aide.


KDE neon User Edition
LENOVO Ideapad L340-15IRH
Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 coeurs)
512 Go SSD - (M.2 2280) PCIe 3.0 x4 - NVM Express (NVMe)

Hors ligne

#2 Le 13/06/2020, à 20:12

xubu1957

Re : Adaptateur bluetooth non trouvé

Bonjour,

Il faut aussi fournir :

uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
dpkg -l | grep blue

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

#3 Le 13/06/2020, à 20:15

Akatu

Re : Adaptateur bluetooth non trouvé

Pas de soucis, voilà :

elodie@L340-15IRH:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux L340-15IRH 5.3.0-59-generic #53~18.04.1-Ubuntu SMP Thu Jun 4 14:58:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
07:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
        Subsystem: Lenovo RTL8821CE 802.11ac PCIe Wireless Network Adapter [17aa:c024]
        Kernel driver in use: rtl8821ce
        Kernel modules: 8821ce
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
        Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:38cf]
        Kernel driver in use: r8169
        Kernel modules: r8169
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 04ca:7070 Lite-On Technology Corp. 
Bus 001 Device 008: ID 1d57:ad17 Xenta 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[  724.262388] Bluetooth: Core ver 2.22
[  724.262410] Bluetooth: HCI device and connection manager initialized
[  724.262414] Bluetooth: HCI socket layer initialized
[  724.262416] Bluetooth: L2CAP socket layer initialized
[  724.262420] Bluetooth: SCO socket layer initialized
[  739.237343] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  739.237344] Bluetooth: BNEP filters: protocol multicast
[  739.237349] Bluetooth: BNEP socket layer initialized
[    0.128688] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.850798] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    1.876370] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
bluetooth             573440  11 btrtl,btintel,btbcm,bnep,btusb
ecdh_generic           16384  1 bluetooth
elodie@L340-15IRH:~$ dpkg -l | grep blue
ii  bluedevil                                     4:5.19.0-0xneon+18.04+bionic+build53             amd64        KDE Bluetooth stack
ii  blueman                                       2.0.5-1ubuntu1                                   amd64        Graphical bluetooth manager
ii  bluez                                         5.48-0ubuntu3.4                                  amd64        Bluetooth tools and daemons
ii  bluez-btsco                                   1:0.50-0ubuntu6                                  amd64        Bluez Bluetooth SCO tool
ii  bluez-cups                                    5.48-0ubuntu3.4                                  amd64        Bluetooth printer driver for CUPS
ii  bluez-dbg                                     5.48-0ubuntu3.4                                  amd64        Bluetooth tools and daemons (with debugging symbols)
ii  bluez-hcidump                                 5.48-0ubuntu3.4                                  amd64        Analyses Bluetooth HCI packets
ii  bluez-obexd                                   5.48-0ubuntu3.4                                  amd64        bluez obex daemon
ii  bluez-tests                                   5.48-0ubuntu3.4                                  amd64        BlueZ test tools and scripts
ii  bluez-tools                                   0.2.0~20140808-5build1                           amd64        Set of tools to manage Bluetooth devices for linux
ii  libbluetooth3:amd64                           5.48-0ubuntu3.4                                  amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libbluetooth3-dbg                             5.48-0ubuntu3.4                                  amd64        Library to use the BlueZ Linux Bluetooth stack with debugging symbols
ii  libkf5bluezqt-data                            5.70.0-0xneon+18.04+bionic+build32               all          data files for bluez-qt
ii  libkf5bluezqt6:amd64                          5.70.0-0xneon+18.04+bionic+build32               amd64        Qt wrapper for bluez
ii  pulseaudio-module-bluetooth                   1:11.1-1ubuntu7.8                                amd64        Bluetooth module for PulseAudio sound server
ii  qml-module-org-kde-bluezqt:amd64              5.70.0-0xneon+18.04+bionic+build32               amd64        QML wrapper for bluez

KDE neon User Edition
LENOVO Ideapad L340-15IRH
Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 coeurs)
512 Go SSD - (M.2 2280) PCIe 3.0 x4 - NVM Express (NVMe)

Hors ligne

#4 Le 13/06/2020, à 20:25

xubu1957

Re : Adaptateur bluetooth non trouvé

L'icone Bluetooth est-elle présente ?

Doc § 1 > bluetooth#pre-requis

_ _ _

(edit=messages regroupés)
_ _ _

Tente :

sudo /etc/init.d/bluetooth restart

Dernière modification par xubu1957 (Le 13/06/2020, à 20:26)


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

#5 Le 13/06/2020, à 20:28

Akatu

Re : Adaptateur bluetooth non trouvé

Alors actuellement oui (grâce aux commandes citées précédemment) :
1592077091.png

Mais après un redémarrage :
1592077111.png

EDIT:

elodie@L340-15IRH:~$ sudo /etc/init.d/bluetooth restart
[sudo] password for elodie: 
[ ok ] Restarting bluetooth (via systemctl): bluetooth.service.

=> pas de changement

Dernière modification par Akatu (Le 13/06/2020, à 20:29)


KDE neon User Edition
LENOVO Ideapad L340-15IRH
Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 coeurs)
512 Go SSD - (M.2 2280) PCIe 3.0 x4 - NVM Express (NVMe)

Hors ligne

#6 Le 13/06/2020, à 20:31

xubu1957

Re : Adaptateur bluetooth non trouvé

Tu as regardé dans le BIOS ?

Et comment activer le Bluetooth sur l'ordi, d'après la notice ?


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

#7 Le 13/06/2020, à 20:38

Akatu

Re : Adaptateur bluetooth non trouvé

Le BIOS, j'ai comparé les 2 PC comme indiqué dans mon 1er post mais tout semble identique.
Côté notice, je vais regarder sur le site de Lenovo mais je ne vois aucun raccourci clavier comme le mode avion par exemple.


KDE neon User Edition
LENOVO Ideapad L340-15IRH
Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 coeurs)
512 Go SSD - (M.2 2280) PCIe 3.0 x4 - NVM Express (NVMe)

Hors ligne

#8 Le 13/06/2020, à 20:40

xubu1957

Re : Adaptateur bluetooth non trouvé

Avais-tu installé pavucontrol ?

Avais-tu regardé > [Tuto] Pas de Bluetooth ? Quelques solutions ?


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

#9 Le 13/06/2020, à 20:44

Akatu

Re : Adaptateur bluetooth non trouvé

C'est le PC de ma femme donc difficile de te dire précisément. Si ça ne s'est pas installé/désinstallé avec Discover alors elle n'a rien fait.

apt list --installed | grep pavu ne donne aucun résultat pour info.

J'ai lu beaucoup de choses mais pas sur ton sujet. Je passe à table. Je regarde après, merci.

EDIT : le support officiel Lenovo ne parle que de manipulations Windows. Aucun raccourci ou option dans le BIOS visiblement.

Dernière modification par Akatu (Le 13/06/2020, à 20:45)


KDE neon User Edition
LENOVO Ideapad L340-15IRH
Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 coeurs)
512 Go SSD - (M.2 2280) PCIe 3.0 x4 - NVM Express (NVMe)

Hors ligne

#10 Le 13/06/2020, à 20:46

xubu1957

Re : Adaptateur bluetooth non trouvé

Tu montreras aussi :

dpkg -l | grep -v ^ii
snap list --all

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

#11 Le 13/06/2020, à 22:55

Akatu

Re : Adaptateur bluetooth non trouvé

Dis moi si tu préfères une capture :

elodie@L340-15IRH:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                           Version                                          Architecture Description
+++-=============================================-================================================-============-===============================================================================
rc  clipit                                        1.4.2-1.2                                        amd64        lightweight GTK+ clipboard manager
rc  ibverbs-providers:amd64                       17.1-1ubuntu0.2                                  amd64        User space provider drivers for libibverbs
rc  krename                                       5.0.0-2+18.04+bionic+build3                      amd64        powerful batch renamer for KDE
rc  linux-image-5.3.0-28-generic                  5.3.0-28.30~18.04.1                              amd64        Signed kernel image generic
rc  linux-image-5.3.0-40-generic                  5.3.0-40.32~18.04.1                              amd64        Signed kernel image generic
rc  linux-image-5.3.0-42-generic                  5.3.0-42.34~18.04.1                              amd64        Signed kernel image generic
rc  linux-image-5.3.0-46-generic                  5.3.0-46.38~18.04.1                              amd64        Signed kernel image generic
rc  linux-modules-5.3.0-28-generic                5.3.0-28.30~18.04.1                              amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-40-generic                5.3.0-40.32~18.04.1                              amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-42-generic                5.3.0-42.34~18.04.1                              amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-46-generic                5.3.0-46.38~18.04.1                              amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-28-generic          5.3.0-28.30~18.04.1                              amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-40-generic          5.3.0-40.32~18.04.1                              amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-42-generic          5.3.0-42.34~18.04.1                              amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-46-generic          5.3.0-46.38~18.04.1                              amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  qlipper                                       1:5.1.1-2                                        amd64        Lightweight and cross-platform clipboard history applet
rc  samba                                         2:4.7.6+dfsg~ubuntu-0ubuntu2.15                  amd64        SMB/CIFS file, print, and login server for Unix
elodie@L340-15IRH:~$ snap list --all
Name          Version    Rev   Tracking       Publisher     Notes
core          16-2.44.3  9066  latest/stable  canonical✓    core,disabled
core          16-2.45    9289  latest/stable  canonical✓    core
sublime-text  3211       85    latest/stable  snapcrafters  classic

KDE neon User Edition
LENOVO Ideapad L340-15IRH
Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 coeurs)
512 Go SSD - (M.2 2280) PCIe 3.0 x4 - NVM Express (NVMe)

Hors ligne

#12 Le 13/06/2020, à 22:59

xubu1957

Re : Adaptateur bluetooth non trouvé

Pas de paquet mal installé.

Pour nettoyer :

Le 20/02/2017, moko138 a écrit :

Pour supprimer tous ces fichiers de configuration devenus sans objets et marqués "rc", et uniquement ces fichiers, exécute :

dpkg -l | awk '/^rc/{print $2}' | xargs -r sudo dpkg -P

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

#13 Le 14/06/2020, à 14:37

Akatu

Re : Adaptateur bluetooth non trouvé

Je vais en profiter pour faire une réinstallation propre.
Je suis tombé sur ce sujet plutôt intéressant.

Après une réinstallation, je n'ai pas le wifi donc j'utilise normalement ce dépôt : https://github.com/tomaspinho/rtl8821ce
Est-ce l'un de ces 2 dépôts réglerait le problème ?
https://github.com/kelebek333/backport-btrtl-dkms
https://github.com/shubham151/rtl8821ce

Ce dépôt de tomaspinho supporte Arch et Ubuntu 18.10.
La FAQ de KDE Neon dit qu'elle est basée sur Ubuntu 18.04 : https://neon.kde.org/faq


KDE neon User Edition
LENOVO Ideapad L340-15IRH
Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 coeurs)
512 Go SSD - (M.2 2280) PCIe 3.0 x4 - NVM Express (NVMe)

Hors ligne

#14 Le 14/06/2020, à 14:48

xubu1957

Re : Adaptateur bluetooth non trouvé

Bonjour,

Le paquet étant disponible > packages.ubuntu.com/search?keywords=rtl8821ce-dkms

Tente :

sudo apt install rtl8821ce-dkms

> Probleme installation Ubuntu 18.04 LTS sur Lenovo 330


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

#15 Le 14/06/2020, à 16:55

Akatu

Re : Adaptateur bluetooth non trouvé

Pas mieux.
J'ai installé Manjaro KDE puis remis KDE Neon, toujours rien. L'installation des pilotes a fonctionné car j'avais le WiFi. Ça me gonfle...
Je vais acheter un adaptateur à 5 euros je crois.


KDE neon User Edition
LENOVO Ideapad L340-15IRH
Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 coeurs)
512 Go SSD - (M.2 2280) PCIe 3.0 x4 - NVM Express (NVMe)

Hors ligne

#16 Le 14/06/2020, à 16:58

xubu1957

Re : Adaptateur bluetooth non trouvé

Il y a des snaps sur cet ordi ?

snap list --all

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

#17 Le 14/06/2020, à 17:10

Akatu

Re : Adaptateur bluetooth non trouvé

https://forum.ubuntu-fr.org/viewtopic.p … #p22300674

Désormais, il n'y en a plus.

Ce qui est dingue, c'est qu'on a le même PC et OS...

Dernière modification par Akatu (Le 14/06/2020, à 17:11)


KDE neon User Edition
LENOVO Ideapad L340-15IRH
Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 coeurs)
512 Go SSD - (M.2 2280) PCIe 3.0 x4 - NVM Express (NVMe)

Hors ligne

#18 Le 14/06/2020, à 17:20

xubu1957

Re : Adaptateur bluetooth non trouvé

Donne :

modinfo 8821ce

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

#19 Le 14/06/2020, à 17:27

Akatu

Re : Adaptateur bluetooth non trouvé

modinfo: ERROR: Module 8821ce not found.

J'ai tout un tas d'infos sur mon PC qui fonctionne en effet.

Dernière modification par Akatu (Le 14/06/2020, à 17:28)


KDE neon User Edition
LENOVO Ideapad L340-15IRH
Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 coeurs)
512 Go SSD - (M.2 2280) PCIe 3.0 x4 - NVM Express (NVMe)

Hors ligne

#20 Le 14/06/2020, à 17:28

xubu1957

Re : Adaptateur bluetooth non trouvé

Alors :

modinfo rtl8821ce

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

#21 Le 14/06/2020, à 17:46

Akatu

Re : Adaptateur bluetooth non trouvé

Voilà

elodie@L340-15IRH:~$ modinfo rtl8821ce
filename:       /lib/modules/5.3.0-59-generic/updates/rtl8821ce.ko
version:        v5.5.2.1_35598.20191029
author:         Realtek Semiconductor Corp.
description:    Realtek Wireless Lan Driver
license:        GPL
srcversion:     C09B428D25739BC6860F9B7
alias:          pci:v000010ECd0000C82Bsv*sd*bc*sc*i*
alias:          pci:v000010ECd0000C82Asv*sd*bc*sc*i*
alias:          pci:v000010ECd0000C821sv*sd*bc*sc*i*
depends:        cfg80211
retpoline:      Y
name:           rtl8821ce
vermagic:       5.3.0-59-generic SMP mod_unload 
parm:           rtw_wireless_mode:int
parm:           rtw_ips_mode:The default IPS mode (int)
parm:           rtw_lps_level:The default LPS level (int)
parm:           rtw_lps_chk_by_tp:int
parm:           rtw_max_bss_cnt:int
parm:           rtw_usb_rxagg_mode:int
parm:           rtw_dynamic_agg_enable:int
parm:           rtw_tx_bw_mode:The max tx bw for 2.4G and 5G. format is the same as rtw_bw_mode (uint)
parm:           rtw_rx_ampdu_sz_limit_1ss:RX AMPDU size limit for 1SS link of each BW, 0xFF: no limitation (array of uint)
parm:           rtw_rx_ampdu_sz_limit_2ss:RX AMPDU size limit for 2SS link of each BW, 0xFF: no limitation (array of uint)
parm:           rtw_rx_ampdu_sz_limit_3ss:RX AMPDU size limit for 3SS link of each BW, 0xFF: no limitation (array of uint)
parm:           rtw_rx_ampdu_sz_limit_4ss:RX AMPDU size limit for 4SS link of each BW, 0xFF: no limitation (array of uint)
parm:           rtw_vht_enable:int
parm:           rtw_vht_rx_mcs_map:VHT RX MCS map (uint)
parm:           rtw_rf_config:int
parm:           rtw_country_code:The default country code (in alpha2) (charp)
parm:           rtw_channel_plan:The default chplan ID when rtw_alpha2 is not specified or valid (int)
parm:           rtw_excl_chs:exclusive channel array (array of uint)
parm:           rtw_btcoex_enable:BT co-existence on/off, 0:off, 1:on, 2:by efuse (int)
parm:           rtw_ant_num:Antenna number setting, 0:by efuse (int)
parm:           rtw_qos_opt_enable:int
parm:           ifname:The default name to allocate for first interface (charp)
parm:           if2name:The default name to allocate for second interface (charp)
parm:           rtw_pwrtrim_enable:int
parm:           rtw_initmac:charp
parm:           rtw_special_rf_path:int
parm:           rtw_chip_version:int
parm:           rtw_rfintfs:int
parm:           rtw_lbkmode:int
parm:           rtw_network_mode:int
parm:           rtw_channel:int
parm:           rtw_mp_mode:int
parm:           rtw_wmm_enable:int
parm:           rtw_uapsd_max_sp:int
parm:           rtw_uapsd_ac_enable:int
parm:           rtw_wmm_smart_ps:int
parm:           rtw_vrtl_carrier_sense:int
parm:           rtw_vcs_type:int
parm:           rtw_busy_thresh:int
parm:           rtw_ht_enable:int
parm:           rtw_bw_mode:int
parm:           rtw_ampdu_enable:int
parm:           rtw_rx_stbc:int
parm:           rtw_rx_ampdu_amsdu:int
parm:           rtw_tx_ampdu_amsdu:int
parm:           rtw_lowrate_two_xmit:int
parm:           rtw_power_mgnt:int
parm:           rtw_smart_ps:int
parm:           rtw_low_power:int
parm:           rtw_wifi_spec:int
parm:           rtw_full_ch_in_p2p_handshake:int
parm:           rtw_antdiv_cfg:int
parm:           rtw_antdiv_type:int
parm:           rtw_drv_ant_band_switch:int
parm:           rtw_single_ant_path:int
parm:           rtw_switch_usb_mode:int
parm:           rtw_enusbss:int
parm:           rtw_hwpdn_mode:int
parm:           rtw_hwpwrp_detect:int
parm:           rtw_hw_wps_pbc:int
parm:           rtw_check_hw_status:int
parm:           rtw_pci_aspm_enable:int
parm:           rtw_max_roaming_times:The max roaming times to try (uint)
parm:           rtw_mc2u_disable:int
parm:           rtw_notch_filter:0:Disable, 1:Enable, 2:Enable only for P2P (uint)
parm:           rtw_hiq_filter:0:allow all, 1:allow special, 2:deny all (uint)
parm:           rtw_adaptivity_en:0:disable, 1:enable (uint)
parm:           rtw_adaptivity_mode:0:normal, 1:carrier sense (uint)
parm:           rtw_adaptivity_th_l2h_ini:th_l2h_ini for Adaptivity (int)
parm:           rtw_adaptivity_th_edcca_hl_diff:th_edcca_hl_diff for Adaptivity (int)
parm:           rtw_amplifier_type_2g:BIT3:2G ext-PA, BIT4:2G ext-LNA (uint)
parm:           rtw_amplifier_type_5g:BIT6:5G ext-PA, BIT7:5G ext-LNA (uint)
parm:           rtw_RFE_type:default init value:64 (uint)
parm:           rtw_powertracking_type:default init value:64 (uint)
parm:           rtw_GLNA_type:default init value:0 (uint)
parm:           rtw_TxBBSwing_2G:default init value:0xFF (uint)
parm:           rtw_TxBBSwing_5G:default init value:0xFF (uint)
parm:           rtw_OffEfuseMask:default open Efuse Mask value:0 (uint)
parm:           rtw_FileMaskEfuse:default drv Mask Efuse value:0 (uint)
parm:           rtw_rxgain_offset_2g:default RF Gain 2G Offset value:0 (uint)
parm:           rtw_rxgain_offset_5gl:default RF Gain 5GL Offset value:0 (uint)
parm:           rtw_rxgain_offset_5gh:uint
parm:           rtw_rxgain_offset_5gm:default RF Gain 5GM Offset value:0 (uint)
parm:           rtw_pll_ref_clk_sel:force pll_ref_clk_sel, 0xF:use autoload value (uint)
parm:           rtw_tx_pwr_by_rate:0:Disable, 1:Enable, 2: Depend on efuse (int)
parm:           rtw_tx_pwr_lmt_enable:0:Disable, 1:Enable, 2: Depend on efuse (int)
parm:           rtw_target_tx_pwr_2g_a:2.4G target tx power (unit:dBm) of RF path A for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_2g_b:2.4G target tx power (unit:dBm) of RF path B for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_2g_c:2.4G target tx power (unit:dBm) of RF path C for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_2g_d:2.4G target tx power (unit:dBm) of RF path D for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_5g_a:5G target tx power (unit:dBm) of RF path A for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_5g_b:5G target tx power (unit:dBm) of RF path B for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_5g_c:5G target tx power (unit:dBm) of RF path C for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_5g_d:5G target tx power (unit:dBm) of RF path D for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_tsf_update_pause_factor:num of bcn intervals to stay TSF update pause status (int)
parm:           rtw_tsf_update_restore_factor:num of bcn intervals to stay TSF update restore status (int)
parm:           rtw_phy_file_path:The path of phy parameter (charp)
parm:           rtw_load_phy_file:PHY File Bit Map (int)
parm:           rtw_decrypt_phy_file:Enable Decrypt PHY File (int)
parm:           rtw_en_napi:int
parm:           rtw_en_gro:int
parm:           rtw_iqk_fw_offload:int
parm:           rtw_ch_switch_offload:int

KDE neon User Edition
LENOVO Ideapad L340-15IRH
Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 coeurs)
512 Go SSD - (M.2 2280) PCIe 3.0 x4 - NVM Express (NVMe)

Hors ligne

#22 Le 14/06/2020, à 17:51

xubu1957

Re : Adaptateur bluetooth non trouvé

Je vais tenter d'avoir l'aide de Nuliel.


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

#23 Le 14/06/2020, à 19:16

Akatu

Re : Adaptateur bluetooth non trouvé

Sympa, merci.


KDE neon User Edition
LENOVO Ideapad L340-15IRH
Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 coeurs)
512 Go SSD - (M.2 2280) PCIe 3.0 x4 - NVM Express (NVMe)

Hors ligne

#24 Le 17/06/2020, à 10:55

Nuliel

Re : Adaptateur bluetooth non trouvé

Hello,
Tu peux donner

hcitool scan

et si ça marche pas

sudo systemctl restart bluetooth
hcitool scan

et si ça marche toujours pas je veux bien

dmesg | grep 'bt\|firmware\|bluetooth'

Par contre je vois pas le retour d'un périphérique bluetooth ni dans lsusb ni dans lspci, c'est la carte wifi qui s'occupe du bluetooth?

Dernière modification par Nuliel (Le 17/06/2020, à 10:56)

Hors ligne

#25 Le 17/06/2020, à 11:55

xubu1957

Re : Adaptateur bluetooth non trouvé

Bonjour,

@Nuliel

RTL8821CE
802.11AC/ABGN PCIE WLAN WITH BLUETOOTH 4.2 SINGLE-CHIP CONTROLLER
General Description
The Realtek RTL8821CE-CG is a highly integrated single-chip that supports 1-stream 802.11ac solutions with Multi-user MIMO (Multiple-Input, Multiple-Output) and Wireless LAN (WLAN) PCI Express network interface controller with integrated Bluetooth 2.1/3.0/4.2 USB interface controller. It combines a WLAN MAC, a 1T1R capable WLAN baseband, and RF in a single chip. The RTL8821CE-CG provides a complete solution for a high-performance integrated wireless and Bluetooth device.

Features
General

TFBGA 5.2x5.2mm package
802.11ac/abgn
802.11ac 1x1, Wave-2 compatible with MU-MIMO
Bluetooth 4.2
Host interface

PCI Express 1.1 for WLAN controller
USB2.0 for Bluetooth controller
Applications
The product is applicable for PC/NB application

> realtek.com/en/products/communications-network-ics/item/rtl8821ce


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