summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* add a few new ADSL ISP : Argentina (Speedy), Austria (AON), MorroccoThierry Vignaud2004-10-051-0/+40
| | | | | (Maroc Telecom) and Thailand (Asianet) (baud)
* fix wrong VCI which wasn't in hexa for brazililan Velox/Telemar ISP (baud)Thierry Vignaud2004-10-051-1/+1
|
* 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
* 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
* 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)
* call the scripts in /etc/sysconfig/network-scripts/hostname.d like the networkFrederic Lepied2004-10-011-0/+4
| | | | | scripts are doing when changing the hostname.
* 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)
* I sux, fix priorityOlivier Blin2004-09-271-4/+4
|
* (bg_command_as_root) use kdesu in kdeOlivier Blin2004-09-271-1/+6
|
* (get_default_gateway_interface) try to detect default connection inOlivier Blin2004-09-271-21/+5
| | | | | this order : adsl > isdn > modem > ethernet
* 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
|
* (ppp_configure) add a specific udev script in addition to the udevOlivier Blin2004-09-231-1/+10
| | | | | | rules file to create /dev/modem (ttySL0 is a symlink, udev won't be called when it's created)
* (adsl_probe_info) fix old typo, do not reset vpi and vci if vpi isOlivier Blin2004-09-231-1/+1
| | | | | zero
* rename "|Télé2 128k " as "|Télé2" so that users don't choose a randomOlivier Blin2004-09-221-1/+1
| | | | | provider with wrong vci/vpi settings
* use ttySL0 for slmodem, so that a symlink to /dev/modem is done (#8947Olivier Blin2004-09-221-1/+2
| | | | | again)
* (adsl_conf_backend) do not let speedtouch-start launch connectionOlivier Blin2004-09-201-1/+2
|
* do not write config two times for lan connectionsOlivier Blin2004-09-201-2/+1
|
* more zeroconf fixes (zcip isn't a service, stop tmdns service ifOlivier Blin2004-09-201-5/+7
| | | | | zeroconf is disabled, check tmdns init file in prefix/etc)
* move "Start at boot" step for lan-like adsl/cable connectionsOlivier Blin2004-09-201-2/+4
|
* (adsl_conf_backend) use avmadsl option for capi cards to use settingsOlivier Blin2004-09-201-1/+1
| | | | | generated by drdsl
* - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be ↵Pascal Rigaux2004-09-201-1/+1
| | | | | | | | | able to handle renamed devices - fs::get_info_from_fstab() doesn't take a prefix anymore - small perl_checker fix in install_any.pm
* (configureNetwork2) really enable zeroconf if zeroconf is requestedOlivier Blin2004-09-171-1/+5
|
* (configureNetwork2) write blank zeroconf hostname if zeroconf isOlivier Blin2004-09-171-1/+2
| | | | | disabled, else drakconnect will assume it is enabled
* (configureNetwork2) use services do disable zeroconf, do not disableOlivier Blin2004-09-171-1/+5
| | | | | if it doesn't exist (to avoid warnings in console)
* (configure_eth_aliases) don't write aliases for pcmcia cards butOlivier Blin2004-09-171-1/+7
| | | | | | | remove them, or else the pcmcia service won't be started correctly (the ethernet module being loaded, pcmcia_core would be loaded too, and the pcmcia service would think it is already started ...)
* (configure_eth_aliases) kill code that can't do anything goodOlivier Blin2004-09-171-1/+0
| | | | | (remove_alias isn't intended to be used with the module name)
* (adsl_conf_backend) make sure the speedtch kernel module won't be hiddenOlivier Blin2004-09-171-1/+3
|
* don't support all slmodem cards, our agreement forbid it :-/Olivier Blin2004-09-161-1/+2
|
* (read_all_conf) use network::tools to probe connection typeOlivier Blin2004-09-161-1/+3
|
* fixed typo (no spaces before question marks in English)Pablo Saratxaga2004-09-161-1/+1
|
* stop capi service before new config is written so that capiinit can unload ↵Olivier Blin2004-09-162-2/+5
| | | | the old driver
* do not ask "capidrv or capidrv ?" ...Olivier Blin2004-09-161-1/+2
|
* make isdn over capi work againOlivier Blin2004-09-162-6/+4
|
* 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-153-16/+17
| | | | 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