+ -
当前位置:首页 → 问答吧 → 差一步猫就能用了!这一步叫br2684ctl...大家来帮忙呀!!!(封)

差一步猫就能用了!这一步叫br2684ctl...大家来帮忙呀!!!(封)

时间:2005-10-15

来源:互联网

运行cxstart.sh后……:
代码:
bash-3.00# cxstart.sh
>>> Inits Conexant AccessRunner <<<

>>> Removing cxacru driver...

>>> Loading firmware...
Conexant AccessRunner microcode upload program. 6/9/2003
Josep Comas <[email protected]>
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 2048 Kbits/s, Upstream 800 Kbits/s)
>>> Loading driver...
FATAL: Module crc32 not found.
Launching driver in normal mode...

/usr/sbin/cxload.sh successful
Setting PPP over Ethernet...
>>> Setting PPPoE <<<

>>> Loading br2684 kernel module...

>>> Loading ppp_generic...

>>> Loading br2684ctl...
/usr/sbin/cxnet4up.sh: line 49: /br2684ctl: 没有那个文件或目录
bash-3.00#
由于最后这个br2684没有所以无法启动nas0……我的了解就是这样,原来这个帖子http://www.linuxsir.org/bbs/showthre...t=%CC%EC%D2%D8里有tools_for_speedtouch.tar.gz文件,里面有个br2684ctl文件,但是下载不了了。哪位能给一个?
中间还有一步错误是CRC32的Module找不到,我进入menu(make menuconfig)里找到了这一项但前面不是“[ ]”而是“---”意思就是不能装,不理解……不知道这个会不会影响猫的驱动。

作者: asdfasdf   发布时间: 2005-10-15

又了解了一下,是要安装linux-atm,才能正常编译brctl-010226.c为br2684ctl,到sourceforge下了最新的2.4.1.tar.gz版,解压后先./configure然后make,这时又出现问题,代码如下
代码:
root@n3v3r:~/linux-atm-2.4.1# make
cd . && automake --gnu --include-deps Makefile
configure.in:25: warning: AC_PROG_LEX invoked multiple times
autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
aclocal.m4:135: AM_PROG_LEX is expanded from...
configure.in:25: the top level
configure.in:14: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:14: old Automake version. You should recreate aclocal.m4
configure.in:14: with aclocal and run automake again.
make: *** [Makefile.in] Error 63
一关一关过得好累呀……

作者: asdfasdf   发布时间: 2005-10-15

cxstart.sh后到了这一步:
>>> Loading atmarpd...
/usr/sbin/cxnetup.sh:line 28: /atmarpd: No such file or directory.

是需要装什么吗?

本来昨天是到br2684这一步的,今天重装了一遍,结果却不一样,在这里卡住了……

作者: asdfasdf   发布时间: 2005-10-16

从windows上的设置面版截的图:

可以看到信道封装模式是PPPOE LLCSNAP(RFC2516)。
驱动方面我差不多已经搞定,到最后一点fatal了:
代码:
bash-3.00# cxstart.sh
>>> Inits Conexant AccessRunner <<<

>>> Removing cxacru driver...

>>> Loading firmware...
Conexant AccessRunner microcode upload program. 6/9/2003
Josep Comas <[email protected]>
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 2048 Kbits/s, Upstream 800 Kbits/s)
>>> Loading driver...
Launching driver in normal 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.0.35, encapsulation: LLC
RFC1483/2684 bridge: Fatal: failed to connect on socket
我估计就是这个封装(RFC2516)上的问题,我用ifconfig已经能看到多出来一个atm0:
代码:
bash-3.00# ifconfig
atm0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
 UP RUNNING MTU:9180 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)

eth0 Link encap:Ethernet HWaddr 52:54:AB:3E:40:51
 inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
 RX packets:20105 errors:0 dropped:0 overruns:0 frame:0
 TX packets:19925 errors:0 dropped:0 overruns:0 carrier:0
 collisions:207 txqueuelen:1000
 RX bytes:28221468 (26.9 Mb) TX bytes:1696099 (1.6 Mb)
 Interrupt:10 Base address:0xe800

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)
在考虑哪找一个RFC2516 module 装上看看……

作者: asdfasdf   发布时间: 2005-10-16

解决方法还是装linux-atm,和br2684ctl.不过是先用rpm2tgz转了再installpkg [your file]

作者: asdfasdf   发布时间: 2005-10-16

ifconfig后已经能看到nas0,。配置好pppoe-setup后,pppoe-start直接发生kernel panic死机……

作者: asdfasdf   发布时间: 2005-10-16