Describe the bug
A clear and concise description of what the bug is.
I no recive any audio also before run script. I notice that
Package "alsa-utils-1.2.13-2.fc41.x86_64" is already installed.
Package "alsa-lib-1.2.13-3.fc41.x86_64" is already installed.
Boardname
result cat /sys/class/dmi/id/product_name: Bloog
Logs
Generate logs with wget https://raw.githubusercontent.com/chrultrabook/linux-tools/main/debugging.sh; bash debugging.sh and attach the output here.
debug-logs-Bloog-2024-11-23_18h49m.tar.gz
Since you are using stock firmware, the DMI manufacturer string is HP which is causing the intel-dsp-cfg driver to not think you are on a chromebook and isn't loading the correct driver.
Describe the bug A clear and concise description of what the bug is. I no recive any audio also before run script. I notice that Package "alsa-utils-1.2.13-2.fc41.x86_64" is already installed. Package "alsa-lib-1.2.13-3.fc41.x86_64" is already installed.
below details of my card
Name: alsa_card.pci-0000_00_0e.0 Driver: module-alsa-card.c Owner Module: 6 Properties: alsa.card = "0" alsa.card_name = "HDA Intel PCH" alsa.long_card_name = "HDA Intel PCH at 0xc1218000 irq 123" alsa.driver_name = "snd_hda_intel" device.bus_path = "pci-0000:00:0e.0" sysfs.path = "/devices/pci0000:00/0000:00:0e.0/sound/card0" device.bus = "pci" device.vendor.id = "8086" device.vendor.name = "Intel Corporation" device.product.id = "3198" device.product.name = "Celeron/Pentium Silver Processor High Definition Audio" device.form_factor = "internal" device.string = "0" device.description = "Built-in Audio" module-udev-detect.discovered = "1" device.icon_name = "audio-card-pci" Profiles: output:hdmi-stereo: Digital Stereo (HDMI) Output (sinks: 1, sources: 0, priority: 5900, available: no) output:hdmi-surround: Digital Surround 5.1 (HDMI) Output (sinks: 1, sources: 0, priority: 800, available: no) output:hdmi-surround71: Digital Surround 7.1 (HDMI) Output (sinks: 1, sources: 0, priority: 800, available: no) output:hdmi-stereo-extra1: Digital Stereo (HDMI 2) Output (sinks: 1, sources: 0, priority: 5700, available: no) output:hdmi-surround-extra1: Digital Surround 5.1 (HDMI 2) Output (sinks: 1, sources: 0, priority: 600, available: no) output:hdmi-surround71-extra1: Digital Surround 7.1 (HDMI 2) Output (sinks: 1, sources: 0, priority: 600, available: no) output:hdmi-stereo-extra2: Digital Stereo (HDMI 3) Output (sinks: 1, sources: 0, priority: 5700, available: no) output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3) Output (sinks: 1, sources: 0, priority: 600, available: no) output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3) Output (sinks: 1, sources: 0, priority: 600, available: no) off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
Boardname result
cat /sys/class/dmi/id/product_name
: BloogLogs Generate logs with
wget https://raw.githubusercontent.com/chrultrabook/linux-tools/main/debugging.sh; bash debugging.sh
and attach the output here. debug-logs-Bloog-2024-11-23_18h49m.tar.gzBest Regards
A.