summaryrefslogtreecommitdiffstats
path: root/perl-install/network/adsl.pm
Commit message (Expand)AuthorAgeFilesLines
* modprobe eagle-usb for sagem modems (useful if coldplug doesn't work)Olivier Blin2004-07-301-1/+3
* add newline at end of net_cnx_up scriptOlivier Blin2004-07-291-0/+1
* use connect option or pppd in net_cnx_up, not bothOlivier Blin2004-07-291-2/+2
* do not write a blank "pty" option in ppp config file is there is noOlivier Blin2004-07-281-1/+2
* forward speedtouch fix (using kernel mode)Thierry Vignaud2004-05-191-10/+15
* $adsl_modem is optional, moved to $o_adsl_modemDamien Chaumette2004-04-191-2/+2
* (adsl_probe_info) fix vpi, vci rereading (speedtouch conf write hexa...)Thierry Vignaud2004-03-261-1/+1
* misc space cleanups (thx perl_checko)Thierry Vignaud2004-03-261-2/+2
* (adsl_probe_info) fix "manage interface" that broke speedtouch configurationThierry Vignaud2004-03-261-2/+4
* (adsl_conf_backend) only disable kernel driver for 2.4.x kernels sinceThierry Vignaud2004-03-241-1/+2
* only kill pppoa for sagem modem (eg for bewan, we use pppoa plugin forThierry Vignaud2004-03-181-1/+2
* fix bewan support by providing an ad-how /etc/ppp/optionsThierry Vignaud2004-03-181-0/+25
* do not pass eth interface and user to adsl-start, they're alreadyThierry Vignaud2004-03-171-1/+1
* bewan supportThierry Vignaud2004-03-161-1/+30
* (adsl_conf_backend) fix adsl stop on pppoa linksThierry Vignaud2004-03-161-2/+1
* (adsl_detect) detect bewan ADSL modemsThierry Vignaud2004-03-081-0/+1
* (adsl_conf_backend) install needed packagesThierry Vignaud2004-02-261-0/+6
* (adsl_conf_backend) alter both /etc/analog/adiusbadsl.conf andThierry Vignaud2004-02-241-5/+7
* fix adsl scripts (especially with sagem8xx modems)Thierry Vignaud2004-02-231-1/+2
* add missing spaceThierry Vignaud2004-02-231-1/+1
* (adsl_conf_backend) speedtouch config need vpi/vci as decimal numbersThierry Vignaud2004-02-231-1/+1
* keep provider vpi/vci settings when existDamien Chaumette2004-02-201-1/+1
* fix writing aliases (fix broken speedtouch)Thierry Vignaud2004-02-201-2/+2
* drop $netc->{internet_cnx} test, unnedeedDamien Chaumette2004-02-181-1/+1
* manage interfaces don't want to break cnx_scriptsDamien Chaumette2004-02-171-1/+1
* (adsl_detect) fix modem detection so that harddrake get full deviceThierry Vignaud2004-02-021-3/+3
* remove pseudo global variables use from adsl_conf_backend()Thierry Vignaud2004-02-021-2/+1
* convert some write_cnx_script() callers into set_cnx_script() onesThierry Vignaud2004-01-291-4/+4
* fix encapsulation parameterThierry Vignaud2004-01-291-2/+2
* fix VPI parameter settingThierry Vignaud2004-01-291-1/+1
* (adsl_conf_backend) fix disconnect scriptThierry Vignaud2004-01-291-1/+1
* (adsl_conf_backend) fix ppp's pty serverThierry Vignaud2004-01-291-1/+1
* (adsl_probe_info) minor cleanupsThierry Vignaud2004-01-281-3/+3
* (adsl_conf_backend) new configuration stuffThierry Vignaud2004-01-281-135/+163
* kill dead codeThierry Vignaud2004-01-271-23/+0
* (adsl_probe_info) vpi and vci parameters are independantThierry Vignaud2004-01-271-2/+2
* get rid of pseudo global $prefix, just reuse global $::prefix :-)Thierry Vignaud2004-01-261-13/+13
* (adsl_probe_info) make it aware of the fact we now see the adsl modemThierry Vignaud2004-01-231-2/+3
* (adsl_conf_backend) kill interactive code (was merged into adsl wizard)Thierry Vignaud2004-01-221-25/+0
* (adsl_detect) detect ECI modemsThierry Vignaud2004-01-221-0/+1
* rename old end adsl stepThierry Vignaud2004-01-221-1/+1
* retreive vpi and vci from config file for speedtouchDamien Chaumette2004-01-211-0/+1
* rename old adsl stepThierry Vignaud2004-01-211-1/+1
* (adsl_detect)Thierry Vignaud2004-01-211-3/+3
* fix wizard layer usage (b/c of new api)Thierry Vignaud2004-01-201-1/+1
* remove useless parameterThierry Vignaud2004-01-201-1/+1
* do not export dead functionsThierry Vignaud2004-01-161-1/+1
* fordward sagem net_cnx_up fixThierry Vignaud2004-01-081-4/+4
* write_conf() doesn't need $prefix anymorePascal Rigaux2004-01-051-2/+2
* (wip but requested for string freeze)Thierry Vignaud2003-12-291-72/+68