|
楼主 |
发表于 2005-10-15 23:04:28
|
显示全部楼层
我的宽带信道封装模式是PPPOE LLCSNAP(RFC2516),是不是conexant驱动不支持呀……
从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 <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 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
- [color=Red]RFC1483/2684 bridge: Fatal: failed to connect on socket[/color]
复制代码
我估计就是这个封装(RFC2516)上的问题,我用ifconfig已经能看到多出来一个atm0:- bash-3.00# ifconfig
- [color=Red]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)[/color]
- 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 装上看看…… |
|