Lorne,
Pulse sounds like a good path to follow as the built in music player will
grab the USB card and play files from the desktop without a problem.
I disabled pulse by making autospawn = no in the etc/pulse/client.conf
That killed all audio and made Rivendell have no audio resources. So I
changed it back and everything is working again.
Below is my etc/alsa/pulse-default.conf if that's any help:
# PulseAudio plugin configuration
# $Id: pulse-default.conf,v 1.3 2008/03/09 15:50:49 lkundrak Exp $
# Let's create a virtual device "pulse" for mixer and PCM
pcm.pulse {
type pulse
hint {
description "PulseAudio Sound Server"
}
}
ctl.pulse {
type pulse
hint {
description "PulseAudio Sound Server"
}
}
# Let's make it the default!
pcm.!default {
type pulse
hint {
description "Default"
}
}
ctl.!default {
type pulse
hint {
description "Default"
}
}
Also as mentioned before by Robert, I tried to change my asound.conf to
have the rate of 44100 but that didn't fix it.
Thanks again
Brad
On Fri, Apr 24, 2015 at 11:21 AM, Lorne Tyndale <[email protected]>
wrote:
> Hi again,
>
> I just had another thought. I don't know if you're running Pulseaudio
> or not, I do see there is a reference to pulse-default.conf in your note
> below. If you have not already, disable pulse. It is possible that
> Pulse is grabbing the USB card for its own use, in which case Rivendell
> would see the first available card as the Intel card since the USB one
> had already been grabbed by pulse.
>
> To disable pulse, put the
>
> autospawn = no
>
> in the client.conf (or it might be in the pulse-default.conf on your
> configuration)
>
> Lorne Tyndale
>
>
>
> > Hi,
> >
> > I think it has something to do with your /etc/asound.conf file. Make a
> > backup copy of your current file and try this as an alternate (of course
> > set the rate line to whatever rate you are using in Rivendell - if you
> > want 44100 then change it to that):
> >
> >
> > pcm.rd0 {
> > type hw
> > card 0
> > rate 48000
> > }
> > ctl.rd0 {
> > type hw
> > card 0
> > }
> > pcm.rd1 {
> > type hw
> > card 1
> > rate 48000
> > }
> > ctl.rd1 {
> > type hw
> > card 1
> > }
> >
> >
> > Restart your Rivendell daemons (or reboot if you wish) and see what
> > happens when you go to rdadmin --> Manage Hosts --> Audio resources
> >
> > Lorne Tyndale
> >
> >
> >
> > >
> > > Hello all,
> > >
> > > I've got a USB Sound card that's stumping me.
> > >
> > > I'm running the Paravel Appliance CentOS 6.5 running Rivendell 2.10.3
> > >
> > > The motherboard Intel soundcard shows up and works fine with RDAirplay
> and
> > > RD Panel an the rest. The add-on USB card shows up in some places but
> is
> > > not working with RD.
> > >
> > > I'd like to use the USB sound card as the main playback and record
> device
> > > and use the motherboard device for the preview/cue bus for auditioning
> cuts
> > > and adding segue/intro markers in RDLibrary. I know how to change the
> > > assignments via RDAdmin, but the USB card isn't there to change to.
> > >
> > > The USB card is a Behringer UCA222. I have gotten the normal Movie
> Player
> > > play from it so I know it works with the OS.
> > >
> > > I can see the USB Card when I run alsamixer
> > >
> > > *Below is the compilation of soundcard info from running arecord -l:*
> > >
> > > **** List of PLAYBACK Hardware Devices ****
> > > card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog]
> > > Subdevices: 0/1
> > > Subdevice #0: subdevice #0
> > > card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital]
> > > Subdevices: 0/1
> > > Subdevice #0: subdevice #0
> > > card 1: CODEC [USB Audio CODEC], device 0: USB Audio [USB Audio]
> > > Subdevices: 1/1
> > > Subdevice #0: subdevice #0
> > >
> > > *This is what I get when I run arecord -L*
> > > default
> > > Default
> > > front:CARD=Intel,DEV=0
> > > HDA Intel, ALC888 Analog
> > > Front speakers
> > > surround40:CARD=Intel,DEV=0
> > > HDA Intel, ALC888 Analog
> > > 4.0 Surround output to Front and Rear speakers
> > > surround41:CARD=Intel,DEV=0
> > > HDA Intel, ALC888 Analog
> > > 4.1 Surround output to Front, Rear and Subwoofer speakers
> > > surround50:CARD=Intel,DEV=0
> > > HDA Intel, ALC888 Analog
> > > 5.0 Surround output to Front, Center and Rear speakers
> > > surround51:CARD=Intel,DEV=0
> > > HDA Intel, ALC888 Analog
> > > 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
> > > surround71:CARD=Intel,DEV=0
> > > HDA Intel, ALC888 Analog
> > > 7.1 Surround output to Front, Center, Side, Rear and Woofer
> speakers
> > > front:CARD=CODEC,DEV=0
> > > USB Audio CODEC, USB Audio
> > > Front speakers
> > > surround40:CARD=CODEC,DEV=0
> > > USB Audio CODEC, USB Audio
> > > 4.0 Surround output to Front and Rear speakers
> > > surround41:CARD=CODEC,DEV=0
> > > USB Audio CODEC, USB Audio
> > > 4.1 Surround output to Front, Rear and Subwoofer speakers
> > > surround50:CARD=CODEC,DEV=0
> > > USB Audio CODEC, USB Audio
> > > 5.0 Surround output to Front, Center and Rear speakers
> > > surround51:CARD=CODEC,DEV=0
> > > USB Audio CODEC, USB Audio
> > > 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
> > > surround71:CARD=CODEC,DEV=0
> > > USB Audio CODEC, USB Audio
> > > 7.1 Surround output to Front, Center, Side, Rear and Woofer
> speakers
> > > iec958:CARD=CODEC,DEV=0
> > > USB Audio CODEC, USB Audio
> > > IEC958 (S/PDIF) Digital Audio Output
> > >
> > >
> > > -------------------------------
> > >
> > > *This is the asound.conf*
> > >
> > > #
> > > # Place your global alsa-lib configuration here...
> > > #
> > >
> > > @hooks [
> > > {
> > > func load
> > > files [
> > > "/etc/alsa/pulse-default.conf"
> > > ]
> > > errors false
> > > }
> > > ]
> > > # *** Start of Rivendell configuration generated by rdalsaconfig(1) ***
> > > pcm.rd0 {
> > > type hw
> > > card 1
> > > device 0
> > > }
> > > ctl.rd0 {
> > > type hw
> > > card 1
> > > }
> > > pcm.rd1 {
> > > type hw
> > > card 0
> > > device 0
> > > }
> > > ctl.rd1 {
> > > type hw
> > > card 0
> > > }
> > > pcm.rd2 {
> > > type hw
> > > card 0
> > > device 1
> > > }
> > > ctl.rd2 {
> > > type hw
> > > card 0
> > > }
> > > pcm.rd3 {
> > > type hw
> > > card 0
> > > device 2
> > > }
> > > ctl.rd3 {
> > > type hw
> > > card 0
> > > }
> > > # *** End of Rivendell configuration generated by rdalsaconfig(1) ***
> > >
> > >
> > > -------------
> > > *Audio Resource Information from RDAdmin*
> > > AUDIO ADAPTERS
> > > Card 0: HDA Intel at 0xff980000 irq 25
> > > Driver: Advanced Linux Sound Architecture (ALSA)
> > > Inputs: 1
> > > Outputs: 1
> > >
> > > Card 1: HDA Intel at 0xff980000 irq 25
> > > Driver: Advanced Linux Sound Architecture (ALSA)
> > > Inputs: 0
> > > Outputs: 1
> > >
> > > Card 2: HDA Intel at 0xff980000 irq 25
> > > Driver: Advanced Linux Sound Architecture (ALSA)
> > > Inputs: 1
> > > Outputs: 0
> > >
> > > Card 3: Not present
> > >
> > > Card 4: Not present
> > >
> > > Card 5: Not present
> > >
> > > Card 6: Not present
> > >
> > > Card 7: Not present
> > >
> > > ------------------
> > > RDAlsaConfig shows this under Active Sound Devices:
> > > Burr-Brown from TI USB Audio CODEC at usb-0000:00:1d.2-1, full speed -
> USB
> > > Audio [1]
> > > HDA Intel at 0xff980000 irq 25 - ALC888 Analog [1]
> > > HDA Intel at 0xff980000 irq 25 - ALC888 Analog [2]
> > > HDA Intel at 0xff980000 irq 25 - ALC888 Analog [3]
> > >
> > >
> > > ----------------
> > > *In the GNOME Sound Preferences the USB shows up as:*
> > > PCM2902 Audio Codec
> > > 1 Output / 1 Input
> > > Analog Stereo Duplex
> > >
> > > I would very much appreciate the help. This is one of my last hurdles
> > > before putting this system in the studio and on the air.
> > > Thanks
> > > Brad Beahm
> > > Operations Manager
> > > Platte River Radio in Hastings and Kearney,
> NE<hr>_______________________________________________
> > > Rivendell-dev mailing list
> > > [email protected]
> > > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
> > _______________________________________________
> > Rivendell-dev mailing list
> > [email protected]
> > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev