From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 13:47:39 2004 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 EF4F016A4CE for ; Tue, 3 Aug 2004 13:47:39 +0000 (GMT) Received: from web60004.mail.yahoo.com (web60004.mail.yahoo.com [216.109.116.227]) by mx1.FreeBSD.org (Postfix) with SMTP id 72F4F43D4C for ; Tue, 3 Aug 2004 13:47:39 +0000 (GMT) (envelope-from chris@autobleep.com) Message-ID: <20040803134738.51882.qmail@web60004.mail.yahoo.com> Received: from [198.54.202.4] by web60004.mail.yahoo.com via HTTP; Tue, 03 Aug 2004 06:47:38 PDT X-RocketYMMF: chris_martinus1 Date: Tue, 3 Aug 2004 06:47:38 -0700 (PDT) From: Chris Martinus To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Disk mirroring with 'dd' and (expletives) USB ISDN modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: chris@autobleep.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 13:47:40 -0000 For years I have backed up my FreeBSD systems using tcopy. I use removeable disk trays for fast recovery. All disks are configured bus master and are connected to different IDE controllers. tcopy /dev/ad0 /dev/ad2 fsck -y /dev/ad2a works just great! There's just a whinge from tcopy when it tries to rewind the disk (tcopy = 'tape copy'). The only caveat is that the drives should be identical. Now for my question. I have been trying to get a USB ISDN modem (Microcom ISDN USB Travel/C) hooked up. Currently using FreeBSD 4.8. After googling etc I found references to "device umodem" & "device ucom". Tried compiling them in, but nothing other than the ugen driver finds the modem. The modem never even powers up, though it works fine with Windoze. Can anyone point me in the right direction? Chris Martinus