summaryrefslogtreecommitdiffstats
path: root/perl-install/network/adsl.pm
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* (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
| | | | | and protocol separatly
* (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
| | | | | | - remove useless parameter - always return an hash, even if empty (simplify caller code)
* 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
| | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs)
* - use do_pkgs->ensure_is_installed instead of do_pkgs->install where it's ↵Pascal Rigaux2003-12-041-6/+7
| | | | | | | | | | | easy to do so - do_pkgs->install won't do anything when $::testing we need a ensure_are_installed we also need to share more package pkgs_interactive code which is hosted in install_any and standalone
* (configure) prevent silently skipping configuration steps byThierry Vignaud2003-12-011-9/+8
| | | | | explicitely dying
* fix sagem configuration (we were skipping some steps)Thierry Vignaud2003-12-011-1/+1
|
* (configure) do not install packages in testing modeThierry Vignaud2003-12-011-6/+6
|
* (configure) fix adsl connection class due to type being now translatedThierry Vignaud2003-11-241-1/+1
|
* unpoulpize comments (spoted by joseph van den reysen)Thierry Vignaud2003-11-201-1/+1
|
* fix program logic: write up/down programs for adsl speedtouch even ifThierry Vignaud2003-11-121-1/+2
| | | | | | firmware is already there or if one say "let see this later" which result in up/down scripts to be removed on drakconnect startup
* always list sagem_dhcp in list, hidding it due to missing translationsThierry Vignaud2003-11-061-3/+1
| | | | | is insane
* (configure) fix untranslatable strings: switch from ask_from_list_()Thierry Vignaud2003-11-061-7/+7
| | | | | to ask_from_list()
* - simplifyThierry Vignaud2003-10-171-2/+2
| | | | | | | | - remove spurious module imports & requires - remove never used arg (this enable to simplify caller) - fix detection logic: do not mix old detected stuff with new one if one step back in drakconnect after plugging some network devices in
* no need to escape " in /xxx \" xxx/Pascal Rigaux2003-09-301-1/+1
|
* fix firmware testing at installationDamien Chaumette2003-09-161-2/+2
|
* initialize $adsl, fix #5674 and pppoe.conf problemsDamien Chaumette2003-09-151-0/+1
|
* fix #5056 (mostly workaround as kernel is frozen)Damien Chaumette2003-09-151-1/+2
|
* - dropped sub load_firmware_floppyDamien Chaumette2003-09-121-25/+6
| | | | | - handle windows firmware's copy
* added sagem support for dhcp (as used by Free degroupped ;-))Francois Pons2003-09-101-2/+25
|