Re: [SLE] Configuring ADSL USB Modem on SuSE 9_3
Following up to my previous post, I'd like to report that I've successfully got a sync on my ADSL modem, but YaST still doesn't detect this device on the NetworkDevices > ADSL item. Manually configuring the item with my VPI/VCI settings and username password etc is useless. A friend suggested to create a file /etc/ppp/peers/adsl with the following content: persist usepeerdns defaultroute noipdefault noauth #sync #noaccomp nopcomp noccp novj holdoff 4 persist passive lcp-echo-interval 2 lcp-echo-failure 7 name ***USERNAME*** user ***USERNAME*** password ***PASSWORD*** plugin pppoatm.so 8.35 and then use:
modprobe pppoatm pppd call adsl
upon which I get: linux:~ # modprobe pppoatm linux:~ # pppd call adsl Plugin pppoatm.so loaded. PPPoATM plugin_init PPPoATM setdevname_pppoatm - SUCCESS:0.32 connect(0.32): No such device Now what do I do? -- Shriramana Sharma http://samvit.org
participants (1)
-
Shriramana Sharma