Hi guys,
I've got a new problem!!! I've successfull install the drivers and the
firmware, in fact if I write:
cat /proc/net/atm/cxacru\:0
the result is
ADSL USB MODEM (usb-0000:00:1d.0-2)
MAC: 00:a0:c5:82:5b:5f
AAL5: tx 0 ( 0 err ), rx 0 ( 0 err, 0 drop )
Line up
That's OK! Now, to establish the connection, I write:
pppd
but nothing happens! If I take a look to my syslog file there is:
Apr 12 01:50:28 localhost pppd[6516]: Plugin pppoatm.so loaded.
Apr 12 01:50:28 localhost pppd[6516]: PPPoATM plugin_init
Apr 12 01:50:28 localhost pppd[6516]: PPPoATM setdevname - remove
unwanted options
Apr 12 01:50:28 localhost pppd[6516]: PPPoATM setdevname_pppoatm -
SUCCESS:8.35
Apr 12 01:50:28 localhost pppd[6517]: pppd 2.4.2 started by root, uid 0
Apr 12 01:50:28 localhost pppd[6517]: ioctl(ATM_SETBACKEND): No such device
Apr 12 01:50:28 localhost pppd[6517]: Exit.
What does it means??? Did I do something wrong? To help you solve my
problem, I post my /etc/ppp/option file:
#------------------ /etc/ppp/options Beginning -------------
lock
debug
kdebug 1
#dump
defaultroute
noipdefault
usepeerdns
noauth
noaccomp
nopcomp
noccp
novj
holdoff 4
persist
maxfail 25
passive
asyncmap 0
lcp-echo-interval 2
lcp-echo-failure 7
name "kunt1z_2@..."
user "kunt1z_2@..."
plugin /usr/lib/pppd/2.4.2/pppoatm.so 8.35
#------------------ /etc/ppp/options End ------------------
I tried to use the file by Marco d'Itri available on the site, but the
same errors appears to me! What can I do?
Thank you!
BYEZ!!!
|