Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 1997 10:31:37 +0930 (CST)
From:      Michael Smith <msmith@atrad.adelaide.edu.au>
To:        dmaddox@scsn.net
Cc:        hackers@FreeBSD.ORG, mavilar@aleph.pangea.org
Subject:   Re: QSeeMe/Linux emul. Problems
Message-ID:  <199707210101.KAA19628@genesis.atrad.adelaide.edu.au>
In-Reply-To: <19970720101041.40890@scsn.net> from "Donald J. Maddox" at "Jul 20, 97 10:10:41 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Donald J. Maddox stands accused of saying:
>     When I try to run QSeeMe 0.80a for Linux, this is what I see:
> 
> >QSeeMe-0.80a> ./qseeme 
> LINUX: 'ioctl' fd=7, typ=0x450(P), num=0xf not implemented
> LINUX: 'ioctl' fd=7, typ=0x50(P), num=0x16 not implemented

#define SNDCTL_DSP_GETTRIGGER           _IOR ('P',16, int)
#define SNDCTL_DSP_SETTRIGGER           _IOW ('P',16, int)
#       define PCM_ENABLE_INPUT         0x00000001
#       define PCM_ENABLE_OUTPUT        0x00000002
#define SNDCTL_DSP_SETDUPLEX            _IO  ('P', 22)

These are sound driver ioctls.

>     It then proceeds to fail to connect to any reflector.  Tcpdump
> shows that it is trying to make udp connections rather than tcp...
> Could this be related to the above failed ioctls?

No.

-- 
]] Mike Smith, Software Engineer        msmith@gsoft.com.au             [[
]] Genesis Software                     genesis@gsoft.com.au            [[
]] High-speed data acquisition and      (GSM mobile)     0411-222-496   [[
]] realtime instrument control.         (ph)          +61-8-8267-3493   [[
]] Unix hardware collector.             "Where are your PEZ?" The Tick  [[



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