Siduction Forum

Siduction Forum => Software - Support => Topic started by: hasan on 2024/06/17, 16:54:37

Title: Keinen Sound
Post by: hasan on 2024/06/17, 16:54:37
Hallo,

ich habe
siduction-Masters_of_War-cinnamon-amd64-latest.iso (22-1 aus 2022/12)
auf dem neu angeschafften laptop installiert. Ich habe keine neuere iso genommen, weil ich beim cinnamon bleiben wollte.

Es gibt leider keinen Sound. Als Gerät sieht man nur Dummy Output.
Ich habe komplettes upgrade gemacht.

Ich habe mehrere OS drauf. Bei allen gibt es sonst Sound; Debian Stable, Mint 21.3 und Windows 11 Pro.

$ inxi -A
Audio:
  Device-1: Intel Raptor Lake-P/U/H cAVS driver: sof-audio-pci-intel-tgl
  API: ALSA v: k6.9.4-1-siduction-amd64 status: kernel-api
  Server-1: PipeWire v: 1.0.7 status: active

$ aplay -l
aplay: device_list:279: keine Soundkarten gefunden ...

Danke im voraus

Liebe Grüße an das Forum.
Hasan (früher advaita)
Meinen früheren Account war trotz wiederholter Versuche nicht möglich zu aktivieren, deshalb habe ich mich neu registriert.
Title: Re: Keinen Sound
Post by: eriefisher on 2024/06/17, 18:37:42
Sounds like a driver issue. Try switching the driver to snd_hda_intel or snd_sof_pci_intel_tgl and see if it works.
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 18:55:51
Thanks for the answer. How do I do that?
Title: Re: Keinen Sound
Post by: eriefisher on 2024/06/17, 19:52:51
As root or sudo if you prefer:
modrobe -r sof-audio-pci-intel-tgl
modprobe snd_hda_intel


If you get an error message please post it.
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 20:10:24
root@haso-siduc:/home/haso# modrobe -r sof-audio-pci-intel-tgl
modprobe snd_hda_intel
Der Befehl 'modrobe' wurde nicht gefunden, meinten Sie:
  Befehl 'modprobe' aus dem deb kmod
Versuche: apt install <deb name>
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 20:22:00
Sorry, ich habe modrobe jetzt korrigiert. Das kam raus:

modprobe: FATAL: Module sof-audio-pci-intel-tgl not found.
Title: Re: Keinen Sound
Post by: eriefisher on 2024/06/17, 20:47:38
Yes, sorry, spelling mistake. modprobe. Lets see

lsmod | grep snd
Title: Re: Keinen Sound
Post by: eriefisher on 2024/06/17, 20:56:36
Wait! Do you have non-free and non-free-firmware enabled in your sources.list?
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 20:57:55
lsmod | grep snd
snd_hrtimer            12288  1
snd_seq_dummy          12288  0
snd_seq_midi           12288  0
snd_seq_oss            57344  0
snd_seq_midi_event     12288  2 snd_seq_midi,snd_seq_oss
snd_rawmidi            40960  1 snd_seq_midi
snd_seq               106496  12 snd_seq_midi,snd_seq_oss,snd_seq_midi_event,snd_seq_dummy
snd_seq_device         12288  4 snd_seq,snd_seq_midi,snd_seq_oss,snd_rawmidi
snd_hda_codec_hdmi     77824  0
snd_hda_codec_realtek   163840  0
snd_hda_codec_generic    90112  1 snd_hda_codec_realtek
snd_hda_scodec_component    12288  1 snd_hda_codec_realtek
snd_soc_dmic           12288  0
snd_sof_pci_intel_tgl    12288  0
snd_sof_intel_hda_common   147456  1 snd_sof_pci_intel_tgl
soundwire_intel        53248  1 snd_sof_intel_hda_common
snd_sof_intel_hda_mlink    24576  2 soundwire_intel,snd_sof_intel_hda_common
snd_sof_intel_hda      12288  1 snd_sof_intel_hda_common
snd_sof_pci            16384  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_sof_xtensa_dsp     12288  1 snd_sof_intel_hda_common
snd_sof               262144  3 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_hda
snd_sof_utils          12288  1 snd_sof
snd_soc_hdac_hda       16384  1 snd_sof_intel_hda_common
snd_soc_acpi_intel_match    77824  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_soc_acpi           12288  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
snd_soc_avs           163840  0
snd_soc_hda_codec      16384  1 snd_soc_avs
snd_hda_ext_core       24576  6 snd_soc_avs,snd_soc_hda_codec,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda_mlink,snd_sof_intel_hda
snd_soc_core          274432  7 snd_soc_avs,snd_soc_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_dmic
snd_compress           16384  2 snd_soc_avs,snd_soc_core
snd_pcm_dmaengine      12288  1 snd_soc_core
ac97_bus               12288  1 snd_soc_core
snd_hda_intel          40960  0
snd_intel_dspcfg       28672  4 snd_soc_avs,snd_hda_intel,snd_sof,snd_sof_intel_hda_common
snd_intel_sdw_acpi     12288  2 snd_sof_intel_hda_common,snd_intel_dspcfg
snd_hda_codec         151552  8 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_core           90112  11 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hwdep              16384  1 snd_hda_codec
snd_pcm_oss            61440  0
snd_mixer_oss          28672  1 snd_pcm_oss
snd_pcm               155648  13 snd_soc_avs,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_pcm_oss,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
snd_timer              40960  3 snd_seq,snd_hrtimer,snd_pcm
snd                   114688  20 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_seq_oss,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_pcm_oss,thinkpad_acpi,snd_soc_core,snd_pcm,snd_rawmidi,snd_mixer_oss
soundcore              12288  1 snd
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 21:02:28
No, but at the end of the upgrade I was given this sentence. I don't know why, because I haven't touched anything like that myself:

Notice: Für das Depot »Debian bookworm« wurde der »non-free component«-Wert von »non-free« in »non-free non-free-firmware« geändert.
Title: Re: Keinen Sound
Post by: towo on 2024/06/17, 21:07:24
firmware-sof-signed ist installiert?
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 21:13:53
Bei dieser iso, die ich oben angegeben habe, diese letzte version mit cinnamon, hatte ich das gefühl, dass es sich um eine in cinnamon geänderte kde version handeln könnte, und dabei könnte manches geändert sein.
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 21:19:02
# apt install firmware-sof-signed
Error: Paket firmware-sof-signed kann nicht gefunden werden.
Title: Re: Keinen Sound
Post by: towo on 2024/06/17, 21:30:52
dazu braucht es non-free-firmware in den sourcen!
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 21:42:04
Dort sieht es so aus:

# deb http://debug.mirrors.debian.org/debian-debug/ testing-debug main contrib non-free
# deb http://debug.mirrors.debian.org/debian-debug/ unstable-debug main contrib non-free
# deb http://debug.mirrors.debian.org/debian-debug/ experimental-debug main contrib non-free

# debian loadbalancer
deb      https://deb.debian.org/debian/ unstable main contrib non-free
#deb-src https://deb.debian.org/debian/ unstable main contrib non-free

# deb     https://deb.debian.org/debian/ experimental main contrib non-free
# deb-src https://deb.debian.org/debian/ experimental main contrib non-free

# deb      https://incoming.debian.org/debian-buildd buildd-unstable main contrib non-free
# deb-src  https://incoming.debian.org/debian-buildd buildd-unstable main contrib non-free

In ein paar weiteren Listen bei den nicht auskommentirten Sätzen, die nur mit "... unstable main" enden, sollen dort noch non-free ergänzt werden?
Title: Re: Keinen Sound
Post by: eriefisher on 2024/06/17, 21:47:13
Add non-free-firmware to your list then:
apt update && apt dist-upgrade
apt install firmware-sof-signed
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 21:53:17
Alle Pakete sind aktuell.                   
Notice: Für das Depot »Debian bookworm« wurde der »non-free component«-Wert von »non-free« in »non-free non-free-firmware« geändert.
Notice: Weitere Informationen hierzu finden Sie online in den Veröffentlichungshinweisen unter https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.html#non-free-split.
Summary:                                           
  Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
# apt install firmware-sof-signed
Error: Paket firmware-sof-signed kann nicht gefunden werden.
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 21:55:18
Habe ich es richtig verstanden, bei den offenen Sätzen unten soll non-free ergänzt werden, richtig?

deb      https://ftp.belnet.be/mirror/siduction/extra unstable main
#deb-src https://ftp.belnet.be/mirror/siduction/extra unstable main

deb      https://ftp.belnet.be/mirror/siduction/fixes unstable main
#deb-src https://ftp.belnet.be/mirror/siduction/fixes unstable main
Title: Re: Keinen Sound
Post by: eriefisher on 2024/06/17, 21:57:14
deb      https://deb.debian.org/debian/ unstable main contrib non-free non-free-firmware
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 21:59:52
bzw. ... non-free-firmware ergänzt werden?
Title: Re: Keinen Sound
Post by: eriefisher on 2024/06/17, 22:05:49
Quote from: hasan on 2024/06/17, 21:59:52
bzw. ... non-free-firmware ergänzt werden?

Yes. As mentioned, add it to the debian line. You are showing the siduction sources.
Title: Re: Keinen Sound
Post by: eriefisher on 2024/06/17, 22:08:25
Sorry, I don't speak German and use a translator when needed here since many of the participants here are using the German language. Some things get lost in translation.

Entschuldigung, ich spreche kein Deutsch und benutze hier bei Bedarf einen Übersetzer, da viele der Teilnehmer hier die deutsche Sprache verwenden. Bei der Übersetzung gehen einige Dinge verloren.
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 22:24:07
Thank you, translating must be my job.

I added the sentence to debian.list below
# debian loadbalancer
deb https://deb.debian.org/debian/ unstable main contrib non-free
#deb-src https://deb.debian.org/debian/ unstable main contrib non-free
# deb https://deb.debian.org/debian/ experimental main contrib non-free
# deb-src https://deb.debian.org/debian/ experimental main contrib non-free
# deb https://incoming.debian.org/debian-buildd buildd-unstable main contrib non-free
# deb-src https://incoming.debian.org/debian-buildd buildd-unstable main contrib non-free
deb https://deb.debian.org/debian/ unstable main contrib non-free non-free-firmware

Then I did
apt update && apt dist-upgrade
and rebooted
Although it installed some new things, bhei sound didn't change

Then I did
apt install firmware-sof-signed
. It didn't change anything about the sound either. But I didn't do another reboot. I'll do that.
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 22:30:08
Yes, now after another restart the sound is there.

Thank you very much, you were extremely friendly and patient.
Title: Re: Keinen Sound
Post by: hasan on 2024/06/17, 22:34:54
The device you can see now is: Speaker Raptor Lake-P/U/H cAVS
Title: Re: Keinen Sound
Post by: hasan on 2024/06/23, 18:00:07
Es könnte eventuell mit dem hier Veränderten im Zusammenhang stehen.
Die Installation von chrome-Browser scheitert mit der Fehlermeldung:

EN: it could possibly be related to what has been changed here:
The installation of chrome browser failed with the error message:

QuoteFehler: >>libasound2<< kann nicht installiert werden

Außerdem kamen beim apt update diese Warnungen. Es ist eine längere Liste, hier sind nur ein paar Beispiele:

EN: The apt update also gave these warnings. It's a long list, here are just a few examples:

QuoteWarning: Ziel Packages (main/binary-all/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/debian.list:2 und /etc/apt/sources.list.d/debian.list:11

Warning: Ziel Translations (main/i18n/Translation-de_DE) ist mehrfach konfiguriert in /etc/apt/sources.list.d/debian.list:2 und /etc/apt/sources.list.d/debian.list:11

Warning: Ziel DEP-11 (main/dep11/Components-all.yml) ist mehrfach konfiguriert in /etc/apt/sources.list.d/debian.list:2 und /etc/apt/sources.list.d/debian.list:11

Warning: Ziel DEP-11-icons-small (main/dep11/icons-48x48.tar) ist mehrfach konfiguriert in /etc/apt/sources.list.d/debian.list:2 und /etc/apt/sources.list.d/debian.list:11

Warning: Ziel Contents-deb (main/Contents-amd64) ist mehrfach konfiguriert in /etc/apt/sources.list.d/debian.list:2 und /etc/apt/sources.list.d/debian.list:11

Warning: Ziel Contents-deb (main/Contents-all) ist mehrfach konfiguriert in /etc/apt/sources.list.d/debian.list:2 und /etc/apt/sources.list.d/debian.list:11

Warning: Ziel Packages (contrib/binary-amd64/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/debian.list:2 und /etc/apt/sources.list.d/debian.list:11

Warning: Ziel Packages (non-free/binary-amd64/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/debian.list:2 und /etc/apt/sources.list.d/debian.list:11

Warning: Ziel Packages (non-free/binary-all/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/debian.list:2 und /etc/apt/sources.list.d/debian.list:11

Warning: Ziel Translations (non-free/i18n/Translation-de_DE) ist mehrfach konfiguriert in /etc/apt/sources.list.d/debian.list:2 und /etc/apt/sources.list.d/debian.list:11
Title: Re: Keinen Sound
Post by: reddark on 2024/06/23, 21:59:18
häng mal das non-free-firmware an allen debian-quellen ran ;)
davon ab, hast du debian unstable nun zweimal in der liste  ???
Title: Re: Keinen Sound
Post by: hasan on 2024/06/23, 22:40:15
Danke! Ja, das stimmt,  debian unstable war zweimal in der liste, da ich die neue zeile komplett eingefügt hatte. Ich hätte es nur an die eine zeile dran hängen sollen.
Ich habe die eine zeile jetzt gelöscht und konnte dann apt update laufen lassen ohne warnung.

Das andere problem besteht noch. Beim versuch, chrome zu installieren, kommt derselbe fehler
Title: Re: Keinen Sound
Post by: reddark on 2024/06/25, 17:11:39
edit: seh grad ... gibt nen neuen thread dazu ... mein beitrag is hier somit obsolet ;)

-----

is chrome über die normalen quellen überhaupt installierbar?

# apt policy chrome
Notice: Paket chrome kann nicht gefunden werden.


oder meinst du chromium?

Title: Re: Keinen Sound
Post by: towo on 2024/06/25, 17:23:49
Das Ding heisst ja auch google-chrome-{stable,unstable} und nein, das ist natürlich nicht in Debian.
Title: Re: Keinen Sound
Post by: reddark on 2024/06/25, 17:35:33
ja, hab ich dann auch gesehen .. bin dann raus ;)