From owner-freebsd-current@FreeBSD.ORG Sun Oct 3 19:05:11 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 B43EB16A4CE for ; Sun, 3 Oct 2004 19:05:11 +0000 (GMT) Received: from out009.verizon.net (out009pub.verizon.net [206.46.170.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F1C543D1D for ; Sun, 3 Oct 2004 19:05:11 +0000 (GMT) (envelope-from Alex.Kovalenko@verizon.net) Received: from [10.0.3.231] ([141.153.167.39]) by out009.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041003190508.UUHP23440.out009.verizon.net@[10.0.3.231]> for ; Sun, 3 Oct 2004 14:05:08 -0500 From: "Alexandre \"Sunny\" Kovalenko" To: FreeBSD Current In-Reply-To: <16736.17211.132754.898091@ran.psg.com> References: <16736.17211.132754.898091@ran.psg.com> Content-Type: text/plain Message-Id: <1096830295.847.1.camel@RabbitsDen> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 03 Oct 2004 15:04:56 -0400 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [141.153.167.39] at Sun, 3 Oct 2004 14:05:08 -0500 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: Sun, 03 Oct 2004 19:05:11 -0000 On Sun, 2004-10-03 at 14:21, Randy Bush wrote: > 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 > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" You need 'ubsa' module loaded or device 'ubsa' in you kernel configuration. --- Alexandre "Sunny" Kovalenko.