From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 13:50:16 2003 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 3452F16A4CE for ; Fri, 7 Nov 2003 13:50:16 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D09943FE0 for ; Fri, 7 Nov 2003 13:50:13 -0800 (PST) (envelope-from freebsd-questions@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AIEUd-0006Ek-00 for ; Fri, 07 Nov 2003 22:50:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AIDqK-0005nd-00 for ; Fri, 07 Nov 2003 22:08:32 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AIDqK-0004mt-00 for ; Fri, 07 Nov 2003 22:08:32 +0100 From: bremner@unb.ca Date: Fri, 07 Nov 2003 17:08:30 -0400 Lines: 49 Message-ID: <0tu15fanu9.wl@nohost.unb.ca> Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Complaints-To: usenet@sea.gmane.org Gmane-From: bremner@unb.ca User-Agent: SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386--freebsd) Sender: news Subject: no ulpt0 in FreeBSD 5.1R 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: Fri, 07 Nov 2003 21:50:16 -0000 I am just setting up a new machine with 5.1R. I have usb in the kernel (I'm running the generic kernel from the install). My lexmark 323 which used to show up fine as ulpt0 under 4.9rc1 does not show up anymore. The machine is 845G based (it is an ibm netvista model 8037) On the 5.1R machine I get dmesg shows three USB hubs usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x1820-0x183f irq 10 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x1840-0x185f irq 5 at device 29.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered and my USB mouse works ums0: Kensington USB Input Device, rev 1.10/1.11, addr 2, iclass 3/1 ums0: 5 buttons and Z dir. ums0: at uhub2 port 2 (addr 2) disconnected ums0: detached ums0: Kensington USB Input Device, rev 1.10/1.11, addr 2, iclass 3/1 ums0: 5 buttons and Z dir. But I get no report of ulpt0 on the 4.9pre machine I get ulpt0: Lexmark International, Inc. Lexmark E323, rev 1.10/1.00, addr 2, iclass 7/1 ulpt0: at uhub0 port 2 (addr 2) disconnected ulpt0: detached ulpt0: Lexmark International, Inc. Lexmark E323, rev 1.10/1.00, addr 2, iclass 7/1 and printing works also. Can anyone suggest some troubleshooting techniques? I'm new both to USB and running FreeBSD 5.x db