Difference between revisions of "Linux"
From esoterum.org
Line 20: | Line 20: | ||
*[http://www.linux-usb.org/gadget/index.html gadget driver information (linux-usb.org)] | *[http://www.linux-usb.org/gadget/index.html gadget driver information (linux-usb.org)] | ||
*[https://www.redhat.com/archives/fedora-list/2005-March/msg04044.html remove linux 2.6 usb 2.0 driver?] <code>modprobe -r ehci-hcd</code> | *[https://www.redhat.com/archives/fedora-list/2005-March/msg04044.html remove linux 2.6 usb 2.0 driver?] <code>modprobe -r ehci-hcd</code> | ||
+ | :-apparently <code>uhci-hcd</code> is the usb 1.0 driver from linux 2.4 | ||
*[http://handhelds.org/moin/moin.cgi/UsbNet Setting up usbnet (Fedora Core 4)] | *[http://handhelds.org/moin/moin.cgi/UsbNet Setting up usbnet (Fedora Core 4)] | ||
*[http://handhelds.org/moin/moin.cgi/WindowsXpUsbNetworkHowTo usbnet for Windows] | *[http://handhelds.org/moin/moin.cgi/WindowsXpUsbNetworkHowTo usbnet for Windows] |
Revision as of 17:44, 5 September 2007
Contents
Unix/Linux
- Basic unix commands
- Basic unix commands
- IO-Redirection shell commands
- Linux command reference
- Emacs manual
- Gawk manual
- GNU awk manual
- GNU manuals from University of Utah
Drivers
Bootloader
USBNET (USBDNET)
- -BLOB requires cdc_subset module (
# modprobe cdc_subset
)
- gadget driver information (linux-usb.org)
- remove linux 2.6 usb 2.0 driver?
modprobe -r ehci-hcd
- -apparently
uhci-hcd
is the usb 1.0 driver from linux 2.4