Well, I don't know why it won't work, but I know it shouldn't work...ADSL is an always on IPStream; connection, initialisation and line training should only happen when there is some sort of failure...else the connection should always stay up...There is no facility in the management daemon to establish a connection when you want, it runs now or never.
Matthew W. S. Bell On 2004.02.21 22:35, Ulrich Rathe wrote: > >Hello, > >I cannot get speedbundle 1.0 to dial on demand. The box is running SuSE 9.0 >(default kernel). I downloaded speedbundle, but it wouldn't compile "out of >the box". However, I got it to work after replacing the firmware loader with >a newer version. (A big thank you to all you who have put time and effort >into getting things that far!) Here is how /var/log/messages looks when I >dial up normally - no problems: > >Feb 21 22:04:57 UlrichBig pppd[19805]: Plugin >/usr/lib/pppd/2.4.2b3/pppoatm.so loaded. >Feb 21 22:04:57 UlrichBig pppd[19805]: PPPoATM plugin_init >Feb 21 22:04:57 UlrichBig pppd[19805]: PPPoATM setdevname - remove unwanted >options >Feb 21 22:04:57 UlrichBig pppd[19805]: PPPoATM setdevname_pppoatm - >SUCCESS:0.38 >Feb 21 22:04:57 UlrichBig pppd[19805]: pppd 2.4.2b3 started by root, uid 0 >Feb 21 22:04:57 UlrichBig kernel: atm_connect (TX: cl 1,bw 0-0,sdu 16386; >RX: cl 1,bw 0-0,sdu 1502,AAL 5) >Feb 21 22:04:57 UlrichBig pppd[19805]: Using interface ppp0 >Feb 21 22:04:57 UlrichBig pppd[19805]: Connect: ppp0 <--> 0.38 >Feb 21 22:05:04 UlrichBig pppd[19805]: CHAP authentication succeeded: CHAP >authentication success, unit 11871 >Feb 21 22:05:04 UlrichBig pppd[19805]: local IP address x.x.x.x >Feb 21 22:05:04 UlrichBig pppd[19805]: remote IP address x.x.x.x > >Now I am trying to get dial on demand by using the exact same setup as >before but with the additoinal "demand" option in /etc/ppp/options. This is >where it breaks: > >Feb 21 22:06:13 UlrichBig pppd[20071]: Plugin >/usr/lib/pppd/2.4.2b3/pppoatm.so loaded. >Feb 21 22:06:13 UlrichBig pppd[20071]: PPPoATM plugin_init >Feb 21 22:06:13 UlrichBig pppd[20071]: PPPoATM setdevname - remove unwanted >options >Feb 21 22:06:13 UlrichBig pppd[20071]: PPPoATM setdevname_pppoatm - >SUCCESS:0.38 >Feb 21 22:06:13 UlrichBig pppd[20072]: pppd 2.4.2b3 started by root, uid 0 >Feb 21 22:06:14 UlrichBig pppd[20072]: Using interface ppp0 >Feb 21 22:06:14 UlrichBig pppd[20072]: Couldn't increase MTU to 1500 >Feb 21 22:06:14 UlrichBig pppd[20072]: Couldn't set up demand-dialled PPP >interface: Inappropriate ioctl for device >Feb 21 22:06:14 UlrichBig pppd[20072]: Exit. > >And finally, here is how it looks when I don't use the "updetach" option >(everyting else as before, including "demand"). The reason why I include >this is that the error message changes from "Inappropriate ioctl for device" >to "No such file or directory". Odd, no? > >Feb 21 22:05:57 UlrichBig pppd[20041]: Couldn't increase MTU to 1500 >Feb 21 22:05:57 UlrichBig pppd[20041]: Couldn't set up demand-dialled PPP >interface: No such file or directory >Feb 21 22:05:57 UlrichBig pppd[20041]: Exit. > >And finally, here is my /etc/ppp/options > >lock >defaultroute >noipdefault >noauth >holdoff 4 >maxfail 25 >persist >asyncmap 0 >crtscts >modem >lcp-max-configure 60 >lcp-restart 2 >noipx >lcp-echo-interval 10 >lcp-echo-failure 3 >user "xxx" >noaccomp >nopcomp >noccp >novj >idle 30 >demand >#62.241.160.200:62.241.160.200 >ipcp-accept-local >ipcp-accept-remote >connect /bin/true >updetach >usepeerdns >plugin /usr/lib/pppd/2.4.2b3/pppoatm.so >0.38 > >I've tried all sorts of combinations of settings already, without success. >Also couldn't find anything in the archives of this list. Any help would be >greatly appreciated. Thanks in advance. > >Ulrich > > >Liste de diffusion modem ALCATEL SpeedTouch USB >Pour se d�sinscrire : > mailto:[EMAIL PROTECTED] > > > Liste de diffusion modem ALCATEL SpeedTouch USB Pour se d�sinscrire : mailto:[EMAIL PROTECTED]
