summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
* don't configure firewall after configuring network during installPascal Rigaux2004-10-051-5/+0
| | | | | (in summary you can configure firewall directly)
* set netcnx type when an external isdn modem is selected, or elseOlivier Blin2004-08-051-1/+1
| | | | | modem::ppp_read_conf will crash (Anthill #1033)
* offer to connect for pppoe connexions tooOlivier Blin2004-07-301-1/+1
|
* merge fixes from HEADThierry Vignaud2004-06-141-1/+1
|
* merge brown paper bug fix from TRUNKThierry Vignaud2004-05-281-4/+4
|
* forward speedtouch fix (using kernel mode)Thierry Vignaud2004-05-191-10/+0
|
* forward better LAN vs wireless filteringThierry Vignaud2004-05-191-2/+2
|
* perl_checker compliancePascal Rigaux2004-05-111-1/+1
|
* do not offer to set DOMAINNAME2 since it is never saved nor read (#9580)Thierry Vignaud2004-05-051-1/+1
|
* perlchecker fixesDamien Chaumette2004-05-041-20/+21
|
* take ISDN protocol into account for people outside Europe to use itDamien Chaumette2004-05-031-1/+4
| | | | | (kind of lost in space before)
* drop isdn_ fonction namesDamien Chaumette2004-04-281-6/+6
|
* drop network::isdn->importDamien Chaumette2004-04-281-8/+7
|
* try to fix #3793 or at least enhance firmware seeking on windows partitionDamien Chaumette2004-04-271-2/+1
| | | | | (based upon titi's patch)
* s/bcm4400/b44/Thierry Vignaud2004-03-261-1/+1
|
* warn than speedtouch only works with 2.4.x kernels for nowThierry Vignaud2004-03-261-0/+6
|
* bcm4400 is known to not support ETHTOOLThierry Vignaud2004-03-261-1/+1
|
* fix ISDN modem selectionThierry Vignaud2004-03-241-1/+1
|
* fix drakconnect config writing when there's only one configuredThierry Vignaud2004-03-231-7/+10
| | | | | interface (eg: at install time) (#8998)
* bewan PCI and ethernet ADSL modems work smoothly with 2.6.x kernelsThierry Vignaud2004-03-231-4/+0
|
* for ISDN, do the same warning popup about supported kernelsThierry Vignaud2004-03-231-1/+5
|
* eagle-usb maintainers ask not to fill dns by default because ppp willThierry Vignaud2004-03-191-1/+1
| | | | | return better one through peerdns option
* dnsX were renamed as dnsServerX+1 long time ago and are managed oneThierry Vignaud2004-03-191-4/+0
| | | | | step earlier
* fix obvious wrong lookup (at install time, we must check installedThierry Vignaud2004-03-181-12/+12
| | | | | root fs instead of /)
* always offer to restart adsl connectionsThierry Vignaud2004-03-181-2/+1
|
* only warn about 2.4.x kernel for bewan modemThierry Vignaud2004-03-181-1/+1
|
* only warn about the fact we need 2.4.x kernel when we're under 2.6.xThierry Vignaud2004-03-181-2/+2
|
* fix pci modem support:Thierry Vignaud2004-03-171-9/+14
| | | | | | | - handle manually installed drivers - removed urpmi sources - faster checking for driver presence
* fix SmartLink modem managment (#8959)Thierry Vignaud2004-03-171-1/+1
|
* bewan supportThierry Vignaud2004-03-161-1/+2
|
* 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