Selon Dovydas Sankauskas <[EMAIL PROTECTED]>: > > I have notebook with default installation of Fedora 4 and braodband > via USB Thomson Speedtouch 330 modem. I did everything as I was told > by site www.linux-usb.org/SpeedTouch/fedora/. I downloaded firmware, > put this line into /etc/ppp/chap-secrets > > 'username isp' * 'password' > > and created file /etc/sysconfig/network-scripts/ifcfg-ppp0 > > > PEERDNS=yes > TYPE=xDSL > DEVICE=ppp0 > BOOTPROTO=dialup > PIDFILE=/var/run/pppoa-adsl.pid
> LCP_FAILURE=86400 > LCP_INTERVAL=1 this is a very strange setting, if you want to use LCP. If you don't want, just comment the 2 lines. The setting you have set will renew the broken connection after 24 h waiting. More conventinal setting is LCP_FAILURE=20 LCP_INTERVAL=3 This will renew your connection one minute after no LCP traffic is received. > CONNECT_POLL=6 > CONNECT_TIMEOUT=604800 > SYNCHRONOUS=no > DEFROUTE=yes > USER='username isp' > VPI=0 > VCI=38 > LINUX_PLUGIN=pppoatm.so > DEMAND=yes > What is your interest to use dial on demand with adsl? Did not your ISP use a flat rate? > > > I JUST REBOOTED AND EVERYTHING WORKED JUST FINE! > > But now I have two more computers at home and they need internet as > well. I bought cheap Pentium II 350 for router, installed the same FC4 > from the same CDs. Did all the same steps as I did with my notebook. > But I have not the same results. > It would be easier for a simple router to install and set IPCop than a full FC4. > On boot time during ppp0 initialization I get message > > does not seem to be present, delaying initialization. [FAILED] > > > > And there is all relevant output in /var/log/messages I have > > Oct 12 16:43:33 octopus kernel: hub 1-0:1.0: USB hub found > Oct 12 16:43:33 octopus kernel: hub 1-0:1.0: 2 ports detected > Oct 12 16:43:33 octopus kernel: usb 1-1: new full speed USB device > using uhci_hcd and address 2 > Oct 12 16:43:34 octopus kernel: usb 1-1: reset full speed USB device > using uhci_hcd and address 2 > Oct 12 16:43:34 octopus kernel: usbcore: registered new driver speedtch > Oct 12 16:43:34 octopus kernel: speedtch 1-1:1.0: found stage 1 > firmware speedtch-1.bin > Oct 12 16:43:34 octopus kernel: speedtch 1-1:1.0: found stage 2 > firmware speedtch-2.bin > Oct 12 16:43:34 octopus kernel: ATM dev 0: ADSL line is synchronising > Oct 12 16:43:35 octopus kernel: ATM dev 0: ADSL line is up (2272 kb/s > down | 288 kb/s up) > > > > While on my notebook, which works just fine, I get much more output on > /var/log/messages: > > Oct 12 10:49:09 pasaka pppd[2006]: Plugin pppoatm.so loaded. > Oct 12 10:49:09 pasaka pppd[2006]: PPPoATM plugin_init > Oct 12 10:49:09 pasaka pppd[2006]: PPPoATM setdevname_pppoatm - SUCCESS:0.38 > Oct 12 10:49:09 pasaka pppd[2006]: pppd 2.4.2 started by root, uid 0 > Oct 12 10:49:09 pasaka pppd[2006]: Using interface ppp0 > Oct 12 10:49:09 pasaka pppd[2006]: local IP address 10.112.112.112 > Oct 12 10:49:09 pasaka pppd[2006]: remote IP address 10.112.112.113 > Oct 12 10:49:10 pasaka pppd[2006]: Starting link > Oct 12 10:49:10 pasaka pppd[2006]: Connect: ppp0 <--> 0.38 > Oct 12 10:49:10 pasaka pppd[2006]: Couldn't increase MTU to 1500. Using 1492 > Oct 12 10:49:10 pasaka pppd[2006]: Couldn't increase MRU to 1500. Using 1492 You don't need to set MTU/MRU at 1492. This is only needed for PPPoE. Comment MRU/MTU settings in the related ppp profile. > Oct 12 10:49:10 pasaka kernel: usbcore: registered new driver usbfs > Oct 12 10:49:10 pasaka kernel: usbcore: registered new driver hub > Oct 12 10:49:13 pasaka pppd[2006]: Couldn't increase MTU to 1500. Using 1492 > Oct 12 10:49:13 pasaka pppd[2006]: Couldn't increase MTU to 1500. Using 1492 > Oct 12 10:49:14 pasaka pppd[2006]: Couldn't increase MRU to 1500. Using 1492 > Oct 12 10:49:14 pasaka pppd[2006]: Couldn't increase MTU to 1600. Using 1492 > Oct 12 10:49:14 pasaka pppd[2006]: Couldn't increase MRU to 1500. Using 1492 > Oct 12 10:49:14 pasaka pppd[2006]: CHAP authentication succeeded > Oct 12 10:49:14 pasaka kernel: usbcore: registered new driver hiddev > Oct 12 10:49:14 pasaka pppd[2006]: Local IP address changed to 84.43.100.94 > Oct 12 10:49:14 pasaka kernel: usbcore: registered new driver usbhid > Oct 12 10:49:15 pasaka pppd[2006]: Remote IP address changed to 212.67.121.45 > Oct 12 10:49:18 pasaka kernel: hub 4-0:1.0: USB hub found > Oct 12 10:49:18 pasaka kernel: hub 4-0:1.0: 2 ports detected > Oct 12 10:49:18 pasaka kernel: usb 2-1: new low speed USB device using > uhci_hcd and address 2 > Oct 12 10:49:18 pasaka kernel: usb 2-2: reset full speed USB device > using uhci_hcd and address 3 > Oct 12 10:49:18 pasaka kernel: usbcore: registered new driver speedtch > Oct 12 10:49:18 pasaka kernel: speedtch 2-2:1.0: found stage 1 > firmware speedtch-1.bin > Oct 12 10:49:18 pasaka kernel: speedtch 2-2:1.0: found stage 2 > firmware speedtch-2.bin > Oct 12 10:49:18 pasaka kernel: ATM dev 0: ADSL line is synchronising > Oct 12 10:49:20 pasaka kernel: ATM dev 0: ADSL line is up (2272 kb/s > down | 288 kb/s up) > > > Can anyone give me a clue what is wrong? > Your log show things set in a wrong order. ppp is started before the modem is synchronised. I don't know if it is the result of multiple different attemps or if it really happen this way. Gilles Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrire : mailto:[EMAIL PROTECTED]
