Difference between revisions of "Talk:USB Host"
From ArmadeusWiki
(New page: == USB keyboard/mouse (HID: Human Interface Device) == === Driver installation === *Add USB keyboard/mouse support in Linux <b>(already configured with armadeus svn version 978 or higher)...) |
|||
Line 3: | Line 3: | ||
*Add USB keyboard/mouse support in Linux <b>(already configured with armadeus svn version 978 or higher)</b>: | *Add USB keyboard/mouse support in Linux <b>(already configured with armadeus svn version 978 or higher)</b>: | ||
$ make linux26-menuconfig | $ make linux26-menuconfig | ||
− | + | <pre class="config"> | |
− | select Device Drivers ---> [*] HID Devices ---> <*> Generic HID support | + | select Device Drivers ---> |
− | select Device Drivers ---> [*] HID Devices ---> <M> USB Human Interface Device (full HID) support | + | [*] HID Devices ---> |
+ | <*> Generic HID support (static) | ||
+ | select Device Drivers ---> | ||
+ | [*] HID Devices ---> | ||
+ | <M> USB Human Interface Device (full HID) support (module) | ||
+ | </pre> | ||
=== Starting the driver=== | === Starting the driver=== | ||
<b>(already active with armadeus svn version 978 or higher)</b> | <b>(already active with armadeus svn version 978 or higher)</b> | ||
# modprobe usbhid | # modprobe usbhid | ||
+ | |||
+ | == USB Flash memory / USB key / USB card reader / USB Hard Drive== | ||
+ | === Driver installation === | ||
+ | <b>(already configured with armadeus svn version 978 or higher)</b> | ||
+ | * Add USB Flash support in Linux: | ||
+ | $ make linux26-menuconfig | ||
+ | <pre class="config"> | ||
+ | select Device Drivers ---> | ||
+ | SCSI device support ---> | ||
+ | <*> SCSI device support (static) | ||
+ | Device Drivers ---> | ||
+ | SCSI device support ---> | ||
+ | [*] legacy /proc/scsi/ support (static) | ||
+ | Device Drivers ---> | ||
+ | SCSI device support ---> | ||
+ | <*> SCSI disk support (static) | ||
+ | |||
+ | Device Drivers ---> | ||
+ | [*] USB support ---> | ||
+ | [*] USB device filesystem (static) | ||
+ | Device Drivers ---> | ||
+ | [*] USB support ---> | ||
+ | <*> USB Mass Storage support (static) | ||
+ | </pre> |
Latest revision as of 14:45, 17 July 2009
Contents
USB keyboard/mouse (HID: Human Interface Device)
Driver installation
- Add USB keyboard/mouse support in Linux (already configured with armadeus svn version 978 or higher):
$ make linux26-menuconfig
select Device Drivers ---> [*] HID Devices ---> <*> Generic HID support (static) select Device Drivers ---> [*] HID Devices ---> <M> USB Human Interface Device (full HID) support (module)
Starting the driver
(already active with armadeus svn version 978 or higher)
# modprobe usbhid
USB Flash memory / USB key / USB card reader / USB Hard Drive
Driver installation
(already configured with armadeus svn version 978 or higher)
- Add USB Flash support in Linux:
$ make linux26-menuconfig
select Device Drivers ---> SCSI device support ---> <*> SCSI device support (static) Device Drivers ---> SCSI device support ---> [*] legacy /proc/scsi/ support (static) Device Drivers ---> SCSI device support ---> <*> SCSI disk support (static) Device Drivers ---> [*] USB support ---> [*] USB device filesystem (static) Device Drivers ---> [*] USB support ---> <*> USB Mass Storage support (static)