| Commit | Line | Data |
|---|---|---|
| d4cdca3f | 1 | |
| 4a08b684 | 2 | DRAGONFLY 'Live CD' README.USB |
| d4cdca3f | 3 | |
| 4a08b684 TN |
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: | |
| d4cdca3f | 8 | |
| 4a08b684 TN |
9 | - 'unset ehci_load' in loader prompt, or |
| 10 | - choosing 'safe mode' in boot prompt, or | |
| d4cdca3f | 11 | |
| 4a08b684 | 12 | - 'set hint.ehci.0.disabled=0' in /boot/loader.conf |
| d4cdca3f | 13 | |
| d4cdca3f MD |
14 | To enable USBD after installing on a hard disk, simply set |
| 15 | usbd_enable="YES" in /etc/rc.conf. |