Could not create session in my home directory

Hello everyone!

I cloned the version 8.6 repository and compiled and installed it according to what I found in the documentation and when I execute, create the session, the following message appears:


Log Messages:
WARNING: ardour-request-device binary was not found…'
WARNING: ardour-request-device binary was not found…'
INFO: g_log: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
WARNING: ardour-request-device binary was not found…'
INFO: AlsaAudioBackend: adjusted output channel count to match device.
INFO: AlsaAudioBackend: adjusted input channel count to match device.

I need help, I’m a newbie, what am I doing wrong?

I read them, any help is useful.

The warning is because you did not get ardour-request-device into the ardour/lib directory when you installed ardour.

However the ALSA backend appears to be running. The ardour-request-device application is a helper to request the exclusive use of the device if you have something like PulseAudio or Pipewire using the audio device, the application will request the desktop audio server to release the device so that Ardour can use the device.
Since the ALSA backend is running, that application was not necessary.

Exactly what problems are you having?