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 23/12/2021, à 18:37

Zen_hero

Air pod Pro et UBUNTU [RESOLU]

Bonjour,

je viens d'acheter des air pod pro et j'ai qq problèmes de synchronisation avec mon système Ubuntu 20.04.3 LTS.

Les air pod sont facilement reconnus, mais j'ai un problème avec la détection automatique des oreilles. En effet, le son se coupe très souvent et les dispositifs se reconnectent automatiquement ce qui altère considérablement l'écoute. J'ai lu toutes sortes de choses sur internet (surtout dédiées au mac..) et j'aimerais votre avis avant de poursuivre. 

Hier, j'ai quand mm installé bluez avec la commande suivante :

$ sudo apt-get install 'bluez*'

que j'ai essayé de désinstaller ajd avec

$ sudo apt-get remove bluez 

, mais je "pense" que ça a désactivé tout le bluetooth du système(cf PJ) que je ne sais pas réactiver..

=> https://u.pcloud.link/publink/show?code … 1HSb34LNPX

Quand je fais la commande suivante :

sudo nano /etc/bluetooth/main.conf

, je tombe sur les infos suivantes :

[General]

# Default adaper name
# Defaults to 'BlueZ X.YZ'
#Name = BlueZ

# Default device class. Only the major and minor device class bits are
# considered. Defaults to '0x000000'.
#Class = 0x000100

# How long to stay in discoverable mode before going back to non-discoverable
# The value is in seconds. Default is 180, i.e. 3 minutes.
# 0 = disable timer, i.e. stay discoverable forever
#DiscoverableTimeout = 0

# How long to stay in pairable mode before going back to non-discoverable
# The value is in seconds. Default is 0.
# 0 = disable timer, i.e. stay pairable forever
#PairableTimeout = 0

Mon idée de base est donc

1. de réactiver le bluetooh
2. de désactiver la détection automatiques des oreilles sur mes airpodpro

Avez-vous des solutions à me proposer ?

Merci par avance pour votre aide et bonnes fêtes à tous-tes

Dernière modification par Zen_hero (Le 10/01/2022, à 19:54)

Hors ligne

#2 Le 23/12/2021, à 19:10

xubu1957

Re : Air pod Pro et UBUNTU [RESOLU]

Bonjour,

Il faudrait fournir, en te servant du Retour utilisable de commande :

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

et avec un terminal dont au préalable la fenêtre est élargie, afin de ne pas tronquer les lignes :

sudo service bluetooth status

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 24/12/2021, à 21:22

Zen_hero

Re : Air pod Pro et UBUNTU [RESOLU]

Hello Xubu et merci pour ton aide,

j'ai lancé tes commandes comme indiqué. j'espère que ça ira et que ça nous donnera quelques pistes pour avancer

archeopteryx@archeopteryx-Inspiron-5502:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux archeopteryx-Inspiron-5502 5.11.0-43-generic #47~20.04.2-Ubuntu SMP Mon Dec 13 11:06:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
0000:00:14.3 Network controller [0280]: Intel Corporation Device [8086:a0f0] (rev 20)
	Subsystem: Intel Corporation Device [8086:4070]
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 0bda:565a Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 003 Device 002: ID 27c6:538d Shenzhen Goodix Technology Co.,Ltd. FingerPrint
Bus 003 Device 004: ID 8087:0026 Intel Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    3.777245] Bluetooth: Core ver 2.22
[    3.777263] Bluetooth: HCI device and connection manager initialized
[    3.777265] Bluetooth: HCI socket layer initialized
[    3.777266] Bluetooth: L2CAP socket layer initialized
[    3.777268] Bluetooth: SCO socket layer initialized
[    3.784566] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[    3.785564] Bluetooth: hci0: Device revision is 2
[    3.785567] Bluetooth: hci0: Secure boot is enabled
[    3.785568] Bluetooth: hci0: OTP lock is enabled
[    3.785569] Bluetooth: hci0: API lock is enabled
[    3.785569] Bluetooth: hci0: Debug lock is disabled
[    3.785570] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.786542] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[    5.562344] Bluetooth: hci0: Waiting for firmware download to complete
[    5.562638] Bluetooth: hci0: Firmware loaded in 1737571 usecs
[    5.562713] Bluetooth: hci0: Waiting for device to boot
[    5.577636] Bluetooth: hci0: Device booted in 14645 usecs
[    5.577756] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[    5.580032] Bluetooth: hci0: Applying Intel DDC parameters completed
[    5.584571] Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
[    6.971003] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.971006] Bluetooth: BNEP filters: protocol multicast
[    6.971010] Bluetooth: BNEP socket layer initialized
[   28.626849] Bluetooth: RFCOMM TTY layer initialized
[   28.626856] Bluetooth: RFCOMM socket layer initialized
[   28.626859] Bluetooth: RFCOMM ver 1.11
[    2.740811] iwlwifi 0000:00:14.3: loaded firmware version 59.601f3a66.0 QuZ-a0-hr-b0-59.ucode op_mode iwlmvm
[    2.846261] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_08.bin (v2.8)
[    3.277814] sof-audio-pci 0000:00:1f.3: Firmware info: version 1:6:0-18fab
[    3.277829] sof-audio-pci 0000:00:1f.3: Firmware: ABI 3:17:0 Kernel ABI 3:18:0
[    3.785570] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.786542] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[    5.562344] Bluetooth: hci0: Waiting for firmware download to complete
[    5.562638] Bluetooth: hci0: Firmware loaded in 1737571 usecs
[    5.584571] Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
bluetooth             638976  9 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic           16384  1 bluetooth
archeopteryx@archeopteryx-Inspiron-5502:~$ dpkg -l | grep blue
rc  bluez                                      5.53-0ubuntu3.4                       amd64        Bluetooth tools and daemons
ii  bluez-cups                                 5.53-0ubuntu3.4                       amd64        Bluetooth printer driver for CUPS
ii  bluez-hcidump                              5.53-0ubuntu3.4                       amd64        Analyses Bluetooth HCI packets
ii  bluez-obexd                                5.53-0ubuntu3.4                       amd64        bluez obex daemon
ii  bluez-tests                                5.53-0ubuntu3.4                       amd64        BlueZ test tools and scripts
ii  bluez-tools                                2.0~20170911.0.7cb788c-2build1        amd64        Set of tools to manage Bluetooth devices for linux
ii  gir1.2-gnomebluetooth-1.0:amd64            3.34.3-0ubuntu1                       amd64        Introspection data for GnomeBluetooth
ii  libbluetooth3:amd64                        5.53-0ubuntu3.4                       amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libbluetooth3-dbg                          5.53-0ubuntu3.4                       amd64        Library to use the BlueZ Linux Bluetooth stack with debugging symbols
ii  libgnome-bluetooth13:amd64                 3.34.3-0ubuntu1                       amd64        GNOME Bluetooth tools - support library
archeopteryx@archeopteryx-Inspiron-5502:~$ rfkill list all
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
archeopteryx@archeopteryx-Inspiron-5502:~$ sudo service bluetooth status
[sudo] Mot de passe de archeopteryx : 
● bluetooth.service
     Loaded: masked (Reason: Unit bluetooth.service is masked.)
     Active: inactive (dead) since Thu 2021-12-23 17:21:05 CET; 1 day 2h ago
   Main PID: 1090 (code=exited, status=0/SUCCESS)
     Status: "Powering down"

déc. 23 17:12:39 archeopteryx-Inspiron-5502 bluetoothd[1090]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSink/sbc
déc. 23 17:12:39 archeopteryx-Inspiron-5502 bluetoothd[1090]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSource/sbc
déc. 23 17:21:05 archeopteryx-Inspiron-5502 bluetoothd[1090]: Terminating
déc. 23 17:21:05 archeopteryx-Inspiron-5502 systemd[1]: Stopping Bluetooth service...
déc. 23 17:21:05 archeopteryx-Inspiron-5502 bluetoothd[1090]: Endpoint unregistered: sender=:1.79 path=/MediaEndpoint/A2DPSink/sbc
déc. 23 17:21:05 archeopteryx-Inspiron-5502 bluetoothd[1090]: Endpoint unregistered: sender=:1.79 path=/MediaEndpoint/A2DPSource/sbc
déc. 23 17:21:05 archeopteryx-Inspiron-5502 bluetoothd[1090]: Stopping SDP server
déc. 23 17:21:05 archeopteryx-Inspiron-5502 bluetoothd[1090]: Exit
déc. 23 17:21:05 archeopteryx-Inspiron-5502 systemd[1]: bluetooth.service: Succeeded.
déc. 23 17:21:05 archeopteryx-Inspiron-5502 systemd[1]: Stopped Bluetooth service.

merci et joyeux noël smile

Hors ligne

#4 Le 24/12/2021, à 21:41

xubu1957

Re : Air pod Pro et UBUNTU [RESOLU]

Essaye :

sudo /etc/init.d/bluetooth start

Vu [Solved] Unable to start bluetooth.service

et askubuntu.com/questions/380096/turn-on-off-bluetooth-from-shell-not-from-applet

Tente aussi :

sudo apt install --reinstall bluez

Joyeux Noël wink

Dernière modification par xubu1957 (Le 24/12/2021, à 21:55)


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 24/12/2021, à 21:53

MicP

Re : Air pod Pro et UBUNTU [RESOLU]

Bonjour Zen_hero

Tes retours de commandes sont bien mais il y manque juste le prompt de retour
qui est normalement affiché après que l'exécution d'une ligne de commande s'est bien terminée (voir les points 2.4 et 2.d dans le message : Retour utilisable de commande)
et qui nous rassure sur le fait que le copié/collé est complet, car il arrive parfois qu'une ligne n'ait pas été sélectionnée dans le retour de commande,
ce qui pourrait provoquer des erreurs d'interprétation.

Dernière modification par MicP (Le 24/12/2021, à 21:55)

Hors ligne

#6 Le 25/12/2021, à 00:53

Zen_hero

Re : Air pod Pro et UBUNTU [RESOLU]

Hello, voici l'intégrale avec les retours commande. J'ai tout mis dans une seule balise en espérant que cela ne pose pas de pb.

archeopteryx@archeopteryx-Inspiron-5502:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux archeopteryx-Inspiron-5502 5.11.0-43-generic #47~20.04.2-Ubuntu SMP Mon Dec 13 11:06:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
0000:00:14.3 Network controller [0280]: Intel Corporation Device [8086:a0f0] (rev 20)
	Subsystem: Intel Corporation Device [8086:4070]
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 0bda:565a Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 003 Device 002: ID 27c6:538d Shenzhen Goodix Technology Co.,Ltd. FingerPrint
Bus 003 Device 004: ID 8087:0026 Intel Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    3.777245] Bluetooth: Core ver 2.22
[    3.777263] Bluetooth: HCI device and connection manager initialized
[    3.777265] Bluetooth: HCI socket layer initialized
[    3.777266] Bluetooth: L2CAP socket layer initialized
[    3.777268] Bluetooth: SCO socket layer initialized
[    3.784566] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[    3.785564] Bluetooth: hci0: Device revision is 2
[    3.785567] Bluetooth: hci0: Secure boot is enabled
[    3.785568] Bluetooth: hci0: OTP lock is enabled
[    3.785569] Bluetooth: hci0: API lock is enabled
[    3.785569] Bluetooth: hci0: Debug lock is disabled
[    3.785570] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.786542] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[    5.562344] Bluetooth: hci0: Waiting for firmware download to complete
[    5.562638] Bluetooth: hci0: Firmware loaded in 1737571 usecs
[    5.562713] Bluetooth: hci0: Waiting for device to boot
[    5.577636] Bluetooth: hci0: Device booted in 14645 usecs
[    5.577756] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[    5.580032] Bluetooth: hci0: Applying Intel DDC parameters completed
[    5.584571] Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
[    6.971003] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.971006] Bluetooth: BNEP filters: protocol multicast
[    6.971010] Bluetooth: BNEP socket layer initialized
[   28.626849] Bluetooth: RFCOMM TTY layer initialized
[   28.626856] Bluetooth: RFCOMM socket layer initialized
[   28.626859] Bluetooth: RFCOMM ver 1.11
[    2.740811] iwlwifi 0000:00:14.3: loaded firmware version 59.601f3a66.0 QuZ-a0-hr-b0-59.ucode op_mode iwlmvm
[    2.846261] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_08.bin (v2.8)
[    3.277814] sof-audio-pci 0000:00:1f.3: Firmware info: version 1:6:0-18fab
[    3.277829] sof-audio-pci 0000:00:1f.3: Firmware: ABI 3:17:0 Kernel ABI 3:18:0
[    3.785570] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.786542] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[    5.562344] Bluetooth: hci0: Waiting for firmware download to complete
[    5.562638] Bluetooth: hci0: Firmware loaded in 1737571 usecs
[    5.584571] Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020
bluetooth             638976  9 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic           16384  1 bluetooth
archeopteryx@archeopteryx-Inspiron-5502:~$ dpkg -l | grep blue
rc  bluez                                      5.53-0ubuntu3.4                       amd64        Bluetooth tools and daemons
ii  bluez-cups                                 5.53-0ubuntu3.4                       amd64        Bluetooth printer driver for CUPS
ii  bluez-hcidump                              5.53-0ubuntu3.4                       amd64        Analyses Bluetooth HCI packets
ii  bluez-obexd                                5.53-0ubuntu3.4                       amd64        bluez obex daemon
ii  bluez-tests                                5.53-0ubuntu3.4                       amd64        BlueZ test tools and scripts
ii  bluez-tools                                2.0~20170911.0.7cb788c-2build1        amd64        Set of tools to manage Bluetooth devices for linux
ii  gir1.2-gnomebluetooth-1.0:amd64            3.34.3-0ubuntu1                       amd64        Introspection data for GnomeBluetooth
ii  libbluetooth3:amd64                        5.53-0ubuntu3.4                       amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libbluetooth3-dbg                          5.53-0ubuntu3.4                       amd64        Library to use the BlueZ Linux Bluetooth stack with debugging symbols
ii  libgnome-bluetooth13:amd64                 3.34.3-0ubuntu1                       amd64        GNOME Bluetooth tools - support library
archeopteryx@archeopteryx-Inspiron-5502:~$ rfkill list all
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
archeopteryx@archeopteryx-Inspiron-5502:~$ sudo service bluetooth status
[sudo] Mot de passe de archeopteryx : 
● bluetooth.service
     Loaded: masked (Reason: Unit bluetooth.service is masked.)
     Active: inactive (dead) since Thu 2021-12-23 17:21:05 CET; 1 day 2h ago
   Main PID: 1090 (code=exited, status=0/SUCCESS)
     Status: "Powering down"

déc. 23 17:12:39 archeopteryx-Inspiron-5502 bluetoothd[1090]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSink/sbc
déc. 23 17:12:39 archeopteryx-Inspiron-5502 bluetoothd[1090]: Endpoint registered: sender=:1.79 path=/MediaEndpoint/A2DPSource/sbc
déc. 23 17:21:05 archeopteryx-Inspiron-5502 bluetoothd[1090]: Terminating
déc. 23 17:21:05 archeopteryx-Inspiron-5502 systemd[1]: Stopping Bluetooth service...
déc. 23 17:21:05 archeopteryx-Inspiron-5502 bluetoothd[1090]: Endpoint unregistered: sender=:1.79 path=/MediaEndpoint/A2DPSink/sbc
déc. 23 17:21:05 archeopteryx-Inspiron-5502 bluetoothd[1090]: Endpoint unregistered: sender=:1.79 path=/MediaEndpoint/A2DPSource/sbc
déc. 23 17:21:05 archeopteryx-Inspiron-5502 bluetoothd[1090]: Stopping SDP server
déc. 23 17:21:05 archeopteryx-Inspiron-5502 bluetoothd[1090]: Exit
déc. 23 17:21:05 archeopteryx-Inspiron-5502 systemd[1]: bluetooth.service: Succeeded.
déc. 23 17:21:05 archeopteryx-Inspiron-5502 systemd[1]: Stopped Bluetooth service.
archeopteryx@archeopteryx-Inspiron-5502:~$ 

merci smile

Hors ligne

#7 Le 25/12/2021, à 01:00

Zen_hero

Re : Air pod Pro et UBUNTU [RESOLU]

Hello Xubu,

J'ai lancé ta commande

sudo /etc/init.d/bluetooth start

ainsi que

sudo apt install --reinstall bluez

le résultat ci-après :

archeopteryx@archeopteryx-Inspiron-5502:~$ sudo /etc/init.d/bluetooth start
[sudo] Mot de passe de archeopteryx : 
archeopteryx@archeopteryx-Inspiron-5502:~$ sudo apt install --reinstall bluez
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libbluetooth3-dbg libsbc1
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les NOUVEAUX paquets suivants seront installés :
  bluez
0 mis à jour, 1 nouvellement installés, 0 à enlever et 1 non mis à jour.
Il est nécessaire de prendre 0 o/980 ko dans les archives.
Après cette opération, 4910 ko d'espace disque supplémentaires seront utilisés.
Sélection du paquet bluez précédemment désélectionné.
(Lecture de la base de données... 258419 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../bluez_5.53-0ubuntu3.4_amd64.deb ...
Dépaquetage de bluez (5.53-0ubuntu3.4) ...
Paramétrage de bluez (5.53-0ubuntu3.4) ...
Traitement des actions différées (« triggers ») pour systemd (245.4-4ubuntu3.13) ...
Traitement des actions différées (« triggers ») pour man-db (2.9.1-1) ...
Traitement des actions différées (« triggers ») pour dbus (1.12.16-2ubuntu2.1) .
..
archeopteryx@archeopteryx-Inspiron-5502:~$ 

Le bluetooth est bien actif désormais. Sauf que j'ai tj un nouveau 'truc' RealTek Bluetooh, qui n'était pas la initialement.
=> https://u.pcloud.link/publink/show?code … M1UQF5se5V

Existe t-il un paquet ou logiciel compatible ubuntu pour régler mes airpodpro (et désactiver la détection oreilles)

Merci d'avance

Hors ligne

#8 Le 25/12/2021, à 08:00

xubu1957

Re : Air pod Pro et UBUNTU [RESOLU]

Bonjour,

Montre :

ubuntu-drivers devices

et :

dpkg -l | grep -v ^ii

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 27/12/2021, à 05:43

Zen_hero

Re : Air pod Pro et UBUNTU [RESOLU]

Hello,

voici

archeopteryx@archeopteryx-Inspiron-5502:~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:0a.0 ==
modalias : pci:v00008086d00009A0Dsv00001028sd00000A02bc11sc80i00
vendor   : Intel Corporation
driver   : oem-somerville-meera-tgl-meta - third-party free

== /sys/devices/virtual/dmi/id ==
modalias : dmi:bvnDellInc.:bvr1.2.0:bd01/26/2021:br1.2:svnDellInc.:pnInspiron5502:pvr:sku0A02:rvnDellInc.:rn0W3XW5:rvrA00:cvnDellInc.:ct10:cvr:
driver   : oem-somerville-meta - third-party free
driver   : oem-release - third-party free

archeopteryx@archeopteryx-Inspiron-5502:~$ 

&

archeopteryx@archeopteryx-Inspiron-5502:~$ 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  linux-image-5.10.0-1029-oem                5.10.0-1029.30                        amd64        Signed kernel image oem
rc  linux-image-5.10.0-1033-oem                5.10.0-1033.34                        amd64        Signed kernel image oem
rc  linux-image-5.10.0-1034-oem                5.10.0-1034.35                        amd64        Signed kernel image oem
rc  linux-image-5.10.0-1038-oem                5.10.0-1038.40                        amd64        Signed kernel image oem
rc  linux-image-5.10.0-1044-oem                5.10.0-1044.46                        amd64        Signed kernel image oem
rc  linux-image-5.10.0-1045-oem                5.10.0-1045.47                        amd64        Signed kernel image oem
rc  linux-image-5.10.0-1049-oem                5.10.0-1049.51                        amd64        Signed kernel image oem
rc  linux-image-5.10.0-1050-oem                5.10.0-1050.52                        amd64        Signed kernel image oem
rc  linux-image-5.10.0-1051-oem                5.10.0-1051.53                        amd64        Signed kernel image oem
rc  linux-image-5.11.0-25-generic              5.11.0-25.27~20.04.1                  amd64        Signed kernel image generic
rc  linux-image-5.11.0-27-generic              5.11.0-27.29~20.04.1                  amd64        Signed kernel image generic
rc  linux-image-5.11.0-34-generic              5.11.0-34.36~20.04.1                  amd64        Signed kernel image generic
rc  linux-image-5.11.0-36-generic              5.11.0-36.40~20.04.1                  amd64        Signed kernel image generic
rc  linux-image-5.11.0-37-generic              5.11.0-37.41~20.04.2                  amd64        Signed kernel image generic
rc  linux-image-5.11.0-38-generic              5.11.0-38.42~20.04.1                  amd64        Signed kernel image generic
rc  linux-image-5.11.0-40-generic              5.11.0-40.44~20.04.2                  amd64        Signed kernel image generic
rc  linux-image-5.6.0-1056-oem                 5.6.0-1056.60                         amd64        Signed kernel image oem
rc  linux-image-5.8.0-50-generic               5.8.0-50.56~20.04.1                   amd64        Signed kernel image generic
rc  linux-image-5.8.0-53-generic               5.8.0-53.60~20.04.1                   amd64        Signed kernel image generic
rc  linux-image-5.8.0-55-generic               5.8.0-55.62~20.04.1                   amd64        Signed kernel image generic
rc  linux-image-5.8.0-59-generic               5.8.0-59.66~20.04.1                   amd64        Signed kernel image generic
rc  linux-image-5.8.0-63-generic               5.8.0-63.71~20.04.1                   amd64        Signed kernel image generic
rc  linux-modules-5.10.0-1029-oem              5.10.0-1029.30                        amd64        Linux kernel extra modules for version 5.10.0 on 64 bit x86 SMP
rc  linux-modules-5.10.0-1033-oem              5.10.0-1033.34                        amd64        Linux kernel extra modules for version 5.10.0 on 64 bit x86 SMP
rc  linux-modules-5.10.0-1034-oem              5.10.0-1034.35                        amd64        Linux kernel extra modules for version 5.10.0 on 64 bit x86 SMP
rc  linux-modules-5.10.0-1038-oem              5.10.0-1038.40                        amd64        Linux kernel extra modules for version 5.10.0 on 64 bit x86 SMP
rc  linux-modules-5.10.0-1044-oem              5.10.0-1044.46                        amd64        Linux kernel extra modules for version 5.10.0 on 64 bit x86 SMP
rc  linux-modules-5.10.0-1045-oem              5.10.0-1045.47                        amd64        Linux kernel extra modules for version 5.10.0 on 64 bit x86 SMP
rc  linux-modules-5.10.0-1049-oem              5.10.0-1049.51                        amd64        Linux kernel extra modules for version 5.10.0 on 64 bit x86 SMP
rc  linux-modules-5.10.0-1050-oem              5.10.0-1050.52                        amd64        Linux kernel extra modules for version 5.10.0 on 64 bit x86 SMP
rc  linux-modules-5.10.0-1051-oem              5.10.0-1051.53                        amd64        Linux kernel extra modules for version 5.10.0 on 64 bit x86 SMP
rc  linux-modules-5.11.0-25-generic            5.11.0-25.27~20.04.1                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-5.11.0-27-generic            5.11.0-27.29~20.04.1                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-5.11.0-34-generic            5.11.0-34.36~20.04.1                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-5.11.0-36-generic            5.11.0-36.40~20.04.1                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-5.11.0-37-generic            5.11.0-37.41~20.04.2                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-5.11.0-38-generic            5.11.0-38.42~20.04.1                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-5.11.0-40-generic            5.11.0-40.44~20.04.2                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-5.6.0-1056-oem               5.6.0-1056.60                         amd64        Linux kernel extra modules for version 5.6.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-50-generic             5.8.0-50.56~20.04.1                   amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-53-generic             5.8.0-53.60~20.04.1                   amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-55-generic             5.8.0-55.62~20.04.1                   amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-59-generic             5.8.0-59.66~20.04.1                   amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-5.8.0-63-generic             5.8.0-63.71~20.04.1                   amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.11.0-25-generic      5.11.0-25.27~20.04.1                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.11.0-27-generic      5.11.0-27.29~20.04.1                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.11.0-34-generic      5.11.0-34.36~20.04.1                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.11.0-36-generic      5.11.0-36.40~20.04.1                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.11.0-37-generic      5.11.0-37.41~20.04.2                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.11.0-38-generic      5.11.0-38.42~20.04.1                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.11.0-40-generic      5.11.0-40.44~20.04.2                  amd64        Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-50-generic       5.8.0-50.56~20.04.1                   amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-53-generic       5.8.0-53.60~20.04.1                   amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-55-generic       5.8.0-55.62~20.04.1                   amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-59-generic       5.8.0-59.66~20.04.1                   amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.8.0-63-generic       5.8.0-63.71~20.04.1                   amd64        Linux kernel extra modules for version 5.8.0 on 64 bit x86 SMP
archeopteryx@archeopteryx-Inspiron-5502:~$ 

merci

Hors ligne

#10 Le 27/12/2021, à 08:03

xubu1957

Re : Air pod Pro et UBUNTU [RESOLU]

Bonjour,

Pour nettoyer :

Le 11/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

Pour info, les précisions de nany, pour la commande de nettoyage et une possibilité d'automatisation.

Pour :

driver   : oem-somerville-meera-tgl-meta

Je vois > bugs.launchpad.net/oem-priority/+bug/1884901

Montre aussi :

lsmod | sort

et le sources.list :

find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;

Dernière modification par xubu1957 (Le 27/12/2021, à 08:23)


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 27/12/2021, à 18:46

Zen_hero

Re : Air pod Pro et UBUNTU [RESOLU]

Hello,

j'ai executé

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

qui donne

archeopteryx@archeopteryx-Inspiron-5502:~$ dpkg -l | awk '/^rc/{print $2}' | xargs -r sudo dpkg -P
[sudo] Mot de passe de archeopteryx : 
(Lecture de la base de données... 258471 fichiers et répertoires déjà installés.)
Purge des fichiers de configuration de linux-image-5.10.0-1029-oem (5.10.0-1029.30) ...
Purge des fichiers de configuration de linux-image-5.10.0-1033-oem (5.10.0-1033.34) ...
Purge des fichiers de configuration de linux-image-5.10.0-1034-oem (5.10.0-1034.35) ...
Purge des fichiers de configuration de linux-image-5.10.0-1038-oem (5.10.0-1038.40) ...
Purge des fichiers de configuration de linux-image-5.10.0-1044-oem (5.10.0-1044.46) ...
Purge des fichiers de configuration de linux-image-5.10.0-1045-oem (5.10.0-1045.47) ...
Purge des fichiers de configuration de linux-image-5.10.0-1049-oem (5.10.0-1049.51) ...
Purge des fichiers de configuration de linux-image-5.10.0-1050-oem (5.10.0-1050.52) ...
Purge des fichiers de configuration de linux-image-5.10.0-1051-oem (5.10.0-1051.53) ...
Purge des fichiers de configuration de linux-image-5.11.0-25-generic (5.11.0-25.27~20.04.1) ...
Purge des fichiers de configuration de linux-image-5.11.0-27-generic (5.11.0-27.29~20.04.1) ...
Purge des fichiers de configuration de linux-image-5.11.0-34-generic (5.11.0-34.36~20.04.1) ...
Purge des fichiers de configuration de linux-image-5.11.0-36-generic (5.11.0-36.40~20.04.1) ...
Purge des fichiers de configuration de linux-image-5.11.0-37-generic (5.11.0-37.41~20.04.2) ...
Purge des fichiers de configuration de linux-image-5.11.0-38-generic (5.11.0-38.42~20.04.1) ...
Purge des fichiers de configuration de linux-image-5.11.0-40-generic (5.11.0-40.44~20.04.2) ...
Purge des fichiers de configuration de linux-image-5.6.0-1056-oem (5.6.0-1056.60) ...
Purge des fichiers de configuration de linux-image-5.8.0-50-generic (5.8.0-50.56~20.04.1) ...
Purge des fichiers de configuration de linux-image-5.8.0-53-generic (5.8.0-53.60~20.04.1) ...
Purge des fichiers de configuration de linux-image-5.8.0-55-generic (5.8.0-55.62~20.04.1) ...
Purge des fichiers de configuration de linux-image-5.8.0-59-generic (5.8.0-59.66~20.04.1) ...
Purge des fichiers de configuration de linux-image-5.8.0-63-generic (5.8.0-63.71~20.04.1) ...
Purge des fichiers de configuration de linux-modules-5.10.0-1029-oem (5.10.0-1029.30) ...
Purge des fichiers de configuration de linux-modules-5.10.0-1033-oem (5.10.0-1033.34) ...
Purge des fichiers de configuration de linux-modules-5.10.0-1034-oem (5.10.0-1034.35) ...
Purge des fichiers de configuration de linux-modules-5.10.0-1038-oem (5.10.0-1038.40) ...
Purge des fichiers de configuration de linux-modules-5.10.0-1044-oem (5.10.0-1044.46) ...
Purge des fichiers de configuration de linux-modules-5.10.0-1045-oem (5.10.0-1045.47) ...
Purge des fichiers de configuration de linux-modules-5.10.0-1049-oem (5.10.0-1049.51) ...
Purge des fichiers de configuration de linux-modules-5.10.0-1050-oem (5.10.0-1050.52) ...
Purge des fichiers de configuration de linux-modules-5.10.0-1051-oem (5.10.0-1051.53) ...
Purge des fichiers de configuration de linux-modules-5.11.0-25-generic (5.11.0-25.27~20.04.1) ...
Purge des fichiers de configuration de linux-modules-5.11.0-27-generic (5.11.0-27.29~20.04.1) ...
Purge des fichiers de configuration de linux-modules-5.11.0-34-generic (5.11.0-34.36~20.04.1) ...
Purge des fichiers de configuration de linux-modules-5.11.0-36-generic (5.11.0-36.40~20.04.1) ...
Purge des fichiers de configuration de linux-modules-5.11.0-37-generic (5.11.0-37.41~20.04.2) ...
Purge des fichiers de configuration de linux-modules-5.11.0-38-generic (5.11.0-38.42~20.04.1) ...
Purge des fichiers de configuration de linux-modules-5.11.0-40-generic (5.11.0-40.44~20.04.2) ...
Purge des fichiers de configuration de linux-modules-5.6.0-1056-oem (5.6.0-1056.60) ...
Purge des fichiers de configuration de linux-modules-5.8.0-50-generic (5.8.0-50.56~20.04.1) ...
Purge des fichiers de configuration de linux-modules-5.8.0-53-generic (5.8.0-53.60~20.04.1) ...
Purge des fichiers de configuration de linux-modules-5.8.0-55-generic (5.8.0-55.62~20.04.1) ...
Purge des fichiers de configuration de linux-modules-5.8.0-59-generic (5.8.0-59.66~20.04.1) ...
Purge des fichiers de configuration de linux-modules-5.8.0-63-generic (5.8.0-63.71~20.04.1) ...
Purge des fichiers de configuration de linux-modules-extra-5.11.0-25-generic (5.11.0-25.27~20.04.1) ...
Purge des fichiers de configuration de linux-modules-extra-5.11.0-27-generic (5.11.0-27.29~20.04.1) ...
Purge des fichiers de configuration de linux-modules-extra-5.11.0-34-generic (5.11.0-34.36~20.04.1) ...
Purge des fichiers de configuration de linux-modules-extra-5.11.0-36-generic (5.11.0-36.40~20.04.1) ...
Purge des fichiers de configuration de linux-modules-extra-5.11.0-37-generic (5.11.0-37.41~20.04.2) ...
Purge des fichiers de configuration de linux-modules-extra-5.11.0-38-generic (5.11.0-38.42~20.04.1) ...
Purge des fichiers de configuration de linux-modules-extra-5.11.0-40-generic (5.11.0-40.44~20.04.2) ...
Purge des fichiers de configuration de linux-modules-extra-5.8.0-50-generic (5.8.0-50.56~20.04.1) ...
Purge des fichiers de configuration de linux-modules-extra-5.8.0-53-generic (5.8.0-53.60~20.04.1) ...
Purge des fichiers de configuration de linux-modules-extra-5.8.0-55-generic (5.8.0-55.62~20.04.1) ...
Purge des fichiers de configuration de linux-modules-extra-5.8.0-59-generic (5.8.0-59.66~20.04.1) ...
Purge des fichiers de configuration de linux-modules-extra-5.8.0-63-generic (5.8.0-63.71~20.04.1) ...
archeopteryx@archeopteryx-Inspiron-5502:~$

J'ai exécuté tes commandes comme indiqué :

archeopteryx@archeopteryx-Inspiron-5502:~$ lsmod | sort
ac97_bus               16384  1 snd_soc_core
acpi_pad              184320  0
acpi_tad               16384  0
acpi_thermal_rel       16384  1 int3400_thermal
aesni_intel           372736  14
af_alg                 28672  14 algif_hash,algif_skcipher
algif_hash             16384  3
algif_skcipher         16384  3
autofs4                45056  2
bluetooth             638976  26 btrtl,btintel,btbcm,bnep,btusb
bnep                   24576  2
bpfilter               16384  0
btbcm                  16384  1 btusb
btintel                28672  1 btusb
btrtl                  24576  1 btusb
btusb                  61440  0
ccm                    20480  6
cec                    53248  2 drm_kms_helper,i915
cfg80211              888832  3 iwlmvm,iwlwifi,mac80211
cmac                   16384  7
coretemp               20480  0
crc32_pclmul           16384  0
crct10dif_pclmul       16384  1
cros_ec                20480  1 cros_ec_ishtp
cros_ec_ishtp          20480  0
cryptd                 24576  5 crypto_simd,ghash_clmulni_intel
crypto_simd            16384  1 aesni_intel
dcdbas                 20480  1 dell_smbios
dell_laptop            24576  0
dell_smbios            28672  2 dell_wmi,dell_laptop
dell_smm_hwmon         20480  0
dell_wmi               20480  0
dell_wmi_descriptor    20480  2 dell_wmi,dell_smbios
dell_wmi_sysman        40960  0
drm                   548864  9 drm_kms_helper,i915
drm_kms_helper        237568  1 i915
ecc                    32768  1 ecdh_generic
ecdh_generic           16384  2 bluetooth
efi_pstore             16384  0
fb_sys_fops            16384  1 drm_kms_helper
ghash_clmulni_intel    16384  0
glue_helper            16384  1 aesni_intel
hid                   135168  6 i2c_hid,usbhid,hid_multitouch,hid_sensor_hub,intel_ishtp_hid,hid_generic
hid_generic            16384  0
hid_multitouch         28672  0
hid_sensor_custom      24576  0
hid_sensor_hub         24576  1 hid_sensor_custom
i2c_algo_bit           16384  1 i915
i2c_hid                32768  0
i2c_i801               32768  0
i2c_smbus              20480  1 i2c_i801
i915                 2297856  19
idma64                 20480  0
input_leds             16384  0
int3400_thermal        20480  0
int3403_thermal        20480  0
int340x_thermal_zone    20480  2 int3403_thermal,processor_thermal_device
intel_cstate           20480  0
intel_hid              24576  0
intel_ish_ipc          24576  0
intel_ishtp            53248  4 cros_ec_ishtp,intel_ishtp_hid,intel_ish_ipc,intel_ishtp_loader
intel_ishtp_hid        24576  0
intel_ishtp_loader     24576  0
intel_lpss             16384  1 intel_lpss_pci
intel_lpss_pci         20480  0
intel_pmt              16384  0
intel_pmt_class        16384  1 intel_pmt_telemetry
intel_pmt_telemetry    16384  0
intel_powerclamp       20480  0
intel_rapl_common      24576  2 intel_rapl_msr,processor_thermal_rapl
intel_rapl_msr         20480  0
intel_soc_dts_iosf     20480  1 processor_thermal_device
ip6table_filter        16384  0
ip6_tables             32768  1 ip6table_filter
iptable_filter         16384  0
ip_tables              32768  1 iptable_filter
iwlmvm                413696  0
iwlwifi               372736  1 iwlmvm
joydev                 24576  0
kvm                   823296  1 kvm_intel
kvm_intel             294912  0
ledtrig_audio          16384  3 snd_hda_codec_generic,snd_sof,dell_laptop
libarc4                16384  1 mac80211
lp                     20480  0
mac80211             1024000  1 iwlmvm
mac_hid                16384  0
mc                     57344  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
mei                   122880  3 mei_hdcp,mei_me
mei_hdcp               24576  0
mei_me                 40960  1
Module                  Size  Used by
msr                    16384  0
nls_iso8859_1          16384  1
nvme                   49152  2
nvme_core             122880  3 nvme
parport                65536  3 parport_pc,lp,ppdev
parport_pc             45056  0
pinctrl_tigerlake      32768  1
ppdev                  24576  0
processor_thermal_device    20480  0
processor_thermal_mbox    16384  1 processor_thermal_device
processor_thermal_rapl    20480  1 processor_thermal_device
processor_thermal_rfim    16384  1 processor_thermal_device
psmouse               155648  0
rc_core                61440  1 cec
sch_fq_codel           20480  1
serio_raw              20480  0
snd                    94208  25 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_soc_hdac_hdmi,snd_compress,snd_soc_core,snd_pcm,snd_soc_skl_hda_dsp,snd_rawmidi
snd_compress           28672  1 snd_soc_core
snd_hda_codec         147456  7 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda,snd_soc_skl_hda_dsp
snd_hda_codec_generic    81920  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     61440  1
snd_hda_codec_realtek   139264  1
snd_hda_core           94208  11 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_soc_intel_hda_dsp_common,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_ext_core       32768  4 snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_intel          53248  0
snd_hwdep              16384  1 snd_hda_codec
snd_intel_dspcfg       28672  3 snd_hda_intel,snd_sof_pci,snd_sof_intel_hda_common
snd_pcm               114688  12 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_sof_intel_ipc,snd_compress,snd_soc_core,snd_hda_core,snd_pcm_dmaengine
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_rawmidi            36864  1 snd_seq_midi
snd_seq                73728  2 snd_seq_midi,snd_seq_midi_event
snd_seq_device         16384  3 snd_seq,snd_seq_midi,snd_rawmidi
snd_seq_midi           20480  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_soc_acpi           16384  3 snd_soc_acpi_intel_match,snd_sof_intel_hda_common,snd_sof_intel_byt
snd_soc_acpi_intel_match    49152  2 snd_sof_pci,snd_sof_intel_hda_common
snd_soc_core          286720  7 soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_soc_dmic,snd_soc_skl_hda_dsp
snd_soc_dmic           16384  1
snd_soc_hdac_hda       24576  1 snd_sof_intel_hda_common
snd_soc_hdac_hdmi      36864  1 snd_soc_skl_hda_dsp
snd_soc_intel_hda_dsp_common    20480  1 snd_soc_skl_hda_dsp
snd_soc_skl_hda_dsp    28672  5
snd_sof               126976  4 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_byt,snd_sof_intel_ipc
snd_sof_intel_byt      28672  1 snd_sof_pci
snd_sof_intel_hda      20480  1 snd_sof_intel_hda_common
snd_sof_intel_hda_common    94208  1 snd_sof_pci
snd_sof_intel_ipc      20480  1 snd_sof_intel_byt
snd_sof_pci            24576  0
snd_sof_xtensa_dsp     16384  2 snd_sof_intel_hda_common,snd_sof_intel_byt
snd_timer              40960  2 snd_seq,snd_pcm
soc_button_array       20480  0
soundcore              16384  1 snd
soundwire_bus          77824  3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
soundwire_cadence      32768  1 soundwire_intel
soundwire_generic_allocation    16384  1 soundwire_intel
soundwire_intel        40960  2 snd_sof_intel_hda_common,snd_intel_dspcfg
sparse_keymap          16384  2 intel_hid,dell_wmi
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
thunderbolt           253952  0
typec                  57344  1 typec_ucsi
typec_ucsi             40960  1 ucsi_acpi
ucsi_acpi              16384  0
usbhid                 57344  0
uvcvideo              102400  0
video                  53248  3 dell_wmi,dell_laptop,i915
videobuf2_common       61440  2 videobuf2_v4l2,uvcvideo
videobuf2_memops       20480  1 videobuf2_vmalloc
videobuf2_v4l2         32768  1 uvcvideo
videobuf2_vmalloc      20480  1 uvcvideo
videodev              245760  3 videobuf2_v4l2,uvcvideo,videobuf2_common
virt_dma               20480  1 idma64
vmd                    20480  0
wmi                    32768  5 dell_wmi_sysman,dell_wmi,wmi_bmof,dell_smbios,dell_wmi_descriptor
wmi_bmof               16384  0
x86_pkg_temp_thermal    20480  0
xhci_pci               20480  0
xhci_pci_renesas       20480  1 xhci_pci
x_tables               49152  4 ip6table_filter,iptable_filter,ip6_tables,ip_tables
archeopteryx@archeopteryx-Inspiron-5502:~$

&

archeopteryx@archeopteryx-Inspiron-5502:~$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;

	/etc/apt/sources.list.save


	/etc/apt/sources.list.d/nordvpn.list.save


	/etc/apt/sources.list.d/oem-somerville-meera-tgl-meta.list.save


	/etc/apt/sources.list.d/sane-project-ubuntu-sane-git-focal.list.save


	/etc/apt/sources.list.d/linuxuprising-ubuntu-java-focal.list.save


	/etc/apt/sources.list.d/linuxuprising-ubuntu-java-focal.list

     1	deb http://ppa.launchpad.net/linuxuprising/java/ubuntu focal main
     2	# deb-src http://ppa.launchpad.net/linuxuprising/java/ubuntu focal main

	/etc/apt/sources.list.d/webupd8team-ubuntu-java-focal.list.save


	/etc/apt/sources.list.d/nordvpn.list

     1	deb https://repo.nordvpn.com//deb/nordvpn/debian stable main

	/etc/apt/sources.list.d/oem-somerville-meera-tgl-meta.list

     1	deb http://dell.archive.canonical.com/ focal somerville
     2	# deb-src http://dell.archive.canonical.com/ focal somerville
     3	deb http://dell.archive.canonical.com/ focal somerville-meera-tgl
     4	# deb-src http://dell.archive.canonical.com/ focal somerville-meera-tgl

	/etc/apt/sources.list.d/sane-project-ubuntu-sane-git-focal.list

     1	deb http://ppa.launchpad.net/sane-project/sane-git/ubuntu focal main
     2	# deb-src http://ppa.launchpad.net/sane-project/sane-git/ubuntu focal main

	/etc/apt/sources.list.d/webupd8team-ubuntu-java-focal.list

     1	deb http://ppa.launchpad.net/webupd8team/java/ubuntu focal main
     2	# deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu focal main

	/etc/apt/sources.list.d/signal-xenial.list

     1	deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main

	/etc/apt/sources.list.d/signal-xenial.list.save


	/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 20.04.2.0 LTS _Focal Fossa_ - Release amd64 (20210209.1)]/ focal main restricted
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
     6	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
    11	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
    12	
    13	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14	## team. Also, please note that software in universe WILL NOT receive any
    15	## review or updates from the Ubuntu security team.
    16	deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
    19	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
    20	
    21	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    22	## team, and may not be under a free licence. Please satisfy yourself as to 
    23	## your rights to use the software. Also, please note that software in 
    24	## multiverse WILL NOT receive any review or updates from the Ubuntu
    25	## security team.
    26	deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
    29	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
    30	
    31	## N.B. software from this repository may not have been tested as
    32	## extensively as that contained in the main release, although it includes
    33	## newer versions of some applications which may provide useful features.
    34	## Also, please note that software in backports WILL NOT receive any review
    35	## or updates from the Ubuntu security team.
    36	deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
    37	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
    38	
    39	## Uncomment the following two lines to add software from Canonical's
    40	## 'partner' repository.
    41	## This software is not part of Ubuntu, but is offered by Canonical and the
    42	## respective vendors as a service to Ubuntu users.
    43	# deb http://archive.canonical.com/ubuntu focal partner
    44	# deb-src http://archive.canonical.com/ubuntu focal partner
    45	
    46	deb http://security.ubuntu.com/ubuntu focal-security main restricted
    47	# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
    48	deb http://security.ubuntu.com/ubuntu focal-security universe
    49	# deb-src http://security.ubuntu.com/ubuntu focal-security universe
    50	deb http://security.ubuntu.com/ubuntu focal-security multiverse
    51	# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
    52	
    53	# This system was installed using small removable media
    54	# (e.g. netinst, live or single CD). The matching "deb cdrom"
    55	# entries were disabled at the end of the installation process.
    56	# For information about how to configure apt package sources,
    57	# see the sources.list(5) manual.
archeopteryx@archeopteryx-Inspiron-5502:~$ 

concernant

driver   : oem-somerville-meera-tgl-meta

, je n'ai pas bien compris ce que je dois faire.

merci beaucoup pour votre suivi

Xavier

Hors ligne

#12 Le 27/12/2021, à 19:04

xubu1957

Re : Air pod Pro et UBUNTU [RESOLU]

Je n'ai pas compris à quoi sert ce paquet !

> bugs.launchpad.net/oem-priority/+bug/1884901

Dernière modification par xubu1957 (Le 05/01/2022, à 23:25)


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 05/01/2022, à 23:15

Zen_hero

Re : Air pod Pro et UBUNTU [RESOLU]

Bonjour, je fais remonter ce topic, car je suis coincé.

Mon bluetooth est actif, mais mes airpods pro ne sont plus reconnus (ils apparaissent bien sur l'interface, mais ne s'activent plus)

En bref, j'aimerais (si possible) remettre le bluetooth en standard pour avoir à minima qq chose de fonctionnel.

Merci pour votre aide

Hors ligne

#14 Le 05/01/2022, à 23:25

xubu1957

Re : Air pod Pro et UBUNTU [RESOLU]

bonjour,

Montre :

sudo systemctl status bluetooth

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 06/01/2022, à 01:36

Zen_hero

Re : Air pod Pro et UBUNTU [RESOLU]

archeopteryx@archeopteryx-Inspiron-5502:~$ sudo systemctl status bluetooth
[sudo] Mot de passe de archeopteryx : 
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
     Active: active (running) since Wed 2022-01-05 19:34:57 CET; 5h 0min ago
       Docs: man:bluetoothd(8)
   Main PID: 1127 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 18799)
     Memory: 2.0M
     CGroup: /system.slice/bluetooth.service
             └─1127 /usr/lib/bluetooth/bluetoothd

janv. 05 19:34:57 archeopteryx-Inspiron-5502 systemd[1]: Starting Bluetooth ser>
janv. 05 19:34:57 archeopteryx-Inspiron-5502 bluetoothd[1127]: Bluetooth daemon>
janv. 05 19:34:57 archeopteryx-Inspiron-5502 systemd[1]: Started Bluetooth serv>
janv. 05 19:34:57 archeopteryx-Inspiron-5502 bluetoothd[1127]: Starting SDP ser>
janv. 05 19:34:57 archeopteryx-Inspiron-5502 bluetoothd[1127]: Bluetooth manage>
lines 1-16/16 (END)

Hors ligne

#16 Le 06/01/2022, à 08:00

xubu1957

Re : Air pod Pro et UBUNTU [RESOLU]

Bonjour,

Tu as un retour pour :

hcitool scan

?

Voir la procédure détaillée par 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

#17 Le 08/01/2022, à 02:49

Zen_hero

Re : Air pod Pro et UBUNTU [RESOLU]

Hello,

j'ai tapé

archeopteryx@archeopteryx-Inspiron-5502:~$ bluetoothctl
Agent registered
[CHG] Device A4:45:19:4C:5F:9B RSSI: -98
[CHG] Device 03:26:EF:29:39:FA RSSI: -54
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Key: 0xffff
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Value:
  cf 52 5d c4 23 2a be 7e                          .R].#*.~        
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Key: 0x004c
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Value:
  07 13 01 0e 20 75 aa 37 31 00 10 00 64 e4 2d 00  .... u.71...d.-.
  00 00 00 00 00                                   .....           
[CHG] Device 03:26:EF:29:39:FA RSSI: -44
[CHG] Device 03:26:EF:29:39:FA RSSI: -59
[CHG] Device 03:26:EF:29:39:FA RSSI: -59
[CHG] Device 03:26:EF:29:39:FA RSSI: -55
[CHG] Device 03:26:EF:29:39:FA RSSI: -62
[CHG] Device 03:26:EF:29:39:FA RSSI: -60
[CHG] Device 03:26:EF:29:39:FA RSSI: -51
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Key: 0xffff
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Value:
  cf 52 5d c4 23 2a be 7e                          .R].#*.~        
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Key: 0x004c
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Value:
  07 13 01 0e 20 71 aa 37 31 00 10 00 64 64 ff 00  .... q.71...dd..
  00 00 00 00 00                                   .....           
[CHG] Device 03:26:EF:29:39:FA RSSI: -51
[CHG] Device 03:26:EF:29:39:FA RSSI: -51
[CHG] Device 03:26:EF:29:39:FA RSSI: -51
[CHG] Device 03:26:EF:29:39:FA RSSI: -52
[CHG] Device 03:26:EF:29:39:FA RSSI: -57
[CHG] Device 03:26:EF:29:39:FA RSSI: -61
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Key: 0xffff
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Value:
  cf 4c 9d 75 06 c5 68 85                          .L.u..h.        
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Key: 0x004c
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Value:
  07 13 01 0e 20 71 aa 37 31 00 10 00 64 64 ff 00  .... q.71...dd..
  00 00 00 00 00                                   .....           
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[CHG] Device A4:45:19:4C:5F:9B RSSI: -96
[CHG] Device 03:26:EF:29:39:FA RSSI: -58
[CHG] Device 03:26:EF:29:39:FA RSSI: -58
[CHG] Device 03:26:EF:29:39:FA RSSI: -59
[CHG] Device A4:45:19:4C:5F:9B RSSI: -93
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[CHG] Device 03:26:EF:29:39:FA RSSI: -55
[CHG] Device 03:26:EF:29:39:FA RSSI: -55
[CHG] Device 03:26:EF:29:39:FA RSSI: -55
[CHG] Device 03:26:EF:29:39:FA RSSI: -55
[CHG] Device 03:26:EF:29:39:FA RSSI: -62
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[CHG] Device 03:26:EF:29:39:FA RSSI: -62
[CHG] Device 03:26:EF:29:39:FA RSSI: -61
[CHG] Device 03:26:EF:29:39:FA RSSI: -61
[CHG] Device 03:26:EF:29:39:FA RSSI: -72
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[CHG] Device A4:45:19:4C:5F:9B RSSI: -94
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[CHG] Device 03:26:EF:29:39:FA RSSI: -71
[CHG] Device 03:26:EF:29:39:FA RSSI: -68
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[NEW] Device 78:29:C5:D0:BA:8F 78-29-C5-D0-BA-8F
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[CHG] Device 03:26:EF:29:39:FA RSSI: -62
[CHG] Device 03:26:EF:29:39:FA RSSI: -68
[CHG] Device 03:26:EF:29:39:FA RSSI: -62
[CHG] Device 03:26:EF:29:39:FA RSSI: -61
[CHG] Device 03:26:EF:29:39:FA RSSI: -61
[CHG] Device 03:26:EF:29:39:FA RSSI: -62
[CHG] Device 03:26:EF:29:39:FA RSSI: -62
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[CHG] Device 03:26:EF:29:39:FA RSSI: -62
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[CHG] Device 03:26:EF:29:39:FA RSSI: -66
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[CHG] Device 03:26:EF:29:39:FA RSSI: -66
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[CHG] Device A4:45:19:4C:5F:9B RSSI: -98
[CHG] Device 03:26:EF:29:39:FA RSSI: -60
[CHG] Device 03:26:EF:29:39:FA RSSI: -59
[CHG] Device 03:26:EF:29:39:FA RSSI: -60
[CHG] Device 03:26:EF:29:39:FA RSSI: -64
[CHG] Device 03:26:EF:29:39:FA RSSI: -63
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Key: 0xffff
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Value:
  cf 4c 9d 75 06 c5 68 85                          .L.u..h.        
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Key: 0x004c
[CHG] Device 03:26:EF:29:39:FA ManufacturerData Value:
  07 0f 00 0e 20 03 26 ef 29 39 fa 95 ff ff ff 09  .... .&.)9......
  00                                               .               
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[CHG] Device 03:26:EF:29:39:FA RSSI: -67
[CHG] Device 03:26:EF:29:39:FA RSSI: -74
[CHG] Device 03:26:EF:29:39:FA RSSI: -66
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[bluetooth]# agent on
Agent is already registered
[bluetooth]# power on
Changing power on succeeded
[DEL] Device 73:46:4D:9B:6D:18 73-46-4D-9B-6D-18
[DEL] Device 78:29:C5:D0:BA:8F 78-29-C5-D0-BA-8F
[bluetooth]# scan on
Discovery started
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[CHG] Device 03:26:EF:29:39:FA RSSI: -60
[CHG] Device 03:26:EF:29:39:FA RSSI: -46
[CHG] Device A4:45:19:4C:5F:9B RSSI: -96
[CHG] Device 03:26:EF:29:39:FA RSSI: -50
[CHG] Device A4:45:19:4C:5F:9B RSSI: -97
[CHG] Device 03:26:EF:29:39:FA RSSI: -50
[CHG] Device A4:45:19:4C:5F:9B RSSI: -95
[CHG] Device 03:26:EF:29:39:FA RSSI: -50
[NEW] Device D8:EF:E8:98:D8:7C p+001492
[CHG] Device 03:26:EF:29:39:FA RSSI: -58
[CHG] Device A4:45:19:4C:5F:9B RSSI: -99
[bluetooth]# pair yy:yy:yy:yy:yy:yy
Device yy:yy:yy:yy:yy:yy not available
[bluetooth]# connect yy:yy:yy:yy:yy:yy
Device yy:yy:yy:yy:yy:yy not available
[NEW] Device 54:FF:80:57:CA:EB 54-FF-80-57-CA-EB
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[CHG] Device A4:45:19:4C:5F:9B RSSI: -95
[CHG] Device A4:45:19:4C:5F:9B RSSI: -95
[CHG] Device A4:45:19:4C:5F:9B RSSI: -95
[CHG] Device 03:26:EF:29:39:FA RSSI: -65
[bluetooth]# quit
archeopteryx@archeopteryx-Inspiron-5502:~$ 

et ça marche !!

un grand merci !!

Hors ligne