Next Previous Contents

3. The USB controller

3.1 The USB OpenHCI

The SIS745 chipset provides the "USB Open Host Controller Interface".

The Open Host Controller Interface is a standard by Compaq/Microsoft/National for accessing the USB PC hardware (also called USB host controller).

For more information, see : http://h18000.www1.hp.com/productinfo/development/openhci.html.

3.2 The usb-ohci driver

Linux provides the usb-ohci driver to access the USB host controler.

As root, load the module :

[root@localhost /root]# modprobe usb-ohci

If it doesn't work, you have to configure your kernel for it.

3.3 Kernel configuration

In the kernel configuration menu (# make xconfig).

Say Y to "Support for USB".

Say Y or M to "OHCI (Compaq, iMacs, OPTi, SiS, Ali, ...) support".

And compile this new version of your kernel.

3.4 The Linux-USB site

For more informations about using the USB under Linux, see : http://www.linux-usb.org


Next Previous Contents