From owner-freebsd-current@FreeBSD.ORG Mon Apr 22 06:25:41 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5F8234DB for ; Mon, 22 Apr 2013 06:25:41 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-bk0-x229.google.com (mail-bk0-x229.google.com [IPv6:2a00:1450:4008:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id E894F12C1 for ; Mon, 22 Apr 2013 06:25:40 +0000 (UTC) Received: by mail-bk0-f41.google.com with SMTP id i18so2464160bkv.0 for ; Sun, 21 Apr 2013 23:25:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=ZIrv1yj/hJYH++E/3VTCDbVib1tIkzGwY5+LgBlWwZg=; b=LgBrSCwL+bzK+4zEmWqafyOkEhM4p3SdWXzzCeLIlmsGxgN/hEt/nat3rZXpQHGNEo Pp4fAvUkhwyczh2GxW77MQ7N3KPvfWPE4MBuOluoySHjqqm7K6bUG2vZiVwhxP3AMnLb 8d/5UOiOSWZh6pvbaQnevYvOfsXtAlWhA3ZPa4E2g+E2Bn46c+lD/NpZ3EobCQi4q1Xn 2whorVO4GMp5C2EVYnzn9ixDjTescqaGeppNSmTBQSXSOdXiWtG4b4/JEpdCscmaw8f6 XXtbUJbUrxeYxH9iWmfJ7/70OrVmMgIXa/CkTWo7MplB4R8B3INP/WlIyVHEEwP5QLXn aK5w== X-Received: by 10.205.24.132 with SMTP id re4mr9904147bkb.92.1366611939940; Sun, 21 Apr 2013 23:25:39 -0700 (PDT) Received: from laptop.minsk.domain (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id rm3sm843046bkb.20.2013.04.21.23.25.38 (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 21 Apr 2013 23:25:39 -0700 (PDT) Date: Mon, 22 Apr 2013 09:26:00 +0300 From: "Sergey V. Dyatko" To: Hans Petter Selasky Subject: Re: Supermicro 6027R-N3RF+head, usb trouble Message-ID: <20130422092600.4a867715@laptop.minsk.domain> In-Reply-To: <5174D467.5050009@bitfrost.no> References: <20130421223838.6bec3bfb@laptop.minsk.domain> <5174D467.5050009@bitfrost.no> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 22 Apr 2013 06:25:41 -0000 On Mon, 22 Apr 2013 08:10:47 +0200 Hans Petter Selasky wrote: > On 04/21/13 21:38, Sergey V. Dyatko wrote: > > Hi, > > > > Can anybody explain why USB keyboard (and keyboard from > > integrated IPKVM) doesn't work when I boot with 'C606 > > chipset Dual 4-Port SATA/SAS Storage Control Unit' enabled in bios? > > Also I can't boot that box from usb memstick and > > FreeBSD-10.0-CURRENT-amd64-20130413-r249439-release.iso They both > > loose(?) device and can't find root If I disable controller in bios > > system can't see any sata hdd connected to it:( > > booting with hw.usb.ehci.no_hs=1, kern.cam.boot_delay="10000" > > and debug.acpi.disabled="hostres" without success. I setup dhcpd, > > tftp, nfs on my laptop and finally I install fbsd on that box, but > > question with kbd is open - It doesn't work.. > > dmesg: > > http://svn.freebsd.by/files/dmesg_N3RF.txt > > pciconf -lv: > > http://svn.freebsd.by/files/pciconf_N3RF.txt > > > > I would appreciate any hints > > > > Hi, > > This indicates a LOW memory problem, or unability to grab contiguous > memory for USB controller drivers: > > usbd_ctrl_transfer_setup: could not setup default USB transfer > usbd_ctrl_transfer_setup: could not setup default USB transfer > usb_alloc_device: set address 2 failed (USB_ERR_NOMEM, ignored) > usbd_ctrl_transfer_setup: could not setup default USB transfer > usb_alloc_device: set address 2 failed (USB_ERR_NOMEM, ignored) > usbd_ctrl_transfer_setup: could not setup default USB transfer > usbd_ctrl_transfer_setup: could not setup default USB transfer > usbd_ctrl_transfer_setup: could not setup default USB transfer > > That's why USB doesn't work. Try to figure out who is using all that > memory. > Hi, how I can do that ? > --HPS -- wbr, tiger