hi,
this the errors that i get when i run the script cxstart.sh :
kernel: usb.c: registered new driver Conexant AccessRunner
kernel: CSLIP: code copyright 1989 Regents of the University of California
kernel: PPP generic driver version 2.4.2
RFC1483/2684 bridge: Interface "nas0" created sucessfully
RFC1483/2684 bridge: Communicating over ATM 0.8.32, encapsulation: LLC
RFC1483/2684 bridge: Interface configured
RFC1483/2684 bridge: RFC 1483/2684 bridge daemon started
/etc/hotplug/net.agent: invoke ifup nas0
pppd[1640]: pppd 2.4.1 started by root, uid 0
modprobe: modprobe: Can't locate module tty-ldisc-3
pppd[1640]: Couldn't set tty to PPP discipline: Invalid argument
pppoe[1641]: PPP session is 38483
pppoe[1641]: read (asyncReadFromPPP): Session 38483: Input/output error
pppoe[1641]: Sent PADT
pppd[1640]: Exit.
can anyone tel me what is wrong with my config!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-18
Have u an USB modem or a Network interface modem?
Linux Version and distribution?
which drivers are u using?
Modem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-19
i have a usb modem from telefonica (spain).
i use rh 7.3 with kernel 2.4.18-3, but i have recompiled the a new one with version 2.4.22!
i have recompiled the driver from the source file cxacru-2003-10-05-src.tgz.
regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe you forgot an option in your kernel
CONFIG_PPP_ASYNC=m
this may the cause of your 'Can't locate module tty-ldisc-3' error if not set
the second possibility is that you did not have
alias tty-ldisc-3 ppp_async
in your /etc/modules.conf
A little google search with this error show you what to do
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-20
yes i have done the reserch in google for
"Couldn't set tty to PPP discipline: Invalid argument", than i found ,as you are saying, that i missed the the ppp_async option. I recompiled my kernel with this option, but now i get this error:
>>> Inits Conexant AccessRunner <<<
>>> Loading USB controller...
>>> Removing cxacru driver...
>>> Loading firmware...
Conexant AccessRunner microcode upload program. 6/9/2003
Josep Comas <jcomas@gna.es>
See credits in documentation
I found ADSL modem with VendorID = 0572 & ProductID = cafe
Loading and sending /usr/sbin/cxfirm1.bin...
Firmware is sent!
Setting configuration...
Waiting ADSL line is up (until 90 seconds)...
ADSL line is up (Downstream 256 Kbits/s, Upstream 128 Kbits/s)
>>> Loading driver...
Launching driver in debug mode...
/usr/sbin/cxload.sh successful
Setting PPP over Ethernet...
>>> Setting PPPoE <<<
>>> Loading br2684 kernel module...
>>> Loading ppp_generic...
>>> Loading br2684ctl...
RFC1483/2684 bridge: Interface "nas0" created sucessfully
RFC1483/2684 bridge: Communicating over ATM 0.8.32, encapsulation: LLC
RFC1483/2684 bridge: Fatal: failed to connect on socke
!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What do you see in /var/log/messages and with dmesg command?
I recommend that you use rp-pppoe. You look quick guides (others section) at http://accessrunner.sourceforge.net
Regards,
Josep
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-21
Hello,
I haven't posted the errors from the output of "cat /var/log/messages" because it is the same as those of the cxstart.sh's output! and for dmesg there is nothing to pick out because I have disabled the cxacru service at boot time!
But the good news is that my adsl works fine (i am posting from linux!), the trick, that I picked out from
these forum, is just that i have recompiled the driver from
cxacru.... with 'make' and not 'make new' !
finally I thank all the staff of this project and gespinasse.
best regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
this the errors that i get when i run the script cxstart.sh :
kernel: usb.c: registered new driver Conexant AccessRunner
kernel: CSLIP: code copyright 1989 Regents of the University of California
kernel: PPP generic driver version 2.4.2
RFC1483/2684 bridge: Interface "nas0" created sucessfully
RFC1483/2684 bridge: Communicating over ATM 0.8.32, encapsulation: LLC
RFC1483/2684 bridge: Interface configured
RFC1483/2684 bridge: RFC 1483/2684 bridge daemon started
/etc/hotplug/net.agent: invoke ifup nas0
pppd[1640]: pppd 2.4.1 started by root, uid 0
modprobe: modprobe: Can't locate module tty-ldisc-3
pppd[1640]: Couldn't set tty to PPP discipline: Invalid argument
pppoe[1641]: PPP session is 38483
pppoe[1641]: read (asyncReadFromPPP): Session 38483: Input/output error
pppoe[1641]: Sent PADT
pppd[1640]: Exit.
can anyone tel me what is wrong with my config!
Have u an USB modem or a Network interface modem?
Linux Version and distribution?
which drivers are u using?
Modem?
i have a usb modem from telefonica (spain).
i use rh 7.3 with kernel 2.4.18-3, but i have recompiled the a new one with version 2.4.22!
i have recompiled the driver from the source file cxacru-2003-10-05-src.tgz.
regards.
Maybe you forgot an option in your kernel
CONFIG_PPP_ASYNC=m
this may the cause of your 'Can't locate module tty-ldisc-3' error if not set
the second possibility is that you did not have
alias tty-ldisc-3 ppp_async
in your /etc/modules.conf
A little google search with this error show you what to do
yes i have done the reserch in google for
"Couldn't set tty to PPP discipline: Invalid argument", than i found ,as you are saying, that i missed the the ppp_async option. I recompiled my kernel with this option, but now i get this error:
>>> Inits Conexant AccessRunner <<<
>>> Loading USB controller...
>>> Removing cxacru driver...
>>> Loading firmware...
Conexant AccessRunner microcode upload program. 6/9/2003
Josep Comas <jcomas@gna.es>
See credits in documentation
I found ADSL modem with VendorID = 0572 & ProductID = cafe
Loading and sending /usr/sbin/cxfirm1.bin...
Firmware is sent!
Setting configuration...
Waiting ADSL line is up (until 90 seconds)...
ADSL line is up (Downstream 256 Kbits/s, Upstream 128 Kbits/s)
>>> Loading driver...
Launching driver in debug mode...
/usr/sbin/cxload.sh successful
Setting PPP over Ethernet...
>>> Setting PPPoE <<<
>>> Loading br2684 kernel module...
>>> Loading ppp_generic...
>>> Loading br2684ctl...
RFC1483/2684 bridge: Interface "nas0" created sucessfully
RFC1483/2684 bridge: Communicating over ATM 0.8.32, encapsulation: LLC
RFC1483/2684 bridge: Fatal: failed to connect on socke
!!!
Hello,
What do you see in /var/log/messages and with dmesg command?
I recommend that you use rp-pppoe. You look quick guides (others section) at http://accessrunner.sourceforge.net
Regards,
Josep
Hello,
I haven't posted the errors from the output of "cat /var/log/messages" because it is the same as those of the cxstart.sh's output! and for dmesg there is nothing to pick out because I have disabled the cxacru service at boot time!
But the good news is that my adsl works fine (i am posting from linux!), the trick, that I picked out from
these forum, is just that i have recompiled the driver from
cxacru.... with 'make' and not 'make new' !
finally I thank all the staff of this project and gespinasse.
best regards.