From owner-freebsd-current@FreeBSD.ORG Mon Oct 4 06:05:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3308316A4CF for ; Mon, 4 Oct 2004 06:05:29 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16FB943D46 for ; Mon, 4 Oct 2004 06:05:29 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 914D9F1A80; Sun, 3 Oct 2004 23:05:27 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25521-02; Sun, 3 Oct 2004 23:05:26 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id A6595F1A38; Sun, 3 Oct 2004 23:05:26 -0700 (PDT) From: Sean McNeil To: Randy Bush In-Reply-To: <16736.57638.524126.37243@roam.psg.com> References: <16736.17211.132754.898091@ran.psg.com> <16736.57638.524126.37243@roam.psg.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-l4b8W8pgD+A0dtDqPOf1" Message-Id: <1096869926.6566.1.camel@server> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 03 Oct 2004 23:05:26 -0700 X-Virus-Scanned: by amavisd-new at mcneil.com cc: FreeBSD Current cc: "Alexandre \"Sunny\" Kovalenko" Subject: Re: usb serial confuddlement X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 06:05:29 -0000 --=-l4b8W8pgD+A0dtDqPOf1 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2004-10-03 at 22:35, Randy Bush wrote: > > You need 'ubsa' module loaded or device 'ubsa' in you kernel > > configuration. >=20 > # kldstat > Id Refs Address Size Name > 1 18 0xc0400000 3a42f4 kernel > 2 1 0xc07a5000 6eb8 linprocfs.ko > 3 2 0xc07ac000 1fa44 linux.ko > 4 1 0xc07cc000 bc08 ipfw.ko > 5 1 0xc07d8000 5f84 snd_ich.ko > 6 2 0xc07de000 204fc sound.ko > 7 1 0xc07ff000 5418 acpi_video.ko > 8 15 0xc0805000 5d6f4 acpi.ko > 9 1 0xc0863000 38e8 ubsa.ko > 10 2 0xc0867000 36c8 ucom.ko >=20 >=20 > ugen0: Belkin USB PDA Adapter Belkin Components, rev 1.10/1.02, addr 2 >=20 > # ls /dev/u* > /dev/ugen0 /dev/ugen0.2 /dev/usb /dev/usb1 > /dev/ugen0.1 /dev/urandom@ /dev/usb0 /dev/usb2 >=20 >=20 > so, still no device, and, of course, a crash some time after > usb device removal Don't you also need to load uplcom.ko? I do for my serial-usb converter. I had to load it in the boot loader to have it actually work, though. You will also find that the device name has changed. It is no longer ucom0 but ttyU0. Cheers, Sean --=-l4b8W8pgD+A0dtDqPOf1 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBYOgmyQsGN30uGE4RAkXUAKCocZoMjrkzbXbdOEYZK4xdJmfNogCfeUyn LhnbEkt4KtVuxSnyjskB9gE= =UAGf -----END PGP SIGNATURE----- --=-l4b8W8pgD+A0dtDqPOf1--