xref: /dragonfly/nrelease/root/README.USB (revision e0b1d537)
1
2			DRAGONFLY 'Live CD' README.USB
3
4    When booting from 'Live CD', the USB subsystem is activated by the
5    default boot.  This includes the primary USB, OHCI and EHCI drivers.
6    On some systems it might be needed to not start EHCI driver (for USB 2.0)
7    to be able to run DragonFly, this is done by:
8
9        - 'unset ehci_load' in loader prompt, or
10        - choosing 'safe mode' in boot prompt, or
11
12        - 'set hint.ehci.0.disabled=0' in /boot/loader.conf
13
14    To enable USBD after installing on a hard disk, simply set
15    usbd_enable="YES" in /etc/rc.conf.
16