summaryrefslogtreecommitdiffstats
path: root/perl-install/network/adsl.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* try to mount usbdevfs in $::prefix before attempting to run adsl startOlivier Blin2004-08-051-1/+5
| | | | | programs
* quiet perl_checkerThierry Vignaud2004-08-051-2/+2
|
* (adsl_conf_backend) fix error messageThierry Vignaud2004-08-051-1/+1
|
* log module loading faillureThierry Vignaud2004-08-041-1/+2
|
* catch die from modules::loadOlivier Blin2004-08-041-1/+1
|
* add modules arrays and use modules::load to be able to load modulesOlivier Blin2004-08-041-9/+8
| | | | | | from modules.cz files, load these modules when not in standalone mode (they're needed for install and Move)
* in sagem start section, modprobe eagle-usb and do not wait for syncOlivier Blin2004-08-021-1/+4
| | | | | here, fctStartAdsl will handle that when pppd is called
* in speedtouch start section, modprobe speedtch module and useOlivier Blin2004-08-021-1/+4
| | | | | speedtouch-start instead of directly using modem_run
* in install, run modem start scripts once config is writtenOlivier Blin2004-08-021-0/+2
|
* sagem: use fctStartAdsl to wait for sync, up the interface and get interface ↵Olivier Blin2004-07-301-1/+1
| | | | name
* split server and plugin options, in order to support again bewanOlivier Blin2004-07-291-4/+9
| | | | | modems (pppd_options wasn't used anywhere, they couldn't work)
* do not write a blank "pty" option in ppp config file is there is noOlivier Blin2004-07-281-1/+2
| | | | | pty command (should fix some problems with Bewan modems)
* '-e 1' option is unneeded with speedtouch >= 1.3Olivier Blin2004-07-271-1/+1
|
* pptp connections are now handled by pppd (#6515)Olivier Blin2004-07-231-5/+0
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-3/+3
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* - rename add_alias() into set_alias()Pascal Rigaux2004-07-081-1/+1
| | | | | - create set_sound_slot() and use it
* remove spurious '"pty ', I suckOlivier Blin2004-07-021-1/+1
|
* pptp support (partial fix for #6515)Olivier Blin2004-07-021-1/+8
|
* use upcase letters whenever neededThierry Vignaud2004-06-231-3/+3
|
* remove some FIXME commentsDamien Chaumette2004-06-041-3/+2
|
* s#ppp/peers/adsl#ppp/peers/ppp0#Damien Chaumette2004-06-011-3/+3
| | | | | as we now use ifup-ppp for adsl, it will look for ppp0
* new way to specify how to up connection for pppoe(xDSL) and others(ADSL)Damien Chaumette2004-06-011-6/+5
|
* - drop old internet service codeDamien Chaumette2004-05-271-70/+22
| | | | | - only one way to configure/up/down an adsl connection
* Fixes to use speedtouch kernel driver / drop userspace oneDamien Chaumette2004-05-141-10/+15
| | | | | | | | | (happy modem with both 2.4 and 2.6) - fix modem_run parameters to use kernel driver - change/move pty declaration in /etc/ppp/peers/adsl - plugin pppoatm has to be set and vpi.vci too - new net_cnx_{up/down}, speedtouch.sh seems to be useless now
* $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
| | | | | latest speedtouch package is totally broken in userland mode now :-(
* only kill pppoa for sagem modem (eg for bewan, we use pppoa plugin forThierry Vignaud2004-03-181-1/+2
| | | | | ppp)
* 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
| | | | | provided in pppoe.conf (#2004)
* 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
| | | | | /etc/eagle-usb/eagle-usb.conf too when configuring sagemXXX
* 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
| | | | | whereas sagem8xx wants hexa numbers
* 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
| | | | | meta data rather than plain presence boolean
* 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
|