怀疑USB猫驱动不支持RFC2516模块,怎么办?
我用的是conexant E-tech USB 猫。从windows上的设置面版截的图:
http://www.imgpost.com/images/eAJ93987.jpg
可以看到信道封装模式是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已经能看到多出来一个nas0:bash-3.00# ifconfig -a
nas0 Link encap:UNSPECHWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP RUNNINGMTU:9180Metric: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:EthernetHWaddr 52:54:AB:3E:40:51
inet addr:192.168.0.3Bcast:192.168.0.255Mask:255.255.255.0
UP BROADCAST RUNNING MULTICASTMTU:1500Metric: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.1Mask:255.0.0.0
UP LOOPBACK RUNNINGMTU:16436Metric: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 装上看看…… ifconfig后已经能看到nas0,。配置好pppoe-setup后,键入pppoe-start命令,直接发生kernel panic死机…… 试了用Kppp,先ln /dev/modem /dev/nas0然后在kppp里设置好,提示“unable to create modem lock file”…… 哪位指点一下?先谢谢了。 没有人知道吗?
页:
[1]