[speedtouch] Re: modem_run No such file or directory

2005-06-08 Thread Ok Overbeek (mz)
I forgot a double ampersand there, Ariel... Lines 2 and 3 should read: /usr/sbin/modem_run -k -f /usr/share/speedtouch/mgmt.o && sleep 5 && with the && added on line 2 > > Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrir

[speedtouch] Re: modem_run No such file or directory

2005-06-08 Thread Ok Overbeek (mz)
At closer inspection I see an error in your script... As you posted it: #!/bin/bash /usr/sbin/modem_run -k -f /usr/share/speedtouch/mgmt.o sleep 5 && br2684ctl -b -c 0 -a 8.35 && sleep 5 && ifconfig nas0 192.168.0.1 netmask 255.255.255.0 && sleep 20 && /usr/sbin/pppd call speedtch The second li

[speedtouch] trying to install the speedtouch rpm package

2005-06-08 Thread João Esteves
Hi: I´m trying to install speedtouch-1.3.1-1.i586.rpm but the rpm manager says that it needs the pppoe package and stops instalation. Since I´m new in Linux, I don´t know where to get it. Can any one give some advise on this? I´m using Fedora Core 3 in a Amd-k6 450 Mhz with dual boot. Thanks. Joao

[speedtouch] Re: modem_run No such file or directory

2005-06-08 Thread Ok Overbeek (mz)
You did NOT change the original script, did you? It still should read (in your case): /usr/sbin/modem_run -k -f /usr/share/speedtouch/mgmt.o .. Ariel Martín Bellio wrote: >Yes, teh modem_run is in another path, then copy to /usr/sbin >But now, when boot: > >boot.log > >Jun 8 17:18:31

[speedtouch] Re: modem_run No such file or directory

2005-06-08 Thread Ariel Martín Bellio
I probe with that but not running. - Original Message - From: "Andrew Benton" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 08, 2005 11:16 AM Subject: [speedtouch] Re: modem_run No such file or directory Ariel Martín Bellio wrote: > Jun 8 07:53:58 localhost dial: /etc/rc5.d/S96dial:

[speedtouch] Re: modem_run No such file or directory

2005-06-08 Thread Ariel Martín Bellio
Yes, teh modem_run is in another path, then copy to /usr/sbin But now, when boot: boot.log Jun 8 17:18:31 localhost dial: usage: modem_run [OPTION]... -f firmware Jun 8 17:18:31 localhost dial: modem_run version 1.3.1 Jun 8 17:18:31 localhost dial: Mandatory: Jun 8 17:18:31 localhost dial:

[speedtouch] Modem hangup ??

2005-06-08 Thread gtrans1
Hi, I installed my speedtouch usb on Linux redhat 9 according to - HowTo de lea-linux.org with free driver of Benoit Papillaut. But connection with ppp don't run. There are many error in my /var/log/messages , I don't understand. Jun 8 02:27:48 localhost modem_run[5570]: modem_run version 1.3.

[speedtouch] Re: modem_run No such file or directory

2005-06-08 Thread Andrew Benton
Ariel Martín Bellio wrote: > Jun 8 07:53:58 localhost dial: /etc/rc5.d/S96dial: line 2: > /usr/sbin/modem_run: No such file or directory > Jun 8 07:53:58 localhost rc: Iniciando dial: failed Use the Mandrake Control Centre to install the speedtouch-1.3-8mdk package. This is normally installed

[speedtouch] Re: modem_run No such file or directory

2005-06-08 Thread Ok Overbeek (mz)
Did you run any 'install'-script? If so, than there should be a file named 'modem_run' somewhere. Maybe it's stuck in some other directory find it, copy it to /usr/sbin, make it executable, and try again. Ariel Martín Bellio wrote: >No. in the directory /usr/sbin is no a file named modem_ru

[speedtouch] Re: modem_run No such file or directory

2005-06-08 Thread Ariel Martín Bellio
No. in the directory /usr/sbin is no a file named modem_run. But script to initiate the service say this: #!/bin/bash /usr/sbin/modem_run -k -f /usr/share/speedtouch/mgmt.o sleep 5 && br2684ctl -b -c 0 -a 8.35 && sleep 5 && ifconfig nas0 192.168.0.1 netmask 255.255.255.0 && sleep 20 && /usr/sbi

[speedtouch] Re: PPP connection (USB issue?)

2005-06-08 Thread Duncan Sands
> > PS: Any progress on the multilink stuff? > > I keep planning to fiddle around with the config file to check it's not > my pppd options. Does anyone else on the list have an options file with > working multilink? Maybe you should ask some ppp guys - perhaps there's a ppp mailing list? D.

[speedtouch] Re: modem_run No such file or directory

2005-06-08 Thread Ok Overbeek (mz)
'modem_run' should be an executable(!) file in the directory /usr/sbin. Maybe you have a file 'modem_run' at that location, but not executable as yet. pls have a look Ok Ariel Martín Bellio wrote: >It can be a directory or a file. Is necessary to create a empty directory. >empty file? in /u

[speedtouch] Re: modem_run No such file or directory

2005-06-08 Thread Ariel Martín Bellio
It can be a directory or a file. Is necessary to create a empty directory. empty file? in /usr/sbin/modem_run ? - Original Message - From: "Ok Overbeek (mz)" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 08, 2005 8:57 AM Subject: [speedtouch] Re: modem_run No such file or directory

[speedtouch] Re: modem_run No such file or directory

2005-06-08 Thread Ok Overbeek (mz)
Ariel Martín Bellio wrote: >Jun 8 07:53:58 localhost dial: /etc/rc5.d/S96dial: line 2: >/usr/sbin/modem_run: No such file or directory > > > Hi Ariel! What do YOU think it would mean? Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrire : mailto:[EMAIL PROTECTED]

[speedtouch] modem_run No such file or directory

2005-06-08 Thread Ariel Martín Bellio
Hi all! Linux Mandrake 10.1 step by step the rules of this page http://www.linux-usb.org/SpeedTouch/mandrake/index.html - /etc/init.d/dial #!/bin/bash /usr/sbin/modem_run -k -f /usr/share/speedtouch/mgmt.o sleep 5 && br2684ctl -b -c 0 -a 8.35 &&

[speedtouch] Re: modem disconnects not stopping pppd

2005-06-08 Thread Duncan Sands
On Wed, 2005-06-08 at 03:30 +0200, [EMAIL PROTECTED] wrote: > > It's a bad feature that I plan on getting rid of: when the modem is > > disconnected, all packets that pppd tries to send fail, but pppd carries > > on regardless, keeping the ATM connection up (not that it's connected to > > anything