Date: Fri, 27 Jan 2012 10:53:07 +0200 From: Volodymyr Kostyrko <c.kworr@gmail.com> To: Mmacfarlyn <mmacfarlyn@gmail.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: FreeBSD and jackd Message-ID: <4F2265F3.5000201@gmail.com> In-Reply-To: <2tirv4ovquwfysie51mckesq.1327629095952@email.android.com> References: <2tirv4ovquwfysie51mckesq.1327629095952@email.android.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Mmacfarlyn wrote: > has anyone yet to run into this issue? > > :555:->uname -a > FreeBSD disgrace 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sun Aug 21 14:19:30 EDT 201 > 1 root@disgrace:/usr/obj/usr/src/sys/disgrace i386 > :556:->jackd -d alsa > jackd 0.121.3 > Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and oth > ers. > jackd comes with ABSOLUTELY NO WARRANTY > This is free software, and you are welcome to redistribute it > under certain conditions; see the file COPYING for details > > could not open driver .so '/usr/local/lib/jack/jack_alsa_midi.so': /usr/local/li > b/jack/jack_alsa_midi.so: Undefined symbol "clock_nanosleep" So you have correct library but with different symbols. Go install sysutils/bsdadminscripts and ask pkg_libchk what ports you should rebuild. > > could not open driver .so '/usr/local/lib/jack/jack_alsa.so': /usr/local/lib/jac > k/jack_alsa.so: Undefined symbol "clock_nanosleep" > > jackd: unknown driver 'alsa' > > Does FreeBSD not support ALSA? Or should it? FreeBSD has it's own sound stack. http://wiki.freebsd.org/Sound is a nice page about that. FreeBSD supports ALSA through audio/alsa-lib port. -- Sphinx of black quartz judge my vow.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F2265F3.5000201>