Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | network::netconnect::real_main() do not exit brutally on wizcancel, handle ↵ | Pascal Rigaux | 2004-11-30 | 1 | -2/+4 |
| | | | | it in network::netconnect::main() | ||||
* | (real_main) in "ADSL provider" step, plain reset the protocol on | Thierry Vignaud | 2004-11-22 | 1 | -1/+1 |
| | | | | | provider switch | ||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -15/+15 |
| | |||||
* | do not use slicing when selecting single values | Thierry Vignaud | 2004-11-08 | 1 | -1/+1 |
| | |||||
* | cleanup thanks to perl_checker | Pascal Rigaux | 2004-10-15 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2004-10-15 | 1 | -1/+1 |
| | |||||
* | try /dev/ttyS14 too for serial modems (ie internal PCI modems that | Thierry Vignaud | 2004-10-08 | 1 | -1/+1 |
| | | | | | don't need any driver but export a serial port instead) | ||||
* | start slmodemd when installing it (thus preventing the average user to | Thierry Vignaud | 2004-10-08 | 1 | -1/+5 |
| | | | | | have to restart his machine in order to get a working connection) | ||||
* | fix H[CS]F modems configuration (kernel packages were renamed) | Thierry Vignaud | 2004-10-08 | 1 | -2/+2 |
| | |||||
* | do not lose GATEWAYDEV if it is a non wireless one and a static | Olivier Blin | 2004-10-04 | 1 | -5/+5 |
| | | | | | wireless card is configured (and vice versa) | ||||
* | write wlan-ng config files for prism2 drivers | Olivier Blin | 2004-10-04 | 1 | -0/+40 |
| | |||||
* | remove TYPE field in ifcfg files if connection type isn't ADSL | Olivier Blin | 2004-10-03 | 1 | -0/+1 |
| | |||||
* | perl_checker fix | Olivier Blin | 2004-10-03 | 1 | -1/+1 |
| | |||||
* | do not lose ONBOOT setting for manual/dhcp dsl connections | Olivier Blin | 2004-10-03 | 1 | -0/+1 |
| | |||||
* | misc sagem fixes: | Olivier Blin | 2004-10-03 | 1 | -3/+13 |
| | | | | | | | | - allow to write static ip in eagle-usb.conf (write this file later) - load sagem specific modules/programs before config is written - do not reset IP address each time it is configured - automatically guess gateway for static connections | ||||
* | do not break the "IP %s address is usually reserved" warning | Olivier Blin | 2004-10-03 | 1 | -3/+9 |
| | |||||
* | create $intf->{sagem} when needed before checking it exists ... | Olivier Blin | 2004-10-01 | 1 | -6/+6 |
| | | | | | (make sagem usable again with dhcp/static connections) | ||||
* | test if IP address is already used for static interfaces | Olivier Blin | 2004-09-28 | 1 | -0/+2 |
| | | | | | (do not test for sagem DSL devices since it may use many ifcfg files) | ||||
* | ask to connect for isdn_external too | Olivier Blin | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | don't scramble $netcnx->{type} | Olivier Blin | 2004-09-27 | 1 | -2/+2 |
| | |||||
* | ask to connect for modem/isdn connections too (crappy fix, this needs | Olivier Blin | 2004-09-27 | 1 | -1/+1 |
| | | | | | to be redesigned once 10.1 is out) | ||||
* | we really support all linmodems (including Hsf and Hcf ones) with 2.6 kernels | Olivier Blin | 2004-09-27 | 1 | -6/+0 |
| | |||||
* | do not disable ifplugd support for wireless cards | Thierry Vignaud | 2004-09-24 | 1 | -2/+1 |
| | |||||
* | install kernel packages for winmodems | Olivier Blin | 2004-09-23 | 1 | -5/+7 |
| | |||||
* | use ttySL0 for slmodem, so that a symlink to /dev/modem is done (#8947 | Olivier Blin | 2004-09-22 | 1 | -1/+2 |
| | | | | | again) | ||||
* | do not write config two times for lan connections | Olivier Blin | 2004-09-20 | 1 | -2/+1 |
| | |||||
* | move "Start at boot" step for lan-like adsl/cable connections | Olivier Blin | 2004-09-20 | 1 | -2/+4 |
| | |||||
* | don't support all slmodem cards, our agreement forbid it :-/ | Olivier Blin | 2004-09-16 | 1 | -1/+2 |
| | |||||
* | fixed typo (no spaces before question marks in English) | Pablo Saratxaga | 2004-09-16 | 1 | -1/+1 |
| | |||||
* | do not ask "capidrv or capidrv ?" ... | Olivier Blin | 2004-09-16 | 1 | -1/+2 |
| | |||||
* | make isdn over capi work again | Olivier Blin | 2004-09-16 | 1 | -5/+3 |
| | |||||
* | install unicorn-kernel package if available | Olivier Blin | 2004-09-15 | 1 | -1/+3 |
| | |||||
* | add "Unlisted - edit manually" entry in modem provider list (fix #11549) | Olivier Blin | 2004-09-15 | 1 | -9/+12 |
| | |||||
* | do not add prefix in path given to ensure_is_installed ! (i.e. replace ↵ | Olivier Blin | 2004-09-15 | 1 | -14/+15 |
| | | | | untested code with untested code), fix #11547 and more | ||||
* | fix PPPoA case | Thierry Vignaud | 2004-09-15 | 1 | -2/+2 |
| | |||||
* | allow to configure slmodem | Olivier Blin | 2004-09-14 | 1 | -0/+2 |
| | |||||
* | (get_eth_cards_names) remove unused parameter | Olivier Blin | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | (configureNetwork2) configure eth aliases, needs modules_conf | Olivier Blin | 2004-09-14 | 1 | -2/+2 |
| | |||||
* | cleanup, remove unused parameters and comments | Olivier Blin | 2004-09-14 | 1 | -2/+1 |
| | |||||
* | upcase acronyms | Thierry Vignaud | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | support dsl over capi | Olivier Blin | 2004-09-14 | 1 | -8/+29 |
| | |||||
* | do not auto-select static/dhcp if the provider uses pppoe | Olivier Blin | 2004-09-13 | 1 | -1/+1 |
| | |||||
* | only write ifcfg-sagem when needed | Olivier Blin | 2004-09-13 | 1 | -6/+6 |
| | |||||
* | add isdn_driver step to be able to choose between hisax and capi drivers | Olivier Blin | 2004-09-13 | 1 | -5/+25 |
| | |||||
* | do not ask if network should be started on boot if it has already been | Olivier Blin | 2004-09-10 | 1 | -1/+1 |
| | | | | | asked during pseudo-lan configuration | ||||
* | I sux | Olivier Blin | 2004-09-07 | 1 | -1/+1 |
| | |||||
* | pppoa shouldn't be selected by default for ethernet devices, fallback on pppoe | Olivier Blin | 2004-09-07 | 1 | -0/+2 |
| | |||||
* | use fctStartAdsl for eagle-usb in dhcp/static modes | Olivier Blin | 2004-09-07 | 1 | -2/+3 |
| | |||||
* | fix stupid error | Olivier Blin | 2004-09-06 | 1 | -1/+1 |
| | |||||
* | adjust tests, dhcp/static adsl connections can now use non-ethernet devices | Olivier Blin | 2004-09-06 | 1 | -2/+2 |
| |