Anyone get FreeBSD/PCBSD working with Dell iDrac

Alfred Perlstein bright at mu.org
Fri Apr 25 15:44:38 UTC 2014


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 at 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 at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
>> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
>


-- 
Alfred Perlstein



More information about the freebsd-hackers mailing list