Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify speedtouch firmware installation through newly introduced | Thierry Vignaud | 2004-03-08 | 1 | -3/+2 |
| | | | | | do_pkg::ensure_is_installed_if_availlable() | ||||
* | wizard: be aware of bewan modems detection | Thierry Vignaud | 2004-03-08 | 1 | -3/+1 |
| | |||||
* | fix crash on modem configuration in installer (standalone drakconnect | Thierry Vignaud | 2004-03-04 | 1 | -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 dhcp | Thierry Vignaud | 2004-03-03 | 1 | -7/+8 |
| | |||||
* | sync dhcp client with ifup one | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | preselect first availlable dhcp client | Thierry Vignaud | 2004-03-02 | 1 | -1/+2 |
| | |||||
* | stricter pci modem matching (purely cosmetic but sanity is always good) | Thierry Vignaud | 2004-03-02 | 1 | -3/+3 |
| | |||||
* | fix pci modem type matching | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | note that isdn configuration has not yet be ported upon new wizard layer | Thierry Vignaud | 2004-02-27 | 1 | -0/+7 |
| | |||||
* | fix crash when modem was not found | Thierry Vignaud | 2004-02-27 | 1 | -1/+1 |
| | |||||
* | - never delete up/down scripts | Thierry Vignaud | 2004-02-26 | 1 | -5/+3 |
| | | | | | - only write internet service if start at boot requested | ||||
* | skip apply_setting step for now since anyway we've already written | Thierry Vignaud | 2004-02-26 | 1 | -8/+8 |
| | | | | | | most config files... (btw, now installer also write cnx type as side effect) | ||||
* | reverse debug stuff that should never have been commited | Thierry Vignaud | 2004-02-26 | 1 | -7/+13 |
| | |||||
* | typo fix: only write ether config for lan... | Thierry Vignaud | 2004-02-26 | 1 | -14/+8 |
| | |||||
* | fix module lookup for pcmcia cards | Thierry Vignaud | 2004-02-24 | 1 | -1/+1 |
| | |||||
* | - always write up/down scripts | Thierry Vignaud | 2004-02-23 | 1 | -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 connection | Thierry Vignaud | 2004-02-23 | 1 | -0/+1 |
| | |||||
* | handle unknown hardware: enable one to manually load a driver like expert mode | Thierry Vignaud | 2004-02-23 | 1 | -9/+6 |
| | | | | | in old pre-10.0 wizard | ||||
* | enable one to manually choose the serial port to use while configuring modem | Thierry Vignaud | 2004-02-23 | 1 | -2/+7 |
| | |||||
* | fix unreachable steps | Thierry Vignaud | 2004-02-23 | 1 | -2/+2 |
| | |||||
* | read ppp config earlier and prevent provider choice to overwrite it (but if | Thierry Vignaud | 2004-02-23 | 1 | -3/+3 |
| | | | | | user select a *new* provider) | ||||
* | initialize modem data structure at one point only for serial/PCI modems | Thierry Vignaud | 2004-02-23 | 1 | -3/+1 |
| | |||||
* | split kppp config reading into network::modem::ppp_read_conf() in order to be | Thierry Vignaud | 2004-02-23 | 1 | -30/+2 |
| | | | | | shared with manage interface | ||||
* | fix choosing betweeen '' and 'adsl connections when configuring adsl (due to | Thierry Vignaud | 2004-02-23 | 1 | -0/+1 |
| | | | | | write_cnx_scripts vivificating data structure) | ||||
* | when one refuse to install firmware *now*, she won't be able to select | Thierry Vignaud | 2004-02-20 | 1 | -1/+1 |
| | | | | | a provider, thus vci and vpi parameters won't be filled | ||||
* | remove useless "next" field (since post already handle it) | Thierry Vignaud | 2004-02-20 | 1 | -1/+0 |
| | |||||
* | enable to refuse network restarting | Thierry Vignaud | 2004-02-20 | 1 | -1/+1 |
| | |||||
* | do not detect lan interfaces when configuring modems | Thierry Vignaud | 2004-02-20 | 1 | -2/+0 |
| | |||||
* | do not horribly die at install time on error | Thierry Vignaud | 2004-02-20 | 1 | -1/+13 |
| | |||||
* | really fix previous button on first step: we want it at install time | Thierry Vignaud | 2004-02-20 | 1 | -1/+1 |
| | |||||
* | since no PCMCIA cards support link status notification, ifplugd should | Thierry Vignaud | 2004-02-19 | 1 | -1/+3 |
| | | | | | | be disabled for all pcmcia cards by default => let blacklist them (#8031) | ||||
* | only show "previous" button on first step in install; in standalone | Thierry Vignaud | 2004-02-19 | 1 | -0/+1 |
| | | | | | mode, we already have the "cancel" button | ||||
* | put a Previous button on the first page | Damien Chaumette | 2004-02-19 | 1 | -1/+0 |
| | |||||
* | do not use ifplugd on wireless connections by default | Thierry Vignaud | 2004-02-18 | 1 | -1/+1 |
| | |||||
* | fix "network needs to be restarted" step | Thierry Vignaud | 2004-02-18 | 1 | -2/+2 |
| | |||||
* | do not overwrite current wireless parameters with default values | Thierry Vignaud | 2004-02-18 | 1 | -2/+2 |
| | |||||
* | move some wireless options as advanced ones | Thierry Vignaud | 2004-02-18 | 1 | -4/+4 |
| | |||||
* | sort lan protocols | Thierry Vignaud | 2004-02-17 | 1 | -1/+1 |
| | |||||
* | typo fixes | Pablo Saratxaga | 2004-02-16 | 1 | -1/+1 |
| | |||||
* | fix automatically found "...2" dns when network is done | Thierry Vignaud | 2004-02-16 | 1 | -3/+5 |
| | |||||
* | show a more precise error messages when no wireless cards were found | Thierry Vignaud | 2004-02-16 | 1 | -1/+2 |
| | |||||
* | eagle was renamed as eagle-usb | Thierry Vignaud | 2004-02-16 | 1 | -1/+1 |
| | |||||
* | minor poulpe cleanup | Thierry Vignaud | 2004-02-16 | 1 | -1/+1 |
| | |||||
* | explain about DNS (#7908) | Thierry Vignaud | 2004-02-16 | 1 | -1/+2 |
| | |||||
* | fix automatically found "...2" dns | Thierry Vignaud | 2004-02-14 | 1 | -3/+3 |
| | |||||
* | by default do not start connection at boot for modems (#7705) | Thierry Vignaud | 2004-02-13 | 1 | -0/+1 |
| | |||||
* | new banner icons | Thierry Vignaud | 2004-02-13 | 1 | -1/+1 |
| | |||||
* | offer_to_connect: fix indentation | Thierry Vignaud | 2004-02-13 | 1 | -1/+1 |
| | |||||
* | - do not flush /etc/sysconfig/drakconnect with an empty hash | Damien Chaumette | 2004-02-13 | 1 | -8/+10 |
| | | | | | - move $offer_to_connect after %adsl_devices declaration (fix typo?) | ||||
* | s/$config/$p/ for drakconnect conf file | Damien Chaumette | 2004-02-13 | 1 | -1/+1 |
| |