Package Details: ravenna-alsa-daemon 1.1.93-4

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: 2025-10-20 08:07 (UTC)

Pinned Comments

blackhole commented on 2025-11-15 08:27 (UTC)

The package is not using the original Merging repository because often it will not work with last kernels.

The package is using this one that has some patches:

git+https://github.com/bondagit/ravenna-alsa-lkm.git#branch=aes67-daemon

If the code is not updated you should post an issue here:

https://github.com/bondagit/ravenna-alsa-lkm/issues

Merging support for Linux driver is very limited.

To use the Merging Ravenna daemon you must downgrade libcurl-compat.

Please select version libcurl-compat-8.5.0-1 and answer Y to put the package 'on hold'

sudo downgrade libcurl-compat

Tested fine in some installations.

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 3 Next › Last »

blackhole commented on 2025-11-15 08:27 (UTC)

The package is not using the original Merging repository because often it will not work with last kernels.

The package is using this one that has some patches:

git+https://github.com/bondagit/ravenna-alsa-lkm.git#branch=aes67-daemon

If the code is not updated you should post an issue here:

https://github.com/bondagit/ravenna-alsa-lkm/issues

Merging support for Linux driver is very limited.

To use the Merging Ravenna daemon you must downgrade libcurl-compat.

Please select version libcurl-compat-8.5.0-1 and answer Y to put the package 'on hold'

sudo downgrade libcurl-compat

Tested fine in some installations.

t-moe commented on 2025-11-15 07:13 (UTC)

This package is out of date.

The following error occurs when starting the daemon:

/opt/ravenna-alsa/Merging_RAVENNA_Daemon: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /opt/ravenna-alsa/Merging_RAVENNA_Daemon)

Discussion here: https://bbs.archlinux.org/viewtopic.php?pid=2272787

scientress commented on 2024-07-01 16:55 (UTC)

chmod 777 means read, write, execute for owner, group and others. See https://beebom.com/what-does-chmod-777-mean-linux/

I will work on a improvement for the permissions issue for the web interface and get back to you

blackhole commented on 2024-07-01 12:58 (UTC)

That file has not the executable flag, only give access permission to all.

Without that web configuration cannot write to a root configuration file.

If you have a better solution, let me know

scientress commented on 2024-07-01 12:06 (UTC)

chmod 777 $pkgdir/opt/ravenna-alsa/merging_ravenna_daemon.conf in line 26 of the PKGBUILD is a really bad idea and a security risk. It make the file writable and executable by anyone on the system. A config file would never need the executable flag.

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