On Wed, 2019-08-28 at 15:50 +0000, [email protected] wrote:
> I have previously used the same system(with Debian8 and rd 2.19.3),
> with 3 USB sound cards... chose them in rdalsaconfig and that was
> all. But now on the new 3.0.3 rdalsaconfig sets 3 soundcards but the
> same one 3 times (even though I set 3 different ones) If you open the
> rdalsaconfig again you can see that it chose the same card 3 times
> but they are still available on the upper selection. If I edit the
> asound.config manually I can see the audio resources in the rdadmin.
> But its a little weird... I managed to replicate this on a test
> laptop with Debian9 and rd 3.0.3. This was not happening with
> 2.19.3.
> Any pointers as to why this is happening?
Known problem, fixed in Git 'master'. It will appear in the next
Rivendell release (probably early next week).
In the meantime, you can add the needed entries directly to
'/etc/asound.conf'. You generally want something like this:
*** snip snip ***
pcm.rd0 {
type hw
card PCH
device 0
rate 48000
}
ctl.rd0 {
type hw
card PCH
}
*** snip snip ***
This example configures Rivendell to use the built-in sound device on
my dev system. The only things you may need to change are the 'card
PCH' line (to use the name of your actual sound device) and 'rate
48000' (to match the sample rate configured in RDAdmin-
>SystemSettings).
You can get the card names by doing 'cat /proc/asound/cards' For
example:
*** snip snip ***
[fredg@elastigirl ~]$ cat /proc/asound/cards
0 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xa3230000 irq 127
1 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xa3080000 irq 17
2 [Axia ]: Axia - Axia
Axia 1
*** snip snip ***
Cheers!
|---------------------------------------------------------------------|
| Frederick F. Gleason, Jr. | Chief Developer |
| | Paravel Systems |
|---------------------------------------------------------------------|
| A room without books is like a body without a soul. |
| |
| -- Cicero |
|---------------------------------------------------------------------|
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev