From owner-freebsd-questions@FreeBSD.ORG Mon Oct 10 19:34:14 2005 Return-Path: X-Original-To: questions@freebsd.org 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 4B0A516A41F for ; Mon, 10 Oct 2005 19:34:14 +0000 (GMT) (envelope-from kep.woof@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id A88E643D53 for ; Mon, 10 Oct 2005 19:34:13 +0000 (GMT) (envelope-from kep.woof@gmail.com) Received: by xproxy.gmail.com with SMTP id h32so292858wxd for ; Mon, 10 Oct 2005 12:34:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=haIaFMZ6EL+zoihzDsbEYFzS0Own7iH4M/IzwJaLoFyW0cdZo63EAOgzC0/kmb2gxsTGZlTT4wWnUzM7Mh1F7C8uq3GvZRuWHMHVEh2VyqjQEO5FLqcUYGD69m+IYYmYhVFDH/m/uOSS8KvE7/SJPwW0XIIpJFDsoajdhpstbeo= Received: by 10.70.55.7 with SMTP id d7mr111686wxa; Mon, 10 Oct 2005 12:34:13 -0700 (PDT) Received: by 10.70.55.5 with HTTP; Mon, 10 Oct 2005 12:34:13 -0700 (PDT) Message-ID: <9c8168780510101234y6eb34424rd83e2d871b4062ee@mail.gmail.com> Date: Mon, 10 Oct 2005 20:34:13 +0100 From: Kep Woof To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: ISDN terminal adapter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 19:34:14 -0000 Heya, i need to get an ISDN terminal adapter working asap under freebsd. can anyone recommend one that "just works"? i've used a usr courier ta in the past (with an rs232 connection), but they don't seem to make the isdn model anymore. when i did it before i used userland ppp. is that still the way to go for dial on demand dialup? i've been trying to get an hayes accurar ISDN terminal adapter (that works fine bonded on a BT ISDN line in the UK) to work on FreeBSD. when i plugs i= t in it identifies as: ugen0: ISDN USB TA . rev 1.10/1.00, addr 2. suspecting it really needed to be coming up on ucom0 or somesuch, i tried using kldload to load some usb related drivers: uftdi. ubsa, ubser, uplcom and umct. would that work, when it had already been detected on ugen? i guessed that loading the modules would have the same effect as, and be quicker than, rebuilding the kernel. was this a correct assumption? am i on the right track, or barking up the wrong tree? any other ideas? i'm currently using the windows machine with internet connection sharing, so am really desperate for any help! thanks! ian