Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 08:44:35 -0700
From:      Alfred Perlstein <bright@mu.org>
To:        freebsd-hackers@freebsd.org
Subject:   Re: Anyone get FreeBSD/PCBSD working with Dell iDrac
Message-ID:  <535A82E3.3050504@mu.org>
In-Reply-To: <04EDD593-63A7-494B-B6D8-2A8E6A6DCE9A@inbox.im>
References:  <5359FCE6.7050908@freebsd.org> <04EDD593-63A7-494B-B6D8-2A8E6A6DCE9A@inbox.im>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <alfred@freebsd.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?535A82E3.3050504>