LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-19-2004, 01:11 PM   #1
Underdoggy
LQ Newbie
 
Registered: Feb 2004
Location: Netherlands
Posts: 2

Rep: Reputation: 0
My speedtouch USB modem gives a weird error after installing


I'm trying to install my Speedtouch USB modem under Fedora core 1
Everything was ok but if i'm connecting i get this error message:
Code:
[root@webserver root]# /root/startadsl&
[1] 3307
[root@webserver root]# BLOCK1 Connection timed out
get_reference: pusb_control_msg: Connection timed out
URB147: Connection timed out
URB148: Connection timed out
URB149: Connection timed out
URB150: Connection timed out
modem_start_synchro: pusb_control_msg: Connection timed out
Error reading interrupts
I've followed this step by step guide to install the modem

Code:
After spending a long time trying to get my ADSL modem working on RedHat Linux I stumbled upon the following procedure at devshed.com. I take no credit for the contents of this article, I just reproduced it so I would never have trouble finding it again.

If you are using Fedora Linux you must delete the speedtch.o file from the kernel and reboot before following this procedure. The file can be located using:

find /lib/modules/ -name speedtch.o
Download the following files:

speedtouch-20011007.tar.gz 
speedmgmt.tar.gz 
ppp-2.4.0-2.i386.zip 
Copy the files to the /root directory and perform the following operations as the root user.

Run the ppp-2.4.0-2.i386.rpm file to update PPP to use PPPoA:

unzip ppp-2.4.0-2.i386.zip
rpm -i --force ppp-2.4.0-2.i386.rpm
Extract and make the code in the speedtouch-20011007.tar.gz file:

tar xvvzf speedtouch-20011007.tar.gz 
cd speedtouch-20011007 
./configure 
make 
make install
Extract the code in the speedmgmt.tar.gz file, but do not make it:

tar xvvzf speedmgmt.tar.gz
Create the adsl file as follows:

cd /etc/ppp/peers 
vi adsl
Add the following information into the file:

debug 
kdebug 1 
noipdefault 
defaultroute 
pty "/usr/local/bin/pppoa2 -vpi 0 -vci 38" 
nodetach 
sync 
user "username@provider" 
noauth 
kdebug 7 
noaccomp 
nopcomp 
#nomagic 
noccp 
#passive 
#lcp-echo-interval 5 
#lcp-echo-failure 30 
#persist
Your service provider should be able to give you the values for -vpi, -vci and user. Most of the service providers in the UK use the -vpi and -vci settings listed.

Add the username and password to the chap-secrets file:

vi /etc/ppp/chap-secrets
The third line should be added with the appropriate values:

# Secrets for authentification using CHAP 
# client server secret IP addresses 
username@provider * yourpassword
Create a startup script:

cd ~ 
vi startadsl
Enter the following information:

#!/bin/sh 
/sbin/modprobe n_hdlc >& /tmp/pppd.log 
/sbin/modprobe ppp_synctty &> /tmp/pppd.log 
/usr/local/bin/modem_run -f /root/mgmt/mgmt.o -m 
/usr/sbin/pppd call adsl &> /tmp/pppd.log 
/sbin/route add default ppp0
Save the file then change it's permissions using:

chmod 700 /root/startadsl
Create a file to reference your DNS servers:

vi /etc/resolv.conf
Enter the addresses of your DNS servers like:

nameserver 158.43.240.4 
nameserver 158.43.240.3
Create a stop script:

vi stopadsl
Enter the following information:

#!/bin/sh 
kill -INT `pidof pppd`
Save the file then change it's permissions using:

chmod 700 /root/stopadsl
The ADSL connection can then be started and stopped using the following commands:

# Start ADSL
/root/startadsl&

# Stop ADSL
/root/stopadsl
Output from the pppd process is logged in the /tmp/pppd.log file. This can be viewed using:
Can someone help me?
I've also tried a step by step guide from my provider (in dutch)
( xs4all.nl/helpdesk/abonnement/adsl/thomson/usb/linux/configureren.html )

It didn't work with that guide also...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Speedtouch 330 USB Modem on Fedora core 2.6 Stevecook Linux - Hardware 21 12-08-2004 09:57 AM
Speedtouch 330 USB Modem and XP adam-red Linux - Hardware 1 11-30-2004 11:54 AM
speedtouch usb modem Pauldelphi Mandriva 2 06-22-2004 10:50 AM
configure speedtouch usb modem dompie Linux - Newbie 2 09-13-2003 02:18 AM
RH 7.3 Installing DSL SpeedTouch USB modem from Alcatel (France) freddymio Linux - Newbie 7 08-15-2003 08:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration