[speedtouch] Re: LinuxConsole + Speed touch USB

2003-03-24 Thread Duncan Sands

Hi Yann, I think you will find that the problem is that
the file /etc/ppp/peers/adsl refers to the program
/usr/local/sbin/pppoa3 which does not exist.
This program forms part of the user space driver, I
guess you forgot to install it.

I hope this helps,

Duncan.

PS: The pon script detects the modem twice - seems pointless.


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Frog Problems (Speedtouch 330 Modem)

2003-03-24 Thread evaessen
Hello Jay,

Have you checked if modem_run is actually running?

Ed



 --
 From:Jay Scott[SMTP:[EMAIL PROTECTED]
 Sent:Sunday, March 23, 2003 17:13:56
 To:  [EMAIL PROTECTED]
 Subject: [speedtouch] Frog Problems (Speedtouch 330 Modem)
 Auto forwarded by a Rule


 Hi

 I’m running slackware 9.0 and having problems getting it running. I
 followed the instructions on the web site and this is what happens when
 I try to run it.

 From /var/log/messages :

 Mar 23 15:41:21 darkstar pppd[2713]: pppd 2.4.1 started by root, uid 0
 Mar 23 15:41:21 darkstar pppd[2713]: Using interface ppp0
 Mar 23 15:41:21 darkstar pppd[2713]: Connect: ppp0 -- /dev/pts/1
 Mar 23 15:41:21 darkstar pppoa3[2714]: pppoa3 version 1.2-beta1 started
 by
 root (uid 0)
 Mar 23 15:41:21 darkstar pppoa3[2714]: Control thread ready
 Mar 23 15:41:21 darkstar /etc/hotplug/net.agent: assuming ppp0 is
 already up
 Mar 23 15:41:21 darkstar pppoa3[2724]: host   -- pppoa3 -- modem
 stream
 ready
 Mar 23 15:41:21 darkstar pppoa3[2725]: modem -- pppoa3 -- host
 stream
 ready
 Mar 23 15:41:21 darkstar pppoa3[2725]: Error reading usb urb
 Mar 23 15:41:21 darkstar pppoa3[2714]: Woken by a sem_post event -
 Exiting
 Mar 23 15:41:21 darkstar pppoa3[2714]: Read from usb Canceled
 Mar 23 15:41:21 darkstar pppoa3[2714]: Write to usb Canceled
 Mar 23 15:41:21 darkstar pppoa3[2714]: Exiting
 Mar 23 15:41:21 darkstar pppd[2713]: Modem hangup
 Mar 23 15:41:21 darkstar pppd[2713]: Connection terminated.
 Mar 23 15:41:21 darkstar pppd[2713]: Exit.



 From Start-Adsl :

 [EMAIL PROTECTED]:~/setup/speedtouch-1.2-beta1# start-adsl
 modem_run version 1.2-beta1:   $
 usage: modem_run [-v level] [-m] -f microcode
-v: verbose level [0-2]
-m: monitor the line
-s: skip the first 512 bytes read
-f microcode : upload this microcode file first
-d device : defines the device to use
-k: using the kernel mode driver
--help: this message
 using channel 2
 ioctl(PPPIOCGFLAGS): Inappropriate ioctl for device
 SIOCADDRT: No such device



 From pppd call adsl :

 [EMAIL PROTECTED]:~/setup/speedtouch-1.2-beta1# pppd call
 adsl
 using channel 3
 Using interface ppp0
 Connect: ppp0 -- /dev/pts/1
 Script /usr/local/sbin/pppoa3 -m 1 -c -vpi 0 -vci 38 finished (pid
 2714),
 status = 0xff00
 Modem hangup
 Connection terminated.

 Any info would be great!

 Regards

 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.463 / Virus Database: 262 - Release Date: 17/03/2003


 Liste de diffusion modem ALCATEL SpeedTouch USB
 Pour se désinscrire :
 mailto:[EMAIL PROTECTED]








Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: How do I set up my Speedtouch

2003-03-24 Thread evaessen
Hello Paul,

I left all these CRC problems behind me when I purchased a USB PCI with
OPTi chipset on it. The VIA chipset present on my GA-VAXP mother board
always gave these CRC errors.

I have the modem_run command in my /etc/rc.d/rc.local file (Mandrake 9.0,
I don't know what this file is on SlackWare). These lines were added:

modprobe ppp_generic
modprobe ppp_synctty
modprobe n_hdlc
/usr/local/sbin/modem_run -e 1 -m -f /windows/E/Linux/adsl/alcaudsl.sys

You see that I use the alcaudsl.sys in stead of mgmt.o
Should not make much of a difference I heard.
You can also see the the option e -1 is part of the command, though this
seems not to be neccesary in later version of the speedtouch programs. I
still use the CVS from 19-11-2002 and a patch for this option -e. Never
change a winning team.

I have no automatic startup of adsl, but use commands adslstart and
adslstop, that are present in /usr/bin.

/usr/bin/adslstart contains this line: /usr/sbin/pppd call adsl
/usr/bin/adslstop contains this line : /usr/bin/killall pppoa3 pppd

To be able to use pppd and pppoa3 as a normal user, you must make yourself
member of a group that is allowed to use them.

First see to it that a new group (I named it modem) is added:

groupadd modem

Then your account must be linked to it:

usermod -G modem your_account_name

Some settings must be made for command pppd:

cd /usr/sbin
chown root:modem pppd (suppose pppd is indeed in /usr/sbin)
chmod 4750 pppd

Same procedure for pppoa3.


As far as firewalls are concerned: I may still be a newbie in the field of
USB ADSL, but in the field of firewalls I am an absolute morone.

Ed



 --
 From:Paul Hudson[SMTP:[EMAIL PROTECTED]
 Sent:Sunday, March 23, 2003 21:23:33
 To:  [EMAIL PROTECTED]
 Subject: [speedtouch] Re: How do I set up my Speedtouch
 Auto forwarded by a Rule


 Hi All

 - Original Message -
 From: Martin Howitt [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, March 16, 2003 9:42 PM
 Subject: [speedtouch] Re: How do I set up my Speedtouch



 Hi Paul

 snip
 --
 Martin Howitt [EMAIL PROTECTED]


 Ah, success I now have a net connection from Linux.

 Finally managed it through setting the right vci and vpi settings and the
 correct
 domain and nameserver settings for my ISP in the resolv.conf.

 I still have an issue and some questions though.

 1) In my syslog i'm getting the output ' pppoa3 [num] : CRC error in
 AAL5
 frame'.
 I'm assuming something needs tweaking.

 2) Each time I log on I have to run the modem_run and pppd call commands
 to
 get a connection and I also need to be logged on as root.  Can this be
 setup
 in a start-up file and available from any user account ?

 3) How can I disconnect the line if I want ?

 4) Can anyone point me to information about setting up my firewall ?

 Many thanks for all your help.

 Paul





 Liste de diffusion modem ALCATEL SpeedTouch USB
 Pour se désinscrire :
 mailto:[EMAIL PROTECTED]








Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: How do I set up my Speedtouch

2003-03-24 Thread Martin Howitt

Hi Paul

On Sun, 2003-03-23 at 20:23, Paul Hudson wrote:
 Hi All
snipped
 Ah, success I now have a net connection from Linux.
 
 Finally managed it through setting the right vci and vpi settings and the
 correct
 domain and nameserver settings for my ISP in the resolv.conf.
 
 I still have an issue and some questions though.
 
 1) In my syslog i'm getting the output ' pppoa3 [num] : CRC error in AAL5
 frame'.
 I'm assuming something needs tweaking.

Looking good. I had this exact issue and was using the alcaudsl.sys file
supplied with my modem's Windows drivers. Switching to the mgmt.o
microcode fixed the problem. 

http://download.ethomson.com/download/speedmgmt.tar.gz

extract the mgmt.o file from here.It gets called as an argument to the
modem_run command, so tweak that to test it.

hopefully this will work
regards
Martin

-- 
Martin Howitt [EMAIL PROTECTED]



Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Alcatel Firmware no longer online ?

2003-03-24 Thread jazbo
Ok Overbeek (mz) wrote:

(The ISP refuses to check my line since I use Linux not Windows, and so 
I cannot rule out line/DSLAM problems as the source of the problem.)

 



Try hooking up a Windoze-machine for a while, and start complaining
when it does'nt work.(maybe it does??!!)

Ok



Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

   
  

After about 6 days my flood of frame errors and the inability to surf 
using PPPOA3 have vanished as mysteriously as they appeared. That's a 
clumsy figure of speech, I admit - the errors only appeared after my ISP 
did maintenance and upgrades. At my ISP I have learned that upgrades 
is synonymous with outage, but normally it's confined to email and 
nntp problems.

Thanks for all your help and for the speedtouch software which I have 
used for almost 2 years now. I will be moving on to pppoe because USB 
based hardware just doesn't seem to be reliable (needs resetting 
frequently compared to ethernet to ethernet connections) , but for 
nearly 2 years speedtouch has been essential software for me at home and 
I've appreciated the project's existence greatly.
 
thanks,
~/j.



Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]