From owner-freebsd-current@FreeBSD.ORG Sun Oct 3 18:21:48 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 84B0616A4CE for ; Sun, 3 Oct 2004 18:21:48 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B6F43D45 for ; Sun, 3 Oct 2004 18:21:48 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1CEAzT-000CXF-HH for freebsd-current@freebsd.org; Sun, 03 Oct 2004 11:21:47 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16736.17211.132754.898091@ran.psg.com> Date: Sun, 3 Oct 2004 11:21:47 -0700 To: FreeBSD Current Subject: 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: Sun, 03 Oct 2004 18:21:48 -0000 i have a belkin usb serial that used to work a year ago back in the 4.x days. i am having trouble getting it to work now in 6-current. it comes up as ugen0: Belkin USB PDA Adapter Belkin Components, rev 1.10/1.02, addr 4 and # usbdevs -v # edited Controller /dev/usb1: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 addr 4: full speed, power 100 mA, config 1, Belkin Components(0x0109), Belkin USB PDA Adapter(0x050d), rev 1.02 port 2 addr 2: full speed, self powered, config 1, USB HUB(0x0500), Western Digital(0x1058), rev 0.07 port 1 powered port 2 addr 3: full speed, self powered, config 1, External HDD(0x0400), Western Digital(0x1058), rev 1.06 port 3 powered port 4 powered i am trying a usbd.conf of device "Belkin USB PDA Adapter" devname "ucom0" vendor 0x0109 product 0x050d # attach but am kinda lost as kermitting to /dev/ucom0 gives me C-Kermit>set line /dev/ucom0 /dev/ucom0: No such file or directory Connection to /dev/ucom0 failed: No such file or directory yet # kldstat Id Refs Address Size Name 1 16 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 0xc5981000 3000 ucom.ko should i remove all usb from the kernel? randy