summaryrefslogtreecommitdiffstats
path: root/perl-install/network/adsl.pm
Commit message (Collapse)AuthorAgeFilesLines
* (adsl_conf_backend) don't write ifcfg-ppp0 for static/dhcp connectionsOlivier Blin2004-10-091-1/+2
|
* fix typoOlivier Blin2004-10-031-1/+1
|
* (sagem_set_parameters, adsl_conf_backend): write static ip inOlivier Blin2004-10-031-1/+6
| | | | | eagle-usb.conf if needed for sagem modems, else erase it
* (adsl_probe_info) fix old typo, do not reset vpi and vci if vpi isOlivier Blin2004-09-231-1/+1
| | | | | zero
* (adsl_conf_backend) do not let speedtouch-start launch connectionOlivier Blin2004-09-201-1/+2
|
* (adsl_conf_backend) use avmadsl option for capi cards to use settingsOlivier Blin2004-09-201-1/+1
| | | | | generated by drdsl
* (adsl_conf_backend) make sure the speedtch kernel module won't be hiddenOlivier Blin2004-09-171-1/+3
|
* stop capi service before new config is written so that capiinit can unload ↵Olivier Blin2004-09-161-1/+1
| | | | the old driver
* do not add prefix in path given to ensure_is_installed ! (i.e. replace ↵Olivier Blin2004-09-151-1/+1
| | | | untested code with untested code), fix #11547 and more
* add commentOlivier Blin2004-09-151-0/+2
|
* (adsl_conf_backend) don't create empty pppoe.conf if the package isn'tOlivier Blin2004-09-151-7/+11
| | | | | installed
* load modules and run start programs in standalone too, so that it willOlivier Blin2004-09-151-7/+5
| | | | | work even if the packages have just been installed
* fix PPPoA caseThierry Vignaud2004-09-151-1/+1
|
* (adsl_conf_backend) move isdn4k-utils installation hereOlivier Blin2004-09-141-0/+1
|
* (adsl_conf_backend) remove ifcfg-sagemOlivier Blin2004-09-141-1/+3
|
* (adsl_conf_backend) support dsl over capiOlivier Blin2004-09-141-2/+39
|
* load modules for pppoe connections during install (partial fix for #11189)Olivier Blin2004-09-071-0/+1
|
* (adsl_conf_backend) explode sagem specific stuff to sagem_set_parameters()Olivier Blin2004-09-061-13/+15
|
* adapt to new fctStartAdslOlivier Blin2004-09-031-1/+1
|
* write ifcfg files for NET_DEVICE if it's ethernet (pptp, pppoe)Olivier Blin2004-08-301-2/+14
|
* write metric in ifcfg files according to connection typeOlivier Blin2004-08-271-0/+2
|
* protocol names, trademark and acronyms should be upcaseThierry Vignaud2004-08-231-5/+5
|
* typo fixesThierry Vignaud2004-08-191-1/+1
|
* fix sagem pty quotingOlivier Blin2004-08-171-1/+1
|
* sagem: don't run pppoa if the ethernet interface isn't created and useOlivier Blin2004-08-171-1/+1
| | | | | | | a reduced timeout (1 second) so that boot doesn't take forever if modem can't be synchronized (maxfail * timeout was equal to 25 minutes)
* do not write noipdefault in /etc/ppp/peers/ppp0 for pptp connectionsOlivier Blin2004-08-161-1/+2
|
* (adsl_probe_info) net_cnx_up is obsolete, pptp info is available inOlivier Blin2004-08-161-2/+0
| | | | | ppp config files
* (adsl_conf_backend) don't write net cnx scripts, internet serviceOlivier Blin2004-08-161-2/+0
| | | | | should be dead
* remove useless assignment (already done in adsl_protocol step)Olivier Blin2004-08-161-1/+0
|
* fix pppoe with sagem (write ETH=`/usr/sbin/eaglectrl -i` instead of ETH=sagem)Olivier Blin2004-08-161-1/+2
|
* mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at ↵Pascal Rigaux2004-08-101-6/+0
| | | | various places
* mounting device "none" is cleanerPascal Rigaux2004-08-101-1/+1
|
* (network::adsl::adsl_conf_backend) add ppp_async alias for sagemOlivier Blin2004-08-061-2/+3
| | | | | devices (so that they work during install)
* (adsl_conf_backend) let's have a better looking mesageThierry Vignaud2004-08-061-1/+1
|
* fix titypoOlivier Blin2004-08-061-1/+1
|
* try to load all modules that may be needed to establish connexionOlivier Blin2004-08-061-2/+4
|
* (adsl_conf_backend) only try to mount /proc if it wasn't (eg if weThierry Vignaud2004-08-061-1/+1
| | | | | didn't intall any packages)
* try to mount proc fs too, in case it wasn't done earlierOlivier Blin2004-08-061-0/+1
|
* 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)