I
I
Ilya Zlobin2016-12-05 03:54:56
linux
Ilya Zlobin, 2016-12-05 03:54:56

How to set up a sound card in Linux?

Laptop HP ENVY 15-j004er Runs
Debian 8 xfce.
There is sound, but NOT from the desired sound card, but by default from the Intel sound card.
The sound card under Windows was signed like this (you need this card to work): idt high definition audio codec.
driver: stwrt64.sys
At the moment alsamixer shows and sees only 1 card. cb2ef8624d334ab9a8fd5ac740cc07fb.png
PulseAudio
Sees one penalty too. 80b55e0b2c0545f593217831e6bcdf84.png
lspci
(white line) also nothing interesting was found.
71ee1c25153b44e6969d41067b93b52d.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex F, 2016-12-15
@delvin-fil

$ cat ~/.asoundrc

pcm.!spdif {
     type hw
     card 1
     device 0
}
pcm.!default {
     type plug
     slave {
           pcm "spdif"
     }
}

Where type hw, card 1 and device 0 are yours respectively.
By the way, I have the same: "00: 1b.0 Audio device: Intel Corporation"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question