From owner-freebsd-questions@FreeBSD.ORG Wed Dec 31 10:07:24 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A098016A4CE for ; Wed, 31 Dec 2003 10:07:24 -0800 (PST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8075443D39 for ; Wed, 31 Dec 2003 10:07:18 -0800 (PST) (envelope-from jan.muenther@nruns.com) Received: from [212.227.126.209] (helo=mrelayng8.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AbkkX-0003vl-00; Wed, 31 Dec 2003 19:07:17 +0100 Received: from [212.202.65.43] (helo=ergo.nruns.com) by mrelayng8.kundenserver.de with asmtp (Exim 3.35 #1) id 1AbkkX-0005SW-00; Wed, 31 Dec 2003 19:07:17 +0100 Received: by ergo.nruns.com (Postfix, from userid 1001) id 4B0AF54D; Wed, 31 Dec 2003 19:07:10 +0100 (CET) Date: Wed, 31 Dec 2003 19:07:10 +0100 From: jan.muenther@nruns.com To: Francisco Reyes Message-ID: <20031231180710.GA1884@ergo.nruns.com> References: <20031231125414.D48743@zoraida.natserv.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031231125414.D48743@zoraida.natserv.net> User-Agent: Mutt/1.4i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:9a8a46f2b40f7808f7699def63624ac2 cc: FreeBSD Questions List Subject: Re: Soekris machines X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 18:07:24 -0000 Howdy, > In particular how did you communicate with the machine? Do I need a null > modem cable? Which program you used and settings? From the ports it seems > minicom may do the trick. It's been a while, but I played with one of those boxes during our (ir-)regular C0d3 & b33r sessions. The console was set up to use 9600bps, 8N1 - so you could either connect with minicom, or with cu, as I usually, since it's there by default. Naturally, you'll need a null modem cable, yes. cu -s 9600 -l /dev/cuaa[0-9] usually does the trick for me. > > If using the CF card in the machine how did you find out what was the > device name of your USB writer. I blew up my primary HD MBR trying to > write the image of M0n0wall. Didn't loose almost any data due to my > nightly backups, but want to find out the right way to do it on a less > painfull way. :-) Isn't that handled like umass devices are usually handled, meaning it's reachable as /dev/da* ? Cheers, J.