Page 1 of 1

JACK dies

Posted: Thu Sep 28, 2006 1:48 am
by kash
Using that soundmax HDA (nvidia nforce 430)
# jackd -d oss -P /dev/dsp3
jackd 0.100.0
Copyright 2001-2005 Paul Davis and others.
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

JACK compiled with System V SHM support.
loading driver ..
OSS: failed to get fragment size: oss_driver.c@329, errno=22
oss_driver: /dev/dsp3 : 0x10/2/48000 (0)
OSS: failed to get fragment size: oss_driver.c@329, errno=22
oss_driver: period size update: 0
Segmentation fault: 11 (core dumped)

Re: JACK dies

Posted: Thu Sep 28, 2006 4:29 am
by dev
kash wrote:Using that soundmax HDA (nvidia nforce 430)
# jackd -d oss -P /dev/dsp3
jackd 0.100.0
Copyright 2001-2005 Paul Davis and others.
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

JACK compiled with System V SHM support.
loading driver ..
OSS: failed to get fragment size: oss_driver.c@329, errno=22
oss_driver: /dev/dsp3 : 0x10/2/48000 (0)
OSS: failed to get fragment size: oss_driver.c@329, errno=22
oss_driver: period size update: 0
Segmentation fault: 11 (core dumped)



Are you using OSS v4.0rc2 build 172?.

if not, get it from: http://www.opensound.com/test

There is a version for BSD x86 and amd64 there.


regards
Dev

Posted: Thu Sep 28, 2006 8:27 pm
by kash
Yes, i am.

[root@rama /usr/ports/emulators/qemu]# ls -ald /var/db/pkg/oss*
drwxr-xr-x 2 root wheel 512 Sep 25 16:44 /var/db/pkg/oss-freebsd-v4.0rc2-172-i386

Posted: Sat Sep 30, 2006 3:45 am
by dev
kash wrote:Yes, i am.

[root@rama /usr/ports/emulators/qemu]# ls -ald /var/db/pkg/oss*
drwxr-xr-x 2 root wheel 512 Sep 25 16:44 /var/db/pkg/oss-freebsd-v4.0rc2-172-i386


you need to probably ask the developer of the Jack program to fix it.
We have tested many apps like XMMS, Audacity and they all work correctly.
There may be some issues with recording on the HDAaudio driver that we're trying to fix but playback should be smooth.

best regards

Re: JACK dies

Posted: Wed Apr 04, 2007 7:28 pm
by trasz
To make jackd run with OSS, you need to pass "-b" parameter, e.g. "jackd -R -doss -b". This fixes things, at least with jack 0.103.0, OSS 4.0 (build 1002/200704022335) under FreeBSD 6.2-STABLE.