summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* s#ppp/peers/adsl#ppp/peers/ppp0#Damien Chaumette2004-06-011-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 Chaumette2004-06-011-6/+5
|
* remove debug messageThierry Vignaud2004-06-011-1/+0
|
* (use_windows) space cleanupThierry Vignaud2004-06-011-1/+2
|
* mark it as translatable for non alphabetic languagesThierry Vignaud2004-06-011-1/+1
|
* make LAN wizard more user friendly: move "manual choice" after detectedThierry Vignaud2004-06-011-1/+1
| | | | | interfaces
* (read_all_conf) read VLAN interfaces tooThierry Vignaud2004-05-281-1/+1
|
* (real_main) fix protocol switching from manual to auto when stepping backThierry Vignaud2004-05-281-4/+4
|
* (read_all_conf) read ip aliased interfaces tooThierry Vignaud2004-05-281-1/+1
|
* (get_eth_cards) fallback on sysfs in order to get driver and cardThierry Vignaud2004-05-281-0/+11
| | | | | | description when ethtool is not supported (eg: ipw2100 driver for intel centrino)
* - drop old internet service codeDamien Chaumette2004-05-271-70/+22
| | | | | - only one way to configure/up/down an adsl connection
* - call remove_initscript because internet service is droppedDamien Chaumette2004-05-271-1/+1
| | | | | - drop write_initscript call
* - kill write_initscriptDamien Chaumette2004-05-271-50/+9
| | | | | - add remove_initscript
* - BitTorrent support addedRobert Vojta2004-05-251-0/+6
|
* (mapIntfToDevice) only try to lookup pci or usb device by bus locationThierry Vignaud2004-05-251-1/+2
| | | | | | if its location is defined (some driver are returning bogus data on ETHTOOL_GDRVINFO command)
* (get_eth_cards) brown paper bug: fix card name lookup when driver doesThierry Vignaud2004-05-251-1/+1
| | | | | | not support GDRVINFO command from ETHTOOL ioctl and there's only one card managed by this driver
* filter LAN and Wireless cards by explicitely checking whether networkThierry Vignaud2004-05-191-2/+2
| | | | | | | interfaces support wireless extensions or not instead of relying on both ethtool support (in order to get the module name) and checking against a whitelist of known wireless awere cards
* perl_checker complianceDamien Chaumette2004-05-171-3/+3
|
* remove speedtouch and ISDN 'only working under 2.4 kernel' warningsDamien Chaumette2004-05-171-10/+0
|
* Fixes to use speedtouch kernel driver / drop userspace oneDamien Chaumette2004-05-141-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
* perl_checker compliancePascal Rigaux2004-05-111-1/+1
|
* open more ports for sambaThierry Vignaud2004-05-051-1/+1
|
* do not offer to set DOMAINNAME2 since it is never saved nor read (#9580)Thierry Vignaud2004-05-051-1/+1
|
* use @cards instead of $#cards as told by master pipiDamien Chaumette2004-05-041-1/+1
|
* perl_checker fixesDamien Chaumette2004-05-041-3/+3
|
* perlchecker fixesDamien Chaumette2004-05-041-20/+21
|
* take ISDN protocol into account for people outside Europe to use itDamien Chaumette2004-05-032-1/+5
| | | | | (kind of lost in space before)
* cleaning _last_ 'isdn_' prefixDamien Chaumette2004-04-281-1/+1
|
* drop unused ISA and EXPORTDamien Chaumette2004-04-281-4/+0
|
* drop isdn_ fonction namesDamien Chaumette2004-04-282-13/+12
|
* drop network::isdn->importDamien Chaumette2004-04-281-8/+7
|
* no need to up ippp0 in net_cnx_up, it's been up'ed at startupDamien Chaumette2004-04-271-2/+0
|
* try to fix #3793 or at least enhance firmware seeking on windows partitionDamien Chaumette2004-04-272-4/+4
| | | | | (based upon titi's patch)
* move reread_net_conf to tools.pmDamien Chaumette2004-04-201-0/+8
|
* $adsl_modem is optional, moved to $o_adsl_modemDamien Chaumette2004-04-191-2/+2
|
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-1/+1
|
* s/bcm4400/b44/Thierry Vignaud2004-03-261-1/+1
|
* (adsl_probe_info) fix vpi, vci rereading (speedtouch conf write hexa...)Thierry Vignaud2004-03-261-1/+1
|
* misc space cleanups (thx perl_checko)Thierry Vignaud2004-03-261-2/+2
|
* warn than speedtouch only works with 2.4.x kernels for nowThierry Vignaud2004-03-261-0/+6
|
* (adsl_probe_info) fix "manage interface" that broke speedtouch configurationThierry Vignaud2004-03-261-2/+4
|
* bcm4400 is known to not support ETHTOOLThierry Vignaud2004-03-261-1/+1
|
* (isdn_write_config_backend) load ISDN driverThierry Vignaud2004-03-241-3/+5
|
* up ippp0 interface and delete previous default routeThierry Vignaud2004-03-241-2/+2
|
* (isdn_detect_backend) do not try to get "type" field here, we just have nothingThierry Vignaud2004-03-241-1/+0
| | | | | to guess it there
* fix ISDN modem selectionThierry Vignaud2004-03-241-1/+1
|
* (isdn_read_config) do not overwrite current parameters with undefed onesThierry Vignaud2004-03-241-1/+1
|
* #5056 really refered to austria, not australiaThierry Vignaud2004-03-241-1/+1
|
* (adsl_conf_backend) only disable kernel driver for 2.4.x kernels sinceThierry Vignaud2004-03-241-1/+2
| | | | | latest speedtouch package is totally broken in userland mode now :-(
* fix drakconnect config writing when there's only one configuredThierry Vignaud2004-03-231-7/+10
| | | | | interface (eg: at install time) (#8998)