Hi, i have a strange problem
I've compiled the kernle well, the driver work but i can't brows:
root@LeSo:/usr/sbin# cxstart.sh
/usr/sbin/cxstart.sh: line 25: 3: command not found
/usr/sbin/cxload.sh: line 25: 3: command not found
>>> Inits Conexant AccessRunner <<<
>>> 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 = cb00
Loading and sending /usr/sbin/cxfirm4.bin...
Firmware is sent!
Setting configuration...
Waiting ADSL line is up (until 90 seconds)...
...............
ADSL line is up (Downstream 832 Kbits/s, Upstream 192 Kbits/s)
>>> Loading driver...
Launching driver in debug mode...
/usr/sbin/cxload.sh successful
Setting PPP over ATM...
>>> Setting PPPoA <<<
>>> Loading ppp_generic...
>>> Loading pppoatm...
>>> Activating send/receive data...
Conexant AccessRunner ioctl call. 6/9/2003
Josep Comas <jcomas@gna.es>
See credits in documentation
I found ADSL modem with VendorID = 0572 & ProductID = cb00
# ADSL
# if OPEN_MODE is blank then cxload uses default mode acoording VID & PID
# Values for OPEN_MODE are:
# 0 = auto selection, G.Handshake
# 1 = auto selection, T1.413
# 2 = G.Handshake
# 3 = ANSI T1.413
# 4 = ITU-T G.992.1 (G.DMT)
# 5 = ITU-T G.992.2 (G.LITE)
OPEN_MODE= 3
# ATM
VPI=8
VCI=35
# Specific for RFC1483/2684 routed/bridged
# if IP_ADDRESS is blank in bridged mode then it uses DHCP to get IP
IP_ADDRESS=
NETMASK=255.255.255.0
GATEWAY=
If i:
root@LeSo:/usr/sbin# pppstats
pppstats: nonexistent interface 'ppp0' specified
root@LeSo:/usr/sbin#
Where is the mistake?
Some italian can sendme is configuration or tell me is right?
Thanks a Lot
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i'm always me :) , i've find the solution.
pppd 2.4.1 and not the old 2.4.0.
All work fine.
Thanks to all, if i find the time i'll write a small howto for slack 9.0.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i have a strange problem
I've compiled the kernle well, the driver work but i can't brows:
root@LeSo:/usr/sbin# cxstart.sh
/usr/sbin/cxstart.sh: line 25: 3: command not found
/usr/sbin/cxload.sh: line 25: 3: command not found
>>> Inits Conexant AccessRunner <<<
>>> 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 = cb00
Loading and sending /usr/sbin/cxfirm4.bin...
Firmware is sent!
Setting configuration...
Waiting ADSL line is up (until 90 seconds)...
...............
ADSL line is up (Downstream 832 Kbits/s, Upstream 192 Kbits/s)
>>> Loading driver...
Launching driver in debug mode...
/usr/sbin/cxload.sh successful
Setting PPP over ATM...
>>> Setting PPPoA <<<
>>> Loading ppp_generic...
>>> Loading pppoatm...
>>> Activating send/receive data...
Conexant AccessRunner ioctl call. 6/9/2003
Josep Comas <jcomas@gna.es>
See credits in documentation
I found ADSL modem with VendorID = 0572 & ProductID = cb00
>>> Loading pppd daemon...
/usr/sbin/cxnet2up.sh successful
root@LeSo:/usr/sbin#
So:
root@LeSo:/usr/sbin# ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:4C:90:7A:79
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
root@LeSo:/usr/sbin#
? no ppp0 , but
root@LeSo:/usr/sbin#pppd -v
pppd version 2.4.0b1
[....]
I'm in italy whit wind infostrada (liberolight also) provider, this is my /etc/ppp/options
lock
defaultroute
noipdefault
#noauthsync <|This is unrecogniside symbol
noaccomp
nopcomp
noccp
novj
holdoff 4
persist
maxfail 25
usepeerdns
passive
asyncmap 0
lcp-echo-interval 2
lcp-echo-failure 7
user "xxxxxxxx@liberolight"
plugin /usr/lib/pppd/plugins/pppoatm.so
8.35
~
this is the /etc/resolv.conf
nameserver 193.70.192.25 <|Working whit Windows
nameserver 193.70.152.25
And this is the /etc/cxacru
#
# Config file for Conexant AccessRunner
#
# Driver mode
DRIVER_MODE=2 # 1 = normal, 2 = debug, 3 = normal+max speed (without ask
#adsl status), 4 = debug+max speed (without ask adsl status)
# Protocol
PROTOCOL_MODE=2 # 1 = RFC1483/2684 routed, 2 = PPP over ATM (pppoa), 3 = RFC1483/2684 #bridged, 4 = PPP over Ethernet (pppo
e)
# Paths
BINARY_PATH="/usr/sbin"
ATM_PATH=""
# ADSL
# if OPEN_MODE is blank then cxload uses default mode acoording VID & PID
# Values for OPEN_MODE are:
# 0 = auto selection, G.Handshake
# 1 = auto selection, T1.413
# 2 = G.Handshake
# 3 = ANSI T1.413
# 4 = ITU-T G.992.1 (G.DMT)
# 5 = ITU-T G.992.2 (G.LITE)
OPEN_MODE= 3
# ATM
VPI=8
VCI=35
# Specific for RFC1483/2684 routed/bridged
# if IP_ADDRESS is blank in bridged mode then it uses DHCP to get IP
IP_ADDRESS=
NETMASK=255.255.255.0
GATEWAY=
If i:
root@LeSo:/usr/sbin# pppstats
pppstats: nonexistent interface 'ppp0' specified
root@LeSo:/usr/sbin#
Where is the mistake?
Some italian can sendme is configuration or tell me is right?
Thanks a Lot
Hi,
i'm always me :) , i've find the solution.
pppd 2.4.1 and not the old 2.4.0.
All work fine.
Thanks to all, if i find the time i'll write a small howto for slack 9.0.