From owner-freebsd-hackers@FreeBSD.ORG Fri Apr 25 15:44:38 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF81F652 for ; Fri, 25 Apr 2014 15:44:38 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 9A3A7136D for ; Fri, 25 Apr 2014 15:44:38 +0000 (UTC) Received: from Alfreds-MacBook-Pro-9.local (c-76-21-10-192.hsd1.ca.comcast.net [76.21.10.192]) by elvis.mu.org (Postfix) with ESMTPSA id D08D31A3C1A for ; Fri, 25 Apr 2014 08:44:35 -0700 (PDT) Message-ID: <535A82E3.3050504@mu.org> Date: Fri, 25 Apr 2014 08:44:35 -0700 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Re: Anyone get FreeBSD/PCBSD working with Dell iDrac References: <5359FCE6.7050908@freebsd.org> <04EDD593-63A7-494B-B6D8-2A8E6A6DCE9A@inbox.im> In-Reply-To: <04EDD593-63A7-494B-B6D8-2A8E6A6DCE9A@inbox.im> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 15:44:38 -0000 On 4/25/14 1:26 AM, Nicolas de Bari Embriz Garcia Rojas wrote: > With FreeBSD 9 I recompiled the kernel with this so that I could type on the vconsole > > # USB support > device uhci # UHCI PCI->USB interface > device ohci # OHCI PCI->USB interface > device ehci # EHCI PCI->USB interface (USB 2.0) > device usb # USB Bus (required) > device uhid # "Human Interface Devices" > device ukbd # Keyboard > device umass # Disks/Mass storage - Requires scbus and da > device ums # Mouse Hmm, on FreeBSD 10 this already is in the GENERIC kernel: # USB support options USB_DEBUG # enable debug msgs device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device xhci # XHCI PCI->USB interface (USB 3.0) device usb # USB Bus (required) device ukbd # Keyboard device umass # Disks/Mass storage - Requires scbus and da So I am unsure that your suggestion would work. -Alfred > > > regards > > On Apr 25, 2014, at 7:12 AM, Alfred Perlstein wrote: > >> I'm using a recent iDrac (I think 7.0) on FreeBSD 10-RELEASE >> >> It seems like at the installer the mouse works, however the keyboard doesn't seem to work. >> >> Anyone know a workaround to get the keyboard to work via the "virtual console" in Dell's iDrac? >> >> thank you, >> -Alfred >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > -- Alfred Perlstein