Linux Connectivity
From OESF
(Difference between revisions)
(OZ link) |
m (Undo revision 10323 by 85.70.230.141 (Talk) - Gibberish) |
||
(13 intermediate revisions not shown.) | |||
Line 1: |
Line 1: | ||
There are several ways to connect your Zaurus to a linux box: | There are several ways to connect your Zaurus to a linux box: | ||
| - | * using the usb(d)net kernel feature which treats a USB link as a network connection (USB) | + | * using the usb(d)net kernel feature which treats a USB link as a network connection (USB) |
| - | * using PPP over USB, | + | ** with a new subnet for the Zaurus and PC |
| - | * | + | ** and ethernet bridging as described below |
| + | |||
| + | * using PPP over | ||
| + | ** USB, serial, USB2serial converter | ||
| + | ** IrDA | ||
| + | ** Bluetooth | ||
| + | * Ethernet, Wifi | ||
| + | Once connected to access the outside world (anything but your computer) you'll neet to set up either casual routing or IP Masquerading (NAT), unless you use bridging which is by far the easiest and most automated method. :) | ||
| + | |||
| + | This should work with all models. However the docs seems to be written for 5500 with Sharp stock ROM. | ||
[[Generic (USB)]] | [[Generic (USB)]] | ||
| + | |||
| + | [[Debian (USB w/ DHCP and Bridging)]] | ||
[[Debian (USB)]] | [[Debian (USB)]] | ||
Line 25: |
Line 36: | ||
[[SSH and SCP]] Copy Files to and from your Zaurus over SSH with SCP | [[SSH and SCP]] Copy Files to and from your Zaurus over SSH with SCP | ||
| + | |||
| + | These links provide good information about USB networking: | ||
| + | * OpenZaurus: usbnet: http://openzaurus.sourceforge.net/wordpress/howto/usb-networking/ | ||
| + | * iPaq: usbnet, IP masquerading: http://www.handhelds.org/moin/moin.cgi/UsbNet: | ||
| + | * usbnet, IP masquerading: http://embedded.seattle.intel-research.net/wiki/index.php?title=Setting_up_USBnet | ||
| + | * usbnet: http://www.linux-usb.org/usbnet/ | ||
| + | * IP masquerading: http://www.tldp.org/HOWTO/html_single/Masquerading-Simple-HOWTO/ | ||
Current revision
There are several ways to connect your Zaurus to a linux box:
- using the usb(d)net kernel feature which treats a USB link as a network connection (USB)
- with a new subnet for the Zaurus and PC
- and ethernet bridging as described below
- using PPP over
- USB, serial, USB2serial converter
- IrDA
- Bluetooth
- Ethernet, Wifi
Once connected to access the outside world (anything but your computer) you'll neet to set up either casual routing or IP Masquerading (NAT), unless you use bridging which is by far the easiest and most automated method. :)
This should work with all models. However the docs seems to be written for 5500 with Sharp stock ROM.
Debian (USB w/ DHCP and Bridging)
Red Hat (USB) < 9
Red Hat (USB) 9+ or Red Hat with SL-5600
SSH and SCP Copy Files to and from your Zaurus over SSH with SCP
These links provide good information about USB networking:
- OpenZaurus: usbnet: http://openzaurus.sourceforge.net/wordpress/howto/usb-networking/
- iPaq: usbnet, IP masquerading: http://www.handhelds.org/moin/moin.cgi/UsbNet:
- usbnet, IP masquerading: http://embedded.seattle.intel-research.net/wiki/index.php?title=Setting_up_USBnet
- usbnet: http://www.linux-usb.org/usbnet/
- IP masquerading: http://www.tldp.org/HOWTO/html_single/Masquerading-Simple-HOWTO/

