Topic: FreeBSD - ADI 2 Pro

Hello.

Are there any solutions to get this running on FreeBSD?

I know FreeBSD has support for some RME cards and HDSPe but cant get the Adi 2 pro to work on it.

It should work fine on Linux, many people are using it atm.

Suggestions?

Re: FreeBSD - ADI 2 Pro

Nice to see some folks still using the best Unix around, worked for this team also for 10+ years in the past ;-)
Sorry, but I am currently not on track whats the state of the sound system.

ALSA is in the ports tree, there you might have IMHO the highest chance to get something working.
1st I would ask in the ALSA community regarding the general state of HDSPe (AIO ?) support.

Otherwise you might have good or better chanced with a RME recording interface supporting Class Compliant mode.
But then you would require something like the UCX etc.

I remember that the Linux emulation in FreeBSD worked excellent and stuff was working these days even better than on Linux itself, as the code quality and multi processor support was in FreeBSD always superior. Maybe you have therefore luck with the ALSA application port.

Best out of the Box support you will find on a Linux system with this Linux distribution.
https://ubuntustudio.org/

Another good strategy might be to perform a parallel installation on Ubuntu Studio to see if and how it works and what the results are on a Linux System optimized for Studio work. Once you are confident how its works you can try this all on FreeBSD.

To make best use of RME recording interfaces I would use Windows. Windows is more efficient than Apple and with Apple not all Digicheck tools are supported. Global Record is very practical but only available on Windows.

The pragmatic approach would then be to use FreeBSD for daily work and Windows on a parallel installation for efficient recording out of the box without having to invest too much time and maybe running into frustration if it doesnt work or not work satisfactory.

BR Ramses - UFX III, 12Mic, XTC, ADI-2 Pro FS R BE, RayDAT, X10SRi-F, E5-1680v4, Win10Pro22H2, Cub13

Re: FreeBSD - ADI 2 Pro

its okay I actually managed it to work.

Running FreeBSD 11.1 - KDE Plasma 5.

I was thinking the wrong way, for anybody else wondering:

cat /dev/sndstat
Installed devices:
pcm0: <NVIDIA (0x0071) (HDMI/DP 8ch)> (play)
pcm1: <NVIDIA (0x0071) (HDMI/DP 8ch)> (play)
pcm2: <NVIDIA (0x0071) (HDMI/DP 8ch)> (play)
pcm3: <NVIDIA (0x0071) (HDMI/DP 8ch)> (play)
pcm4: <Realtek ALC889 (Rear Analog 7.1/2.0)> (play/rec) default
pcm5: <Realtek ALC889 (Front Analog)> (play/rec)
pcm6: <Realtek ALC889 (Rear Digital)> (play)
pcm7: <Realtek ALC889 (Onboard Digital)> (play)
pcm8: <Intel Cougar Point (HDMI/DP 8ch)> (play)
pcm9: <USB audio> (play/rec)
pcm10: <USB audio> (play/rec)
No devices installed from userspace.


It didnt show up before I turned the power completly off and on and then PCM10 USB audio showed up.

sysctl hw.snd.default_auto=10

Now its working as a default unit.

Seems like you have to load these first if not already loaded.

kldload snd_driver
kldload snd_hda

Edit:

Headphone out / Main out is working, not tried anything else yet.

I will post more information after trying it out for a while.

Thanks in advance

- Lars

Re: FreeBSD - ADI 2 Pro

Oh, sweet, congrads ! :-)

BR Ramses - UFX III, 12Mic, XTC, ADI-2 Pro FS R BE, RayDAT, X10SRi-F, E5-1680v4, Win10Pro22H2, Cub13