Speedtouch 330 ADSL, in Suse 9.1 (long post) I have a speedtouch 330 ADSL modem (rev4) And after a LOT of messing around with the drivers and firmware files I have managed to get it kind of working.
I got the configuration files from Sourceforge website and proceeded as follows.
1. decompress speedtouchconf-10-Nov-2004.tar.gz with the command;
tar xzvf speedtouchconf-10-Nov-2004.tar.gz
2. Copy and paste the files speedmgmt.tar.gz and rev4fw.zip (still COMPRESSED) into the speedtouchconf-10-Nov-2004 folder which got created. (I used the GUI for this)
3. cd into the folder and Install with the command;
./speedtouchconf.sh
and enter the information requested...
Following these steps I am now on the internet, however...
a.There is no way of knowing I'm on it because their is no icon on my KDE taskbar.
b. YAST does not see my DSL connection so as for seting up a firewall.... I gave up
c. during the configuration script the message "FATAL: Module usb_ohci not found" apears but causes no problem at this piont.
d. The last part of the configuration script goes....
-------------------
To automatically dial-in when the PC boots up :
chkconfig speedtouch on
Do you want to set this up now? (Yes / No)
Yes
init command succeeded
You are now connected. There is no need to run this
speedtouchconf.sh script again.
Congratulations.
----------------------
But when I reboot the following occurs.
Starting ADSL connection:FATAL: Module usb_ohci not found. failed
And the speedtouch conection is not present, so I have to run the configuration script again.
In my attempt to fix this and after more research I changed a line in /etc/speedtouch.conf from
DEFAULT_USBINTERFACE="usb_ohci"
to
DEFAULT_USBINTERFACE="ohci_hcd"
"ohci_hcd" is listed when I enter the command lsmod
but then when I reboot I get;
Starting ADSL connection: failed
Again the conection is not present.
I dispair......... I'm not an experienced linux user. Any sugestions? |