From owner-freebsd-questions@FreeBSD.ORG Sat Feb 12 16:19:36 2005 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 06EF416A4CF for ; Sat, 12 Feb 2005 16:19:36 +0000 (GMT) Received: from adulttoy.thepictureguys.com (CPE-65-31-180-203.wi.rr.com [65.31.180.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 929CA43D46 for ; Sat, 12 Feb 2005 16:19:35 +0000 (GMT) (envelope-from stuartw@adulttoy.thepictureguys.com) Received: from adulttoy.thepictureguys.com (localhost [127.0.0.1]) j1CGJAAs003605 for ; Sat, 12 Feb 2005 10:19:15 -0600 (CST) (envelope-from stuartw@adulttoy.thepictureguys.com) Received: from localhost (stuartw@localhost)j1CGJ0VS003602 for ; Sat, 12 Feb 2005 10:19:10 -0600 (CST) (envelope-from stuartw@adulttoy.thepictureguys.com) Date: Sat, 12 Feb 2005 10:18:55 -0600 (CST) From: Stuart Wogsland To: freebsd-questions@freebsd.org Message-ID: <20050212100833.T3564@adulttoy.thepictureguys.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: USB ucom driver not in dev X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2005 16:19:36 -0000 I'm having this problem with getting the ucom driver to show up in my /dev for a USB serial device. I need to connect to this USB device as tty to control the device. I'm running 5.3-Release and I have made a custom kernel with the following - I've compiled it the new way. device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface Commented 2-8-05 device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device urio # Diamond Rio 500 MP3 player device uscanner # Scanners device ucom # Communications Port replaces tty device uplcom # USB Generic Serial Driver When I look in the /dev folder all I see in there is: usb usb0 usb1 usb2 No ucom. When I do a usbdevs -v - I get the following results. Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000) , rev 1.00 port 1 addr 2: full speed, self powered, config 1, USB <-> Serial(0x6001), FTDI (0x0403), rev 4.00 port 2 powered Controller /dev/usb1: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000) , rev 1.00 port 1 powered port 2 powered Controller /dev/usb2: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000) , rev 1.00 port 1 powered port 2 powered So, as you can imagine, I don't know what to do next. Any help would be greatly appreciated on getting these USB serial device to work. Thank you. Stuart Wogsland Milwaukee, Wisconsin