[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-16 Thread joe . white


I may have misunderstood your message, but I suggest you try the following.
Peut-être ceci aidera:

> ---Debut du fichier /etc/ppp/chap-secrets-
> # client server secret IP addresses
> "votre_login_ici" "*" "votre_password_ici" "*"
> ---Fin du fichier /etc/ppp/chap-secrets---

Where it says "votre_login_ici" you need to type your adsl login name.
Where it says "votre_password_ici" you need to type your adsl password.

> 
> ---Debut du fichier /etc/ppp/peers/adsl--
> #
> #
> # This file could be rename but its place is under /etc/ppp/peers
> # To connect to Internet using this configuration file
> # pppd call adsl updetach, where "adsl" stands for the name of this file
> #
> 
> debug
> kdebug 1
> noipdefault
> defaultroute
> pty "/usr/local/sbin/pppoa3 -m 1 -c -vpi 8 -vci 35"
> sync
> user "votre_login_ici"
> noauth
> noaccomp
> nopcomp
> noccp
> novj
> holdoff 4
> persist
> maxfail 25
> usepeerdns
> --Fin du fichier /etc/ppp/peers/adsl--

Replace the statement "votre_login_ici" by your login name. 

Joe

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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-16 Thread Gilles Espinasse


- Original Message -
From: "eric tanguy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 16, 2004 9:06 PM
Subject: [speedtouch] Re: Problem USB and SPEEDTOUCH


>
> Sorry i made a mistake. I would like to use the kernel driver :
> So i run modem_run with -k
> and after ?? What i have to change and to make because i try also to
> follow the howto.
> I'm very sorry for the mistake but i don't understand all in linux world.
> Eric
>
I forgot one problem with the kernel driver.
You need to have the pppoatm.so plugin wich is not integrated in standard
ppp-2.4.1 or ppp-2.4.2
Look with
ls /usr/lib/pppd/2.4.1/*.so if you have pppoatm.so

If not, go back to the user mode solution with pppoa3 or use the speedbundle
to compile and install a pppd supporting pppoatm plugin
http://prdownloads.sourceforge.net/linux-usb/speedbundle-1.0.tar.gz?download

if you have the plugin, look at the option file and script inside the
speedbundle.



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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-16 Thread eric tanguy

Sorry i made a mistake. I would like to use the kernel driver :
So i run modem_run with -k
and after ?? What i have to change and to make because i try also to
follow the howto.
I'm very sorry for the mistake but i don't understand all in linux world.
Eric

>
>
> - Original Message -
> From: "eric tanguy" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, May 16, 2004 8:35 PM
> Subject: [speedtouch] Re: Problem USB and SPEEDTOUCH
>
>
>>
>> >
>> > So modem_run start is OK
>> >
>> >> May 16 19:09:38 localhost modem_run[11290]: Another program/driver
>> is already accessing the modem (interface 1 cannot be claimed)...
>> >>
>> > There is two drivers :
>> > - user mode with pppoa3
>> > - kernel modem with speedtch module now integrated in standard
>> kernel since V2.4.22
>> >
>
> *** READ**
>> > You can't use both at the same time.
> ***
>> >
>> > I don't know what your script do.
>> >
>> > Kernel module should be the best solution when you have it (short
>> and strait)
>> >
>> > If you use kernel mode driver, you need to start modem_run with a
>> different setting ( add -k option pour modem_run command line)
>
> If you don't want to use the kernel driver and use pppoa3
> - unplug and plug again the modem
> - modprobe -r speedtch
> - remove the 'k' option in modem_run start
> ...
>> May 16 20:24:35 localhost modem_run[10771]: Found kernel mode driver
>
>> May 16 20:25:58 localhost pppoa3[10785]: pppoa3 version 1.2 started by
>> root (uid 0)
>> May 16 20:25:58 localhost pppoa3[10785]: Control thread ready
>> May 16 20:25:58 localhost kernel: HDLC line discipline: version
>> $Revision: 3.6 $, maxframe=4096
>> May 16 20:25:58 localhost kernel: N_HDLC line discipline registered.
>> May 16 20:25:58 localhost pppoa3[10785]: pusb_claim_interface 1 failed
> ...
>
>
> 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: Problem USB and SPEEDTOUCH

2004-05-16 Thread Gilles Espinasse


- Original Message -
From: "eric tanguy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 16, 2004 8:35 PM
Subject: [speedtouch] Re: Problem USB and SPEEDTOUCH


>
> >
> > So modem_run start is OK
> >
> >> May 16 19:09:38 localhost modem_run[11290]: Another program/driver is
> >> already accessing the modem (interface 1 cannot be claimed)...
> >>
> > There is two drivers :
> > - user mode with pppoa3
> > - kernel modem with speedtch module now integrated in standard kernel
> > since V2.4.22
> >

*** READ**
> > You can't use both at the same time.
***
> >
> > I don't know what your script do.
> >
> > Kernel module should be the best solution when you have it (short and
> > strait)
> >
> > If you use kernel mode driver, you need to start modem_run with a
> > different setting ( add -k option pour modem_run command line)

If you don't want to use the kernel driver and use pppoa3
- unplug and plug again the modem
- modprobe -r speedtch
- remove the 'k' option in modem_run start
...
> May 16 20:24:35 localhost modem_run[10771]: Found kernel mode driver

> May 16 20:25:58 localhost pppoa3[10785]: pppoa3 version 1.2 started by
> root (uid 0)
> May 16 20:25:58 localhost pppoa3[10785]: Control thread ready
> May 16 20:25:58 localhost kernel: HDLC line discipline: version $Revision:
> 3.6 $, maxframe=4096
> May 16 20:25:58 localhost kernel: N_HDLC line discipline registered.
> May 16 20:25:58 localhost pppoa3[10785]: pusb_claim_interface 1 failed
...


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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-16 Thread eric tanguy

>
> So modem_run start is OK
>
>> May 16 19:09:38 localhost modem_run[11290]: Another program/driver is
>> already accessing the modem (interface 1 cannot be claimed)...
>>
> There is two drivers :
> - user mode with pppoa3
> - kernel modem with speedtch module now integrated in standard kernel
> since V2.4.22
>
> You can't use both at the same time.
>
> I don't know what your script do.
>
> Kernel module should be the best solution when you have it (short and
> strait)
>
> If you use kernel mode driver, you need to start modem_run with a
> different setting ( add -k option pour modem_run command line)
>
>> So it seems taht there is a problem accessing the modem!
>>
>> During the boot process i found this line in /var/log/mesages :
>> May 16 19:13:01 localhost kernel: usb.c: registered new driver
>> speedtch
>>
>> Is it normal ??
>> How to know what program or driver access the modem ??
>>
>/sbin/modprobe speedtch
>/usr/sbin/modem_run -k -v 1 -t 90 -n 4 -f /your_path/ZZZLP2.eni -a
> /your_path/ZZZLP1.eni
> if [ $? -ne 0 ]; then
>  exit 1
> fi
># time to avoid "Ressource temporary unavailable"
>/bin/sleep 5
>
> next, you can call pppd.
>

Ok it seems thta modem_run works fine :
May 16 20:24:28 localhost modem_run[10771]: modem_run version 1.2 started
by root uid 0
May 16 20:24:28 localhost modem_run[10771]: Found SpeedTouch USB modem
May 16 20:24:28 localhost modem_run[10771]: Modem revision: 0400
May 16 20:24:28 localhost modem_run[10771]: Best offset  0 with
probability 100%
May 16 20:24:28 localhost modem_run[10771]: Best offset927 with
probability 100%
May 16 20:24:28 localhost modem_run[10771]: Firmware info (CRC:0x69636579,
Size:935, Checked: Yes, Alcatel/Thomson Boot block (new))
May 16 20:24:28 localhost modem_run[10771]: Best offset  0 with
probability 100%
May 16 20:24:29 localhost modem_run[10771]: Best offset 775501 with
probability 100%
May 16 20:24:29 localhost modem_run[10771]: Firmware info (CRC:0x0223733c,
Size:775509, Checked: Yes, 1.0.10 - Win32 Rev 0400 SACHU3)
May 16 20:24:31 localhost kernel: usb_control/bulk_msg: timeout
May 16 20:24:31 localhost kernel: usbdevfs: USBDEVFS_BULK failed dev 3 ep
0x85 len 512 ret -110
May 16 20:24:31 localhost modem_run[10771]: BLOCK1 :935 bytes  
uploaded : OK
May 16 20:24:31 localhost modem_run[10771]: BLOCK2 :511 bytes
downloaded : OK
May 16 20:24:34 localhost modem_run[10771]: BLOCK3 : 775509 bytes  
uploaded : OK
May 16 20:24:34 localhost modem_run[10771]: BLOCK4 :511 bytes
downloaded : OK
May 16 20:24:35 localhost modem_run[10771]: Found kernel mode driver
May 16 20:24:35 localhost modem_run[10771]: Modem reference : 35720370..
May 16 20:25:05 localhost modem_run[10771]: ADSL synchronization has been
obtained
May 16 20:25:05 localhost modem_run[10771]: ADSL line is up (1248 kbit/s
down | 160 kbit/s up)

But when i try to call pppd with the command : pppd call adsl updetach
with the files :
---Debut du fichier /etc/ppp/chap-secrets-
# client server secret IP addresses
"votre_login_ici" "*" "votre_password_ici" "*"
---Fin du fichier /etc/ppp/chap-secrets---

---Debut du fichier /etc/ppp/peers/adsl--
#
#
# This file could be rename but its place is under /etc/ppp/peers
# To connect to Internet using this configuration file
# pppd call adsl updetach, where "adsl" stands for the name of this file
#

debug
kdebug 1
noipdefault
defaultroute
pty "/usr/local/sbin/pppoa3 -m 1 -c -vpi 8 -vci 35"
sync
user "votre_login_ici"
noauth
noaccomp
nopcomp
noccp
novj
holdoff 4
persist
maxfail 25
usepeerdns
--Fin du fichier /etc/ppp/peers/adsl--

-Debut du fichier /etc/ppp/options-
usepeerdns
noauth
lock
noipdefault
-Fin du fichier /etc/ppp/options---

I can't obtain a conexion :

May 16 20:25:58 localhost kernel: CSLIP: code copyright 1989 Regents of
the University of California
May 16 20:25:58 localhost kernel: PPP generic driver version 2.4.2
May 16 20:25:58 localhost pppd[10783]: pppd 2.4.1 started by root, uid 0
May 16 20:25:58 localhost pppd[10783]: Using interface ppp0
May 16 20:25:58 localhost pppd[10783]: Connect: ppp0 <--> /dev/pts/2
May 16 20:25:58 localhost pppoa3[10785]: pppoa3 version 1.2 started by
root (uid 0)
May 16 20:25:58 localhost pppoa3[10785]: Control thread ready
May 16 20:25:58 localhost kernel: HDLC line discipline: version $Revision:
3.6 $, maxframe=4096
May 16 20:25:58 localhost kernel: N_HDLC line discipline registered.
May 16 20:25:58 localhost pppoa3[10785]: pusb_claim_interface 1 failed
May 16 20:25:58 localhost pppd[10783]: Modem hangup
May 16 20:25:58 localhost pppd[10783]: Connection terminated.
May 16 20:25:58 localhost pppoa3[10797]: pppoa3 version 1.2 started by
root (uid 0)
May 16 20:25:58 localhost pppoa3[10797]: A previous instance seems to be
running
May 16 20:25:58 localhost pppoa3[10797

[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-16 Thread Gilles Espinasse

So modem_run start is OK

> May 16 19:09:38 localhost modem_run[11290]: Another program/driver is
> already accessing the modem (interface 1 cannot be claimed)...
>
There is two drivers :
- user mode with pppoa3
- kernel modem with speedtch module now integrated in standard kernel since
V2.4.22

You can't use both at the same time.

I don't know what your script do.

Kernel module should be the best solution when you have it (short and
strait)

If you use kernel mode driver, you need to start modem_run with a different
setting ( add -k option pour modem_run command line)

> So it seems taht there is a problem accessing the modem!
>
> During the boot process i found this line in /var/log/mesages :
> May 16 19:13:01 localhost kernel: usb.c: registered new driver speedtch
>
> Is it normal ??
> How to know what program or driver access the modem ??
>
   /sbin/modprobe speedtch
   /usr/sbin/modem_run -k -v 1 -t 90 -n 4 -f /your_path/ZZZLP2.eni -a
/your_path/ZZZLP1.eni
if [ $? -ne 0 ]; then
 exit 1
fi
   # time to avoid "Ressource temporary unavailable"
   /bin/sleep 5

next, you can call pppd.


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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-16 Thread eric tanguy

Ok i'm back with new tries.
I went to /var/log/messages and :

May 16 19:09:31 localhost modem_run[11290]: modem_run version 1.2 started
by root uid 0
May 16 19:09:31 localhost modem_run[11290]: Found SpeedTouch USB modem
May 16 19:09:31 localhost modem_run[11290]: Modem revision: 0400
May 16 19:09:31 localhost modem_run[11290]: Best offset  0 with
probability 100%
May 16 19:09:31 localhost modem_run[11290]: Best offset927 with
probability 100%
May 16 19:09:31 localhost modem_run[11290]: Firmware info (CRC:0x69636579,
Size:935, Checked: Yes, Alcatel/Thomson Boot block (new))
May 16 19:09:31 localhost modem_run[11290]: Best offset  0 with
probability 100%
May 16 19:09:31 localhost modem_run[11290]: Best offset 775501 with
probability 100%
May 16 19:09:31 localhost modem_run[11290]: Firmware info (CRC:0x0223733c,
Size:775509, Checked: Yes, 1.0.10 - Win32 Rev 0400 SACHU3)
May 16 19:09:33 localhost kernel: usb_control/bulk_msg: timeout
May 16 19:09:33 localhost kernel: usbdevfs: USBDEVFS_BULK failed dev 3 ep
0x85 len 512 ret -110
May 16 19:09:33 localhost modem_run[11290]: BLOCK1 :935 bytes  
uploaded : OK
May 16 19:09:33 localhost modem_run[11290]: BLOCK2 :511 bytes
downloaded : OK
May 16 19:09:37 localhost modem_run[11290]: BLOCK3 : 775509 bytes  
uploaded : OK
May 16 19:09:37 localhost modem_run[11290]: BLOCK4 :511 bytes
downloaded : OK
May 16 19:09:38 localhost modem_run[11290]: Another program/driver is
already accessing the modem (interface 1 cannot be claimed)...

So it seems taht there is a problem accessing the modem!

During the boot process i found this line in /var/log/mesages :
May 16 19:13:01 localhost kernel: usb.c: registered new driver speedtch

Is it normal ??
How to know what program or driver access the modem ??

Thanxes
Eric



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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-16 Thread Schelte Bron

On Sunday 16 May 2004 11:26, eric tanguy wrote:
> When i ran modem_run with -v 1 i had on answer at all. Is it normal ?
>
The output goes to /var/log/messages. For your reference, mine looks something 
like this:

May 16 10:55:58 pc modem_run[5346]: modem_run version 1.2 started by sbron
uid 0
May 16 10:55:58 pc modem_run[5346]: Found SpeedTouch USB modem
May 16 10:55:58 pc modem_run[5346]: Modem revision: 0400
May 16 10:55:58 pc modem_run[5346]: Best offset  0 with probability 100
%
May 16 10:55:58 pc modem_run[5346]: Best offset927 with probability 100
%
May 16 10:55:58 pc modem_run[5346]: Firmware info (CRC:0x69636579, Size:935
, Checked: Yes, Alcatel/Thomson Boot block (new))
May 16 10:55:58 pc modem_run[5346]: Best offset  0 with probability 100
%
May 16 10:55:58 pc modem_run[5346]: Best offset 775501 with probability 100
%
May 16 10:55:58 pc modem_run[5346]: Firmware info (CRC:0x0223733c, Size:775
509, Checked: Yes, 1.0.10 - Win32 Rev 0400 SACHU3)
May 16 10:56:00 pc kernel: usb_control/bulk_msg: timeout
May 16 10:56:00 pc kernel: usbdevfs: USBDEVFS_BULK failed dev 4 ep 0x85 len
 512 ret -110
May 16 10:56:00 pc modem_run[5346]: BLOCK1 :935 bytes   uploaded : OK
May 16 10:56:00 pc modem_run[5346]: BLOCK2 :511 bytes downloaded : OK
May 16 10:56:03 pc modem_run[5346]: BLOCK3 : 775509 bytes   uploaded : OK
May 16 10:56:03 pc modem_run[5346]: BLOCK4 :511 bytes downloaded : OK
May 16 10:56:04 pc modem_run[5346]: Found kernel mode driver
May 16 10:56:04 pc modem_run[5346]: Modem reference : 35720370..
May 16 10:56:34 pc modem_run[5346]: ADSL synchronization has been obtained
May 16 10:56:34 pc modem_run[5346]: ADSL line is up (256 kbit/s down | 256
kbit/s up)



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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-16 Thread Gilles Espinasse


- Original Message -
From: "eric tanguy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 16, 2004 11:26 AM
Subject: [speedtouch] Re: Problem USB and SPEEDTOUCH


>
> >
> > I don't know for you . I am not using hotplug nor startadsl
> >
> > Shelte Bron is right:
> >  -a is for 1.eni and -f is for 2.eni
> > with -v 1, you should have seen if modem_run care about the mismatch.
> When i ran modem_run with -v 1 i had on answer at all. Is it normal ?
> >
> >
> >
> > Try to add in you option file
> > lcp-max-configure 50
> >
> > the default time of 30 s may be too short for slow BAS.
> > I often wait 11 time so (3*11=33s) before to receive the first answer.
> Which file ?
>
The file you use with pppd. It should be under /etc/ppp maybe adsl or peer
directory.
This is where you put your login


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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-16 Thread eric tanguy

>
> I don't know for you . I am not using hotplug nor startadsl
>
> Shelte Bron is right:
>  -a is for 1.eni and -f is for 2.eni
> with -v 1, you should have seen if modem_run care about the mismatch.
When i ran modem_run with -v 1 i had on answer at all. Is it normal ?
>
>
>
> Try to add in you option file
> lcp-max-configure 50
>
> the default time of 30 s may be too short for slow BAS.
> I often wait 11 time so (3*11=33s) before to receive the first answer.
Which file ?




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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-16 Thread Gilles Espinasse


- Original Message -
From: "eric tanguy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 16, 2004 11:05 AM
Subject: [speedtouch] Re: Problem USB and SPEEDTOUCH


>
> > You need the zzzlp(x) serie with Rev 4.00
> > modem_run -v 1 -t 90 -n 4 -f /usr/share/speedtouch/firmware.ZZZLP1.eni
> > -a /usr/share/speedtouch/boot.ZZZLP2.eni
> > -v 1 display nice informations
> > -n 4 is enough attempt to load firmware
> > -t 90 avoid to wait to much if you ADSL is brocken, you reboot and your
> > connection start automaticaly at boot.
> > If you use the kernel driver, you need to :
> > - modprobe speedtch
> > - run modem_run with adding  -k to other options
> > - sleep 5
> > I am not usin hotplug, so I don't know to much how it should work.
>
> I'm not sure to well understand
> I can't find firmware.ZZZLP1.eni and boot.ZZZLP2.eni but i found
> ZZZLP1.eni and ZZZLP2.eni on my winxp and i copied them in
> /usr/local/share/speedtouch/
> and i ran modem_run -v 1 -t 90 -n 4 -f
> /usr/local/share/speedtouch/zzzlp1.eni -a
> /usr/local/share/speedtouch/zzzlp2.eni
> You said that i have to reboot and my connection would start automatically
?


I don't know for you . I am not using hotplug nor startadsl

Shelte Bron is right:
 -a is for 1.eni and -f is for 2.eni
with -v 1, you should have seen if modem_run care about the mismatch.


> I tried it but it didn't work.
> So I tried to follow the french howto :
> I ran modem_run -v 1 -t 90 -n 4 -f /usr/local/share/speedtouch/zzzlp1.eni
> -a /usr/local/share/speedtouch/zzzlp2.eni
> and
> pppd call adsl updetach
> and i had these messages :
> using channel 1
> Using interface ppp0
> Connect: ppp0 <--> /dev/pts/2
> Modem hangup
> Connection terminated.
> using channel 2
> Using interface ppp0
> Connect: ppp0 <--> /dev/pts/2
> Script /usr/local/sbin/pppoa3 -m 1 -c -vpi 8 -vci 35 finished (pid 10565),
> status = 0xff
> sent [LCP ConfReq id=0x1  ]
> sent [LCP ConfReq id=0x1  ]
> sent [LCP ConfReq id=0x1  ]
> sent [LCP ConfReq id=0x1  ]
> sent [LCP ConfReq id=0x1  ]
> sent [LCP ConfReq id=0x1  ]
> sent [LCP ConfReq id=0x1  ]
> sent [LCP ConfReq id=0x1  ]
> sent [LCP ConfReq id=0x1  ]
> sent [LCP ConfReq id=0x1  ]
> LCP: timeout sending Config-Requests

Try to add in you option file
lcp-max-configure 50

the default time of 30 s may be too short for slow BAS.
I often wait 11 time so (3*11=33s) before to receive the first answer.



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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-16 Thread Schelte Bron

On Sunday 16 May 2004 01:03, Gilles Espinasse wrote:
> You need the zzzlp(x) serie with Rev 4.00
> modem_run -v 1 -t 90 -n 4 -f /usr/share/speedtouch/firmware.ZZZLP1.eni -a
> /usr/share/speedtouch/boot.ZZZLP2.eni

Shouldn't the -a and -f options be the other way around, ie: ... -a ZZZLP1.eni 
-f ZZZLP2.eni? At least, that works for me. Or doesn't it matter?


Schelte.


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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-16 Thread eric tanguy

> You need the zzzlp(x) serie with Rev 4.00
> modem_run -v 1 -t 90 -n 4 -f /usr/share/speedtouch/firmware.ZZZLP1.eni
> -a /usr/share/speedtouch/boot.ZZZLP2.eni
> -v 1 display nice informations
> -n 4 is enough attempt to load firmware
> -t 90 avoid to wait to much if you ADSL is brocken, you reboot and your
> connection start automaticaly at boot.
> If you use the kernel driver, you need to :
> - modprobe speedtch
> - run modem_run with adding  -k to other options
> - sleep 5
> I am not usin hotplug, so I don't know to much how it should work.

I'm not sure to well understand
I can't find firmware.ZZZLP1.eni and boot.ZZZLP2.eni but i found
ZZZLP1.eni and ZZZLP2.eni on my winxp and i copied them in
/usr/local/share/speedtouch/
and i ran modem_run -v 1 -t 90 -n 4 -f
/usr/local/share/speedtouch/zzzlp1.eni -a
/usr/local/share/speedtouch/zzzlp2.eni
You said that i have to reboot and my connection would start automatically ?
I tried it but it didn't work.
So I tried to follow the french howto :
I ran modem_run -v 1 -t 90 -n 4 -f /usr/local/share/speedtouch/zzzlp1.eni
-a /usr/local/share/speedtouch/zzzlp2.eni
and
pppd call adsl updetach
and i had these messages :
using channel 1
Using interface ppp0
Connect: ppp0 <--> /dev/pts/2
Modem hangup
Connection terminated.
using channel 2
Using interface ppp0
Connect: ppp0 <--> /dev/pts/2
Script /usr/local/sbin/pppoa3 -m 1 -c -vpi 8 -vci 35 finished (pid 10565),
status = 0xff
sent [LCP ConfReq id=0x1  ]
sent [LCP ConfReq id=0x1  ]
sent [LCP ConfReq id=0x1  ]
sent [LCP ConfReq id=0x1  ]
sent [LCP ConfReq id=0x1  ]
sent [LCP ConfReq id=0x1  ]
sent [LCP ConfReq id=0x1  ]
sent [LCP ConfReq id=0x1  ]
sent [LCP ConfReq id=0x1  ]
sent [LCP ConfReq id=0x1  ]
LCP: timeout sending Config-Requests
Connection terminated.
using channel 3
Using interface ppp0
Connect: ppp0 <--> /dev/pts/3
sent [LCP ConfReq id=0x2  ]
sent [LCP ConfReq id=0x2  ]
sent [LCP ConfReq id=0x2  ]
sent [LCP ConfReq id=0x2  ]
sent [LCP ConfReq id=0x2  ]
sent [LCP ConfReq id=0x2  ]
sent [LCP ConfReq id=0x2  ]
sent [LCP ConfReq id=0x2  ]
sent [LCP ConfReq id=0x2  ]
sent [LCP ConfReq id=0x2  ]
LCP: timeout sending Config-Requests
Connection terminated.
using channel 4
Using interface ppp0
Connect: ppp0 <--> /dev/pts/4
sent [LCP ConfReq id=0x3  ]
sent [LCP ConfReq id=0x3  ]
sent [LCP ConfReq id=0x3  ]
sent [LCP ConfReq id=0x3  ]
sent [LCP ConfReq id=0x3  ]
sent [LCP ConfReq id=0x3  ]
sent [LCP ConfReq id=0x3  ]
sent [LCP ConfReq id=0x3  ]
sent [LCP ConfReq id=0x3  ]
sent [LCP ConfReq id=0x3  ]
LCP: timeout sending Config-Requests
Connection terminated.
using channel 5
Using interface ppp0
Connect: ppp0 <--> /dev/pts/5
sent [LCP ConfReq id=0x4  ]
sent [LCP ConfReq id=0x4  ]
sent [LCP ConfReq id=0x4  ]
sent [LCP ConfReq id=0x4  ]
sent [LCP ConfReq id=0x4  ]
sent [LCP ConfReq id=0x4  ]
Terminating on signal 2.
sent [LCP TermReq id=0x5 "User request"]
Child process /usr/local/sbin/pppoa3 -m 1 -c -vpi 8 -vci 35 (pid 10642)
terminated with signal 2
Child process /usr/local/sbin/pppoa3 -m 1 -c -vpi 8 -vci 35 (pid 10600)
terminated with signal 2
Child process /usr/local/sbin/pppoa3 -m 1 -c -vpi 8 -vci 35 (pid 10618)
terminated with signal 2
Modem hangup
Connection terminated.
Waiting for 1 child processes...
  script /usr/local/sbin/pppoa3 -m 1 -c -vpi 8 -vci 35, pid 10581
Child process /usr/local/sbin/pppoa3 -m 1 -c -vpi 8 -vci 35 (pid 10581)
terminated with signal 2

What's the matter ? How to make properly my connection ?
Eric





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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-15 Thread Gilles Espinasse


- Original Message -
From: "eric tanguy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 16, 2004 12:38 AM
Subject: [speedtouch] Re: Problem USB and SPEEDTOUCH


>
> > This may be a power issue on USB?
> > Could you try without any other hungry other device pluged in you usb
> > bus? (or in the other controller because you have one ehci-hcd and one
> > usb-ohci)
> Ok you are right!! It seems that only 2 over 6 usb ports are self powered
> under linux (this is not the same on windows because my modem works fine
> connected to all differents ports). It's not a problem because i just have
> a modem and a mini HD which need powered by usb but i would like to know
> why ...
> Now i have : P:  Vendor=06b9 ProdID=4061 Rev= 4.00
> Which firmware i need and where to find it ?
> How configure and test my connection because i tried and it didn't work.
> Eric
>
You need the zzzlp(x) serie with Rev 4.00
modem_run -v 1 -t 90 -n 4 -f /usr/share/speedtouch/firmware.ZZZLP1.eni -a
/usr/share/speedtouch/boot.ZZZLP2.eni
-v 1 display nice informations
-n 4 is enough attempt to load firmware
-t 90 avoid to wait to much if you ADSL is brocken, you reboot and your
connection start automaticaly at boot.
If you use the kernel driver, you need to :
- modprobe speedtch
- run modem_run with adding  -k to other options
- sleep 5
I am not usin hotplug, so I don't know to much how it should work.


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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-15 Thread eric tanguy

> This may be a power issue on USB?
> Could you try without any other hungry other device pluged in you usb
> bus? (or in the other controller because you have one ehci-hcd and one
> usb-ohci)
Ok you are right!! It seems that only 2 over 6 usb ports are self powered
under linux (this is not the same on windows because my modem works fine
connected to all differents ports). It's not a problem because i just have
a modem and a mini HD which need powered by usb but i would like to know
why ...
Now i have : P:  Vendor=06b9 ProdID=4061 Rev= 4.00
Which firmware i need and where to find it ?
How configure and test my connection because i tried and it didn't work.
Eric






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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-15 Thread Gilles Espinasse


- Original Message -
From: "eric tanguy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 15, 2004 11:02 PM
Subject: [speedtouch] Re: Problem USB and SPEEDTOUCH


>
> > Yes it should. So what display
> > cat /proc/bus/usb/devices | grep Rev
> P:  Vendor= ProdID= Rev= 2.04
> P:  Vendor=0e79 ProdID=1105 Rev= 0.00
> P:  Vendor= ProdID= Rev= 0.00
>
> I have also a problem with my 2 usb2 HDs : sometimes only one (one or the
> other) is detected and mountable. maybe this cousd be helpfull.
> Eric
>
This may be a power issue on USB?
Could you try without any other hungry other device pluged in you usb bus?
(or in the other controller because you have one ehci-hcd and one usb-ohci)


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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-15 Thread eric tanguy

> Yes it should. So what display
> cat /proc/bus/usb/devices | grep Rev
P:  Vendor= ProdID= Rev= 2.04
P:  Vendor=0e79 ProdID=1105 Rev= 0.00
P:  Vendor= ProdID= Rev= 0.00

I have also a problem with my 2 usb2 HDs : sometimes only one (one or the
other) is detected and mountable. maybe this cousd be helpfull.
Eric



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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-15 Thread Gilles Espinasse


- Original Message -
From: "eric tanguy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 15, 2004 8:23 PM
Subject: [speedtouch] Re: Problem USB and SPEEDTOUCH


>
> > uname -r
> >  will show your running kernel version
> 2.4.22-1.2115.nptl
> >
> > lsmod | grep usb
> >  will show what usb driver you use. If nothing is display, you need
> > before
> > to solve this issue.
> usb-storage75136   1
> scsi_mod  107080   4  [sg sd_mod usb-storage]
> usb-ohci   21160   0  (unused)
> usbcore78368   1  [usb-storage hid ehci-hcd usb-ohci]
> >
> > Try
> > modprobe usbcore
> > on of the three drivers usb-uhci usb-ohci usb-ehci need to be loaded too
> > with modprobe
> >
> > next you need to mount usbdevfs with
> > mount -n -t usbdevfs usbdevfs /proc/bus/usb
> mount : usbdevfs déjà monté ou /proc/bus/usb occupé
> mount : selon mtab, usbdevfs est déjà monté sur /proc/bus/usb
>
> Here it is the result that seems good ... for me !
Yes it should. So what display
cat /proc/bus/usb/devices | grep Rev


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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-15 Thread eric tanguy

> uname -r
>  will show your running kernel version
2.4.22-1.2115.nptl
>
> lsmod | grep usb
>  will show what usb driver you use. If nothing is display, you need
> before
> to solve this issue.
usb-storage75136   1
scsi_mod  107080   4  [sg sd_mod usb-storage]
usb-ohci   21160   0  (unused)
usbcore78368   1  [usb-storage hid ehci-hcd usb-ohci]
>
> Try
> modprobe usbcore
> on of the three drivers usb-uhci usb-ohci usb-ehci need to be loaded too
> with modprobe
>
> next you need to mount usbdevfs with
> mount -n -t usbdevfs usbdevfs /proc/bus/usb
mount : usbdevfs déjà monté ou /proc/bus/usb occupé
mount : selon mtab, usbdevfs est déjà monté sur /proc/bus/usb

Here it is the result that seems good ... for me !
Thanxes
Eric





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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-15 Thread Gilles Espinasse


- Original Message -
From: "eric tanguy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 15, 2004 7:30 PM
Subject: [speedtouch] Re: Problem USB and SPEEDTOUCH


>
>
> > - Original Message -
> > From: "eric tanguy" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, May 15, 2004 7:05 PM
> > Subject: [speedtouch] Re: Problem USB and SPEEDTOUCH
> >
> >
> >>
> >> > What display cat /proc/bus/usb/devices | grep 06b9
> >> Nothing
> >
> > Is you usb working? enabled in the bios? ;-)
> > I think usbcore and usb{ehci|uhci|ohci} is not loaded
> Yes usb works fine i have a scanner and 2 HDs
> >
> > What kernel version do you have?
> > V2.6.5 kernel had problem with many usb adsl modem but usb is not dead
> > like yours.
> I'm not sure but 2.4.? (the initial fedora core 1 kernel because i have no
> internet access ...)

uname -r
 will show your running kernel version

lsmod | grep usb
 will show what usb driver you use. If nothing is display, you need before
to solve this issue.

Try
modprobe usbcore
on of the three drivers usb-uhci usb-ohci usb-ehci need to be loaded too
with modprobe

next you need to mount usbdevfs with
mount -n -t usbdevfs usbdevfs /proc/bus/usb
> >
> >> >
> >> > If it is a speedtouch Rev= 4.00, you mandatory need to use the new
> >> V1.2 driver and it is not bad for other model.
> >> > Read what display modem_run usage (particullary for optional
> >> bootloader with is mandatory with Rev 4.00 and zzzlp2.eni firmware)
> >> I downloaded the targz file (1.2) from the sourceforge website and
> >> installed it with the indications found in the french howto (12 Mai
> >> 2004). I use alcaudsl.sys from my winxp renamed in mgmt.o and placed
> >> in /usr/local/share/speedtouch/
> > If you have windows V3 driver, the firmware is no more in alcaudsl.sys.
> > Look for KQ6DP{1|2}.eni if Rev={0.00|2.00} or and both ZZZLP{1|2}.eni if
> > it is a Rev4.00
> Where can i find these files and how to know the version i have to use ?

You will see the Rev with the first command I send you when your usb will be
in a working state.
cat /proc/bus/usb/devices | grep 06b9


>
> >
> >> With modem_run -f /usr/local/share/speedtouch/mgmt.o there is no
> >> answer. My biggest problem (i think) is that the leds on the modem are
> >> OFF! Thanxes
> >>
> >> >
> >> >
> >> > 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]
> >>
> >>
> >>
> >
> >
> > 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]
>
>
>


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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-15 Thread eric tanguy


> - Original Message -
> From: "eric tanguy" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, May 15, 2004 7:05 PM
> Subject: [speedtouch] Re: Problem USB and SPEEDTOUCH
>
>
>>
>> > What display cat /proc/bus/usb/devices | grep 06b9
>> Nothing
>
> Is you usb working? enabled in the bios? ;-)
> I think usbcore and usb{ehci|uhci|ohci} is not loaded
Yes usb works fine i have a scanner and 2 HDs
>
> What kernel version do you have?
> V2.6.5 kernel had problem with many usb adsl modem but usb is not dead
> like yours.
I'm not sure but 2.4.? (the initial fedora core 1 kernel because i have no
internet access ...)
>
>> >
>> > If it is a speedtouch Rev= 4.00, you mandatory need to use the new
>> V1.2 driver and it is not bad for other model.
>> > Read what display modem_run usage (particullary for optional
>> bootloader with is mandatory with Rev 4.00 and zzzlp2.eni firmware)
>> I downloaded the targz file (1.2) from the sourceforge website and
>> installed it with the indications found in the french howto (12 Mai
>> 2004). I use alcaudsl.sys from my winxp renamed in mgmt.o and placed
>> in /usr/local/share/speedtouch/
> If you have windows V3 driver, the firmware is no more in alcaudsl.sys.
> Look for KQ6DP{1|2}.eni if Rev={0.00|2.00} or and both ZZZLP{1|2}.eni if
> it is a Rev4.00
Where can i find these files and how to know the version i have to use ?

>
>> With modem_run -f /usr/local/share/speedtouch/mgmt.o there is no
>> answer. My biggest problem (i think) is that the leds on the modem are
>> OFF! Thanxes
>>
>> >
>> >
>> > 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]
>>
>>
>>
>
>
> 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: Problem USB and SPEEDTOUCH

2004-05-15 Thread Gilles Espinasse


- Original Message -
From: "eric tanguy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 15, 2004 7:05 PM
Subject: [speedtouch] Re: Problem USB and SPEEDTOUCH


>
> > What display cat /proc/bus/usb/devices | grep 06b9
> Nothing

Is you usb working? enabled in the bios? ;-)
I think usbcore and usb{ehci|uhci|ohci} is not loaded

What kernel version do you have?
V2.6.5 kernel had problem with many usb adsl modem but usb is not dead like
yours.

> >
> > If it is a speedtouch Rev= 4.00, you mandatory need to use the new V1.2
> > driver and it is not bad for other model.
> > Read what display modem_run usage (particullary for optional bootloader
> > with is mandatory with Rev 4.00 and zzzlp2.eni firmware)
> I downloaded the targz file (1.2) from the sourceforge website and
> installed it with the indications found in the french howto (12 Mai 2004).
> I use alcaudsl.sys from my winxp renamed in mgmt.o and placed in
> /usr/local/share/speedtouch/
If you have windows V3 driver, the firmware is no more in alcaudsl.sys.
Look for KQ6DP{1|2}.eni if Rev={0.00|2.00} or and both ZZZLP{1|2}.eni if it
is a Rev4.00

> With modem_run -f /usr/local/share/speedtouch/mgmt.o there is no answer.
> My biggest problem (i think) is that the leds on the modem are OFF!
> Thanxes
>
> >
> >
> > 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]
>
>
>


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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-15 Thread eric tanguy

speedtouch 330

>
> eric tanguy wrote:
>
>>I just received my modem and it works fine with winXP. In fedora core 1
>> i have some problems : the leds are not lighting. I have a lot of usb
>> devices which are well regognised under fedora so i don't think to a
>> USB problem but i'm not sure ...
>>My motherboard is an asus A7N8X-VM/400 with video/lan/usb2.
>>Please help me.
>>Eric
>>
>>
> Can it see the dsl model?
>
> --
> Garry Atkins-Coolman
> Email: [EMAIL PROTECTED]
>
>
> Tel: 0870 246 0298
> Fax: 0870 133 1219
> Mob: 0783 010 3889
>
>
> It's not reality that's important, but how you perceive things.
>
> This e-mail has been scanned for viruses using Norton AntiVirus
>
>
> 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: Problem USB and SPEEDTOUCH

2004-05-15 Thread eric tanguy

> What display cat /proc/bus/usb/devices | grep 06b9
Nothing
>
> If it is a speedtouch Rev= 4.00, you mandatory need to use the new V1.2
> driver and it is not bad for other model.
> Read what display modem_run usage (particullary for optional bootloader
> with is mandatory with Rev 4.00 and zzzlp2.eni firmware)
I downloaded the targz file (1.2) from the sourceforge website and
installed it with the indications found in the french howto (12 Mai 2004).
I use alcaudsl.sys from my winxp renamed in mgmt.o and placed in
/usr/local/share/speedtouch/
With modem_run -f /usr/local/share/speedtouch/mgmt.o there is no answer.
My biggest problem (i think) is that the leds on the modem are OFF!
Thanxes

>
>
> 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: Problem USB and SPEEDTOUCH

2004-05-15 Thread Gilles Espinasse


- Original Message -
From: "eric tanguy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 15, 2004 1:00 PM
Subject: [speedtouch] Problem USB and SPEEDTOUCH


>
> I just received my modem and it works fine with winXP. In fedora core 1 i
> have some problems : the leds are not lighting. I have a lot of usb
> devices which are well regognised under fedora so i don't think to a USB
> problem but i'm not sure ...
> My motherboard is an asus A7N8X-VM/400 with video/lan/usb2.
> Please help me.
> Eric
>
>
What display cat /proc/bus/usb/devices | grep 06b9

If it is a speedtouch Rev= 4.00, you mandatory need to use the new V1.2
driver and it is not bad for other model.
Read what display modem_run usage (particullary for optional bootloader with
is mandatory with Rev 4.00 and zzzlp2.eni firmware)


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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-15 Thread Garry Atkins-Coolman

Garry Atkins-Coolman wrote:

>eric tanguy wrote:
>
>  
>
>>I just received my modem and it works fine with winXP. In fedora core 1 i
>>have some problems : the leds are not lighting. I have a lot of usb
>>devices which are well regognised under fedora so i don't think to a USB
>>problem but i'm not sure ...
>>My motherboard is an asus A7N8X-VM/400 with video/lan/usb2.
>>Please help me.
>>Eric
>> 
>>
>>
>>
>Can it see the dsl model?
>
>  
>
Modem too :oP

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




[speedtouch] Re: Problem USB and SPEEDTOUCH

2004-05-15 Thread Garry Atkins-Coolman

eric tanguy wrote:

>I just received my modem and it works fine with winXP. In fedora core 1 i
>have some problems : the leds are not lighting. I have a lot of usb
>devices which are well regognised under fedora so i don't think to a USB
>problem but i'm not sure ...
>My motherboard is an asus A7N8X-VM/400 with video/lan/usb2.
>Please help me.
>Eric
>  
>
Can it see the dsl model?

-- 
Garry Atkins-Coolman
Email: [EMAIL PROTECTED]   

Tel: 0870 246 0298  
Fax: 0870 133 1219  
Mob: 0783 010 3889 

It's not reality that's important, but how you perceive things. 

This e-mail has been scanned for viruses using Norton AntiVirus


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