Difference between revisions of "Linux"
From esoterum.org
Line 16: | Line 16: | ||
=== USBNET (USBDNET) === | === USBNET (USBDNET) === | ||
− | *[http://www.linux-usb.org/usbnet/ usbnet driver information] | + | *[http://www.linux-usb.org/usbnet/ usbnet driver information (linux-usb.org)] |
:-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://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 16:53, 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
)