[speedtouch] Re: Kernel mode driver questions

2003-09-30 Thread Duncan Sands
Hi Edouard, I wanted to give a try at the speedtch kernel module as the debian SID now has support for a pppoatm aware ppp daemon. Perhaps Duncan can answer these questions. NB: I did not download the speedbundle tarball, i just used tools from the debian SID and your doc

[speedtouch] Re: Kernel mode driver questions

2003-09-30 Thread Edouard Gomez
Duncan Sands ([EMAIL PROTECTED]) wrote: Second question (see [1]): In my logs the hotplug even manager loads the speedtch driver trice. I don't know why. The problem is it fires up 3 modem_run. Thanks to modem_runs design, only one instance finishes the initialization. Isn't

[speedtouch] Re: Kernel mode driver questions

2003-09-30 Thread Duncan Sands
Yeah i used top or visually looking at gkrellm (i know it's not a great monitor for this kind of thing) I use a 2.4.22-ck2 kernel with preempt and low scheduling turned on. And i'm using the kernel module in its simplest form as i let hotplug loading it up the way it wants and i

[speedtouch] Re: I am trying to get my Alcatel speedtouch 330 USB modem work

2003-09-30 Thread Paul Juster
please help I have installed the speed bundle, without too many errors, but still the speedtouch driver is not being loaded when the modem is plugged in, also when runnning pppd I still get pppoatm.so cannot be found. [EMAIL PROTECTED] root]# modprobe speedtch modprobe: Can't locate module

[speedtouch] Re: void report() code comments

2003-09-30 Thread Edouard Gomez
Leonard den Ottolander ([EMAIL PROTECTED]) wrote: I am happy to supply a patch that fixes this for modem_run.c, pppoa2.c and pppoa3.c. Waiting for your patch, i'll then judge if it's worth it (for the beauty of code) Thanks. -- Edouard Gomez -- Attached file included as plaintext

[speedtouch] Re: dump code buggy (no bounds checks)

2003-09-30 Thread Edouard Gomez
Applied -- See commit email -- Edouard Gomez -- Attached file included as plaintext by Listar -- -- File: signature.asc -- Desc: Digital signature -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/ef0+R5dTYz5sWMcRAi1CAJ9xb/u2wZ60f9AhDIPa4NHN7SX5NQCfQk8V

[speedtouch] [CVS commit] patches suggested on the ML

2003-09-30 Thread Edouard Gomez
2003-09-30 21:50:05 patch-6 Summary: Some patches suggested by PATCH requests. Revision: speedtouch--trunk--1.2--patch-6 * Added usage() output when run with euid !=0. It's more polite.