⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 linux.txt

📁 VT665 无线网卡驱动 LINUX平台下
💻 TXT
字号:
******  VIA Networking Wireless LAN USB Driver (Binary release)****  Linux Driver ****  v1.11  Auguest 2006****                 Introduction:=============    The instructions listed below are for linux driver installation. You must complier the source    and follow the installation steps to setup your card.Contents of the Subdirectory:=============================    linux.txt                    This file.    sta.wlan                     Station wireless settings script file.    remove                       Remove driver module shell script.         Makefile                     Makefile for install driver & utility    /driver/Makefile             Makefile for source build            /driver/vntwusb.ko           VNT USB driver(vntwusb) module    /include/*.h                 The driver and utility include files        /utility/*.c, *.h            The source code of utilityInstalled Driver & Utility==========================    /driver/vntwusb.ko           Driver module    /utility/wetctl              Utility moduleKernel & Linux Supported ========================    This driver support linux kernel version 2.6.x/2.4.x and have been    tested under:     1. 2.6.11-1.1369 (Fredora core 4.0, up/smp)     2. 2.6.9-1.667 (Fredora core 3.0, up/smp)     3. 2.6.5-1.358 (Fredora core 2.0, up/smp)    4. 2.4.22-1.2115 (Fredora core 1.0 up/smp)     Device Supported ========================        VT6656        Platform Supported ========================        X86 type cpu     RF Supported ========================        AIROHA (AL2230/AL7230)Function Supported=================    1. Support 802.11 a/b/g station functions     2. Support wireless extension interface(WE-17).(ex. iwconfig, see Note 1)     3. Support supplicant(STA) wpa/wpa2 with wpa_supplicant-0.4.9 (see Note 2)    Installation============    Please enter the following commands at the UNIX prompt. Remember, UNIX is    case sensitive and make sure your root login.    1) Create a temporary directory:        mkdir /temp    2) Change to the temporary directory:        cd /temp    2) Copy driver (vntwusb.tgz) from DOS disk, (mcopy below is one tool in       mtools, if you didn't install mtools, you can type        'mount -t msdos /dev/fd0 /mnt' and use 'cp /mnt/vntwusb.tgz /temp'       command to copy the driver to the temporary directory):        mcopy a:vntwusb.tgz .    3) untar the archive file:        tar xzvf vntwusb.tgz        cd vntwusb                             5) Compile the source files and it will generate './driver/vntwusb.ko' and        './ioctl/wetctl'. The file 'vntwusb.ko' will copy to driver installation        path and'wetctl' will copy to '/sbin/wetctl'.                make clean        make install            6) Check configuration file (/etc/modules.conf or /etc/conf.modules,it        depend on your Linux distribution) for loading kernel modules. Make sure       there is the following content in the configuration file, where # is        interface number (eg: alias eth0 vntwusb):        alias eth# vntwusb    7) Configure/Modify the wireless settings.                Edit the 'sta.wlan' script files under path '/vntwusb' for required        wireless settings.               'sta.wlan' is an example for startup a wireless station.           8) Reboot now:        shutdown -r now            9) Plug USB device                10) Install your driver module (If the driver module is in the wrong place,       an error message will appear, and say that can't find the driver        module):        insmod vntwusb    11) Use ifconfig command to assign the IP address, where # is network        interface number:        ifconfig eth# <IP>            12) Run 'sta.wlan' script file to setup wireless connection:         ./sta.wlan            13) You can use 'wetctl' tools to check link status:         /sbin/wetctl eth# link                Or use wirelss extension tools 'iwconfig':         iwconfig eth#    14) Check the interface works:         ping <remote_host_IP>            15) Shutdown & remove driver:         ./remove          Uninstallation==============    Please enter the following commands to uninstall your driver:        make uninstallNote======                1) You can use 'iwconfig' wireless tools (from 'wireless_tools.xx' package)       in your Linux distribution to configue the wireless settings.               For example, to join a Access Point called "TestAP":        /sbin/iwconfig eth# mode managed essid TestAP       To scan available Access Point:         /sbin/iwlist eth# scanning |more 		              The kernel 2.6x already supports Wireless Extension Interface under       X windows; you can use the network configure pannel to configure        wireless settings and network parameters(like ip,gateway).These        parameters will be used at boot time.       More details see Linux user Manual, or type:         man iwconfig                    2) For wpa_supplicant installations:       First untar the archive file 'wpa_supplicant-0.4.9-patch.tar.gz' then        follow the steps described in file 'README' to build & install this        freeware.                 cd /wpa_supplicant        tar xzvf wpa_supplicant-0.4.9-patch.tar.gz              The 'wpa_supplicant-0.4.9-patch.tar.gz' contains the extra file:       'driver_viawget.c' which is interface driver dedicated for 'vntwusb'       linux driver.             

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -