diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-02 06:12:33 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-02 06:12:33 +0000 |
commit | a2eed9b3447e4528b6725f77b2a16ecaa78562b1 (patch) | |
tree | 90e86c44b347139f6e94f7250a8a15025220be15 /perl-install/network | |
parent | be6e0b749c88173843f76479bb03eacb2ecb2b48 (diff) | |
download | drakx-a2eed9b3447e4528b6725f77b2a16ecaa78562b1.tar drakx-a2eed9b3447e4528b6725f77b2a16ecaa78562b1.tar.gz drakx-a2eed9b3447e4528b6725f77b2a16ecaa78562b1.tar.bz2 drakx-a2eed9b3447e4528b6725f77b2a16ecaa78562b1.tar.xz drakx-a2eed9b3447e4528b6725f77b2a16ecaa78562b1.zip |
in sagem start section, modprobe eagle-usb and do not wait for sync
here, fctStartAdsl will handle that when pppd is called
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/adsl.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 697894f12..9e1e4fecb 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -163,7 +163,10 @@ noaccomp), }, sagem => { - start => "/usr/sbin/eaglectrl -w", + start => qq( +modprobe eagle-usb +/usr/sbin/eaglectrl -d +), stop => "/usr/bin/killall pppoa", get_intf => "/usr/sbin/eaglectrl -i", server => { |