[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] 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: 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] 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 &&