summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
* be more in drakx spirit, and more important perl_checker warning cleanPascal Rigaux2005-06-031-2/+1
|
* - rename "hw_account" step as "isdn_account"Olivier Blin2005-05-311-10/+7
| | | | | | - remove unneeded code - don't overwrite huptimeout value
* tag obscure isdn card settings as advancedOlivier Blin2005-05-311-5/+5
|
* if__(exists $foo, $bar) returns $bar whatever $foo is, don't try toOlivier Blin2005-05-311-25/+18
| | | | | | make smart code that don't work (initial goal was probably to hide some isdn settings if they weren't set)
* really handle irq, mem, io, io0, io1 isdn paramaters (i.e. finish theOlivier Blin2005-05-311-5/+5
| | | | | "fix parameters reading/writin in isdn config" commit from Titi)
* handle huptimeout setting again (I4L_IDLETIME in isdn4net)Olivier Blin2005-05-311-1/+1
|
* move netprofile stuff in network::networkOlivier Blin2005-05-301-38/+0
|
* add missing closing braceOlivier Blin2005-05-301-0/+2
|
* external isdn modems don't require the "isdn_dial_on_boot" stepOlivier Blin2005-05-301-1/+1
|
* $netc->{isdntype} is unneededOlivier Blin2005-05-301-2/+1
|
* simply isdn external modem code (remove $netcnx->{isdn_external})Olivier Blin2005-05-301-12/+9
|
* use network::thirdparty for modem devicesOlivier Blin2005-05-301-42/+14
|
* initial import of network::thirdparty (this module factorizes the thirdparty ↵Olivier Blin2005-05-271-73/+6
| | | | software/drivers/firmwares detection and installation code, it points the user to the relevant packages/documentation/url if needed, and don't allow to configure a device if its requirements aren't satisfied)
* remove unneeded trick since network::network always update NETWORK andOlivier Blin2005-05-241-2/+0
| | | | | BROADCAST now
* use iwpriv for WPA with rt2x00 drivers (they don't plan to support ↵Olivier Blin2005-05-171-13/+22
| | | | wpa_supplicant)
* DVB supportOlivier Blin2005-05-131-1/+47
|
* hide DVB for nowOlivier Blin2005-05-131-1/+0
|
* reorder drakconnect first screen (to please our flowered bearded boss)Olivier Blin2005-05-121-8/+9
|
* remove another useless stepOlivier Blin2005-05-041-9/+0
|
* ask wireless settings before boot protocol selectionOlivier Blin2005-05-041-4/+6
|
* remove useless warning in install, we never override configuration (#10827)Olivier Blin2005-05-041-14/+1
|
* display VPI/VCI values in decimalOlivier Blin2005-04-271-6/+10
| | | | | update ATM_ADDR after with VPI/VCI values
* handle errors in wireless packages installation, simplifyOlivier Blin2005-04-241-2/+10
|
* allow to disable WPA even if no key is usedOlivier Blin2005-04-241-6/+6
|
* fix WPA keyOlivier Blin2005-04-241-1/+1
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* rename "ethernet connection" as "LAN connection" like anywhere sinceThierry Vignaud2005-04-211-1/+1
| | | | | | | we're going to support tokenring and not just LAN (what's more, these steps are whered with wireless connections which have nothing to do with ethernet....)
* allow to choose the wireless encryption mode between "None", "Open WEP", ↵Olivier Blin2005-04-201-20/+37
| | | | | | | "Restricted WEP" and "WPA Pre-Shared Key" move ndiswrapper stuff in network::ndiswrapper
* simplifyOlivier Blin2005-04-191-4/+2
|
* fix ancient bug (Managed should be the default wireless mode, not Secondary) ↵Olivier Blin2005-04-191-10/+2
| | | | and simplify
* really use given encryption keyOlivier Blin2005-04-191-1/+1
|
* network::wireless is needed for wireless configurationOlivier Blin2005-04-191-0/+1
|
* fix typoOlivier Blin2005-04-191-2/+2
|
* improve ndiswrapper driver configuration (allow to select driver, device and ↵Olivier Blin2005-04-191-39/+72
| | | | many errors handling)
* fix missing stepOlivier Blin2005-04-191-1/+1
|
* move wireless stuff in wireless.pmOlivier Blin2005-04-191-9/+15
|
* do not show empty ndiswrapper devices listOlivier Blin2005-04-191-22/+14
|
* unload ndiswrapper first so that the newly installed .inf files will be readOlivier Blin2005-04-191-0/+2
|
* clean includesOlivier Blin2005-04-181-2/+1
|
* merge wireless steps and move advanced settings in advanced mode (#15501)Olivier Blin2005-04-181-24/+13
|
* configure wpa driver in drakconnect, wpa_supplicant init script is droppedOlivier Blin2005-04-181-2/+9
|
* allow to modify METRIC settings in the wizardOlivier Blin2005-04-141-0/+1
|
* use sysfs as fallback to detect wireless interfaces (rt2x00/prism2_*)Olivier Blin2005-04-121-1/+1
|
* fix error reporting for ndiswrapper package installation (#15373)Olivier Blin2005-04-111-1/+1
|
* handle spaces in ndiswrapper drivers pathOlivier Blin2005-04-111-1/+1
|
* add some comments for post 10.2Olivier Blin2005-04-081-0/+2
|
* always restart slmodem, even if it was already installedOlivier Blin2005-04-071-5/+4
|
* cosmeticsOlivier Blin2005-04-071-2/+3
|
* create correct /dev/modem for HCF modemsOlivier Blin2005-04-071-0/+1
|
* use correct package name for HCF modemsOlivier Blin2005-04-071-2/+2
|