Package Details: ravenna-alsa-daemon 1.1.93-2

Git Clone URL: https://aur.archlinux.org/ravenna-alsa-daemon.git (read-only, click to copy)
Package Base: ravenna-alsa-daemon
Description: A daemon for ALSA RAVENNA/AES67 Driver
Upstream URL: https://github.com/bondagit/ravenna-alsa-lkm
Keywords: audio mastering pro-audio production
Licenses: custom
Submitter: blackhole
Maintainer: blackhole
Last Packager: blackhole
Votes: 3
Popularity: 0.000000
First Submitted: 2019-03-05 11:33 (UTC)
Last Updated: 2024-03-23 14:46 (UTC)

Pinned Comments

blackhole commented on 2019-03-05 12:00 (UTC) (edited on 2019-03-05 12:01 (UTC) by blackhole)

Reference https://bitbucket.org/MergingTechnologies/ravenna-alsa-lkm

You must first load the kernel module:

modprobe MergingRavennaALSA

Start avahi

systemctl start avahi-daemon

and edit /opt/ravenna-alsa/merging_ravenna_daemon.conf

with the name of your network interface

After you can access web interface with

ipaddress:9090

Latest Comments

1 2 Next › Last »

blackhole commented on 2023-12-20 17:04 (UTC)

The package has been flagged out-of-date by enderium with the following motivation:

"Latest version is 1.7. Also, the daemon exist as a separate repo"

However this package is using the repository https://github.com/bondagit/ravenna-alsa-lkm.git#branch=aes67-daemon

This repository has a fix for last archlinux kernels and last version is 1.1.93 not 1.7

blackhole commented on 2023-07-10 09:05 (UTC)

Now issue11 has been committed. Uploaded new version

SpikoPath commented on 2023-07-10 08:53 (UTC)

Fails to build stating:

fatal: invalid reference: origin/aes67-daemon-issue11

The Git Branch 'aes67-daemon-issue11' doesn't exist

I've modified the line in the PKGBUILD that state this:

source=("git+https://github.com/bondagit/ravenna-alsa-lkm.git#branch=aes67-daemon-issue11" 'ravenna-alsa.service' 'ravenna_start.sh')

to this:

source=("git+https://github.com/bondagit/ravenna-alsa-lkm.git#branch=aes67-daemon" 'ravenna-alsa.service' 'ravenna_start.sh')

It now builds and installs ok...

I don't know if this is the correct branch to be building from.

blackhole commented on 2021-09-29 06:44 (UTC)

If interested I have also made an Archlinux package for this alternative one:

https://github.com/bondagit/aes67-linux-daemon

blackhole commented on 2021-09-29 06:42 (UTC)

You should start it this way:

cd /opt/ravenna-alsa/

LD_PRELOAD=/usr/lib/libcurl.so.3 /opt/ravenna-alsa/Merging_RAVENNA_Daemon

or with /opt/ravenna-alsa/ravenna_start.sh

(the systemd service is using ravenna_start.sh)

rulez007 commented on 2021-09-28 23:41 (UTC)

at the point of starting the meging_ravenna_daemon getting an open ssl error message. any idea on how to proceed? trying to install anubis. ./Merging_RAVENNA_Daemon: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./Merging_RAVENNA_Daemon)

thurstylark commented on 2021-04-07 17:55 (UTC)

I have easy access to AES67 equipment nearly daily. Let me know if there's anything I can do to help with testing. Definitely interested in getting this package working.

blackhole commented on 2021-01-25 17:09 (UTC)

Tomorrow I will check aes67-linux-daemon. I must update the package. I don't have Merging or other aes67 DAC to test. If you want to test, please contact me at the email address reported in PKGBUILD

jpyle490 commented on 2021-01-25 17:05 (UTC)

The libcurl.so.3 dependency was satisfied previously with the libcurl-compat package, but not now. The upstream says it was testing against Ubuntu 16.04 so it's not entirely surprising things are falling apart here. Looks like aes67-linux-daemon is the way to go!