Re: usb_load="YES"
- In reply to: Milan Obuch : "Re: usb_load="YES""
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Jun 2022 05:50:43 UTC
On Thu, 30 Jun 2022 07:38:56 +0200 Milan Obuch <freebsd-current@dino.sk> wrote: > On Thu, 30 Jun 2022 06:17:16 +0100 > Graham Perrin <grahamperrin@gmail.com> wrote: > > > usb(4) > > > > <https://www.freebsd.org/cgi/man.cgi?query=usb&sektion=4&manpath=FreeBSD#SYNOPSIS> > > > > As an example: in what type of situation might it be desirable, or > > necessary, to load the driver as a module at boot time? > > > > From my experience - when you have USB keyboard, it is necessary to > load both ohci/uhci/ehci and ukbd module for keyboard to be accessible > in loader. Server with some remote console capability like iLO (HP) or Correction: in single user mode, loader should work without this > iDRAC (DELL) use USB keyboard emulation for this. Regards, Milan