if eci-load2 hangs on "waiting..." or the ppp connection doesn't connect, try to ctrl-c the startmodem script unplug the modem and restart startmodem.
Belgacom seems to have changed synchronisation parameters on some DSLAM's so if the default sync file (eci-wan3.lens.bin) doesn't works anymore for you (hangs at block 259) you'll have to edit the startmodem script to use the eci_wan3.dmt.bin syncfile.
It is a modified version of the French ECI modem driver. The EICON and the ECI modems are made with the same chips:
- AN2131qc EZ-USB (http://www.cypress.com)
- gs7070 (http://www.globespan.net)
- gt3180 (http://www.globespan.net)
so using the microcode of the ECI driver in the EICON modem requires only some little modifications. This driver is BETA software, some features of the EICON modem will not be active as of the transfer led which doesn't blink when data goes on the wires.
if eci-load2 hangs on "waiting..." or the ppp connection doesn't connect, try to ctrl-c the startmodem script unplug the modem and restart startmodem.
if you experience deconnections with errors like this in your syslog:
May 19 03:14:55 portable kernel: usb_control/bulk_msg: timeout May 19 03:14:55 portable kernel: usbdevfs: USBDEVFS_BULK failed dev 8 ep 0x2 len 192 ret -110It may be usefull to change the value of DATA_TIMEOUT to 300 in pppoeci.c.
If the modem initialisation seems to hang at block 280, you should try to launch the startmodem script with:
startmodem > /tmp/startmodem.log 2>&1and see the results in this file, this is because the startmodem script outputs lots of datas which could cause the framebuffer to use a lot of cpu time.