Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3560

General Questions • [Solved] debian 12 - cinnamon , sound settings

$
0
0
Hi again ... this worked for my setup.


---- Run this in terminal: To see valid devices on system

╰─ cat /proc/asound/cards ─╯

0 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0x91314000 irq 314
1 [chtmax98090 ]: chtmax98090 - chtmax98090
GOOGLE-Cyan-1.0


---- Run this in terminal: To see devices card id nr

╰─ aplay -l ─╯
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: chtmax98090 [chtmax98090], device 0: 3 []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: chtmax98090 [chtmax98090], device 1: 4 []
Subdevices: 1/1
Subdevice #0: subdevice #0


---- Create a file asound.conf in folder /etc as administrator

/etc/asound.conf

----- paste this into file and edit with correct card id nr - save file

pcm.!default {
type hw
card 1
}

ctl.!default {
type hw
card 1
}

----- Run alsamixer in terminal and set your preffered sound levels - to correct soundcard , exit alsamixer.
Run below command in terminal - reboot. voilá should work now.

╰─ sudo alsactl store






/ lindis68

Statistics: Posted by lindis68 — 2024-11-20 07:25 — Replies 3 — Views 75



Viewing all articles
Browse latest Browse all 3560

Trending Articles