Send Rivendell-dev mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Rivendell-dev digest..."
Today's Topics:
1. Re: most of it works (Wayne Merricks)
2. Re: most of it works (Cowboy)
3. Re: Rivendell on GitHub (Fred Gleason)
4. Re: most of it works (Rob Landry)
5. Re: most of it works (Cowboy)
6. Fade Resolution (Gavin Stephens)
7. Web Logins (Stan Fotinos)
8. Re: Fade Resolution (Wayne Merricks)
----------------------------------------------------------------------
Message: 1
Date: Wed, 13 Aug 2014 17:51:13 +0100
From: Wayne Merricks <[email protected]>
To: [email protected]
Subject: Re: [RDD] most of it works
Message-ID: <[email protected]>
Content-Type: text/plain; charset="windows-1252"; Format="flowed"
I've only tried Riv with pulse audio or plain ALSA. As such killing off
pulse audio is usually what I end up doing and after that I have no issues.
I've never had to mess with /etc/asound or .asoundrc.
I've got this working on a pi with raspbian and lxde (not recommended),
Debian 6/7 on a normal PC and Ubuntu as far back as 10.04 with pretty
much every version in between. I suppose asound may be required on
other distros.
Wayne Merricks
The Voice Asia
On 13/08/14 16:56, S?bastien Leblanc wrote:
Anyone, correct me if I am wrong, but the recommended setup is to have
the RD PCM streams in /etc/asound.conf in order to "assign" the card
to Rivendell, and configure your own .asoundrc so that it either
provides "null" output as default to your apps or route it to an
additional sound card.
If you set Rivendell in your .asoundrc, your desktop manager (KDE,
Gnome, etc.) will likely still pick up the default sound card and then
"hog" it.
On 13 August 2014 11:46, David Weber <[email protected]
<mailto:[email protected]>> wrote:
I can login. I can rip cds into carts and I can import into carts
what I cannot do is hear any sound
by the way if I put asound.conf into /etc my sound system
complains that it is keeping the sound from working so instead I
have a .asoundrc but still no sound
David Weber dweber1941@gmail
_______________________________________________
Rivendell-dev mailing list
[email protected]
<mailto:[email protected]>
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
--
S?bastien Leblanc
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://caspian.paravelsystems.com/pipermail/rivendell-dev/attachments/20140813/71dedbd3/attachment-0001.html>
------------------------------
Message: 2
Date: Wed, 13 Aug 2014 14:10:16 -0400
From: Cowboy <[email protected]>
To: [email protected]
Subject: Re: [RDD] most of it works
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
On Wednesday 13 August 2014 11:51:39 am Wayne Merricks wrote:
Can you run speaker-test in a terminal?
That's a new one on me, but it is in Slackware 14 and does work.
Since it's new to me, I don't know if he has that in Slack 12.
You might have to install alsa-utils first
I'm certain at least part ( probably all ) of that is in Slack 12.
On 13/08/14 16:46, David Weber wrote:
I can login. I can rip cds into carts and I can import into carts
what I cannot do is hear any sound
by the way if I put asound.conf into /etc my sound system complains
that it is keeping the sound from working so instead I have a
.asoundrc but still no sound
Basically, you run alsamixer and set up the sound card settings.
( personally, I prefer rexima but to each his own )
Then you run alsactl store to write them into /var/lib/alsa/asound.state
so that the daemon restores them on reboot.
My backup from Slackware 12 is only partial, since I moved to Slack 14
some time ago, but there is no asound.conf
A little ( very little ) research suggests Slackware ( any version ) does not
have or use an asound.conf, since it's not required to use alsa at all,
except to modify the default/master/stored asound settings on a
per-need basis, such as when starting bluetooth. ( if you use bluetooth )
There is an asound.state
and /etc/rc.d/rc.alsa does reference the existence of /etc/asound.state
which is a symlink to /var/lib/alsa/asound.state
That file is created by the command
alsactl store
and will then contain the current state of the alsa sound settings.
File formatting suggests that asound.state is what everyone else calls
asound.conf. Since it's a variable, Slackware keeps it in /var/lib/alsa/
( var's should go in /var wouldn't you think ? )
Basically, you run alsamixer and set up the sound card settings.
Then you run alsactl store to write them into asound.state so that
the daemon restores them on reboot.
Kill the KDE artsd sound controller, and you should be good to go.