[speedtouch] Re: RES: Re: RES: Re: RES: Re: speedtouch and FC4

2005-06-27 Thread RUAUDEL Frédéric
Hi Herva,

Maybe you could give a try to gnome-ppx at 
http://gnome-ppx.berlios.de/download/. This is a GUI frontend to 
speedtouch that worked well with FC2 and if I remember correctly take 
care of all the configuration steps. But I don't know if this software 
works with FC4 because it was done for FC2

You can also try to see if there is any interesting clues in this old 
FC2 page :

http://s1x.homelinux.net/documents/fc2_speedtouch

Don't get the RPMs because there are too old but the instructions could 
be interresting and sometime we just miss a little thing that make 
everything else just doesn't work!

Regards,

Fred

PS: If you need I can send you a RPMs of the speedtouch package for FC4 
(I'm not sure if you already have one). If anyone want to host this 
package feel free to contact me (I don't have enough bandwith to do it 
myself).

Hervandil Sant'Anna wrote:

>Dear Duncan,
>
>Thank you for your further help, but I think I gonna
>give up with this! I have any familiarity with these
>stuffs like Kernel compilation, system logs, etc.
>As you said, it's getting to hard for me.
>If one day I have enough money, I'll follow other
>simpler suggestions, which recommended to buy an
>ethernet modem.
>
>I'm sorry, but I think I can't go on!
>Best regards,
>Herva
>
>
>
>--- Duncan Sands <[EMAIL PROTECTED]> escreveu:
>
>  
>
>>Hi Herva,
>>
>>
>>
>>>I have just done the step one, because the "ADSL
>>>  
>>>
>>line is up" was not
>>
>>
>>>anywhere in /var/log/messages.
>>>  
>>>
>>is your telephone line plugged into the modem?  Did
>>your ISP turn on
>>their equipment down at the exchange?
>> 
>>
>>
>>>However, the messages:
>>> found stage 1 firmware speedtch-1.bin
>>> found stage 2 firmware speedtch-2.bin
>>>were there, after the message "New full speed usb
>>>  
>>>
>>device using ohci_hcd
>>
>>
>>>address 4"
>>>  
>>>
>>Please send me your system logs.  It would be
>>helpful if you rebuilt your
>>kernel with CONFIG_USB_DEBUG=y, but I understand
>>that that may be too hard.
>>
>>Ciao,
>>
>>D.
>>
>>Liste de diffusion modem ALCATEL SpeedTouch USB
>>Pour se désinscrire :
>>
>>
>>
>mailto:[EMAIL PROTECTED]
>  
>
>>  
>>
>>
>>
>
>
>
>   
>   
>   
>___ 
>Yahoo! Acesso Grátis - Internet rápida e grátis. 
>Instale o discador agora! http://br.acesso.yahoo.com/
>
>Liste de diffusion modem ALCATEL SpeedTouch USB
>Pour se désinscrire : mailto:[EMAIL PROTECTED]
>
>   
>
>  
>


-- Binary/unsupported file stripped by Listar --
-- Type: text/x-vcard
-- File: ruaudel.vcf


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




[speedtouch] Re: speedtouch and FC4

2005-06-22 Thread RUAUDEL Frédéric
you copy the content text between the dash line (-8<-) in a file 
name for example fix.patch, then you go in the root dir of the source 
and you use the command :

patch -p1 < /path/to/fix.patch

that's it.

Or more simply, you can edit the file speedtouch-1.3/src/modem_run.c and 
remove the word "static" near line 91.

I don't know if the official speedtouch dev team agree with this patch 
but my modem_run program works well for 2 weeks now with this patch 
applied...

Regards,

Fred

Richard Connon wrote:

>I understand I am going back a while in the discussion but how exactly 
>would I go about applying 'this patch' to the source?
>
>RUAUDEL Frédéric wrote:
>
>  
>
>>Hello hicham,
>>
>>You need to apply this patch to the source :
>>
>>8<--- cut here 8<---
>>diff -ru speedtouch-1.3/src/modem_run.c speedtouch-1.3.new/src/modem_run.c
>>--- speedtouch-1.3/src/modem_run.c  2004-06-10 18:36:35.0 +0200
>>+++ speedtouch-1.3.new/src/modem_run.c  2005-06-13 23:26:38.0 +0200
>>@@ -91,7 +91,7 @@
>>* Global variables
>>**/
>>  
>>  
>>  
>>
>>-static int verbose = 0;
>>+int verbose = 0;
>>FILE *flog = NULL;
>>  
>>  
>>  
>>
>>/*
>>8<--- cut here 8<---
>>
>>hicham wrote:
>>
>> 
>>
>>
>>
>>>Hello
>>>I've tried the speedtouchconf script ( the 6 mars 05 version and the 
>>>betas versions as well ) in Fedora core 4
>>>I get the following error :
>>>cd src && make
>>>make[1]: Entering directory 
>>>`/root/speedtouch/speedtouchconf-25b-02-2005/speedtouch-1.3-sgp/src'
>>>gcc -Wall -I. -I/usr/local/include -I/usr/include -O2 -DVERSION=\"1.3\" 
>>>-c firmware.c
>>>gcc -Wall -I. -I/usr/local/include -I/usr/include -O2 -DVERSION=\"1.3\" 
>>>-D_REENTRANT -D_THREAD_SAFE -o pusb.o -c pusb-linux.c
>>>gcc -Wall -I. -I/usr/local/include -I/usr/include -O2 -DUSE_SYSLOG 
>>>-DVERSION=\"1.3\" -c modem_run.c
>>>modem_run.c:84: error: static declaration of ‘verbose’ follows 
>>>non-static declaration
>>>modem.h:42: error: previous declaration of ‘verbose’ was here
>>>modem_run.c: In function ‘get_reference’:
>>>modem_run.c:691: warning: pointer targets in passing argument 6 of 
>>>‘pusb_control_msg’ differ in signedness
>>>modem_run.c: In function ‘report’:
>>>modem_run.c:1119: warning: pointer targets in passing argument 1 of 
>>>‘dump’ differ in signedness
>>>modem_run.c: In function ‘dump’:
>>>modem_run.c:1180: warning: pointer targets in passing argument 1 of 
>>>‘sprintf’ differ in signedness
>>>modem_run.c:1189: warning: pointer targets in passing argument 1 of 
>>>‘sprintf’ differ in signedness
>>>modem_run.c:1198: warning: pointer targets in passing argument 1 of 
>>>‘sprintf’ differ in signedness
>>>modem_run.c:1207: warning: pointer targets in passing argument 2 of 
>>>‘syslog’ differ in signedness
>>>make[1]: *** [modem_run.o] Error 1
>>>make[1]: Leaving directory 
>>>`/root/speedtouch/speedtouchconf-25b-02-2005/speedtouch-1.3-sgp/src'
>>>make: *** [modem] Error 2
>>>
>>>Thanks for your help
>>>
>>>hicham
>>>
>>>Liste de diffusion modem ALCATEL SpeedTouch USB
>>>Pour se désinscrire : mailto:[EMAIL PROTECTED]
>>>
>>> 
>>>
>>>
>>>
>>>   
>>>
>>>  
>>>
>>-- Binary/unsupported file stripped by Listar --
>>-- Type: text/x-vcard
>>-- File: ruaudel.vcf
>>
>>
>>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]
>
>   
>
>  
>


-- Binary/unsupported file stripped by Listar --
-- Type: text/x-vcard
-- File: ruaudel.vcf


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




[speedtouch] Re: speedtouch and FC4

2005-06-20 Thread RUAUDEL Frédéric
Hello hicham,

You need to apply this patch to the source :

8<--- cut here 8<---
diff -ru speedtouch-1.3/src/modem_run.c speedtouch-1.3.new/src/modem_run.c
--- speedtouch-1.3/src/modem_run.c  2004-06-10 18:36:35.0 +0200
+++ speedtouch-1.3.new/src/modem_run.c  2005-06-13 23:26:38.0 +0200
@@ -91,7 +91,7 @@
 * Global variables
 **/

 

-static int verbose = 0;
+int verbose = 0;
 FILE *flog = NULL;

 

 /*
8<--- cut here 8<---

hicham wrote:

>Hello
>I've tried the speedtouchconf script ( the 6 mars 05 version and the 
>betas versions as well ) in Fedora core 4
>I get the following error :
>cd src && make
>make[1]: Entering directory 
>`/root/speedtouch/speedtouchconf-25b-02-2005/speedtouch-1.3-sgp/src'
>gcc -Wall -I. -I/usr/local/include -I/usr/include -O2 -DVERSION=\"1.3\" 
>-c firmware.c
>gcc -Wall -I. -I/usr/local/include -I/usr/include -O2 -DVERSION=\"1.3\" 
>-D_REENTRANT -D_THREAD_SAFE -o pusb.o -c pusb-linux.c
>gcc -Wall -I. -I/usr/local/include -I/usr/include -O2 -DUSE_SYSLOG 
>-DVERSION=\"1.3\" -c modem_run.c
>modem_run.c:84: error: static declaration of ‘verbose’ follows 
>non-static declaration
>modem.h:42: error: previous declaration of ‘verbose’ was here
>modem_run.c: In function ‘get_reference’:
>modem_run.c:691: warning: pointer targets in passing argument 6 of 
>‘pusb_control_msg’ differ in signedness
>modem_run.c: In function ‘report’:
>modem_run.c:1119: warning: pointer targets in passing argument 1 of 
>‘dump’ differ in signedness
>modem_run.c: In function ‘dump’:
>modem_run.c:1180: warning: pointer targets in passing argument 1 of 
>‘sprintf’ differ in signedness
>modem_run.c:1189: warning: pointer targets in passing argument 1 of 
>‘sprintf’ differ in signedness
>modem_run.c:1198: warning: pointer targets in passing argument 1 of 
>‘sprintf’ differ in signedness
>modem_run.c:1207: warning: pointer targets in passing argument 2 of 
>‘syslog’ differ in signedness
>make[1]: *** [modem_run.o] Error 1
>make[1]: Leaving directory 
>`/root/speedtouch/speedtouchconf-25b-02-2005/speedtouch-1.3-sgp/src'
>make: *** [modem] Error 2
>
>Thanks for your help
>
>hicham
>
>Liste de diffusion modem ALCATEL SpeedTouch USB
>Pour se désinscrire : mailto:[EMAIL PROTECTED]
>
>   
>
>  
>


-- Binary/unsupported file stripped by Listar --
-- Type: text/x-vcard
-- File: ruaudel.vcf


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




[speedtouch] Re: Announcement: GNOME PPX

2004-08-13 Thread RUAUDEL Frédéric

Hi tiago,

 Finally, I had time last night to test your gnome-ppx app. Unfortunately, it didn't 
work.

Here are the errors pppd send to the system logs :

--
Aug 12 23:46:12 grumz pppd[16370]: Plugin passprompt.so loaded.
Aug 12 23:46:12 grumz pppd[16370]: unrecognized option '8.35'
--

then I have this error dialog message :

--
Error trying to start connection.
--


It seems that you don't use the vci.vpi parameter correctly with pppoa. 
After setting it in the dialog, I didn't see it in the peer file. Tell 
me if I'm wrong, but it seems to me that it should go on a blank line at 
the end of the peer file (/etc/ppp/peer/pppoa).


lcp-echo-interval 10
user "username"
[...]
usepeerdns
plugin pppoatm.so
8.35
-

Sorry, but I didn't have time to look in the code to find where the 
problem could come from exactly. I will try to find the time to do it.

Tell me when you will have a new version.

Have a nice day,

Fred

Tiago Cogumbreiro wrote:

>Thank you very much, it will be included in the next version of
>gnome-ppx, it will probably be released tonight.
>
>
>On Thu, 2004-08-12 at 11:31, RUAUDEL FrÃdÃric wrote:
>  
>
>>Yes I saw your rpms.
>>
>>To preserve config file with rpms, you must set them with the 
>>%config(noreplace) directive in the %files section :
>>
>>%config(noreplace) /etc/ppp/peers/pppoa
>>
>>With this directive, if the file already exists, the new file is 
>>installed as for example /etc/ppp/peers/pppoa.rpmnew
>>
>>Regards,
>>
>>Fred
>>
>>Tiago Cogumbreiro wrote:
>>
>>
>>
>>>I have rpms and src.rpms in my website so you don't need to package this
>>>one :) 
>>>
>>>The installation will replace /etc/ppp/peers/pppoa so please backup your
>>>account file if it's the same name. I don't really know how to make rpm
>>>create a backup with this type of files.
>>>
>>>Note: Currently the pppoa dialer only works with the pppoatm.so plugin.
>>>
>>>Thank you for your time.
>>>
>>>On Thu, 2004-08-12 at 07:28, RUAUDEL FrÃdÃric wrote:
>>> 
>>>
>>>  
>>>
I will try to find the time to test it as soon as possible for PPPoA 
support. I will keep you inform.

If it works well, maybe I will add the rpms to my repository.

Have a nice day

Fred

Tiago Cogumbreiro wrote:

   



>I would also like to add the I am in a great need for beta testers,
>especially for pppoa users. I have a pppoe connection and it works
>flawlessly but as for pppoa i only did what was written in the docs.
>Please help me out :)
>
>Thank you all,
>
>Tiago
>On Wed, 2004-08-11 at 18:06, Tiago Cogumbreiro wrote:
>
>
> 
>
>  
>
>>To whom it may concern ;)
>>
>>I have created an easy to use frontend to pppd and PPPoE/PPPoA
>>connections. The project name is gnome-ppx and it's website is:
>>
>>http://s1x.homelinux.net/projects/gnome-ppx
>>
>>Take care,
>>
>>Tiago Cogumbreiro
>>
>>
>>Liste de diffusion modem ALCATEL SpeedTouch USB
>>Pour se dsinscrire : 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
>>>
>>> 
>>>
>>> 
>>>
>>>  
>>>
>>Liste de diffusion modem ALCATEL SpeedTouch USB
>>Pour se dsinscrire : mailto:[EMAIL PROTECTED]
>>
>>  
>>
>>
>
>
>Liste de diffusion modem ALCATEL SpeedTouch USB
>
>   
>
>  
>

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




[speedtouch] Re: Announcement: GNOME PPX

2004-08-12 Thread RUAUDEL Frédéric

Yes I saw your rpms.

To preserve config file with rpms, you must set them with the 
%config(noreplace) directive in the %files section :

%config(noreplace) /etc/ppp/peers/pppoa

With this directive, if the file already exists, the new file is 
installed as for example /etc/ppp/peers/pppoa.rpmnew

Regards,

Fred

Tiago Cogumbreiro wrote:

>I have rpms and src.rpms in my website so you don't need to package this
>one :) 
>
>The installation will replace /etc/ppp/peers/pppoa so please backup your
>account file if it's the same name. I don't really know how to make rpm
>create a backup with this type of files.
>
>Note: Currently the pppoa dialer only works with the pppoatm.so plugin.
>
>Thank you for your time.
>
>On Thu, 2004-08-12 at 07:28, RUAUDEL FrÃdÃric wrote:
>  
>
>>I will try to find the time to test it as soon as possible for PPPoA 
>>support. I will keep you inform.
>>
>>If it works well, maybe I will add the rpms to my repository.
>>
>>Have a nice day
>>
>>Fred
>>
>>Tiago Cogumbreiro wrote:
>>
>>
>>
>>>I would also like to add the I am in a great need for beta testers,
>>>especially for pppoa users. I have a pppoe connection and it works
>>>flawlessly but as for pppoa i only did what was written in the docs.
>>>Please help me out :)
>>>
>>>Thank you all,
>>>
>>>Tiago
>>>On Wed, 2004-08-11 at 18:06, Tiago Cogumbreiro wrote:
>>> 
>>>
>>>  
>>>
To whom it may concern ;)

I have created an easy to use frontend to pppd and PPPoE/PPPoA
connections. The project name is gnome-ppx and it's website is:

http://s1x.homelinux.net/projects/gnome-ppx

Take care,

Tiago Cogumbreiro


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se dsinscrire : 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
>
>   
>
>  
>

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