Topic: RME BO968 Digital Breakout-Cable, AES/EBU & SPDIF
Hi,
Are this cables balanced or not ? Sounds unclear !!!
I have a HDSP 9632 and I connected a micro (Behringer ECM 8000) to a preamp (IMG STAGELINE MPA-102) to the RME BO968 but there is no input signal at all.
As well, I have the delivered unbalanced cables connected on the card connected to the amplifier. Can they both be activ at same time ?
Why I have no signal from the micro ?
Thanks for help.
P.S. I'm on Arch linux up to date and want to measure room acoustic.
Here my .asoundrc :
# playback pcm definition
pcm.RMEpb {
type hw
slave {
pcm {
type hw
card "DSP"
}
format "S32_LE"
# rate 44100
channels 12
# period_size 2048
# buffer_size 4096
}
ipc_key 5678292
ipc_key_add_uid TRUE
ipc_gid {
@func refer
name defaults.pcm.ipc_gid
}
ipc_perm {
@func refer
name defaults.pcm.ipc_perm
}
}
# capture pcm definition
pcm.RMEcap {
type dsnoop
slave {
pcm {
type hw
card "DSP"
}
format "S32_LE"
# rate 44100
channels 12
# period_size 2048
# buffer_size 4096
}
ipc_key 5678291
ipc_key_add_uid TRUE
ipc_gid {
@func refer
name defaults.pcm.ipc_gid
}
ipc_perm {
@func refer
name defaults.pcm.ipc_perm
}
}
# And for simultaneous playback and recording, the 'asym' plugin is used
pcm.RMEasym {
type asym
playback.pcm "RMEpb"
capture.pcm "RMEcap"
}
# one definition for each stereo channel
pcm.RME-0102 {
type plug
slave.pcm "RMEasym"
ttable.0.0 1
ttable.1.1 1
}
pcm.RME-0304 {
type plug
slave.pcm "RMEasym"
ttable.0.2 1
ttable.1.3 1
}
pcm.RME-0506 {
type plug
slave.pcm "RMEasym"
ttable.0.4 1
ttable.1.5 1
}
pcm.RME-0708 {
type plug
slave.pcm "RMEasym"
ttable.0.6 1
ttable.1.7 1
}
pcm.RME-0910 {
type plug
slave.pcm "RMEasym"
ttable.0.8 1
ttable.1.9 1
}
pcm.RME-1112 {
type plug
slave.pcm "RMEasym"
ttable.0.10 1
ttable.1.11 1
}
#playback pcm definition for XBMC/Iron
pcm.!default {
type plug
slave.pcm "hw:0,0"
}