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 08/05/2025, à 12:58

Pzul

pb son hdmi google tv

Bonjour,
Quand je connecte mon pc à ma TV, j'ai l'image mais pas le son sur la TV. Je sais que c'est un problème apparemment assez courant mais je ne suis pas parvenu à le régler en lisant les forums. La page https://doc.ubuntu-fr.org/son_via_le_port_hdmi mentionne plusieurs paquets qui me ressortent comme étant introuvables : peut-être n'est-elle plus bien à jour ?
Voici les informations sur mes systèmes et merci d'avance si quelqu'un peut me donner quelques indications sur ce que je peux faire...
TV : continental edison, sous androidi TV 11, version de noyau 4.19.116++
PC : Asus Vivobook sous ubuntu 24.04.2 LTS
Carte graphique : la commande lspci | grep "VGA compatible controller" me renvoie :

0000:00:02.0 VGA compatible controller: Intel Corporation Tiger Lake-LP GT2 [UHD Graphics G4] (rev 01)

Quand je vais dans "paramètres > son" sur l'ordi, je vois bien le choix "HDMI / displayport" mais en le sélectionnant, aucun son ne sort de la TV...
Comme c'est une carte Intel, je pense que mon driver est à jour mais je n'ai pas vraiment trouvé comment le vérifier.

Hors ligne

#2 Le 08/05/2025, à 12:59

xubu1957

Re : pb son hdmi google tv

Bonjour,

Montre, en te servant du Retour utilisable de commande :

xrandr

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#3 Le 08/05/2025, à 21:02

Pzul

Re : pb son hdmi google tv

Voilà :

byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA:~$ xrandr
Screen 0: minimum 16 x 16, current 1600 x 900, maximum 32767 x 32767
eDP-1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 380mm x 210mm
   1600x900      59.95*+
   1152x864      59.96  
   1024x768      59.92  
   800x600       59.86  
   640x480       59.38  
   320x240       59.52  
   1440x900      59.89  
   1280x800      59.81  
   1152x720      59.97  
   960x600       59.63  
   928x580       59.88  
   800x500       59.50  
   768x480       59.90  
   720x480       59.71  
   640x400       59.95  
   320x200       58.96  
   1368x768      59.88  
   1280x720      59.86  
   1024x576      59.90  
   864x486       59.92  
   720x400       59.55  
   640x350       59.77  
byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA:~$ 

Hors ligne

#4 Le 08/05/2025, à 21:05

xubu1957

Re : pb son hdmi google tv

Si c'est un câble displaylink, pour installer son pilote, en suivant les conseils de nany.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#5 Le 08/05/2025, à 21:07

Pzul

Re : pb son hdmi google tv

La même chose avec ma TV connectée :

byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA:~$ xrandr
Screen 0: minimum 16 x 16, current 1280 x 800, maximum 32767 x 32767
eDP-1 connected primary 1280x800+0+0 (normal left inverted right x axis y axis) 380mm x 210mm
   1280x800      59.81*+
   1024x768      59.68  
   800x600       59.86  
   640x480       59.38  
   320x240       59.52  
   1152x720      59.75  
   960x600       59.63  
   928x580       59.88  
   800x500       59.50  
   768x480       59.38  
   720x480       59.71  
   640x400       59.20  
   320x200       58.96  
   1280x720      59.86  
   1024x576      59.58  
   864x486       59.45  
   720x400       59.55  
   640x350       58.91  
HDMI-1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1280x800      59.81*+
   1024x768      59.68  
   800x600       59.86  
   640x480       59.38  
   320x240       59.52  
   1152x720      59.75  
   960x600       59.63  
   928x580       59.88  
   800x500       59.50  
   768x480       59.38  
   720x480       59.71  
   640x400       59.20  
   320x200       58.96  
   1280x720      59.86  
   1024x576      59.58  
   864x486       59.45  
   720x400       59.55  
   640x350       58.91  
byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA:~$

Hors ligne

#6 Le 08/05/2025, à 21:13

Pzul

Re : pb son hdmi google tv

Je ne sais pas si c'est un câble displaylink, mais je ne crois pas : c'est un câble hdmi mâle - hdmi mâle...

Hors ligne

#7 Le 08/05/2025, à 21:16

xubu1957

Re : pb son hdmi google tv

Donne la liste des anomalies de démarrage :

journalctl --no-pager -b -p err

d'éventuels paquets cassés :

dpkg -l | grep -v ^ii

et :

ls -l /var/crash

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#8 Le 08/05/2025, à 21:16

Pzul

Re : pb son hdmi google tv

Je l'ai acheté récemment dans un magasin d'informatique et il y a la mention "high speed" dessus.

Hors ligne

#9 Le 08/05/2025, à 21:19

Pzul

Re : pb son hdmi google tv

byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA:~$ journalctl --no-pager -b -p err
mai 08 12:38:43 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI BIOS Error (bug): Could not resolve symbol [\CTDP], AE_NOT_FOUND (20230628/psargs-332)
mai 08 12:38:43 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI Error: Aborting method \_SB.IETM.IDSP due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
mai 08 12:38:43 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._CRT.S1CT], AE_NOT_FOUND (20230628/psargs-332)
mai 08 12:38:43 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._CRT due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
mai 08 12:38:43 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._HOT.S1HT], AE_NOT_FOUND (20230628/psargs-332)
mai 08 12:38:43 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._HOT due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
mai 08 12:38:43 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._PSV.S1PT], AE_NOT_FOUND (20230628/psargs-332)
mai 08 12:38:43 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._PSV due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
mai 08 12:38:43 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._AC0.S1AT], AE_NOT_FOUND (20230628/psargs-332)
mai 08 12:38:43 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._AC0 due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
mai 08 12:38:44 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: timeout waiting for FW reset ACK (inta_hw=0x4)
mai 08 12:38:45 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI BIOS Error (bug): Could not resolve symbol [\CTDP], AE_NOT_FOUND (20230628/psargs-332)
mai 08 12:38:45 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI Error: Aborting method \_SB.IETM.IDSP due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
mai 08 12:38:45 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: ACPI Error: Aborting method \_SB.IETM._OSC due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
mai 08 12:38:46 byache-VivoBook-ASUSLaptop-X712EA-A712EA bluetoothd[888]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
mai 08 12:38:46 byache-VivoBook-ASUSLaptop-X712EA-A712EA bluetoothd[888]: sap-server: Operation not permitted (1)
mai 08 12:38:46 byache-VivoBook-ASUSLaptop-X712EA-A712EA bluetoothd[888]: Failed to set mode: Failed (0x03)
mai 08 12:38:53 byache-VivoBook-ASUSLaptop-X712EA-A712EA systemd[1]: Failed to start postfix@-.service - Postfix Mail Transport Agent (instance -).
mai 08 12:39:10 byache-VivoBook-ASUSLaptop-X712EA-A712EA gdm-password][2246]: gkr-pam: unable to locate daemon control file
mai 08 12:39:11 byache-VivoBook-ASUSLaptop-X712EA-A712EA gdm3[1494]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
mai 08 12:39:11 byache-VivoBook-ASUSLaptop-X712EA-A712EA systemd[2258]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-2502.scope - Application launched by gnome-session-binary.
mai 08 12:39:11 byache-VivoBook-ASUSLaptop-X712EA-A712EA systemd[2258]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-2501.scope - Application launched by gnome-session-binary.
mai 08 12:39:12 byache-VivoBook-ASUSLaptop-X712EA-A712EA systemd[2258]: Failed to start app-gnome-snap\x2duserd\x2dautostart-2701.scope - Application launched by gnome-session-binary.
mai 08 12:39:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA gdm3[1494]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 6
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: Loaded firmware version: 77.206b0184.0 QuZ-a0-jf-b0-77.ucode
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x0000003F | ADVANCED_SYSASSERT          
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00A022F0 | trm_hw_status0
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status1
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x004C03F2 | branchlink2
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00001820 | interruptlink1
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x0001C346 | interruptlink2
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x000601FF | data1
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00812C80 | data2
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x0001C346 | data3
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x48C1A1E6 | beacon time
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0xCF5509FB | tsf low
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x000004EC | tsf hi
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000000 | time gp1
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x3E5EFF0C | time gp2
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000001 | uCode revision type
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x0000004D | uCode version major
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x206B0184 | uCode version minor
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000351 | hw version
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00489001 | board version
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x8079FD25 | hcmd
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00021000 | isr0
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x60040000 | isr1
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x08F84002 | isr2
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x04C3429D | isr3
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr4
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x037A001C | last cmd Id
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x0001191E | wait_event
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000000 | l2p_control
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000020 | l2p_duration
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x0000003F | l2p_mhvalid
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x000000CE | l2p_addr_match
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000009 | lmpm_pmg_sel
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000000 | timestamp
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00003880 | flow_handler
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 7
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x20000070 | NMI_INTERRUPT_LMAC_FATAL
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x804539C6 | umac branchlink2
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x010687C8 | umac interruptlink1
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0xC0081646 | umac interruptlink2
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000400 | umac data1
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0xC0081646 | umac data2
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000000 | umac data3
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x0000004D | umac major
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x206B0184 | umac minor
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x3E5EFF33 | frame pointer
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0xC0886BE8 | stack pointer
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00D9010C | last host cmd
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr status reg
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: IML/ROM dump:
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000003 | IML/ROM error/state
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x000054CD | IML/ROM data1
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000080 | IML/ROM WFPM_AUTH_KEY_0
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: Fseq Registers:
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x80260000 | FSEQ_TOP_INIT_VERSION
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00020006 | FSEQ_CNVIO_INIT_VERSION
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x0000A384 | FSEQ_OTP_VERSION
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0xE7B86C7A | FSEQ_TOP_CONTENT_VERSION
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x20000302 | FSEQ_CNVI_ID
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000201 | FSEQ_CNVR_ID
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x20000302 | CNVI_AUX_MISC_CHIP
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00000201 | CNVR_AUX_MISC_CHIP
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x0000485B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0xA5A5A5A2 | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00020006 | FSEQ_PREV_CNVIO_INIT_VERSION
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00260000 | FSEQ_WIFI_FSEQ_VERSION
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x00260000 | FSEQ_BT_FSEQ_VERSION
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: 0x000000FA | FSEQ_CLASS_TP_VERSION
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x80470170
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd0
mai 08 12:56:13 byache-VivoBook-ASUSLaptop-X712EA-A712EA kernel: iwlwifi 0000:00:14.3: Hardware error detected. Restarting.
mai 08 20:59:50 byache-VivoBook-ASUSLaptop-X712EA-A712EA systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA:~$ 

Hors ligne

#10 Le 08/05/2025, à 21:21

Pzul

Re : pb son hdmi google tv

byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA:~$ 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  firefox                                       1:1snap1-0ubuntu5                        amd64        Transitional package - firefox -> firefox snap
rc  fuse                                          2.9.9-3                                  amd64        Filesystem in Userspace
rc  libglib2.0-0:amd64                            2.72.4-0ubuntu2.4                        amd64        GLib library of C routines
rc  libgtk-3-0:amd64                              3.24.33-1ubuntu2.2                       amd64        GTK graphical user interface library
rc  libgtk2.0-0:amd64                             2.24.33-2ubuntu2.1                       amd64        GTK graphical user interface library - old version
rc  libjs-popper.js                               1.16.1+ds-6                              all          Javascript library to position poppers in web applications
rc  libmagic1:amd64                               1:5.41-3ubuntu0.1                        amd64        Recognize the type of data in a file using "magic" numbers - library
rc  libssl3:amd64                                 3.0.2-0ubuntu1.18                        amd64        Secure Sockets Layer toolkit - shared libraries
rc  libssl3:i386                                  3.0.2-0ubuntu1.18                        i386         Secure Sockets Layer toolkit - shared libraries
rc  linux-image-5.15.0-126-generic                5.15.0-126.136                           amd64        Signed kernel image generic
rc  linux-image-6.8.0-50-generic                  6.8.0-50.51                              amd64        Signed kernel image generic
rc  linux-image-6.8.0-51-generic                  6.8.0-51.52                              amd64        Signed kernel image generic
rc  linux-image-6.8.0-54-generic                  6.8.0-54.56                              amd64        Signed kernel image generic
rc  linux-image-6.8.0-55-generic                  6.8.0-55.57                              amd64        Signed kernel image generic
rc  linux-image-6.8.0-57-generic                  6.8.0-57.59                              amd64        Signed kernel image generic
rc  linux-modules-5.15.0-126-generic              5.15.0-126.136                           amd64        Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc  linux-modules-6.8.0-50-generic                6.8.0-50.51                              amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  linux-modules-6.8.0-51-generic                6.8.0-51.52                              amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  linux-modules-6.8.0-54-generic                6.8.0-54.56                              amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  linux-modules-6.8.0-55-generic                6.8.0-55.57                              amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  linux-modules-6.8.0-57-generic                6.8.0-57.59                              amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.15.0-126-generic        5.15.0-126.136                           amd64        Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-6.8.0-50-generic          6.8.0-50.51                              amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-6.8.0-51-generic          6.8.0-51.52                              amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-6.8.0-54-generic          6.8.0-54.56                              amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-6.8.0-55-generic          6.8.0-55.57                              amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-6.8.0-57-generic          6.8.0-57.59                              amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  pipewire-media-session                        0.4.1-2ubuntu1                           amd64        example session manager for PipeWire
rc  pulseaudio                                    1:15.99.1+dfsg1-1ubuntu2.2               amd64        PulseAudio sound server
rc  thunderbird                                   2:1snap1-0ubuntu3                        amd64        Transitional package - thunderbird -> thunderbird snap
byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA:~$ 

et pour finir :

byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA:~$ ls -l /var/crash
total 0
byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA:~$ 

Hors ligne

#11 Le 08/05/2025, à 21:24

xubu1957

Re : pb son hdmi google tv

Pour purger les résidus de configuration marqués "rc" :

sudo apt purge ~c

comme expliqué à la machine à café et rajouté dans ce message

As-tu des réglages de paramètres sonores, comme dans cet exemple lehollandaisvolant.net/?d=2014/05/31/20/49/55-ubuntu-1404-partager-limage-et-le-son-sur-une-tele-en-hdmi ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#12 Le 08/05/2025, à 21:37

Pzul

Re : pb son hdmi google tv

Merci pour la commande de purge...
Non, je n'ai pas de paramètres de son spécifiques.
J'ai tous les niveaux de volume à fond, trois config de sortie mais aucune ne fonctionne (surround 5.1, digital surround 7.1, stéréo numérique).
Quand je clique sur "test", je peux tester le HP gauche ou le droit mais aucun son ne sort.

Hors ligne

#13 Le 08/05/2025, à 21:41

xubu1957

Re : pb son hdmi google tv

Vu la Doc pipewire, montre :

wpctl status

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#14 Le 08/05/2025, à 21:46

Pzul

Re : pb son hdmi google tv

byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA:~$ wpctl status
PipeWire 'pipewire-0' [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, cookie:2220358723]
 └─ Clients:
        32. pipewire                            [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:2288]
        33. WirePlumber                         [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:2287]
        34. WirePlumber [export]                [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:2287]
        51. Mutter                              [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:2530]
        54. gnome-shell                         [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:2530]
        55. GNOME Shell Volume Control          [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:2530]
        56. GNOME Volume Control Media Keys     [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:2667]
        57. xdg-desktop-portal                  [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:3033]
        58. GNOME Settings                      [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:3318]
        59. Firefox                             [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:3473]
        64. GNOME Settings                      [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:3318]
        66. Thunderbird                         [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:9115]
        71. Terminal                            [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:4529]
        73. Rhythmbox                           [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:3369]
        76. wpctl                               [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:9676]
        81. gsd-power                           [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:2672]
        98. Rhythmbox                           [1.0.5, byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA, pid:3369]

Audio
 ├─ Devices:
 │      48. Built-in Audio                      [alsa]
 │  
 ├─ Sinks:
 │  *   90. Built-in Audio Stéréo numérique (HDMI) [vol: 0.40]
 │  
 ├─ Sink endpoints:
 │  
 ├─ Sources:
 │  *   52. Built-in Audio Stéréo analogique  [vol: 1.00]
 │  
 ├─ Source endpoints:
 │  
 └─ Streams:
        65. GNOME Settings                                              
             35. input_FL       
             39. input_FR       
             41. monitor_FL     
             82. monitor_FR     
        74. Rhythmbox                                                   
             84. output_FR       > AndroidTV:playback_FR	[init]
             94. output_FL       > AndroidTV:playback_FL	[init]
        96. GNOME Settings                                              
             77. monitor_FR     
             83. input_FR        < AndroidTV:monitor_FR	[active]
             87. input_FL        < AndroidTV:monitor_FL	[active]
             88. monitor_FL     

Video
 ├─ Devices:
 │      43. USB2.0 HD UVC WebCam                [v4l2]
 │      44. USB2.0 HD UVC WebCam                [v4l2]
 │  
 ├─ Sinks:
 │  
 ├─ Sink endpoints:
 │  
 ├─ Sources:
 │  *   49. USB2.0 HD UVC WebCam (V4L2)        
 │  
 ├─ Source endpoints:
 │  
 └─ Streams:

Settings
 └─ Default Configured Node Names:
         0. Audio/Sink    alsa_output.pci-0000_00_1f.3.hdmi-stereo
         1. Audio/Source  alsa_input.pci-0000_00_1f.3.analog-stereo
byache@byache-VivoBook-ASUSLaptop-X712EA-A712EA:~$ 

Hors ligne

#15 Le 08/05/2025, à 21:54

xubu1957

Re : pb son hdmi google tv

Je ne sais pas aider plus !   ¯∖_(ツ)_/¯

Je ne maîtrise pas pipewire, n'ayant pas le savoir de krodelabestiole.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#16 Le 08/05/2025, à 22:01

Pzul

Re : pb son hdmi google tv

OK, merci beaucoup et bonne soirée !

Hors ligne