Modem ADSL Sagem fast 800
De MicElectroLinGenMet.
Installation du modem Sagem fast 800 sous Debian Sid

Installation des pilotes
- Téléchargement des dernier pilotes
Lien sur eagle-usb.org eagle-usb-2.3.3.tar.bz
Documentation: http://dev.eagle-usb.org/wakka.php?wiki=DocDebian
Il y a aussi des packets Debian Eagle, mais impossible de les faire marcher (sous kernel 2.6.14-7)
dan@vesta:~$ apt-cache search eagle-usb eagle-usb-data - Data for Eagle USB ADSL modems eagle-usb-modules-source - EAGLE-USB binary kernel module source for Eagle USB ADSL modems eagle-usb-utils - Userspace tools for Eagle USB ADSL modems
- Compilation
./configure make make install
Configuration
- Le modem est bien vu par le système à la connexion:
# lsub Bus 3 Device 5: ID 1110:9021 Analog Devices Canada, Ltd (Allied Telesyn)
- Utilitaire de configuration, saisi des paramètres de conexion login/passwd, VPI/VCI ...
# eagleconfig (au debut seulement)
- Utilitaire de diagnostic eaglediag
# eaglediag Diagnostic (1.23 2005/07/02) driver eagle-usb 20060310162458 # System Information Linux vesta 2.6.14-2-k7 #1 Wed Dec 28 19:14:46 UTC 2005 i686 GNU/Linux testing/unstable Linux version 2.6.14-2-k7 (Debian 2.6.14-7) (maks@sternwelten.at) (gcc version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)) #1 Wed Dec 28 19:14:46 UTC 2005 gcc version 4.0.3 20060212 (prerelease) (Debian 4.0.2-9) used : 4.0.3 20060212 (prerelease) (Debian 4.0.2-9) # module loaded ? [ OK ] # modem operational ? [ KO ] # Config vpi/vci/encapsulation/isp : 8 23 6 (pppoa) FR09 # pppd launched ? [ KO ] # ping IP ? [ KO ] # test DNS resolution ? [ KO ] ##Complete diagnostic saved in /var/log/eagle-usb/eagle_diag_20060310162458.txt ##Please keep only relevant data and remove personal informations.
- Le modem n'est pas opérationnel, vérification avec l'utilitaire 'eaglestat'
# eaglestat eagle-usb status display ------------------------------------------------------------- Driver version 2.3.3 Chipset: Eagle2 Vendor ID : 0x1110 Product ID : 0x9021 Rev: 0x500b USB Bus : 003 USB Device : 005 Dbg mask: 0x0 Ethernet Interface : </nowiki> MAC: 00:60:4c:18:72:bf Tx Rate 0 Rx Rate 0 FEC 0 Margin 0 Atten 0 dB VID-CPE 0 VID-CO 0 HEC 0 VPI 0 VCI 0 Delin GOOD Cells Tx 0 Cells Rx 0 Pkts Tx 0 Pkts Rx 0 OAM 0 Bad VPI 0 Bad CRC 0 Oversiz. 0 Modem waiting for driver response. Please send DSP (eaglectrl -d)
- Envoie du firmware au modem, indiqué ci-dessus par la commande eaglectrl -d
# eaglectrl -d CMVs successfully sent to driver. Options successfully sent to driver. Using DSP code for POTS line DSP code successfully loaded.
- Un autre diag nous informe que le modem est OK, il reste à lancer pppd.
# eaglediag Diagnostic (1.23 2005/07/02) driver eagle-usb 20060310162707 # System Information Linux vesta 2.6.14-2-k7 #1 Wed Dec 28 19:14:46 UTC 2005 i686 GNU/Linux testing/unstable Linux version 2.6.14-2-k7 (Debian 2.6.14-7) (maks@sternwelten.at) (gcc version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)) #1 Wed Dec 28 19:14:46 UTC 2005 gcc version 4.0.3 20060212 (prerelease) (Debian 4.0.2-9) used : 4.0.3 20060212 (prerelease) (Debian 4.0.2-9) # module loaded ? [ OK ] # modem operational ? [ OK ] # Config vpi/vci/encapsulation/isp : 8 23 6 (pppoa) FR09 # pppd launched ? [ KO ] # ping IP ? [ KO ] # test DNS resolution ? [ KO ] ##Complete diagnostic saved in /var/log/eagle-usb/eagle_diag_20060310162707.txt ##Please keep only relevant data and remove personal informations.
- Lancement de pppd
# startadsl (stopadsl pour arrêter)
- Un dernier diag confirme que tout est OK
# eaglediag Diagnostic (1.23 2005/07/02) driver eagle-usb 20060310162833 # System Information Linux vesta 2.6.14-2-k7 #1 Wed Dec 28 19:14:46 UTC 2005 i686 GNU/Linux testing/unstable Linux version 2.6.14-2-k7 (Debian 2.6.14-7) (maks@sternwelten.at) (gcc version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)) #1 Wed Dec 28 19:14:46 UTC 2005 gcc version 4.0.3 20060212 (prerelease) (Debian 4.0.2-9) used : 4.0.3 20060212 (prerelease) (Debian 4.0.2-9) # module loaded ? [ OK ] # modem operational ? [ OK ] # Config vpi/vci/encapsulation/isp : 8 23 6 (pppoa) FR09 # pppd launched ? [ OK ] # Service for connection [ OK ] # ping IP ? [ OK ] # test DNS resolution ? [ OK ] ##Complete diagnostic saved in /var/log/eagle-usb/eagle_diag_20060310162833.txt ##Please keep only relevant data and remove personal informations.
- Statut de la connexion:
# eaglestat eagle-usb status display ------------------------------------------------------------- Driver version 2.3.3 Chipset: Eagle2 Vendor ID : 0x1110 Product ID : 0x9021 Rev: 0x500b USB Bus : 003 USB Device : 005 Dbg mask: 0x0 Ethernet Interface : eth1 MAC: 00:60:4c:18:72:bf Tx Rate 160 Rx Rate 608 FEC 0 Margin 33 Atten 13 dB VID-CPE 0 VID-CO 28 HEC 0 VPI 8 VCI 35 Delin GOOD Cells Tx 1521 Cells Rx 8596 Pkts Tx 556 Pkts Rx 624 OAM 0 Bad VPI 0 Bad CRC 0 Oversiz. 0 Modem is operational
6 mars 2006
