SpeedTouch 330 driver in Alcatel-Thompson modem
I am trying to install the driver for my modem USB Alcatel in Redhat 8.
I took the driver from sourceforge.net/projects/speedtouch
After I followed the steps indicated in webconexion.net/speedtouch/speedtouch_330_usb.php
I compiled and installed the driver following the commands indicated:
tar -xzvf speedtouch-1.2-beta1.tar.gz
cd speedtouch-1.2-beta1
./configure
make
make install
At the end it showed the driver was installed succesfully
and the I should find it in the directory /etc to be able to set up that.
The problem is that it is not there; it is in /usr/local/share/doc/speedtouch
but it is not a /etc/speedtouch.conf
What it was wrong?
|