Differences between version 5 and predecessor to the previous major change of AccessRunnerADSLModem.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Thursday, May 29, 2003 2:37:31 pm | by JonDean | Revert |
Older page: | version 1 | Last edited on Thursday, December 19, 2002 6:30:51 pm | by MattBrown | Revert |
@@ -10,11 +10,11 @@
! Obtain Modem Driver Source
I orignally obtained the source for the module from the NZDSL site. It is all packaged in RPM format and if you were running Redhat with the right kernel version you might be lucky enough to get away with just installing the RPM. However for those of us on debian it takes a bit more work. I extracted the source from the RPM and built the module and the associated utilites from that.
-You can find the source at the following location http://www.wlug.org.nz/archive/CnxADSL-TgrATM_k2.4.3-6.1.2.007.tar.bz2
+You can find the source at the following location http://www.wlug.org.nz/archive/Conexant
/CnxADSL-TgrATM_k2.4.3-6.1.2.007.tar.bz2
-Apparently it is for Kernel 2.4.3 but I have successfully run it with Kernels 2.4.19 and 2.4.20, it does complain about unresolved symbols, however ignoring this message does not seem to break anything :)
+Apparently it is for Kernel 2.4.3 but I have successfully run it with Kernels 2.4.19 and 2.4.20, it does complain about unresolved symbols, however ignoring this message does not seem to break anything :) You may need to install gcc-2.95 to compile the source correctly.
# Extract the archive, change into the Directory
# make
# make install
@@ -31,16 +31,16 @@
# Edit /etc/Conexant/cnxadsl.conf
**Change the VPI to 0
**Change the VCI to 100
-**You can download my cnxadsl.conf from http://www.wlug.org.nz/archive/cnxadsl.conf
-# Replace the /etc/init.d/cnxadslctl that was supplied with the module with the following script http://www.wlug.org.nz/archive/cnxadslctl
+**You can download my cnxadsl.conf from http://www.wlug.org.nz/archive/Conexant
/cnxadsl.conf
+# Replace the /etc/init.d/cnxadslctl that was supplied with the module with the following script http://www.wlug.org.nz/archive/Conexant
/cnxadslctl
**This script is very similar to the original, but I have modified it to work correctly with debian. The important parts are the parameters that are passed to the module, don't ask me what they are needed for, but they are, and the call to cnxadslconfig to set the VPI and the VCI.
# run the script and check that it loads the module successfully.
# Set the script to run automatically on Startup and shutdown
-**update-rc.d -n
cnxadslctl start 42 S . stop 42 0 6 .
+**update-rc.d cnxadslctl start 42 S . stop 42 0 6 .
!! Configure PPPoA
The modem driver is now up and running. However before you can actually get on the internet you will need to configure PPPoA.
Setting up PPPoA in Linux is documented on the following page [LinuxPPPoA].