summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
* (real_main) in "ADSL provider" step, plain reset the protocol onThierry Vignaud2004-11-221-1/+1
| | | | | provider switch
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-15/+15
|
* do not use slicing when selecting single valuesThierry Vignaud2004-11-081-1/+1
|
* cleanup thanks to perl_checkerPascal Rigaux2004-10-151-1/+1
|
* make perl_checker happyPascal Rigaux2004-10-151-1/+1
|
* try /dev/ttyS14 too for serial modems (ie internal PCI modems thatThierry Vignaud2004-10-081-1/+1
| | | | | don't need any driver but export a serial port instead)
* start slmodemd when installing it (thus preventing the average user toThierry Vignaud2004-10-081-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 Vignaud2004-10-081-2/+2
|
* do not lose GATEWAYDEV if it is a non wireless one and a staticOlivier Blin2004-10-041-5/+5
| | | | | wireless card is configured (and vice versa)
* write wlan-ng config files for prism2 driversOlivier Blin2004-10-041-0/+40
|
* remove TYPE field in ifcfg files if connection type isn't ADSLOlivier Blin2004-10-031-0/+1
|
* perl_checker fixOlivier Blin2004-10-031-1/+1
|
* do not lose ONBOOT setting for manual/dhcp dsl connectionsOlivier Blin2004-10-031-0/+1
|
* misc sagem fixes:Olivier Blin2004-10-031-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" warningOlivier Blin2004-10-031-3/+9
|
* create $intf->{sagem} when needed before checking it exists ...Olivier Blin2004-10-011-6/+6
| | | | | (make sagem usable again with dhcp/static connections)
* test if IP address is already used for static interfacesOlivier Blin2004-09-281-0/+2
| | | | | (do not test for sagem DSL devices since it may use many ifcfg files)
* ask to connect for isdn_external tooOlivier Blin2004-09-271-1/+1
|
* don't scramble $netcnx->{type}Olivier Blin2004-09-271-2/+2
|
* ask to connect for modem/isdn connections too (crappy fix, this needsOlivier Blin2004-09-271-1/+1
| | | | | to be redesigned once 10.1 is out)
* we really support all linmodems (including Hsf and Hcf ones) with 2.6 kernelsOlivier Blin2004-09-271-6/+0
|
* do not disable ifplugd support for wireless cardsThierry Vignaud2004-09-241-2/+1
|
* install kernel packages for winmodemsOlivier Blin2004-09-231-5/+7
|
* use ttySL0 for slmodem, so that a symlink to /dev/modem is done (#8947Olivier Blin2004-09-221-1/+2
| | | | | again)
* do not write config two times for lan connectionsOlivier Blin2004-09-201-2/+1
|
* move "Start at boot" step for lan-like adsl/cable connectionsOlivier Blin2004-09-201-2/+4
|
* don't support all slmodem cards, our agreement forbid it :-/Olivier Blin2004-09-161-1/+2
|
* fixed typo (no spaces before question marks in English)Pablo Saratxaga2004-09-161-1/+1
|
* do not ask "capidrv or capidrv ?" ...Olivier Blin2004-09-161-1/+2
|
* make isdn over capi work againOlivier Blin2004-09-161-5/+3
|
* install unicorn-kernel package if availableOlivier Blin2004-09-151-1/+3
|
* add "Unlisted - edit manually" entry in modem provider list (fix #11549)Olivier Blin2004-09-151-9/+12
|
* do not add prefix in path given to ensure_is_installed ! (i.e. replace ↵Olivier Blin2004-09-151-14/+15
| | | | untested code with untested code), fix #11547 and more
* fix PPPoA caseThierry Vignaud2004-09-151-2/+2
|
* allow to configure slmodemOlivier Blin2004-09-141-0/+2
|
* (get_eth_cards_names) remove unused parameterOlivier Blin2004-09-141-1/+1
|
* (configureNetwork2) configure eth aliases, needs modules_confOlivier Blin2004-09-141-2/+2
|
* cleanup, remove unused parameters and commentsOlivier Blin2004-09-141-2/+1
|
* upcase acronymsThierry Vignaud2004-09-141-1/+1
|
* support dsl over capiOlivier Blin2004-09-141-8/+29
|
* do not auto-select static/dhcp if the provider uses pppoeOlivier Blin2004-09-131-1/+1
|
* only write ifcfg-sagem when neededOlivier Blin2004-09-131-6/+6
|
* add isdn_driver step to be able to choose between hisax and capi driversOlivier Blin2004-09-131-5/+25
|
* do not ask if network should be started on boot if it has already beenOlivier Blin2004-09-101-1/+1
| | | | | asked during pseudo-lan configuration
* I suxOlivier Blin2004-09-071-1/+1
|
* pppoa shouldn't be selected by default for ethernet devices, fallback on pppoeOlivier Blin2004-09-071-0/+2
|
* use fctStartAdsl for eagle-usb in dhcp/static modesOlivier Blin2004-09-071-2/+3
|
* fix stupid errorOlivier Blin2004-09-061-1/+1
|
* adjust tests, dhcp/static adsl connections can now use non-ethernet devicesOlivier Blin2004-09-061-2/+2
|
* write sagem specific stuff for dhcp/static connectionsOlivier Blin2004-09-061-0/+1
|