summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* (get_eth_cards) workaround more buggy drivers that returns a bogus driver ↵Thierry Vignaud2004-10-121-0/+5
| | | | name for the GDRVINFO command of the ETHTOOL ioctl
* (get_eth_cards) fix another lying moduleThierry Vignaud2004-10-111-1/+5
|
* (configureNetwork2) remove /etc/sysconfig/network-scripts/ethX filesOlivier Blin2004-10-091-1/+4
| | | | | that may have been created by sagem scripts
* (adsl_conf_backend) don't write ifcfg-ppp0 for static/dhcp connectionsOlivier Blin2004-10-091-1/+2
|
* 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
|
* fix encapsulation for chinese ISPs (Funda Wang, #10965)Thierry Vignaud2004-10-081-20/+22
|
* corrected "Morocco" name; converted to UTF-8Pablo Saratxaga2004-10-071-8/+8
|
* add chinese ISPs (fundawang@yeah.net, #10965)Thierry Vignaud2004-10-071-0/+160
|
* (first_modem) fix crash at install timeThierry Vignaud2004-10-071-0/+1
|
* 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
|