Hi,

Under FreeBSD, it's working pretty well, except a few disconnection
problems.
> /etc/ppp/ppp.conf contains (I have changed host and authentication
> information1):

>  set device localhost:17071/udp
>  set device !"/usr/local/bin/pppoa2 -vpi 0 -vci 38 -v 1"
2 device : keep just the second one.

>  set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0
You shouldn't change this line unless you have a fixed IP (but i think that
it shouldn't look like that anyway)

>  add 0 0 127.2.2.2
I don't understand why you added this one.

> I start my connection on boot with this line in /etc/rc.local:
> /usr/local/bin/modem_run -f /usr/local/src/adsl/alcatel/mgmt/mgmt.o -m
How do you start ppp ? u put it in rc.conf ?
If you lauch it with rc.conf, then you should modify the rc.network to init
the modem just before lauching ppp.

> So, ppp starts, modem_run initialises the modem, but I see the
> following messages in /tmp/pppoa2.log
modem_run need to be launched BEFORE ppp.

> < pid=60422 > Error reading from usb, see the reason below
> Reason: Operation timed out
I need the complete log to see which process is which.

It seems that your are mixing the 2 driver : know that both modem_run are
not compatible. So use the one that comes with the new version.
If u want to swap easily from one version to another, it's better that u
make 2 sections with 1 device in each.
like :
adsl :
  ...
  device device localhost:17071/udp
  ...

adsl1 :
  ...
  set device !"/usr/local/bin/pppoa2 -vpi 0 -vci 38 -v 1"
  ...

You should also define the line : set log ... (see in the sample) in the
default section.
It will give a better ppp.log.

After changing that, if you have still problems with this version, send me
the complete log of pppoa2 and ppp.log

-- Francois Rogler


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe

        

Reply via email to