> > Did you compile your kernel with CONFIG_PPP_ASYNC=y ? > > > > On the menu Device Drivers ---> Network device support ---> ... [*] > > PPP support for async serial ports > > Now it still fails and produces the following in the > "/var/log/sys.log" file: > > Dec 31 14:41:56 localhost pppd[1327]: pppd 2.4.3 started by root, uid 0 > Dec 31 14:41:56 localhost pppd[1327]: Using interface ppp0 > Dec 31 14:41:56 localhost pppd[1327]: Connect: ppp0 <--> /dev/tty1 > Dec 31 14:42:26 localhost pppd[1327]: LCP: timeout sending Config-Requests > Dec 31 14:42:26 localhost pppd[1327]: Connection terminated. > Dec 31 14:42:26 localhost pppd[1327]: Using interface ppp0 > Dec 31 14:42:26 localhost pppd[1327]: Connect: ppp0 <--> /dev/tty1 > Dec 31 14:42:26 localhost pppd[1327]: tcflush failed: Bad file descriptor > Dec 31 14:42:28 localhost pppd[1327]: tcsetattr: Invalid argument > (line 1001) > Dec 31 14:42:28 localhost pppd[1327]: Exit. > > any ideas as to what is causing this?
You look to open a serial connection on tty1 You should see something like that pppd[4075]: Plugin pppoatm.so loaded. pppd[4075]: PPPoATM plugin_init pppd[4075]: PPPoATM setdevname_pppoatm - SUCCESS:0.35 pppoatm support is it enabled in kernel? And did you use the correct setting for your PPPoA connection? Gilles Liste de diffusion modem ALCATEL SpeedTouch USB Pour se d�sinscrire : mailto:[EMAIL PROTECTED]
