|
Bugzilla – Full Text Bug Listing |
| Summary: | LG 32ld450 hdmi audio is not probe properly. | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | ted chang <monkeyboyted> |
| Component: | Sound | Assignee: | Antonio Larrosa <alarrosa> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| URL: | https://www.lg.com/ca_en/tv-soundbars/lcd-tvs/32ld450/ | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
alsa-info.sh
hdmi sound doesn't work No HDMI audio option. lg-32ld450 edid file dmesg of working boot |
||
|
Description
ted chang
2024-05-24 23:42:17 UTC
Created attachment 875095 [details]
hdmi sound doesn't work
This command works
speaker-test -Dplughw:0,8 -c2
Created attachment 875096 [details]
No HDMI audio option.
KDE settings is missing the HDMI audio option.
Created attachment 875097 [details]
lg-32ld450 edid file
parse-edid < lg-32ld450.edid
Checksum Correct
Section "Monitor"
Identifier "LG TV"
ModelName "LG TV"
VendorName "GSM"
# Monitor Manufactured week 1 of 2010
# EDID version 1.3
# Digital Display
DisplaySize 160 90
Gamma 2.20
Option "DPMS" "false"
Horizsync 31-82
VertRefresh 57-63
# Maximum pixel clock is 160MHz
#Not giving standard mode: 1280x1024, 60Hz
#Not giving standard mode: 1024x768, 60Hz
#Not giving standard mode: 800x600, 60Hz
#Not giving standard mode: 640x480, 60Hz
#Extension block found. Parsing...
Modeline "Mode 9" +hsync +vsync
Modeline "Mode 0" +hsync +vsync
Modeline "Mode 1" +hsync +vsync
Modeline "Mode 2" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
Modeline "Mode 3" 74.250 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
Modeline "Mode 4" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
Modeline "Mode 5" 74.250 1920 2008 2052 2200 1080 1082 1087 1125 +hsync +vsync interlace
Modeline "Mode 6" 74.250 1280 1390 1420 1650 720 725 730 750 +hsync +vsync
Modeline "Mode 7" 27.027 720 736 798 858 480 489 495 525 -hsync -vsync
Modeline "Mode 8" 27.027 720 736 798 858 480 489 495 525 -hsync -vsync
Modeline "Mode 10" +hsync +vsync interlace
Modeline "Mode 11" +hsync +vsync
Modeline "Mode 12" -hsync -vsync
Option "PreferredMode" "Mode 9"
EndSection
Antonio, this looks like another report about pipewire / wireplumber issues. I believe I resolved this issue. Somehow I had a default wireplumber profile rm .local/state/wireplumber/default-profile I ran this command and deleted it. It had something like pci alsa off. My sound now works. Created attachment 875103 [details]
dmesg of working boot
I should had kept the default wireplumber file. Oh well.
Thanks Ted for resolving the issue yourself and letting us know how you fixed it. Indeed knowing the differences between the broken and working versions of the default-profile file would have been nice, but at least you know where to look if it happens again. |