Differences between version 4 and previous revision of ALE070.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Wednesday, May 4, 2005 1:43:43 pm | by CraigBox | Revert |
Older page: | version 3 | Last edited on Wednesday, May 4, 2005 1:42:07 pm | by MattBrown | Revert |
@@ -1,13 +1,13 @@
The Dynalink ALE070 is a USB connected modem with a ~GlobeSpan Virata chipset. Fortunately, this chipset is fairly well supported by the ECIADSL project, and this modem has been used successfully overseas.
-ECIADSL project - http://eciadsl.flashtux.org/index.php?lang=en
+ECIADSL project - http://eciadsl.flashtux.org/index.php?lang=en %%%
Dynalink ALE070 status - http://eciadsl.flashtux.org/modems.php?modem=27
The documentation is quite thorough, and setup doesn't take long. Binaries are available for many distributions.
-!! Ubuntu 5.04 installation from source
-* Ensure gcc, make, and similar are installed
+!! [
Ubuntu]
5.04 installation from source
+* Ensure gcc(1)
, make(1)
, and similar are installed
* Install kernel headers with <code>apt-get install kernel-headers-2.6.10-5</code>
* Download the source archive with <code>wget http://eciadsl.flashtux.org/download/eciadsl-usermode-0.10.tar.bz2</code>
* Extract the archive with <code>tar -jxf eciadsl-usermode-0.10.tar.bz2</code> and then <code>cd eciadsl-usermode-0.10</code>
* Edit the package control file with <code>vi debian/control</code> and remove the pppoe dependency on line 10
@@ -16,11 +16,11 @@
The system can be configured with <code>eciadsl-config-tk</code>
* Remember to set VPI to 0 and VCI to 100
* Use the default synch01.bin
-* Set the PPP mode to LLC_RFC2364
-* Enter your Jetstream
username and password
+* Set the [
PPP]
mode to LLC_RFC2364
+* Enter your JetStream
username and password
* Save the config
The link can be brought up by running <code>eciadsl-start</code>
Any problems, please refer back to the project website and documentation.