[speedtouch] Re: How to start

2007-01-07 Thread Gilles Espinasse


- Original Message - 
From: "Rosendo Taylor" <[EMAIL PROTECTED]>
To: 
Sent: Sunday, January 07, 2007 3:22 PM
Subject: [speedtouch] Re: How to start


>
> Hi
>
>   I did what you told me and is working; it is true it needed to be done
on the extracted files, and it also required de ./ I thought that was typo.
>   ./firmware-extractor ZZLP1.eni ZZZLP2.eni
>   And it created the two files required to install the driver for the
modem, but now I have another question. My ISP uses DHCP, so it does not
requires me to put any user name or password.
>   Do I continue with the explanation that tells you how to setup the pap
and chat passwords?
>   In the section that asks you to edit your preloaded modules for your
kernel should I still include the last line the one that says ppoatm in this
file kwrite /etc/modprobe.preload
>
You have to know wich protocol you need to set.
As you say nothing, it may be that you use routed IP, you would need to find
a way to confirm that.

To be very basic, there is three layers of protocols to use ADSL on your IP
network :
- first level is atm, it's simple, same for all
- second level, that's more complicated, there is three major differents
protocols with two flavors:
Each of these three could be used with VC-mux or LLC flavors but not all
combinations are currently used
* bridged ethernet : mainly used with PPPoE on top
* routed IP :could work with static IP (or dhcp but not under linux)
* PPPoA  :simple, nothing more on top of it

third level, there is way to attribute the IP:
- this is IPCP under all PPP flavors (PPPoE, PPPoA), mostly nothing special
to do
- it could be dhcp or static IP under routed IP and maybe bridged ethernet

Concerning static IP and routed IP, you need to note under windows :
- your local IP
- the gateway IP of the remote router (could have same three first parts of
the IP, only the fourth part is different and probably 254 or 1)
- network mask (probably 255.255.255.0)
Those settings are displayed on the fourth last lines when you do ipconfig
/all
The last line is for dns

Frankly, it is not simple to set under linux if your distribution does not
support that directly and you do not have any technical background.

Gilles




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




[speedtouch] Re: How to start

2007-01-07 Thread Nair Diaz

Hi all

How do I know if the driver for the usb modem was installed correctly,
lsusb?, is their other way??

-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En
nombre de Rosendo Taylor
Enviado el: Domingo, 07 de Enero de 2007 09:22 a.m.
Para: speedtouch@ml.free.fr
Asunto: [speedtouch] Re: How to start


Hi 
   
  I did what you told me and is working; it is true it needed to be done on
the extracted files, and it also required de ./ I thought that was typo. 
  ./firmware-extractor ZZLP1.eni ZZZLP2.eni  
  And it created the two files required to install the driver for the modem,
but now I have another question. My ISP uses DHCP, so it does not requires
me to put any user name or password. 
  Do I continue with the explanation that tells you how to setup the pap and
chat passwords?
  In the section that asks you to edit your preloaded modules for your
kernel should I still include the last line the one that says ppoatm in this
file kwrite /etc/modprobe.preload 
   
  ip_tables
iptable_filter
ip_conntrack
ip_conntrack_ftp
ipt_state
pppoatm


Gilles Espinasse <[EMAIL PROTECTED]> escribió:  

- Original Message - 
From: "Rosendo Taylor" 
To: 
Sent: Saturday, January 06, 2007 7:14 PM
Subject: [speedtouch] Re: How to start


> Hi thanks for the file I have it know but is still not working.
> I use the command you told me chmod 755 name of file, and did that on
the firmware-extractor file and also in the firmware I am going to use on my
modem rev4fw.zip and it worked it changed the permission on those files the
little padlock item went away.
> But when I tried to extract the file using the firmware-extractor
software it gave me an error message
> I typed this:
> firmware-extractor rev4fw.zip
> And the operating system said
> Bash: firmware-extractor: command not found
>
there is probably two errors there
first I doubt firmware-extractor need to operate on the zipped file so you
should unzip before
unzip --help will give you the syntax.

Secondly you need to type exactly what is written, why did you suppress ./
before firmware-extractor?
As the place you put the files is certainly not in the PATH, forgetting ./
make the system answer with command not found.


Gilles


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






Bye

 __
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 

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 to start

2007-01-07 Thread Rosendo Taylor

Hi 
   
  I did what you told me and is working; it is true it needed to be done on the 
extracted files, and it also required de ./ I thought that was typo. 
  ./firmware-extractor ZZLP1.eni ZZZLP2.eni  
  And it created the two files required to install the driver for the modem, 
but now I have another question. My ISP uses DHCP, so it does not requires me 
to put any user name or password. 
  Do I continue with the explanation that tells you how to setup the pap and 
chat passwords?
  In the section that asks you to edit your preloaded modules for your kernel 
should I still include the last line the one that says ppoatm in this file 
kwrite /etc/modprobe.preload 
   
  ip_tables
iptable_filter
ip_conntrack
ip_conntrack_ftp
ipt_state
pppoatm


Gilles Espinasse <[EMAIL PROTECTED]> escribió:  

- Original Message - 
From: "Rosendo Taylor" 
To: 
Sent: Saturday, January 06, 2007 7:14 PM
Subject: [speedtouch] Re: How to start


> Hi thanks for the file I have it know but is still not working.
> I use the command you told me chmod 755 name of file, and did that on
the firmware-extractor file and also in the firmware I am going to use on my
modem rev4fw.zip and it worked it changed the permission on those files the
little padlock item went away.
> But when I tried to extract the file using the firmware-extractor
software it gave me an error message
> I typed this:
> firmware-extractor rev4fw.zip
> And the operating system said
> Bash: firmware-extractor: command not found
>
there is probably two errors there
first I doubt firmware-extractor need to operate on the zipped file so you
should unzip before
unzip --help will give you the syntax.

Secondly you need to type exactly what is written, why did you suppress ./
before firmware-extractor?
As the place you put the files is certainly not in the PATH, forgetting ./
make the system answer with command not found.


Gilles


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






Bye

 __
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 

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




[speedtouch] Re: How to start

2007-01-06 Thread Gilles Espinasse


- Original Message - 
From: "Rosendo Taylor" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, January 06, 2007 7:14 PM
Subject: [speedtouch] Re: How to start


> Hi thanks for the file I have it know but is still not working.
>   I use the command you told me chmod 755 name of file, and did that on
the firmware-extractor file and also in the firmware I am going to use on my
modem rev4fw.zip and it worked it changed the permission on those files the
little padlock item went away.
>   But when I tried to extract the file using the firmware-extractor
software it gave me an error message
>   I typed this:
>   firmware-extractor rev4fw.zip
>   And the operating system said
>   Bash:  firmware-extractor: command not found
>
there is probably two errors there
first I doubt firmware-extractor need to operate on the zipped file so you
should unzip before
unzip --help will give you the syntax.

Secondly you need to type exactly what is written, why did you suppress ./
before firmware-extractor?
As the place you put the files is certainly not in the PATH, forgetting ./
make the system answer with command not found.


Gilles


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




[speedtouch] Re: How to start

2007-01-06 Thread Rosendo Taylor
Hi thanks for the file I have it know but is still not working. 
  I use the command you told me chmod 755 name of file, and did that on the 
firmware-extractor file and also in the firmware I am going to use on my modem 
rev4fw.zip and it worked it changed the permission on those files the little 
padlock item went away.
  But when I tried to extract the file using the firmware-extractor software it 
gave me an error message
  I typed this:
  firmware-extractor rev4fw.zip
  And the operating system said
  Bash:  firmware-extractor: command not found


Martin <[EMAIL PROTECTED]> escribió:   
On Sat, 2007-01-06 at 01:09 -0500, Nair Diaz wrote:
> Until I know Linux does not work with file extensions that is only a file
> name for Linux he will only look for configurations or scripts, it depends
> on the type of file, I donÿt think that windows can corrupt the file, but is
> a good idea to use fire fox.
Windows can and does under certain circumstances. Windows uses the
convention that end of line is represented by two characters, carrage
return and end of line - unlike the rest of the world who just use end
of line (I mean - what else would you use to represent the end of a
line?). Windows tools being 'helpful' tend to 'correct' single end of
line to double end of line. Most *NIX tools are fairly tolerant and
accept double end of line - but not all. Thus sometimes (normally by
editing) working with a file in Windows can give the apperance of
corrupting it. These errors are hard to find because they literally
refer to things you can't see. See dos2unix(1) and unix2dos(1).

HTH

Cheers,
- Martin


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






Bye

 __
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 


-- Binary/unsupported file stripped by Listar --
-- Type: application/octet-stream
-- File: Ayuda.xcf
-- Desc: 1526535536-Ayuda.xcf


-- Binary/unsupported file stripped by Listar --
-- Type: image/gif
-- File: Ayuda.gif
-- Desc: 1210592575-Ayuda.gif


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




[speedtouch] Re: How to start

2007-01-06 Thread Martin

On Sat, 2007-01-06 at 01:09 -0500, Nair Diaz wrote:
> Until I know Linux does not work with file extensions that is only a file
> name for Linux he will only look for configurations or scripts, it depends
> on the type of file, I don’t think that windows can corrupt the file, but is
> a good idea to use fire fox.
Windows can and does under certain circumstances.  Windows uses the
convention that end of line is represented by two characters, carrage
return and end of line - unlike the rest of the world who just use end
of line (I mean - what else would you use to represent the end of a
line?).  Windows tools being 'helpful' tend to 'correct' single end of
line to double end of line.  Most *NIX tools are fairly tolerant and
accept double end of line - but not all.  Thus sometimes (normally by
editing) working with a file in Windows can give the apperance of
corrupting it.  These errors are hard to find because they literally
refer to things you can't see.  See dos2unix(1) and unix2dos(1).

HTH

Cheers,
 - Martin


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




[speedtouch] Re: How to start

2007-01-05 Thread Nair Diaz

Until I know Linux does not work with file extensions that is only a file
name for Linux he will only look for configurations or scripts, it depends
on the type of file, I don’t think that windows can corrupt the file, but is
a good idea to use fire fox.

-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En
nombre de Rosendo Taylor
Enviado el: Viernes, 05 de Enero de 2007 02:34 p.m.
Para: speedtouch@ml.free.fr
Asunto: [speedtouch] Re: How to start


Hi 
To be honest haven't have time between work and all the daily things I do in
my house to continue working on this, but I wanted you to know that I am
very thank full for all your help, I will be doing all this work saturday
night until sunday.

Thankx for the file but it seems Yahoo! or who knows who stripped the file
you tried to send me. I redownloaded the firmware-extractor file but this
time instead of using internet explorer I downloaded the file with Mozilla
Firefox, and now I have the same file but with no txt extension infact it
has no extension whatsoever. Is that normal? I hope this time I have the
file fine.
I am doing all this under Windows XP, could that also corrupted the file?

Duncan Sands <[EMAIL PROTECTED]> escribió: 
> >   Second I am trying to do this manually now but the instructions on
this web
> > page:
> >   http://www.linux-usb.org/SpeedTouch/mandrake/index-es.html
> >   Asks me to make a file called firmware-extractor.txt executable, how
can I
> > make it executable?
> >
> chmod 755 firmware-extractor
> it should not have a .txt extension, linux won't care about that but as it
is an
> c program compiled to an elf excutable, it woul look strange to name it
with
> .txt

Did you download using internet explorer?  If so, it may well have corrupted
the
file...  I'm sending it to you as an attachment.

Ciao,

Duncan.


-- Binary/unsupported file stripped by Listar --
-- Type: application/x-executable
-- File: firmware-extractor


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

 




Bye

 __
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 

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 to start

2007-01-05 Thread Rosendo Taylor

Hi 
To be honest haven't have time between work and all the daily things I do in my 
house to continue working on this, but I wanted you to know that I am very 
thank full for all your help, I will be doing all this work saturday night 
until sunday.

Thankx for the file but it seems Yahoo! or who knows who stripped the file you 
tried to send me. I redownloaded the firmware-extractor file but this time 
instead of using internet explorer I downloaded the file with Mozilla Firefox, 
and now I have the same file but with no txt extension infact it has no 
extension whatsoever. Is that normal? I hope this time I have the file fine.
I am doing all this under Windows XP, could that also corrupted the file?

Duncan Sands <[EMAIL PROTECTED]> escribió: 
> >   Second I am trying to do this manually now but the instructions on this 
> > web
> > page:
> >   http://www.linux-usb.org/SpeedTouch/mandrake/index-es.html
> >   Asks me to make a file called firmware-extractor.txt executable, how can I
> > make it executable?
> >
> chmod 755 firmware-extractor
> it should not have a .txt extension, linux won't care about that but as it is 
> an
> c program compiled to an elf excutable, it woul look strange to name it with
> .txt

Did you download using internet explorer?  If so, it may well have corrupted the
file...  I'm sending it to you as an attachment.

Ciao,

Duncan.


-- Binary/unsupported file stripped by Listar --
-- Type: application/x-executable
-- File: firmware-extractor


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

 




Bye

 __
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 

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




[speedtouch] Re: How to start

2007-01-04 Thread Nair Diaz

Hi all

I am from Panama as Rosedo, and I have the same issue as he, I toke my
network settings and got screen shoot of them, but I not sure how to use
them in the config files in Linux I have Suse Enterprise Desktop kernel
2.3.16.21-0.8, I am sending the screenshots can any one help with this
thanks.

-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En
nombre de Gilles Espinasse
Enviado el: Jueves, 04 de Enero de 2007 10:41 a.m.
Para: speedtouch@ml.free.fr
Asunto: [speedtouch] Re: How to start


Selon Rosendo Taylor <[EMAIL PROTECTED]>:

> Hello I am really new to linux. I have Mandriva 2007, on a 3 year old PC.
I
> am trying to install the SpeedTouch 330 on Mandriva. My ISP uses DHCP so
it
> doesn't require any password or user name to log me in the internet.
>   At first I used a script that does everything to you, the script asks
your
> VPI and VCI number so I called my ISP they gave me the number for Panama
they
> told me Panama uses VPI = 1 and VCI = 32. But they warned me that Linux
can
> not be connected to the internet, using the SpeedTouch 330, at first I
> thought they meant to say that they do not support that because the
service
> they sold me was intended to be use in windows they gave the drivers and
> everything for windows.
>   But latter in this same post I saw something that says that linux can
not
> use DHCP servers
>
>   Is that true? Because if that so, how can I connect linux to my ISP if
they
> use DHCP servers
>
It's true that tools for routed IP protocol on linux does not support dhcp.
But you could work around if the ISP always send you the same IP.

You could write on a paper settings received from dhcp under windows:
- your local-address
- netmask
- default gateway IP
- dns1 and dns2
- protocol used (routed IP or bridged ethernet)

Then on linux, you could set same settings without using dhcp.
- routed IP use atmarp/atmarpd
- bridged ethernet use br2684ctl

>   Second I am trying to do this manually now but the instructions on this
web
> page:
>   http://www.linux-usb.org/SpeedTouch/mandrake/index-es.html
>   Asks me to make a file called firmware-extractor.txt executable, how can
I
> make it executable?
>
chmod 755 firmware-extractor
it should not have a .txt extension, linux won't care about that but as it
is an
c program compiled to an elf excutable, it woul look strange to name it with
.txt


Gilles



Gilles

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



-- Binary/unsupported file stripped by Listar --
-- Type: image/jpeg
-- File: config1.JPG


-- Binary/unsupported file stripped by Listar --
-- Type: image/jpeg
-- File: config2.JPG


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




[speedtouch] Re: How to start

2007-01-04 Thread Duncan Sands

> >   Second I am trying to do this manually now but the instructions on this 
> > web
> > page:
> >   http://www.linux-usb.org/SpeedTouch/mandrake/index-es.html
> >   Asks me to make a file called firmware-extractor.txt executable, how can I
> > make it executable?
> >
> chmod 755 firmware-extractor
> it should not have a .txt extension, linux won't care about that but as it is 
> an
> c program compiled to an elf excutable, it woul look strange to name it with
> .txt

Did you download using internet explorer?  If so, it may well have corrupted the
file...  I'm sending it to you as an attachment.

Ciao,

Duncan.


-- Binary/unsupported file stripped by Listar --
-- Type: application/x-executable
-- File: firmware-extractor


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




[speedtouch] Re: How to start

2007-01-04 Thread Gilles Espinasse

Selon Rosendo Taylor <[EMAIL PROTECTED]>:

> Hello I am really new to linux. I have Mandriva 2007, on a 3 year old PC. I
> am trying to install the SpeedTouch 330 on Mandriva. My ISP uses DHCP so it
> doesn't require any password or user name to log me in the internet.
>   At first I used a script that does everything to you, the script asks your
> VPI and VCI number so I called my ISP they gave me the number for Panama they
> told me Panama uses VPI = 1 and VCI = 32. But they warned me that Linux can
> not be connected to the internet, using the SpeedTouch 330, at first I
> thought they meant to say that they do not support that because the service
> they sold me was intended to be use in windows they gave the drivers and
> everything for windows.
>   But latter in this same post I saw something that says that linux can not
> use DHCP servers
>
>   Is that true? Because if that so, how can I connect linux to my ISP if they
> use DHCP servers
>
It's true that tools for routed IP protocol on linux does not support dhcp.
But you could work around if the ISP always send you the same IP.

You could write on a paper settings received from dhcp under windows:
- your local-address
- netmask
- default gateway IP
- dns1 and dns2
- protocol used (routed IP or bridged ethernet)

Then on linux, you could set same settings without using dhcp.
- routed IP use atmarp/atmarpd
- bridged ethernet use br2684ctl

>   Second I am trying to do this manually now but the instructions on this web
> page:
>   http://www.linux-usb.org/SpeedTouch/mandrake/index-es.html
>   Asks me to make a file called firmware-extractor.txt executable, how can I
> make it executable?
>
chmod 755 firmware-extractor
it should not have a .txt extension, linux won't care about that but as it is an
c program compiled to an elf excutable, it woul look strange to name it with
.txt


Gilles



Gilles

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