From owner-freebsd-questions@FreeBSD.ORG Tue Apr 10 08:54:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8556A16A404 for ; Tue, 10 Apr 2007 08:54:38 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.189]) by mx1.freebsd.org (Postfix) with ESMTP id 18E9113C465 for ; Tue, 10 Apr 2007 08:54:37 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by mu-out-0910.google.com with SMTP id g7so2381671muf for ; Tue, 10 Apr 2007 01:54:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=edn1upCRUROfsR1RtaYMQON3wTGT7mpP/dPrbdnaGrfzOA0gxrmcVmXJ7eCGVllXLYQjy1epuIybr3gRqy44sluyhujkRFkJ6XSG3ZsPQyAP9yv/Sh5FDlgWp5DG/6KvQUFsJDDOA4BfAldA4K3fHt27+au0pBLG31M5Jp5jPRk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hEh9PS3OUdCLFVIJatjnZfoMxx+fHEreMN13pjXi4+yqopXMskl/UCjTaMNJjDKcorU5LbISCQ/zrITs7oiPIO8iP7cl7Z6/3LJ7Z81jJwoN0KsbiWX1q7BXWPS3GpQ7aYDqGUmoKDCqUyYAqaE3zfKM+9qJ2EhmtiKKGwk5od8= Received: by 10.82.102.4 with SMTP id z4mr8857842bub.1176195276713; Tue, 10 Apr 2007 01:54:36 -0700 (PDT) Received: by 10.82.158.7 with HTTP; Tue, 10 Apr 2007 01:54:36 -0700 (PDT) Message-ID: <14989d6e0704100154l392cae2ds470b31869081a644@mail.gmail.com> Date: Tue, 10 Apr 2007 08:54:36 +0000 From: "Christian Walther" To: "RYAN M. vAN GINNEKEN" In-Reply-To: <661846.891176168880189.JavaMail.root@shoemasters.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <661846.891176168880189.JavaMail.root@shoemasters.com> Cc: freebsd-questions@freebsd.org Subject: Re: uhub0: port 2, set config at addr 2 failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 08:54:38 -0000 On 10/04/07, RYAN M. vAN GINNEKEN wrote: > Hello friendly FreeBSDier's i am tring to make my machine work with a Motorola usb modem and get the below errors in my dmesg. I would be very grateful if someone could help me with this problem. > > FreeBSD new.computerking.ca 6.2-STABLE FreeBSD 6.2-STABLE #0 > > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > uhci1: port 0xa800-0xa81f irq 10 at device 7.3 on pc > i0 > uhci1: [GIANT-LOCKED] > usb1: on uhci1 > usb1: USB revision 1.0 > uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 2 ports with 2 removable, self powered > > Later in the demesg i get this either when i plug the modem in or if i reboot with it plugged in. Funny cause it worked once and gave me cdce0 in my ifconfig so i added a line to my /etc/rc.conf like this > > ifconfig_cdce0="inet 68.146.204.153 netmask 255.255.252.0" > > to set a static ip then restarted and it now it just gives me the below error and no device in shows up in my ifconfig > > uhub0: port 2, set config at addr 2 failed > uhub0: device problem (SHORT_XFER), disabling port 2 > > > also i have these in my dmesg the look strange to me and thought that mabey they might be related. > What Hardware are you on, to be more specific: Are these onboard USB ports, or is this a PCI board? Last time I've seen these messages I had an USB PCI board installed. The chip itself was claimed to be supported, but it was a newer revision. I guess it got recognised properly, but due to some revision specific changes it couldn't be initialised. In my case everything USB 2 didn't work, but the board was usable with USB 1 devices. Well, it just makes no sense if you want to attach a disk to it.