Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fixes | Thierry Vignaud | 2004-08-19 | 1 | -1/+1 |
| | |||||
* | fix sagem pty quoting | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | sagem: don't run pppoa if the ethernet interface isn't created and use | Olivier Blin | 2004-08-17 | 1 | -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 connections | Olivier Blin | 2004-08-16 | 1 | -1/+2 |
| | |||||
* | (adsl_probe_info) net_cnx_up is obsolete, pptp info is available in | Olivier Blin | 2004-08-16 | 1 | -2/+0 |
| | | | | | ppp config files | ||||
* | (adsl_conf_backend) don't write net cnx scripts, internet service | Olivier Blin | 2004-08-16 | 1 | -2/+0 |
| | | | | | should be dead | ||||
* | remove useless assignment (already done in adsl_protocol step) | Olivier Blin | 2004-08-16 | 1 | -1/+0 |
| | |||||
* | fix pppoe with sagem (write ETH=`/usr/sbin/eaglectrl -i` instead of ETH=sagem) | Olivier Blin | 2004-08-16 | 1 | -1/+2 |
| | |||||
* | mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at ↵ | Pascal Rigaux | 2004-08-10 | 1 | -6/+0 |
| | | | | various places | ||||
* | mounting device "none" is cleaner | Pascal Rigaux | 2004-08-10 | 1 | -1/+1 |
| | |||||
* | (network::adsl::adsl_conf_backend) add ppp_async alias for sagem | Olivier Blin | 2004-08-06 | 1 | -2/+3 |
| | | | | | devices (so that they work during install) | ||||
* | (adsl_conf_backend) let's have a better looking mesage | Thierry Vignaud | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | fix titypo | Olivier Blin | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | try to load all modules that may be needed to establish connexion | Olivier Blin | 2004-08-06 | 1 | -2/+4 |
| | |||||
* | (adsl_conf_backend) only try to mount /proc if it wasn't (eg if we | Thierry Vignaud | 2004-08-06 | 1 | -1/+1 |
| | | | | | didn't intall any packages) | ||||
* | try to mount proc fs too, in case it wasn't done earlier | Olivier Blin | 2004-08-06 | 1 | -0/+1 |
| | |||||
* | try to mount usbdevfs in $::prefix before attempting to run adsl start | Olivier Blin | 2004-08-05 | 1 | -1/+5 |
| | | | | | programs | ||||
* | quiet perl_checker | Thierry Vignaud | 2004-08-05 | 1 | -2/+2 |
| | |||||
* | (adsl_conf_backend) fix error message | Thierry Vignaud | 2004-08-05 | 1 | -1/+1 |
| | |||||
* | log module loading faillure | Thierry Vignaud | 2004-08-04 | 1 | -1/+2 |
| | |||||
* | catch die from modules::load | Olivier Blin | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | add modules arrays and use modules::load to be able to load modules | Olivier Blin | 2004-08-04 | 1 | -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 sync | Olivier Blin | 2004-08-02 | 1 | -1/+4 |
| | | | | | here, fctStartAdsl will handle that when pppd is called | ||||
* | in speedtouch start section, modprobe speedtch module and use | Olivier Blin | 2004-08-02 | 1 | -1/+4 |
| | | | | | speedtouch-start instead of directly using modem_run | ||||
* | in install, run modem start scripts once config is written | Olivier Blin | 2004-08-02 | 1 | -0/+2 |
| | |||||
* | sagem: use fctStartAdsl to wait for sync, up the interface and get interface ↵ | Olivier Blin | 2004-07-30 | 1 | -1/+1 |
| | | | | name | ||||
* | split server and plugin options, in order to support again bewan | Olivier Blin | 2004-07-29 | 1 | -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 no | Olivier Blin | 2004-07-28 | 1 | -1/+2 |
| | | | | | pty command (should fix some problems with Bewan modems) | ||||
* | '-e 1' option is unneeded with speedtouch >= 1.3 | Olivier Blin | 2004-07-27 | 1 | -1/+1 |
| | |||||
* | pptp connections are now handled by pppd (#6515) | Olivier Blin | 2004-07-23 | 1 | -5/+0 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -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 Rigaux | 2004-07-08 | 1 | -1/+1 |
| | | | | | - create set_sound_slot() and use it | ||||
* | remove spurious '"pty ', I suck | Olivier Blin | 2004-07-02 | 1 | -1/+1 |
| | |||||
* | pptp support (partial fix for #6515) | Olivier Blin | 2004-07-02 | 1 | -1/+8 |
| | |||||
* | use upcase letters whenever needed | Thierry Vignaud | 2004-06-23 | 1 | -3/+3 |
| | |||||
* | remove some FIXME comments | Damien Chaumette | 2004-06-04 | 1 | -3/+2 |
| | |||||
* | s#ppp/peers/adsl#ppp/peers/ppp0# | Damien Chaumette | 2004-06-01 | 1 | -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 Chaumette | 2004-06-01 | 1 | -6/+5 |
| | |||||
* | - drop old internet service code | Damien Chaumette | 2004-05-27 | 1 | -70/+22 |
| | | | | | - only one way to configure/up/down an adsl connection | ||||
* | Fixes to use speedtouch kernel driver / drop userspace one | Damien Chaumette | 2004-05-14 | 1 | -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_modem | Damien Chaumette | 2004-04-19 | 1 | -2/+2 |
| | |||||
* | (adsl_probe_info) fix vpi, vci rereading (speedtouch conf write hexa...) | Thierry Vignaud | 2004-03-26 | 1 | -1/+1 |
| | |||||
* | misc space cleanups (thx perl_checko) | Thierry Vignaud | 2004-03-26 | 1 | -2/+2 |
| | |||||
* | (adsl_probe_info) fix "manage interface" that broke speedtouch configuration | Thierry Vignaud | 2004-03-26 | 1 | -2/+4 |
| | |||||
* | (adsl_conf_backend) only disable kernel driver for 2.4.x kernels since | Thierry Vignaud | 2004-03-24 | 1 | -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 for | Thierry Vignaud | 2004-03-18 | 1 | -1/+2 |
| | | | | | ppp) | ||||
* | fix bewan support by providing an ad-how /etc/ppp/options | Thierry Vignaud | 2004-03-18 | 1 | -0/+25 |
| | |||||
* | do not pass eth interface and user to adsl-start, they're already | Thierry Vignaud | 2004-03-17 | 1 | -1/+1 |
| | | | | | provided in pppoe.conf (#2004) | ||||
* | bewan support | Thierry Vignaud | 2004-03-16 | 1 | -1/+30 |
| | |||||
* | (adsl_conf_backend) fix adsl stop on pppoa links | Thierry Vignaud | 2004-03-16 | 1 | -2/+1 |
| |