LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Setting up USB ADSL Speedtouch modem in SUSE 10.1 (https://www.linuxquestions.org/questions/linux-hardware-18/setting-up-usb-adsl-speedtouch-modem-in-suse-10-1-a-470793/)

*Xenny* 08-04-2006 12:09 PM

Setting up USB ADSL Speedtouch modem in SUSE 10.1
 
Hey there

I posted this question on Linuxforums.org but haven't had a response, then I remembered how helpful people were on here last time I posted!

I've just installed SUSE (I've not used linux before) and tried to connect to the internet with an alcatel speedtouch. I followed this link: http://www.linux-usb.org/SpeedTouch/suse/index.html .

Quote:

If not, is the firmware is loading OK? Once the kernel has loaded the speedtch module the left LED should stay green while the right LED flashes eight or nine times (and then stays green).
I don't see any LEDs! So I assume the firmware isn't loading. Just in case I uncommented debug in /etc/ppp/peers/speedtch but got nothing.

Incase it's relavent:

I couldn't determine the revision of my modem for sure, but I'm pretty sure it's 4. It's fairly new and is a black speedtouch 330. I did try

Code:

grep -B 1 "THOMSON
ALCATEL" /proc/bus/usb/devices

but got no such file or directory. I can't access the usb directory despite seeing 'usb' listed as a directory when I do 'ls /proc/bus'.

Also I think not relavent at all but just mentioning it because it was another problem I had - during installation, when it came to installing packages it couldn't find any rpms. I let it go through anyway as I thought I could probably sort that out later. ?

If anyone knows what I should try now I'd be very grateful

Thanks
Xenny

p.s. the lsusb output shows my modem

*Xenny* 08-05-2006 06:57 AM

I've tried putting an echo in the bootscript early on and I don't get anything. I did this (from the link I mentioned) to install stuff:

Code:

cp speedtch-{1,2}.bin /lib/firmware &&
install -m 744 br2684ctl /usr/sbin &&
install -m400 speedtch /etc/ppp/peers &&
install -m400 secrets /etc/ppp/chap-secrets &&
install -m400 secrets /etc/ppp/pap-secrets &&
install -m744 dial /etc/init.d/dial &&
insserv dial &&
rm -f /etc/init.d/rc5.d/K*dial



All times are GMT -5. The time now is 08:34 PM.