VT6656_Linux_src_v2.0_AT9260_136BS

所属分类:嵌入式Linux
开发工具:Unix_Linux
文件大小:4960KB
下载次数:15
上传日期:2011-11-29 06:23:54
上 传 者vitt
说明:  Driver for VNT-6656 embedded Linux on GESBC-9260S and GESBC-3130S

文件列表:
VT6656_Linux_src_v2.0_AT9260_136BS\attach_detach (0, 2010-01-08)
VT6656_Linux_src_v2.0_AT9260_136BS\attach_detach\driver_event.c (15975, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\attach_detach\ifcfg-eth1 (402, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\attach_detach\ifdown-eth-fc5 (4296, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\attach_detach\ifup-eth-fc5 (10263, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\attach_detach\ifup-wpa (1599, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\bin (0, 2010-01-08)
VT6656_Linux_src_v2.0_AT9260_136BS\bin\iperf (91215, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\bin\vntwusb.ko (344748, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\bin\wpa_supplicant (580283, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\bin\wpa_supplicant.conf (801, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\CodeChangeIndex(attach_detach).txt (566, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\CodeChangeIndex(wpa_supplicant).txt (9287, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\CodeChangeIndex.txt (9507, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver (0, 2010-01-08)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\.tmp_versions (0, 2010-01-08)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\.tmp_versions\vntwusb.mod (1911, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\80211hdr.h (12385, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\80211mgr.c (29314, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\80211mgr.h (24198, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\aes_ccmp.c (14024, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\aes_ccmp.h (1510, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\baseband.c (82484, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\baseband.h (4302, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\bssdb.c (72334, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\bssdb.h (9851, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\card.c (41580, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\card.h (3351, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\channel.c (74784, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\channel.h (1780, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\control.c (3492, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\control.h (2550, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\country.h (5759, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\datarate.c (16496, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\datarate.h (2917, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\desc.h (13285, 2009-01-12)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\device.h (32493, 2009-12-24)
VT6656_Linux_src_v2.0_AT9260_136BS\driver\dmesg_2618.text (4164, 2009-01-12)
... ...

We need to add or modify some script files under the directly of '/etc/sysconfig/network-script'. 1.Copy the file 'ifup-wpa' to the directory of '/etc/sysconfig/network-script', this is a script for configuration of WPA, you can have a look at it, and get what it will do.This file has an environment variable named 'WPA_SUPPLICANT_DIR' possibly to need you to assign.Usually,directory of '/usr/local/sbin' is the default intall path of VT6656 wpa supplicant tools. 2.Refers to these two files 'ifup-eth-fc5' and 'ifdown-eth-fc5', modify the related files on your system. As known form their names, these two files are modified based on related files of FC5. If your system is FC5, you can replace files named 'ifup-eth' and 'ifdown-eth' in the directory of '/etc/sysconfig/network-script' by these two.But if not, you should open these two files, and locate the text shown as follow. ifup-eth-fc5: # Add to support wpa_supplicant auto config is_wireless_device ${DEVICE} && { if [ "$WPAENABLE" = "yes" ]; then ip link set dev ${DEVICE} up . ./ifup-wpa fi } # End Add ifdown-eth-fc5: # Add to support wpa_supplicant auto config #[ -n "`pidof -x wpa_supplicant`" ] && { if [ -f "/var/wpa-${DEVICE}.pid" ] ; then wpapid=`cat /var/wpa-${DEVICE}.pid` kill $wpapid >/dev/null rm -f "/var/wpa-${DEVICE}.pid" rm -f "/var/wpa-${DEVICE}.conf" iwconfig ${DEVICE} key off fi #} # End Add And then, open the files 'ifup-eth' and 'ifdown-eth' in the directory of '/etc/sysconfig/network-script' on your system,add above text separately on these two files in a suitable position. 3.Create a configurtation file for your wireless adapter. If the interface of your wireless adapter is eth1, your should create a configuration files which corresponds with this interface,and takes a name according to certain rule.For example, if the interface is eth1, the file name must be 'ifcfg-eth1', and so on. File of 'ifcfg-eth1' gives an example for detail, it nearly describes all possible situations.

近期下载者

相关文件


收藏者