From owner-freebsd-hackers Mon Jul 21 02:49:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA03522 for hackers-outgoing; Mon, 21 Jul 1997 02:49:22 -0700 (PDT) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA03516 for ; Mon, 21 Jul 1997 02:49:20 -0700 (PDT) Received: from rhiannon.scsn.net ([208.133.153.65]) by mail.scsn.net (Post.Office MTA v3.1 release PO203a ID# 0-32322U5000L100S10000) with ESMTP id AAA154; Mon, 21 Jul 1997 05:40:52 -0400 Received: (from root@localhost) by rhiannon.scsn.net (8.8.6/8.8.5) id FAA00523; Mon, 21 Jul 1997 05:49:13 -0400 (EDT) Message-ID: <19970721054912.04083@scsn.net> Date: Mon, 21 Jul 1997 05:49:12 -0400 From: "Donald J. Maddox" To: Masachika ISHIZUKA Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: QSeeMe/Linux emul. Problems Reply-To: dmaddox@scsn.net References: <199707210101.KAA19628@genesis.atrad.adelaide.edu.au> <199707210309.MAA04688@onion.ish.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <199707210309.MAA04688@onion.ish.org>; from Masachika ISHIZUKA on Mon, Jul 21, 1997 at 12:09:31PM +0900 Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Jul 21, 1997 at 12:09:31PM +0900, Masachika ISHIZUKA wrote: > > > 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 > > Hi. > I'm using FreeBSD 3.0-970618-SNAP and QSeeMe 0.80a for Linux. > When qseeme starts, the same error messages appear, but I can > connect reflectors and play video. (I can't play audio.) > > You must give proper interface at startup. Please check as > follows. > > % ifconfig -a | grep UP|grep -v lo0 > ed0: flags=8843 mtu 1500 > % qseeme -l ed0 > ~~~ > It seems bad to specify any IP address instead of interface > name. Thank you for the information! Apparently, the '-l' flag is the trick I was looking for :-)