|
楼主 |
发表于 2004-6-23 19:05:38
|
显示全部楼层
crc32已经载入成功了
怎么还是不行?
[code:1]
[root@Love cxacru]# cxstart.sh
>>> Inits Conexant AccessRunner <<<
>>> 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 1024 Kbits/s, Upstream 256 Kbits/s)
>>> Loading driver...
Launching driver in normal + max speed mode...
/usr/sbin/cxload.sh successful
Setting PPP over Ethernet...
>>> Setting PPPoE <<<
>>> Loading br2684 kernel module...
>>> Loading ppp_generic...
>>> Loading br2684ctl...
Conexant AccessRunner ioctl call. 6/9/2003
Josep Comas <[email protected]>
See credits in documentation
I found ADSL modem with VendorID = 0572 & ProductID = cb00
RFC1483/2684 bridge: Interface "nas0" created sucessfully
RFC1483/2684 bridge: Communicating over ATM 0.0.33, encapsulation: LLC
RFC1483/2684 bridge: Interface configured
>>> Activating interface...
>>> Activating send/receive data...
>>> Loading pppd daemon...
/sbin/adsl-start: line 217: 5979 已终止 $CONNECT "$@" >/dev/null 2>&1
[root@Love cxacru]# lsmod
Module Size Used by
cxacru 16720 1
pppoe 14016 0
pppox 3976 1 pppoe
n_hdlc 9604 0
crc32c 2176 0
libcrc32c 2944 1 crc32c
i830 68656 2
ipv6 236256 8
ppp_synctty 9344 0
ppp_async 12288 0
ppp_generic 28308 4 pppoe,pppox,ppp_synctty,ppp_async
slhc 7552 1 ppp_generic
br2684 9348 1
atm 40408 4 cxacru,br2684
snd_intel8x0 33576 1
snd_ac97_codec 62212 1 snd_intel8x0
snd_pcm 92936 2 snd_intel8x0
snd_timer 24324 1 snd_pcm
snd_page_alloc 11524 2 snd_intel8x0,snd_pcm
gameport 4736 1 snd_intel8x0
snd_mpu401_uart 7552 1 snd_intel8x0
snd_rawmidi 24096 1 snd_mpu401_uart
snd_seq_device 8584 1 snd_rawmidi
snd 52196 8 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 9440 1 snd
8139too 23808 0
mii 5248 1 8139too
sd_mod 21248 0
scsi_mod 113740 1 sd_mod
ntfs 108396 2
nls_cp936 126720 7
nls_cp437 6016 5
vfat 13952 5
fat 44608 1 vfat
uhci_hcd 29584 0
usbcore 102364 4 cxacru,uhci_hcd
ext3 117992 2
jbd 53784 1 ext3
[root@Love cxacru]#
[/code:1] |
|