|
楼主 |
发表于 2004-6-24 19:13:56
|
显示全部楼层
唉
[code:1][root@Love root]# lsmod
Module Size Used by
i830 68656 2
ipv6 236256 8
snd_intel8x0 33576 0
snd_ac97_codec 62212 1 snd_intel8x0
snd_pcm 92936 1 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 7 snd_intel8x0,snd_ac97_codec,snd_pcm,sn
d_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
speedtch 16720 0
atm 40408 1 speedtch
uhci_hcd 29584 0
usbcore 102364 4 speedtch,uhci_hcd
ext3 117992 2
jbd 53784 1 ext3
[root@Love root]# 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
Error: usb_claim_interface: could not claim interface 0: 设备或资源忙
[root@Love root]# rmmod speedtch
[root@Love root]# modprobe speedtch
[root@Love root]# 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
Error: usb_claim_interface: could not claim interface 0: 设备或资源忙
[root@Love root]# rmmod speedtch
[root@Love root]#[/code:1] |
|