From owner-freebsd-mobile Wed Jan 23 15:52:56 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.136.200]) by hub.freebsd.org (Postfix) with ESMTP id 07E0937B402 for ; Wed, 23 Jan 2002 15:52:52 -0800 (PST) Received: from pyanfar.ece.cmu.edu (allbery@VPN69.ECE.CMU.EDU [128.2.138.69]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id g0NNqhj13056; Wed, 23 Jan 2002 18:52:43 -0500 (EST) Subject: Re: birda status of the port and more info From: "Brandon S. Allbery " KF8NH To: Lars Eggert Cc: Stefan `Sec` Zehl , Robert =?ISO-8859-1?Q?Blacqui=E8re?= , freebsd-mobile@FreeBSD.ORG In-Reply-To: <3C4F4C33.4010805@isi.edu> References: <20020105210531.H83396@thorin.guldan.demon.nl> <20020105234328.B25362@matrix.42.org> <3C4F4C33.4010805@isi.edu> Content-Type: multipart/mixed; boundary="=-bS9SzDZdOaMj+DKF5SFl" X-Mailer: Evolution/1.0.1 Date: 23 Jan 2002 18:52:40 -0500 Message-Id: <1011829964.3610.10.camel@pyanfar.ece.cmu.edu> Mime-Version: 1.0 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-bS9SzDZdOaMj+DKF5SFl Content-Type: text/plain Content-Transfer-Encoding: 7bit On Wed, 2002-01-23 at 18:50, Lars Eggert wrote: > It's recognized as cuaa1 on my Dell Latitude C600. However, due to the > extremely limited documentation in the port, I have no clue how to > actually _use_ birda (to sync a Palm, in my case). What's the magic > incantation? Attached is my birda startup script; after irs is running, just tell pilot-link to use the slave end of the pty. -- brandon s. allbery [os/2][linux][solaris][japh] allbery@kf8nh.apk.net system administrator [WAY too many hats] allbery@ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university ["better check the oblivious first" -ke6sls] --=-bS9SzDZdOaMj+DKF5SFl Content-Disposition: attachment; filename=birda.sh Content-Transfer-Encoding: quoted-printable Content-Type: text/x-sh; charset=ISO-8859-1 #! /bin/sh case "$1" in start) /usr/local/bin/irs -d /dev/ttyd1 -y /dev/ptypv -c -Y && echo -n " birda= " ;; stop) killall irs 2>/dev/null && echo -n " birda" ;; esac --=-bS9SzDZdOaMj+DKF5SFl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message