Difference between revisions of "Linux"
From esoterum.org
Line 19: | Line 19: | ||
:-BLOB requires cdc_subset module (<code># modprobe cdc_subset</code>) | :-BLOB requires cdc_subset module (<code># modprobe cdc_subset</code>) | ||
*[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> | ||
*[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:43, 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
- Setting up usbnet (Fedora Core 4)
- usbnet for Windows