|
我已经找到了Conexant USB ADSL for linux的驱程,下面是作者写的说明文件
安装说明(英文版)
Brief instructions (for RFC1483/2684 routed and PPP over ATM (PPPoA) protocols, but you can modify for others):
.- Download driver from http://adslinux.iespana.es/adslinux/descargas/Drivers/ADSLinux/cxacru-2003-01-24-src.tgz
.- Copy to /usr directory from Linux.
.- Change to /usr directory (cd /usr).
.- Uncompress archive (tar -zxvf cxacru-2003-01-24-src.tgz).
.- Download Linux kernel code source from (http://www.kernel.org), same version that you are running. Type uname -r to know version.
.- Copy Linux kernel code source downloaded to /usr/src and uncompress it.
.- go to /usr/src/linux directory and type: make mrproper
.- Select this options after you type: make menuconfig (or if you prefer graphic mode then make xconfig).
Code maturity level options
Prompt for development and/or incomplete code/drivers
Loadable module support
Enable loadable module support
Set version information on all module symbols
Kernel module loader
Networking options
<*> Packet socket
<*> Unix domain sockets
TCP/IP networking
Asynchronous Transfer Mode (ATM)
USB support
<*> Support for USB
Preliminary USB device filesystem
<M> UHCI
<M> OHCI
If you are using RFC1483/2684 then choose:
Networking options
Asynchronous Transfer Mode (ATM)
Classical IP over ATM
If you are using PPP over ATM (PPPoA) then choose:
Network Device Support
<M > PPP (point-to-point protocol) support
<M> PPP Deflate compression
<M> PPP over ATM
And unselect this option:
Processor type and features
[ ] Symmetric multi-processing support
Exit and save configuration (ONLY SAVE INFORMATION, AFTER NOT COMPILE KERNEL CODE SOURCE).
.- Go to /usr/cxacru directory and type make to compile and install the driver.
.- Edit /etc/cxacru file
.- Change protocol mode in file if it is necessary:
PROTOCOL_MODE=1 # 1 = RFC1483/2684 routed, 2 = PPP over ATM (pppoa)
.- Change VPI, VCI according your provider:
# ATM
VPI=8
VCI=32
This values are for Telefonica, in Spain.
.- For RFC1483/2684 routed put your configuration in:
# Specific for RFC1483/2684 routed
IP_ADDRESS=
NETMASK=255.255.255.0
GATEWAY=
.- If you are using static DNS servers as RFC1483/2684 routed then put into /etc/resolv.conf. Example:
nameserver 10.1.10.1
nameserver 10.1.10.2
(This is an example, not use this values).
.- If you are using ppp over atm then edit /etc/ppp file. Example:
lock
defaultroute
noipdefault
noauth
sync
noaccomp
nopcomp
noccp
novj
holdoff 4
persist
maxfail 25
usepeerdns
passive
asyncmap 0
lcp-echo-interval 2
lcp-echo-failure 7
name any
user any
plugin /usr/lib/pppd/plugins/pppoatm.so
VPI.VCI
(Change VPI and VCI (between VPI and VCI is a ".") according your provider). Also, you must edit chap-secrets and pap-secrets files according your provider.
.- Add a new line in /etc/hotplug/blacklist file:
usbcam
.- Running the driver:
Unplug the modem if it was connected.
Plug the modem.
To start driver type:
cxstart.sh
To stop driver type:
cxstop.sh
If your driver is running ok then you can it installs as service (go to /usr/cxacru directory and type make add_service then go to your service manager and start service cxacru or restart your computer).
但是很失败,虽然这是for Conexant USB ADSL的,但是目前我还没能把他驱动起来,居然是:sorry,i didn‘t find ADSL
晕啊!!
有兄弟成功过吗???
或者成功了的兄弟上来发个话!!!!! |
|