This tutorial was written for Linux beginners.
If you know how to install programs and how to edit configuration files, you can refer to the documentation.
This tutorial only describes RPM installation of driver, for ECI HiFocus or B-Focus modem in France.
Screenshots are here only for examples, some of them are old and do not show last version of EciAdsl.
For other packages / modems, please look at the documentation.
Thanks to fisher for posting initial version of this tutorial on the forum.
Download .rpm version on this page.
If you're under Windows with a floppy disk, save on the floppy to send it to Linux.
Unplug USB cable from modem.
Connected as root user (for example with Gnome).
Open file manager as root (like Windows):
# rpm -i eciadsl-usermode-0.10-1.i386.rpm
Disable or delete dabusb module:
if /etc/hotplug/blacklist exists, edit it and add a line containing the word 'dabusb' (without the quotes) to it. Restart Linux.
# modprobe -r dabusb && rm -f $(modprobe -l | grep dabusb) && depmod -a
And that's all! Your modem is now installed!
Run graphical configuration tool:
or type:# eciadsl-config-tk (or eciadsl-config-text)
Note: after plugging modem, LEDs should be off, otherwise please repeat step 2 (dabusb).
To do that, type with plugged modem:
# /usr/bin/eciadsl-start | tee log.txt
Note: LEDs power on (first red then green), if there is any error message like 'Authentication failed' please repeat step 3.
If you see a timeout and that green LED still blinks, please repeat step 3 and choose another .bin synch file.
That's all, you should be connected :-)
For any problem, please read documentation and FAQ.