Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 1996 03:21:05 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) <ache@astral.msk.su>
Cc:        multimedia@freebsd.org
Subject:   Re: Anyone gotten SpeakFreely to work with FreeBSD-current? 
Message-ID:  <25637.829650065@time.cdrom.com>
In-Reply-To: Your message of "Tue, 16 Apr 1996 13:37:40 %2B0400." <199604160937.NAA00335@astral.msk.su> 

next in thread | previous in thread | raw e-mail | index | archive | help
> > I notice that Andrey did a port to 2.1-RELEASE, but things appear to
> > have changed signficantly enough in the sound driver that this no
> > longer works.  The `sfspeaker' program works fine, but sfmike is
> > unable to open and condition /dev/audio when you "push to talk", so
> > you can use SpeakFreely to listen but not to say anything. :-)
> 
> I just test it on -current without any problem.
> Do you forget to define HALF_DUPLEX in Makefile?

Nope, I tried it both ways - with and without HALF_DUPLEX.

Did you also make sure to run sfspeaker in the background before you
tried your test?

One thing I noticed was that soundinit() was trying to open /dev/audio
(which points to /dev/audio0 on my system [major 30, minor 4]) with
access mode O_RDONLY.  When I try a simple `cat < /dev/audio' I get
the same error - it seems that only O_WRONLY works as an open mode,
but making that change simply results in the problem moving somewhere
a little later with things bitching about an invalid file descriptor.

					Jordan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25637.829650065>