[speedtouch] Re: modem_run problem

2004-11-24 Thread Duncan Sands
It's an old green revision 0. I've used several different versions of the firmware with modem_run, it's not usually an issue. On the computer upstairs we have a burgundy 330 (revision 2?) and that one is more fussy about the firmware. About a year ago it was dropping packets and giving

[speedtouch] Re: modem_run problem

2004-11-23 Thread Nick Sanders
[*] I know of a bug in the kernel module which might bite you, but probably not. It's been really stable so far and no more errors in the logs. I was getting the errors below with 2.6.10-rc1-mm1 and I'm now using 2.6.10-rc2-mm3 without modem_run and no more erors. Nov 22 10:01:28 gandalf

[speedtouch] Re: modem_run problem

2004-11-23 Thread Andrew Benton
Duncan Sands wrote: Try doing this: echo 8 /proc/sys/kernel/printk Also, what kernel/module version are you using? Well with a 2.6.9 kernel, plugging in the modem puts this in /var/log/sys.log Nov 23 14:24:23 hame kernel: ehci_hcd :00:1d.7: GetStatus port 6 status 001803 POWER

[speedtouch] Re: modem_run problem

2004-11-23 Thread Duncan Sands
Hi Andrew, try adding the following line to speedtch.c: #include linux/config.h Add it before the other includes: #include linux/config.h == here #include linux/module.h #include linux/moduleparam.h ... Then recompile and reload the speedtch module. You should then get tons of messages in

[speedtouch] Re: modem_run problem

2004-11-23 Thread Andrew Benton
Yo, yo! Good news. I decided to try different firmware (an old mgmt.o from a speedmgmt tarball that gave a 513.9 KB speedtch-2.bin) with the 2.6.10 kernel and yay! The lights did flash, this was printed in the logs Nov 23 15:29:03 hame kernel: usb 4-2: found stage 1 firmware speedtch-1.bin Nov

[speedtouch] Re: modem_run problem

2004-11-23 Thread Nick Sanders
On Tuesday 23 November 2004 15:47, Andrew Benton wrote: Yo, yo! Good news. I decided to try different firmware (an old mgmt.o from a speedmgmt tarball that gave a 513.9 KB speedtch-2.bin) with the 2.6.10 kernel and yay! The lights did flash, this was printed in the logs Yeah, thats the

[speedtouch] Re: modem_run problem

2004-11-23 Thread Duncan Sands
On Tuesday 23 November 2004 16:47, Andrew Benton wrote: Yo, yo! Good news. I decided to try different firmware (an old mgmt.o from a speedmgmt tarball that gave a 513.9 KB speedtch-2.bin) with the 2.6.10 kernel and yay! The lights did flash, this was printed in the logs Good news! I

[speedtouch] Re: modem_run problem

2004-11-23 Thread Andrew Benton
Nick Sanders wrote: I'm still trying to auto start pppd on boot. Are you using Fedora Core? Does Fedora have an /etc/rc.d/rc.local script? If so, put something like this on a line in it. pppd call speedtch Change speedtch to whatever the file in /etc/ppp/peers is called. It may try to run

[speedtouch] Re: modem_run problem

2004-11-22 Thread Duncan Sands
Actually, with the latest fedora (and vanilla 2.6 kernel for that matter) you don't need modem_run at all since David Woodhouse and I implemented in-kernel firmware loading... You need to put the stage 1 and stage 2 firmware files somewhere in the firmware path (mine are in

[speedtouch] Re: modem_run problem

2004-11-22 Thread Giacomo Magnini
Duncan Sands wrote: Actually, with the latest fedora (and vanilla 2.6 kernel for that matter) you don't need modem_run at all since David Woodhouse and I implemented in-kernel firmware loading... That's great news. But I guess the ppp libatm.so problem wasn't solved, am I right (for Fedora,

[speedtouch] Re: modem_run problem

2004-11-22 Thread Andrew Benton
Duncan Sands wrote: Actually, with the latest fedora (and vanilla 2.6 kernel for that matter) you don't need modem_run at all since David Woodhouse and I implemented in-kernel firmware loading... You need to put the stage 1 and stage 2 firmware files somewhere in the firmware path (mine are

[speedtouch] Re: modem_run problem

2004-11-22 Thread Duncan Sands
On Monday 22 November 2004 10:23, Andrew Benton wrote: Duncan Sands wrote: Actually, with the latest fedora (and vanilla 2.6 kernel for that matter) you don't need modem_run at all since David Woodhouse and I implemented in-kernel firmware loading... You need to put the stage 1 and

[speedtouch] Re: modem_run problem

2004-11-22 Thread Duncan Sands
andy:~$ gcc -o firmware firmware.c -DSTANDALONE_EXTRACTER firmware.c:43:17: crc.h: No such file or directory firmware.c:529:17: crc.c: No such file or directory andy:~$ Looks like it needs crc.c and crc.h. Yes, sorry about that. I've included all needed files at the end of this email.

[speedtouch] Re: modem_run problem

2004-11-22 Thread Andrew Benton
Duncan Sands wrote: Yes. The difference between the firmware.c I supplied and the one from the user space driver is simply that it names the files speedtch-1.bin etc. Hmm...they're still coming out as boot.bin and firmware.bin... If you compile your kernel with CONFIG_USB_DEBUG=y then you

[speedtouch] Re: modem_run problem

2004-11-22 Thread Nick Sanders
On Monday 22 November 2004 08:02, Duncan Sands wrote: Actually, with the latest fedora (and vanilla 2.6 kernel for that matter) you don't need modem_run at all since David Woodhouse and I implemented in-kernel firmware loading... You need to put the stage 1 and stage 2 firmware files

[speedtouch] Re: modem_run problem

2004-11-22 Thread Duncan Sands
Are there any disadvantages to doing it this way compared using modem_run? I don't know of any [*]. All the best, Duncan. [*] I know of a bug in the kernel module which might bite you, but probably not. Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrire : mailto:[EMAIL

[speedtouch] Re: modem_run problem

2004-11-22 Thread Duncan Sands
On Monday 22 November 2004 18:18, Andrew Benton wrote: Duncan Sands wrote: Yes. The difference between the firmware.c I supplied and the one from the user space driver is simply that it names the files speedtch-1.bin etc. Hmm...they're still coming out as boot.bin and firmware.bin...

[speedtouch] Re: modem_run problem

2004-11-18 Thread Gilles Espinasse
Selon [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi everyone, I want to thank everybody who helped me and especially Aad: I'm writing this mail from my Fedora system!! Thank you a lot! I used linux-atm-2.4.1-1.i386.rpm (thank you Gilles Espinasse) and I have not intalled the ppp daemon that

[speedtouch] Re: modem_run problem

2004-11-18 Thread marco.antonell...@libero.it
Gilles wrote: Did you have another peripheral connected on the same usb controller? Gilles No, the speedtouch modem is the only USB device I have Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione.

[speedtouch] Re: modem_run problem

2004-11-18 Thread Aad Rijnberg
Hi, I have the same problem with messages during boot and shutdown (and probably also during operation): Nov 18 12:22:50 localhost kernel: usb x-y: usbfs: process (modem_run) did not claim interface 0 before use So if somebody knows how to get rid if them, please let us know... Aad On

[speedtouch] Re: modem_run problem

2004-11-18 Thread Andrew Benton
Aad Rijnberg wrote: I have the same problem with messages during boot and shutdown (and probably also during operation): Nov 18 12:22:50 localhost kernel: usb x-y: usbfs: process (modem_run) did not claim interface 0 before use So if somebody knows how to get rid if them, please let us

[speedtouch] Re: modem_run problem in mandrake 10.0

2004-06-26 Thread Rabii MOUALI
I've got the same problem with Mdk 10.0, I had de restart hotplug service and then launch speedtouch script, and it work It's only work with kernel 2.4, with 2.6 kernel, the system crash when trying to restart hotplug service Le sam 26/06/2004 à 20:04, David Bennell a écrit : Hi I am new to

[speedtouch] Re: modem_run problem

2003-02-06 Thread Duncan Sands
I've got a problem with my modem_run, i've installed evrything, and i have a script for starting the adsl when the computer turns on. The only problem is that i need to run modem-run twice in order to make it work. The first time i run it, evrything seems to work, the led blinks and then

[speedtouch] Re: modem_run problem

2003-02-06 Thread Francois Saidi
While reading my own post, i noticed that one of my sentences was a little bit confusing. When i said that my modem led stops, i wanted to said that it stopped blinking and just stayed turnd on. So evrything is normal on that side. About waiting for a while, i've tryied lunching pppd many

[speedtouch] Re: modem_run problem

2003-02-06 Thread Duncan Sands
On Thursday 06 February 2003 17:41, Francois Saidi wrote: While reading my own post, i noticed that one of my sentences was a little bit confusing. When i said that my modem led stops, i wanted to said that it stopped blinking and just stayed turnd on. So evrything is normal on that side.

[speedtouch] Re: modem_run problem

2003-02-06 Thread Francois Saidi
Kernel = 2.4.19 Distr = MDK9 USB: T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor= ProdID= Rev= 0.00 S: Product=USB OHCI Root Hub S: