summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
* only show encapsulation parameter for sagem modemThierry Vignaud2004-03-161-3/+5
|
* preselect pppoa for bewan tooThierry Vignaud2004-03-161-1/+1
|
* make it clear these checks are only for pci modemsThierry Vignaud2004-03-161-5/+6
|
* pci modem: only take care of selected oneThierry Vignaud2004-03-161-6/+5
|
* warn that we only support kernel 2.4.x for pci modemsThierry Vignaud2004-03-161-0/+6
|
* remove debug statementThierry Vignaud2004-03-161-1/+0
|
* for ADSL Bewan and ISDN modem, warn that only 2.4.x kernels are supportedThierry Vignaud2004-03-161-1/+5
|
* always write scripts like in the old days but when there's no cnxThierry Vignaud2004-03-151-11/+10
|
* skip "start on boot" step for LAN (already managed by network scripts)Thierry Vignaud2004-03-151-15/+24
|
* perl_checker fixThierry Vignaud2004-03-151-1/+1
|
* write ether conf later on QA requestThierry Vignaud2004-03-151-1/+1
|
* do not list anymore wireless cards in LAN connection, only in wirelessThierry Vignaud2004-03-151-7/+3
| | | | | connections
* fix ADSL modems not listed unless one try to manually pick a networkThierry Vignaud2004-03-151-1/+1
| | | | | | card (#8611): prevent module::interactive from offering to pick a module when there's no network cards
* provide a nice way to go back to summary when interface is already ↵Thierry Vignaud2004-03-121-2/+11
| | | | configured (#8002)
* fix buttons so that they're labeled as cancel/ok instead ofThierry Vignaud2004-03-121-0/+1
| | | | | previous/next when warning in network installations
* fix writing drakconnect config file at install time (#7478)Thierry Vignaud2004-03-121-1/+1
|
* spell Mandrakelinux in one wordThierry Vignaud2004-03-101-0/+1
|
* fix isdn config stepThierry Vignaud2004-03-091-1/+1
|
* isdn config step: enable to alter defined but empty fieldsThierry Vignaud2004-03-091-1/+1
|
* fix parameters reading/writin in isdn config step: take parametersThierry Vignaud2004-03-091-7/+7
| | | | | from isdn data structure, not cnx one
* fix isdn config step by using runtime referencesThierry Vignaud2004-03-091-1/+3
|
* rename ensure_is_installed_if_availlable( as ensure_is_installed_if_available()Thierry Vignaud2004-03-081-2/+2
|
* install unicorn package for bewan modemsThierry Vignaud2004-03-081-0/+3
|
* fix variable interpolation in stringsThierry Vignaud2004-03-081-1/+1
|
* misc perl_checker cleanupsThierry Vignaud2004-03-081-2/+2
|
* isdn_read_config() alter its argument, thus there's no need in returning itThierry Vignaud2004-03-081-2/+2
| | | | | | | | (which may induce developer in error by believing argument is not overwritten...) standalone drakconnect already discard returned value anyway...
* port old ISDN wizard upon new wizard layerThierry Vignaud2004-03-081-47/+110
|
* fix first_modem() callThierry Vignaud2004-03-081-1/+1
|
* indentThierry Vignaud2004-03-081-1/+1
|
* simplify speedtouch firmware installation through newly introducedThierry Vignaud2004-03-081-3/+2
| | | | | do_pkg::ensure_is_installed_if_availlable()
* wizard: be aware of bewan modems detectionThierry Vignaud2004-03-081-3/+1
|
* fix crash on modem configuration in installer (standalone drakconnectThierry Vignaud2004-03-041-0/+1
| | | | | | didn't had the bug because it has already loaded the network::modem package at this stage)
* hide dns settings by default when using dhcpThierry Vignaud2004-03-031-7/+8
|
* sync dhcp client with ifup oneThierry Vignaud2004-03-021-1/+1
|
* preselect first availlable dhcp clientThierry Vignaud2004-03-021-1/+2
|
* stricter pci modem matching (purely cosmetic but sanity is always good)Thierry Vignaud2004-03-021-3/+3
|
* fix pci modem type matchingThierry Vignaud2004-03-021-1/+1
|
* note that isdn configuration has not yet be ported upon new wizard layerThierry Vignaud2004-02-271-0/+7
|
* fix crash when modem was not foundThierry Vignaud2004-02-271-1/+1
|
* - never delete up/down scriptsThierry Vignaud2004-02-261-5/+3
| | | | | - only write internet service if start at boot requested
* skip apply_setting step for now since anyway we've already writtenThierry Vignaud2004-02-261-8/+8
| | | | | | most config files... (btw, now installer also write cnx type as side effect)
* reverse debug stuff that should never have been commitedThierry Vignaud2004-02-261-7/+13
|
* typo fix: only write ether config for lan...Thierry Vignaud2004-02-261-14/+8
|
* fix module lookup for pcmcia cardsThierry Vignaud2004-02-241-1/+1
|
* - always write up/down scriptsThierry Vignaud2004-02-231-2/+2
| | | | | | - only write initscript when starting at boot was choosen (instead of writing it in restart path...)
* write ethX aliases and ifup/ifdown scripts when configuring a LAN connectionThierry Vignaud2004-02-231-0/+1
|
* handle unknown hardware: enable one to manually load a driver like expert modeThierry Vignaud2004-02-231-9/+6
| | | | | in old pre-10.0 wizard
* enable one to manually choose the serial port to use while configuring modemThierry Vignaud2004-02-231-2/+7
|
* fix unreachable stepsThierry Vignaud2004-02-231-2/+2
|
* read ppp config earlier and prevent provider choice to overwrite it (but ifThierry Vignaud2004-02-231-3/+3
| | | | | user select a *new* provider)